diff --git a/Manifest.files.gz b/Manifest.files.gz index 0ede8242a3c4..5b9fd4147701 100644 Binary files a/Manifest.files.gz and b/Manifest.files.gz differ diff --git a/app-backup/Manifest.gz b/app-backup/Manifest.gz index 56540ae92594..2e8702cd1519 100644 Binary files a/app-backup/Manifest.gz and b/app-backup/Manifest.gz differ diff --git a/app-backup/bareos/Manifest b/app-backup/bareos/Manifest index edf1c9d4c42e..4cabd4514361 100644 --- a/app-backup/bareos/Manifest +++ b/app-backup/bareos/Manifest @@ -1,5 +1,3 @@ -DIST bareos-13.2.4.tar.gz 3467542 BLAKE2B 7e9ef15ad3ec86af8e60d90d27660b1e10a18eb928e76af319cc59ce6a39805874fc27dc8e62b81fb9fccfbd0b6b2e73583e54f5c9580db96469b85e48736ce6 SHA512 d7e4bc016993f68521f4438b56adf51e88685195693d00d34103259c3c24d1d7c03cc2b7aecbb55ff88a00d5f169e9e42accd23b17bcd3c837ca78079a9f394f -DIST bareos-14.2.2.tar.gz 3811787 BLAKE2B ace5a3d25c98df852308cef0ff603e416aff2f4a437c0621732288c792fef1fb4e89f413b022586f7adf018fdae1dbe33b4124b942ed5fce24088f1caea99c4f SHA512 be490ab2f8085975f164ac554cac7d6bbef1af01c8350b5816b2033a37827de4a81bead6ce1e699fe5cc44085dce2b6a0330b91239fb87907e22f9c8dc710156 -DIST bareos-14.2.5.tar.gz 3820963 BLAKE2B 7f9736be72fbf03f277e8d8460e4343e9340c7c9fb50722566f16a09e97dcf921f54eee528e0b453e4f0251a4e91ec983006cbda027597ae98beb70265b1f22b SHA512 600cdf8175b1199b73ddcf8a32df7bca446c294c4c830038f93fe3f053482916745675df3a51bc494cdab00b362d57657a34a94e78bac4bae3acced06347023d DIST bareos-15.2.2.tar.gz 3928036 BLAKE2B ac331008e45c029bb3320a9a40264d350aedbb5550d65a606a95372241f5ec9c8a7e73f365f8b0c3972e59fa907764995b0173dcd762971cd2fdce1e025c75e2 SHA512 07b11c51695a6ff348317965625e5cdb8e296d4f3a4037718a98e266d94650ed1fb905c220ac791123d8ed92d0aed24854a6ab52887249849dbc00697d3300c3 DIST bareos-16.2.4.tar.gz 4275141 BLAKE2B e7b8a5658a697436401659ecd24148f4f1ad982cbd6dd46c39f3d29ba461b54737950d6fe6ec2c36e7892d414306c7038af5221c28652109e047f66f2d9daa2e SHA512 91f7f2b3d9889f4faa9834dc414e2250015d3d26bf8bd0c04c1f3fd882a50a4066ced145f7c8609c070e8f74b53574953e3fef344726c6863cd7bbc73c76a88c +DIST bareos-16.2.7.tar.gz 4282998 BLAKE2B 9101a49d1178e0bcc4843cc4472a2082827a7bd7595389c0fa3699d36651ca70fce674509eeaddc8f806a5df1dba6afc89c05be183e7561e013d23bd157ef294 SHA512 028f38dd77fed5e3af6ee50aa44cb2f82349bd38e40eadebc552a95100166291ae0c68073daa2513919da330c66bb54a3050f1d99cbf3b5354f2450a789f6c00 diff --git a/app-backup/bareos/bareos-13.2.4-r1.ebuild b/app-backup/bareos/bareos-13.2.4-r1.ebuild deleted file mode 100644 index 1890fd8e3bd8..000000000000 --- a/app-backup/bareos/bareos-13.2.4-r1.ebuild +++ /dev/null @@ -1,403 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads" - -inherit eutils multilib python-single-r1 qt4-r2 user - -DESCRIPTION="Featureful client/server network backup suite" -HOMEPAGE="http://www.bareos.org/" -SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> ${P}.tar.gz" -RESTRICT="mirror" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="acl clientonly +director fastlz ipv6 libressl logwatch mysql ndmp postgres - python qt4 readline scsi-crypto sql-pooling +sqlite ssl static +storage-daemon - tcpd vim-syntax X" - -DEPEND=" - !app-backup/bacula - dev-libs/gmp:0 - !clientonly? ( - postgres? ( dev-db/postgresql:*[threads] ) - mysql? ( virtual/mysql ) - sqlite? ( dev-db/sqlite:3 ) - director? ( virtual/mta ) - ) - qt4? ( - dev-qt/qtsvg:4 - x11-libs/qwt:5 - ) - fastlz? ( dev-libs/bareos-fastlzlib ) - logwatch? ( sys-apps/logwatch ) - tcpd? ( sys-apps/tcp-wrappers ) - readline? ( sys-libs/readline:0 ) - static? ( - acl? ( virtual/acl[static-libs] ) - sys-libs/zlib[static-libs] - dev-libs/lzo[static-libs] - sys-libs/ncurses:=[static-libs] - ssl? ( - !libressl? ( dev-libs/openssl:0=[static-libs] ) - libressl? ( dev-libs/libressl:0=[static-libs] ) - ) - ) - !static? ( - acl? ( virtual/acl ) - dev-libs/lzo - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) - sys-libs/ncurses:= - sys-libs/zlib - ) - python? ( ${PYTHON_DEPS} ) - " -RDEPEND="${DEPEND} - !clientonly? ( - storage-daemon? ( - sys-block/mtx - app-arch/mt-st - ) - ) - vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )" - -REQUIRED_USE="static? ( clientonly ) - python? ( ${PYTHON_REQUIRED_USE} )" - -S=${WORKDIR}/${PN}-Release-${PV} - -pkg_setup() { - use mysql && export mydbtypes+="mysql" - use postgres && export mydbtypes+=" postgresql" - use sqlite && export mydbtypes+=" sqlite" - - # create the daemon group and user - if [ -z "$(egetent group bareos 2>/dev/null)" ]; then - enewgroup bareos - einfo - einfo "The group 'bareos' has been created. Any users you add to this" - einfo "group have access to files created by the daemons." - einfo - fi - - if use clientonly && use static && use qt4; then - ewarn - ewarn "Building statically linked 'bat' is not supported. Ignorig 'qt4' useflag." - ewarn - fi - - if ! use clientonly; then - if [ -z "$(egetent passwd bareos 2>/dev/null)" ]; then - enewuser bareos -1 -1 /var/lib/bareos bareos,disk,tape,cdrom,cdrw - einfo - einfo "The user 'bareos' has been created. Please see the bareos manual" - einfo "for information about running bareos as a non-root user." - einfo - fi - fi - - use python && python-single-r1_pkg_setup -} - -src_prepare() { - # adjusts default configuration files for several binaries - # to /etc/bareos/ instead of ./ - pushd src >&/dev/null || die - for f in console/console.c dird/dird.c filed/filed.c \ - stored/bcopy.c stored/bextract.c stored/bls.c \ - stored/bscan.c stored/btape.c stored/stored.c \ - qt-console/main.cpp; do - sed -i -e 's|^\(#define CONFIG_FILE "\)|\1/etc/bareos/|g' "${f}" \ - || die "sed on ${f} failed" - done - popd >&/dev/null || die - - # bug 466690 Use CXXFLAGS instead of CFLAGS - sed -i -e 's/@CFLAGS@/@CXXFLAGS@/' autoconf/Make.common.in || die - - # stop build for errors in subdirs - epatch "${FILESDIR}"/${PN}-12.4.5-Makefile.patch - - # bat needs to respect LDFLAGS - epatch "${FILESDIR}"/${PN}-12.4.5-bat-ldflags.patch - - # do not strip binaries - for d in filed console dird stored; do - sed -i -e "s/strip /# strip /" src/$d/Makefile.in || die - done -} - -src_configure() { - local myconf='' - - if use clientonly; then - myconf="${myconf} \ - $(use_enable clientonly client-only) \ - $(use_enable !static libtool) \ - $(use_enable static static-cons) \ - $(use_enable static static-fd)" - fi - - # do not build bat and traymonitor if 'static' clientonly - if ! use clientonly || ! use static; then - myconf="${myconf} \ - $(use_enable qt4 bat) \ - $(use_enable qt4 traymonitor)" - fi - - myconf="${myconf} \ - $(use_with X x) \ - $(use_enable acl) \ - $(use_enable ipv6) \ - $(use_enable ndmp) \ - $(use_enable readline) \ - $(use_enable !readline conio) \ - $(use_enable scsi-crypto) \ - $(use_enable sql-pooling) \ - $(use_with fastlz) \ - $(use_with mysql) \ - $(use_with postgres postgresql) \ - $(use_with python) \ - $(use_with readline) \ - $(use_with sqlite sqlite3) \ - $(use sqlite || echo "--without-sqlite3") \ - $(use_with ssl openssl) \ - $(use_with tcpd tcp-wrappers) \ - " - - econf \ - --libdir=/usr/$(get_libdir) \ - --docdir=/usr/share/doc/${PF} \ - --htmldir=/usr/share/doc/${PF}/html \ - --with-pid-dir=/run/bareos \ - --sysconfdir=/etc/bareos \ - --with-subsys-dir=/run/lock/subsys \ - --with-working-dir=/var/lib/bareos \ - --with-logdir=/var/log/bareos \ - --with-scriptdir=/usr/libexec/bareos \ - --with-plugindir=/usr/$(get_libdir)/${PN}/plugin \ - --with-dir-user=bareos \ - --with-dir-group=bareos \ - --with-sd-user=root \ - --with-sd-group=bareos \ - --with-fd-user=root \ - --with-fd-group=bareos \ - --with-sbin-perm=0755 \ - --enable-smartalloc \ - --enable-dynamic-cats-backends \ - --enable-batch-insert \ - --disable-afs \ - --host=${CHOST} \ - ${myconf} - # correct configuration for QT based bat - if use qt4 ; then - pushd src/qt-console - eqmake4 - popd - pushd src/qt-tray-monitor - eqmake4 - popd - fi -} - -src_compile() { - # workaround for build failing with high -j values - # if ndmp is enabled - use ndmp && MAKEOPTS="$MAKEOPTS -j1" - - # Make build log verbose (bug #447806) - emake NO_ECHO="" -} - -src_install() { - emake DESTDIR="${D}" install - doicon scripts/bareos.png - - # install bat icon and desktop file when enabled - # (for some reason ./configure doesn't pick this up) - if use qt4 && ! use static ; then - doicon src/images/bat.png - domenu scripts/bat.desktop - fi - - # remove some scripts we don't need at all - rm -f "${D}"/usr/libexec/bareos/{bareos,bareos-ctl-dir,bareos-ctl-fd,bareos-ctl-sd,startmysql,stopmysql} - rm -f "${D}"/usr/sbin/bareos - - # remove upstream init scripts - rm -f "${D}"/etc/init.d/bareos-* - - # rename statically linked apps - if use clientonly && use static ; then - pushd "${D}"/usr/sbin || die - mv static-bareos-fd bareos-fd || die - mv static-bconsole bconsole || die - popd || die - fi - - # extra files which 'make install' doesn't cover - if ! use clientonly; then - # the logrotate configuration - # (now unconditional wrt bug #258187) - diropts -m0755 - insinto /etc/logrotate.d - insopts -m0644 - newins "${S}"/scripts/logrotate bareos - - # the logwatch scripts - if use logwatch; then - diropts -m0750 - dodir /etc/log.d/scripts/services - dodir /etc/log.d/scripts/shared - dodir /etc/log.d/conf/logfiles - dodir /etc/log.d/conf/services - pushd "${S}"/scripts/logwatch >&/dev/null || die - emake DESTDIR="${D}" install - popd >&/dev/null || die - fi - fi - - rm -vf "${D}"/usr/share/man/man1/bareos-bwxconsole.1* - if ! use qt4; then - rm -vf "${D}"/usr/share/man/man1/bat.1* - fi - if use clientonly || ! use director; then - rm -vf "${D}"/usr/share/man/man8/bareos-dir.8* - rm -vf "${D}"/usr/share/man/man8/bareos-dbcheck.8* - rm -vf "${D}"/usr/share/man/man1/bsmtp.1* - rm -vf "${D}"/usr/share/man/man8/bwild.8* - rm -vf "${D}"/usr/share/man/man8/bregex.8* - rm -vf "${D}"/usr/share/man/man8/bpluginfo.8* - rm -vf "${D}"/usr/libexec/bareos/create_*_database - rm -vf "${D}"/usr/libexec/bareos/drop_*_database - rm -vf "${D}"/usr/libexec/bareos/make_*_tables - rm -vf "${D}"/usr/libexec/bareos/update_*_tables - rm -vf "${D}"/usr/libexec/bareos/drop_*_tables - rm -vf "${D}"/usr/libexec/bareos/grant_*_privileges - rm -vf "${D}"/usr/libexec/bareos/*_catalog_backup - fi - if use clientonly || ! use storage-daemon; then - rm -vf "${D}"/usr/share/man/man8/bareos-sd.8* - rm -vf "${D}"/usr/share/man/man8/bcopy.8* - rm -vf "${D}"/usr/share/man/man8/bextract.8* - rm -vf "${D}"/usr/share/man/man8/bls.8* - rm -vf "${D}"/usr/share/man/man8/bscan.8* - rm -vf "${D}"/usr/share/man/man8/btape.8* - rm -vf "${D}"/usr/libexec/bareos/disk-changer - rm -vf "${D}"/usr/libexec/bareos/mtx-changer - rm -vf "${D}"/usr/libexec/bareos/dvd-handler - rm -vf "${D}"/etc/bareos/mtx-changer.conf - fi - if ! use scsi-crypto; then - rm -vf "${D}"/usr/share/man/man8/bscrypto.8* - fi - if ! use qt4; then - rm -vf "${D}"/usr/share/man/man1/bareos-tray-monitor.1* - fi - - # documentation - dodoc README.md - use ndmp && dodoc README.NDMP - use scsi-crypto && dodoc README.scsicrypto - - # vim-files - if use vim-syntax; then - insinto /usr/share/vim/vimfiles/syntax - doins scripts/bareos.vim - insinto /usr/share/vim/vimfiles/ftdetect - newins scripts/filetype.vim bareos_ft.vim - fi - - # setup init scripts - myscripts="bareos-fd" - if ! use clientonly; then - if use director; then - myscripts="${myscripts} bareos-dir" - fi - if use storage-daemon; then - myscripts="${myscripts} bareos-sd" - fi - fi - for script in ${myscripts}; do - # copy over init script and config to a temporary location - # so we can modify them as needed - cp "${FILESDIR}/${script}".confd "${T}/${script}".confd || die "failed to copy ${script}.confd" - cp "${FILESDIR}/${script}".initd "${T}/${script}".initd || die "failed to copy ${script}.initd" - - # now set the database dependency for the director init script - case "${script}" in - bareos-dir) - sed -i -e "s:%databasetypes%:${mydbtypes}:" "${T}/${script}".confd || die - ;; - *) - ;; - esac - - # install init script and config - newinitd "${T}/${script}".initd "${script}" - newconfd "${T}/${script}".confd "${script}" - done - - # make sure the working directory exists - diropts -m0750 - keepdir /var/lib/bareos - - # make sure bareos group can execute bareos libexec scripts - fowners -R root:bareos /usr/libexec/bareos -} - -pkg_postinst() { - if use clientonly; then - fowners root:bareos /var/lib/bareos - else - fowners bareos:bareos /var/lib/bareos - fi - - if ! use clientonly && use director; then - einfo - einfo "If this is a new install, you must create the databases with:" - if use postgres; then - einfo - einfo "For postgresql:" - einfo " su postgres -c '/usr/libexec/bareos/create_bareos_database postgresql'" - einfo " su postgres -c '/usr/libexec/bareos/make_bareos_tables postgresql'" - einfo " su postgres -c '/usr/libexec/bareos/grant_bareos_privileges postgresql'" - fi - if use mysql; then - einfo - einfo "For mysql:" - einfo - einfo " Make sure root has direct access to your mysql server. You may want to" - einfo " create a /root/.my.cnf file with" - einfo " [client]" - einfo " user=root" - einfo " password=YourPasswordForAccessingMysqlAsRoot" - einfo " before running:" - einfo " /usr/libexec/bareos/create_bareos_database mysql" - einfo " /usr/libexec/bareos/make_bareos_tables mysql" - einfo " /usr/libexec/bareos/grant_bareos_privileges mysql" - fi - einfo - fi - - if use sqlite; then - einfo - einfo "Be aware that Bareos does not officially support SQLite database." - einfo "Best use it only for a client-only installation. See Bug #445540." - einfo - einfo "It is strongly recommended to use either postgresql or mysql as" - einfo "catalog database backend." - einfo - fi - - einfo "Please note that 'bconsole' will always be installed. To compile 'bat'" - einfo "you have to enable 'USE=qt4'." - einfo -} diff --git a/app-backup/bareos/bareos-14.2.5.ebuild b/app-backup/bareos/bareos-14.2.5.ebuild deleted file mode 100644 index e9e440269f51..000000000000 --- a/app-backup/bareos/bareos-14.2.5.ebuild +++ /dev/null @@ -1,414 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads" - -inherit eutils multilib python-single-r1 qt4-r2 user - -DESCRIPTION="Featureful client/server network backup suite" -HOMEPAGE="http://www.bareos.org/" -SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> ${P}.tar.gz" -RESTRICT="mirror" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="acl clientonly +director fastlz ipv6 libressl logwatch mysql ndmp postgres - python qt4 readline scsi-crypto sql-pooling +sqlite ssl static +storage-daemon - tcpd vim-syntax X cephfs glusterfs lmdb rados" - -DEPEND=" - !app-backup/bacula - cephfs? ( sys-cluster/ceph ) - rados? ( sys-cluster/ceph ) - glusterfs? ( sys-cluster/glusterfs ) - lmdb? ( dev-db/lmdb ) - dev-libs/gmp:0 - !clientonly? ( - postgres? ( dev-db/postgresql:*[threads] ) - mysql? ( virtual/mysql ) - sqlite? ( dev-db/sqlite:3 ) - director? ( virtual/mta ) - ) - qt4? ( - dev-qt/qtsvg:4 - x11-libs/qwt:5 - ) - fastlz? ( dev-libs/bareos-fastlzlib ) - logwatch? ( sys-apps/logwatch ) - tcpd? ( sys-apps/tcp-wrappers ) - readline? ( sys-libs/readline:0 ) - static? ( - acl? ( virtual/acl[static-libs] ) - sys-libs/zlib[static-libs] - dev-libs/lzo[static-libs] - sys-libs/ncurses:=[static-libs] - ssl? ( - !libressl? ( dev-libs/openssl:0=[static-libs] ) - libressl? ( dev-libs/libressl:0=[static-libs] ) - ) - ) - !static? ( - acl? ( virtual/acl ) - dev-libs/lzo - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) - sys-libs/ncurses:= - sys-libs/zlib - ) - python? ( ${PYTHON_DEPS} ) - " -RDEPEND="${DEPEND} - !clientonly? ( - storage-daemon? ( - sys-block/mtx - app-arch/mt-st - ) - ) - vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )" - -REQUIRED_USE="static? ( clientonly ) - python? ( ${PYTHON_REQUIRED_USE} )" - -S=${WORKDIR}/${PN}-Release-${PV} - -pkg_setup() { - use mysql && export mydbtypes+="mysql" - use postgres && export mydbtypes+=" postgresql" - use sqlite && export mydbtypes+=" sqlite" - - # create the daemon group and user - if [ -z "$(egetent group bareos 2>/dev/null)" ]; then - enewgroup bareos - einfo - einfo "The group 'bareos' has been created. Any users you add to this" - einfo "group have access to files created by the daemons." - einfo - fi - - if use clientonly && use static && use qt4; then - ewarn - ewarn "Building statically linked 'bat' is not supported. Ignorig 'qt4' useflag." - ewarn - fi - - if ! use clientonly; then - if [ -z "$(egetent passwd bareos 2>/dev/null)" ]; then - enewuser bareos -1 -1 /var/lib/bareos bareos,disk,tape,cdrom,cdrw - einfo - einfo "The user 'bareos' has been created. Please see the bareos manual" - einfo "for information about running bareos as a non-root user." - einfo - fi - fi - - use python && python-single-r1_pkg_setup -} - -src_prepare() { - # adjusts default configuration files for several binaries - # to /etc/bareos/ instead of ./ - pushd src >&/dev/null || die - for f in console/console.c dird/dird.c filed/filed.c \ - stored/bcopy.c stored/bextract.c stored/bls.c \ - stored/bscan.c stored/btape.c stored/stored.c \ - qt-console/main.cpp; do - sed -i -e 's|^\(#define CONFIG_FILE "\)|\1/etc/bareos/|g' "${f}" \ - || die "sed on ${f} failed" - done - popd >&/dev/null || die - - # bug 466690 Use CXXFLAGS instead of CFLAGS - sed -i -e 's/@CFLAGS@/@CXXFLAGS@/' autoconf/Make.common.in || die - - # stop build for errors in subdirs - epatch "${FILESDIR}"/${PN}-12.4.5-Makefile.patch - - # bat needs to respect LDFLAGS - epatch "${FILESDIR}"/${PN}-12.4.5-bat-ldflags.patch - - # do not strip binaries - for d in filed console dird stored; do - sed -i -e "s/strip /# strip /" src/$d/Makefile.in || die - done -} - -src_configure() { - local myconf='' - - if use clientonly; then - myconf="${myconf} \ - $(use_enable clientonly client-only) \ - $(use_enable !static libtool) \ - $(use_enable static static-cons) \ - $(use_enable static static-fd)" - fi - - # do not build bat and traymonitor if 'static' clientonly - if ! use clientonly || ! use static; then - myconf="${myconf} \ - $(use_enable qt4 bat) \ - $(use_enable qt4 traymonitor)" - fi - - myconf="${myconf} \ - $(use_with X x) \ - $(use_enable acl) \ - $(use_enable ipv6) \ - $(use_enable ndmp) \ - $(use_enable readline) \ - $(use_enable !readline conio) \ - $(use_enable scsi-crypto) \ - $(use_enable sql-pooling) \ - $(use_with fastlz) \ - $(use_with mysql) \ - $(use_with postgres postgresql) \ - $(use_with python) \ - $(use_with readline) \ - $(use_with sqlite sqlite3) \ - $(use sqlite || echo "--without-sqlite3") \ - $(use_with ssl openssl) \ - $(use_with tcpd tcp-wrappers) \ - $(use_enable lmdb) \ - $(use_with glusterfs) \ - $(use_with rados) \ - $(use_with cephfs) \ - " - - econf \ - --libdir=/usr/$(get_libdir) \ - --docdir=/usr/share/doc/${PF} \ - --htmldir=/usr/share/doc/${PF}/html \ - --with-pid-dir=/run/bareos \ - --sysconfdir=/etc/bareos \ - --with-subsys-dir=/run/lock/subsys \ - --with-working-dir=/var/lib/bareos \ - --with-logdir=/var/log/bareos \ - --with-scriptdir=/usr/libexec/bareos \ - --with-plugindir=/usr/$(get_libdir)/${PN}/plugin \ - --with-backenddir=/usr/$(get_libdir)/${PN}/backend \ - --with-dir-user=bareos \ - --with-dir-group=bareos \ - --with-sd-user=root \ - --with-sd-group=bareos \ - --with-fd-user=root \ - --with-fd-group=bareos \ - --with-sbin-perm=0755 \ - --with-systemd \ - --enable-smartalloc \ - --enable-dynamic-cats-backends \ - --enable-dynamic-storage-backends \ - --enable-batch-insert \ - --disable-afs \ - --host=${CHOST} \ - ${myconf} - # correct configuration for QT based bat - if use qt4 ; then - pushd src/qt-console - eqmake4 - popd - pushd src/qt-tray-monitor - eqmake4 - popd - fi -} - -src_compile() { - # workaround for build failing with high -j values - # if ndmp is enabled - use ndmp && MAKEOPTS="$MAKEOPTS -j1" - - # Make build log verbose (bug #447806) - emake NO_ECHO="" -} - -src_install() { - emake DESTDIR="${D}" install - doicon scripts/bareos.png - - # install bat icon and desktop file when enabled - # (for some reason ./configure doesn't pick this up) - if use qt4 && ! use static ; then - doicon src/images/bat.png - domenu scripts/bat.desktop - fi - - # remove some scripts we don't need at all - rm -f "${D}"/usr/libexec/bareos/{bareos,bareos-ctl-dir,bareos-ctl-fd,bareos-ctl-sd,startmysql,stopmysql} - rm -f "${D}"/usr/sbin/bareos - - # remove upstream init scripts - rm -f "${D}"/etc/init.d/bareos-* - - # rename statically linked apps - if use clientonly && use static ; then - pushd "${D}"/usr/sbin || die - mv static-bareos-fd bareos-fd || die - mv static-bconsole bconsole || die - popd || die - fi - - # extra files which 'make install' doesn't cover - if ! use clientonly; then - # the logrotate configuration - # (now unconditional wrt bug #258187) - diropts -m0755 - insinto /etc/logrotate.d - insopts -m0644 - newins "${S}"/scripts/logrotate bareos - - # the logwatch scripts - if use logwatch; then - diropts -m0750 - dodir /etc/log.d/scripts/services - dodir /etc/log.d/scripts/shared - dodir /etc/log.d/conf/logfiles - dodir /etc/log.d/conf/services - pushd "${S}"/scripts/logwatch >&/dev/null || die - emake DESTDIR="${D}" install - popd >&/dev/null || die - fi - fi - - rm -vf "${D}"/usr/share/man/man1/bareos-bwxconsole.1* - if ! use qt4; then - rm -vf "${D}"/usr/share/man/man1/bat.1* - fi - if use clientonly || ! use director; then - rm -vf "${D}"/usr/share/man/man8/bareos-dir.8* - rm -vf "${D}"/usr/share/man/man8/bareos-dbcheck.8* - rm -vf "${D}"/usr/share/man/man1/bsmtp.1* - rm -vf "${D}"/usr/share/man/man8/bwild.8* - rm -vf "${D}"/usr/share/man/man8/bregex.8* - rm -vf "${D}"/usr/share/man/man8/bpluginfo.8* - rm -vf "${D}"/usr/libexec/bareos/create_*_database - rm -vf "${D}"/usr/libexec/bareos/drop_*_database - rm -vf "${D}"/usr/libexec/bareos/make_*_tables - rm -vf "${D}"/usr/libexec/bareos/update_*_tables - rm -vf "${D}"/usr/libexec/bareos/drop_*_tables - rm -vf "${D}"/usr/libexec/bareos/grant_*_privileges - rm -vf "${D}"/usr/libexec/bareos/*_catalog_backup - fi - if use clientonly || ! use storage-daemon; then - rm -vf "${D}"/usr/share/man/man8/bareos-sd.8* - rm -vf "${D}"/usr/share/man/man8/bcopy.8* - rm -vf "${D}"/usr/share/man/man8/bextract.8* - rm -vf "${D}"/usr/share/man/man8/bls.8* - rm -vf "${D}"/usr/share/man/man8/bscan.8* - rm -vf "${D}"/usr/share/man/man8/btape.8* - rm -vf "${D}"/usr/libexec/bareos/disk-changer - rm -vf "${D}"/usr/libexec/bareos/mtx-changer - rm -vf "${D}"/usr/libexec/bareos/dvd-handler - rm -vf "${D}"/etc/bareos/mtx-changer.conf - fi - if ! use scsi-crypto; then - rm -vf "${D}"/usr/share/man/man8/bscrypto.8* - fi - if ! use qt4; then - rm -vf "${D}"/usr/share/man/man1/bareos-tray-monitor.1* - fi - - # documentation - dodoc README.md - use ndmp && dodoc README.NDMP - use scsi-crypto && dodoc README.scsicrypto - - # vim-files - if use vim-syntax; then - insinto /usr/share/vim/vimfiles/syntax - doins scripts/bareos.vim - insinto /usr/share/vim/vimfiles/ftdetect - newins scripts/filetype.vim bareos_ft.vim - fi - - # setup init scripts - myscripts="bareos-fd" - if ! use clientonly; then - if use director; then - myscripts="${myscripts} bareos-dir" - fi - if use storage-daemon; then - myscripts="${myscripts} bareos-sd" - fi - fi - for script in ${myscripts}; do - # copy over init script and config to a temporary location - # so we can modify them as needed - cp "${FILESDIR}/${script}".confd "${T}/${script}".confd || die "failed to copy ${script}.confd" - cp "${FILESDIR}/${script}".initd "${T}/${script}".initd || die "failed to copy ${script}.initd" - - # now set the database dependency for the director init script - case "${script}" in - bareos-dir) - sed -i -e "s:%databasetypes%:${mydbtypes}:" "${T}/${script}".confd || die - ;; - *) - ;; - esac - - # install init script and config - newinitd "${T}/${script}".initd "${script}" - newconfd "${T}/${script}".confd "${script}" - done - - # make sure the working directory exists - diropts -m0750 - keepdir /var/lib/bareos - - # make sure bareos group can execute bareos libexec scripts - fowners -R root:bareos /usr/libexec/bareos -} - -pkg_postinst() { - if use clientonly; then - fowners root:bareos /var/lib/bareos - else - fowners bareos:bareos /var/lib/bareos - fi - - if ! use clientonly && use director; then - einfo - einfo "If this is a new install, you must create the databases with:" - if use postgres; then - einfo - einfo "For postgresql:" - einfo " su postgres -c '/usr/libexec/bareos/create_bareos_database postgresql'" - einfo " su postgres -c '/usr/libexec/bareos/make_bareos_tables postgresql'" - einfo " su postgres -c '/usr/libexec/bareos/grant_bareos_privileges postgresql'" - fi - if use mysql; then - einfo - einfo "For mysql:" - einfo - einfo " Make sure root has direct access to your mysql server. You may want to" - einfo " create a /root/.my.cnf file with" - einfo " [client]" - einfo " user=root" - einfo " password=YourPasswordForAccessingMysqlAsRoot" - einfo " before running:" - einfo " /usr/libexec/bareos/create_bareos_database mysql" - einfo " /usr/libexec/bareos/make_bareos_tables mysql" - einfo " /usr/libexec/bareos/grant_bareos_privileges mysql" - fi - einfo - fi - - if use sqlite; then - einfo - einfo "Be aware that Bareos does not officially support SQLite database." - einfo "Best use it only for a client-only installation. See Bug #445540." - einfo - einfo "It is strongly recommended to use either postgresql or mysql as" - einfo "catalog database backend." - einfo - fi - - einfo "Please note that 'bconsole' will always be installed. To compile 'bat'" - einfo "you have to enable 'USE=qt4'." - einfo -} diff --git a/app-backup/bareos/bareos-14.2.2.ebuild b/app-backup/bareos/bareos-16.2.7.ebuild similarity index 91% rename from app-backup/bareos/bareos-14.2.2.ebuild rename to app-backup/bareos/bareos-16.2.7.ebuild index e9e440269f51..099882b6e3d4 100644 --- a/app-backup/bareos/bareos-14.2.2.ebuild +++ b/app-backup/bareos/bareos-16.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -16,14 +16,16 @@ RESTRICT="mirror" LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="acl clientonly +director fastlz ipv6 libressl logwatch mysql ndmp postgres - python qt4 readline scsi-crypto sql-pooling +sqlite ssl static +storage-daemon - tcpd vim-syntax X cephfs glusterfs lmdb rados" +IUSE="X acl cephfs clientonly +director fastlz glusterfs gnutls ipv6 jansson lmdb libressl + logwatch mysql ndmp postgres python qt4 rados rados-striper readline scsi-crypto + sql-pooling +sqlite ssl static +storage-daemon tcpd vim-syntax" +REQUIRED_USE="!clientonly? ( || ( mysql postgres sqlite ) )" DEPEND=" !app-backup/bacula cephfs? ( sys-cluster/ceph ) rados? ( sys-cluster/ceph ) + rados-striper? ( >=sys-cluster/ceph-0.94.2 ) glusterfs? ( sys-cluster/glusterfs ) lmdb? ( dev-db/lmdb ) dev-libs/gmp:0 @@ -31,7 +33,10 @@ DEPEND=" postgres? ( dev-db/postgresql:*[threads] ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) - director? ( virtual/mta ) + director? ( + virtual/mta + jansson? ( dev-libs/jansson ) + ) ) qt4? ( dev-qt/qtsvg:4 @@ -47,16 +52,22 @@ DEPEND=" dev-libs/lzo[static-libs] sys-libs/ncurses:=[static-libs] ssl? ( - !libressl? ( dev-libs/openssl:0=[static-libs] ) - libressl? ( dev-libs/libressl:0=[static-libs] ) + !gnutls? ( + !libressl? ( dev-libs/openssl:0=[static-libs] ) + libressl? ( dev-libs/libressl:0=[static-libs] ) + ) + gnutls? ( net-libs/gnutls[static-libs] ) ) ) !static? ( acl? ( virtual/acl ) dev-libs/lzo ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + !gnutls? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) + gnutls? ( net-libs/gnutls ) ) sys-libs/ncurses:= sys-libs/zlib @@ -141,6 +152,8 @@ src_prepare() { src_configure() { local myconf='' + addpredict /var/lib/logrotate.status + if use clientonly; then myconf="${myconf} \ $(use_enable clientonly client-only) \ @@ -177,7 +190,9 @@ src_configure() { $(use_enable lmdb) \ $(use_with glusterfs) \ $(use_with rados) \ + $(use_with rados-striper) \ $(use_with cephfs) \ + $(use_with jansson) \ " econf \ @@ -185,7 +200,7 @@ src_configure() { --docdir=/usr/share/doc/${PF} \ --htmldir=/usr/share/doc/${PF}/html \ --with-pid-dir=/run/bareos \ - --sysconfdir=/etc/bareos \ + --sysconfdir=/etc \ --with-subsys-dir=/run/lock/subsys \ --with-working-dir=/var/lib/bareos \ --with-logdir=/var/log/bareos \ @@ -200,7 +215,6 @@ src_configure() { --with-fd-group=bareos \ --with-sbin-perm=0755 \ --with-systemd \ - --enable-smartalloc \ --enable-dynamic-cats-backends \ --enable-dynamic-storage-backends \ --enable-batch-insert \ @@ -229,7 +243,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install - doicon scripts/bareos.png + newicon src/images/bareos_logo_shadow.png bareos.png # install bat icon and desktop file when enabled # (for some reason ./configure doesn't pick this up) @@ -339,7 +353,7 @@ src_install() { for script in ${myscripts}; do # copy over init script and config to a temporary location # so we can modify them as needed - cp "${FILESDIR}/${script}".confd "${T}/${script}".confd || die "failed to copy ${script}.confd" + cp "${FILESDIR}/${script}".confd-16 "${T}/${script}".confd || die "failed to copy ${script}.confd" cp "${FILESDIR}/${script}".initd "${T}/${script}".initd || die "failed to copy ${script}.initd" # now set the database dependency for the director init script diff --git a/app-backup/bareos/files/bareos-dir.confd-16 b/app-backup/bareos/files/bareos-dir.confd-16 new file mode 100644 index 000000000000..a11eba90a755 --- /dev/null +++ b/app-backup/bareos/files/bareos-dir.confd-16 @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Config file for /etc/init.d/bareos-dir + +# Bareos can use more than one catalog database and each one can +# be of any supported type. +# If a database server where you store a bareos catalog +# is on a different machine, you might want to remove the corresponding +# type from the rc_need variable. +rc_need="%databasetypes%" + +# Options for the director daemon. +# The director can be run as a non-root user, however +# please ensure that this user has proper permissions to +# access your backup devices. +DIR_OPTIONS="-u root -g bareos" diff --git a/app-backup/bareos/files/bareos-fd.confd-16 b/app-backup/bareos/files/bareos-fd.confd-16 new file mode 100644 index 000000000000..e3b8a1f576fd --- /dev/null +++ b/app-backup/bareos/files/bareos-fd.confd-16 @@ -0,0 +1,7 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Config file for /etc/init.d/bareos-fd + +# Options for the file daemon. +FD_OPTIONS="-u root -g bareos" diff --git a/app-backup/bareos/files/bareos-sd.confd-16 b/app-backup/bareos/files/bareos-sd.confd-16 new file mode 100644 index 000000000000..5d377b978dd5 --- /dev/null +++ b/app-backup/bareos/files/bareos-sd.confd-16 @@ -0,0 +1,10 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Config file for /etc/init.d/bareos-sd + +# Options for the storage daemon. +# The storage daemon can be run as a non-root user, however +# please ensure that this user has proper permissions to +# access your backup devices. +SD_OPTIONS="-u root -g bareos" diff --git a/app-crypt/Manifest.gz b/app-crypt/Manifest.gz index a9775c2fe54c..b2562483eda1 100644 Binary files a/app-crypt/Manifest.gz and b/app-crypt/Manifest.gz differ diff --git a/app-crypt/mit-krb5/mit-krb5-1.15.2-r1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.15.2-r1.ebuild index 75093a770020..61588eb9a2a7 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.15.2-r1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.15.2-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}.tar.gz" LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 || ( BSD-2 GPL-2+ )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="doc +keyutils libressl nls openldap +pkinit selinux +threads test xinetd" CDEPEND=" diff --git a/app-editors/Manifest.gz b/app-editors/Manifest.gz index 51947963105e..f822bb2165a5 100644 Binary files a/app-editors/Manifest.gz and b/app-editors/Manifest.gz differ diff --git a/app-editors/emacs/emacs-18.59-r11.ebuild b/app-editors/emacs/emacs-18.59-r11.ebuild index c7a9e9dfa5d9..8b9d3d2c04e9 100644 --- a/app-editors/emacs/emacs-18.59-r11.ebuild +++ b/app-editors/emacs/emacs-18.59-r11.ebuild @@ -60,11 +60,13 @@ src_configure() { src/s-linux.h || die # -O3 and -finline-functions cause segmentation faults at run time. - filter-flags -finline-functions - replace-flags -O[3-9] -O2 + # -Wno-implicit will quieten GCC 5; feel free to submit a patch + # adding all those missing prototypes. strip-flags - # Quieten GCC 5. Feel free to submit a patch adding all those prototypes. + filter-flags -finline-functions -fpie append-flags -Wno-implicit + append-ldflags $(test-flags -no-pie) #639562 + replace-flags -O[3-9] -O2 } src_compile() { diff --git a/app-editors/emacs/emacs-23.4-r16.ebuild b/app-editors/emacs/emacs-23.4-r16.ebuild index 210f81f16181..230f36053ce5 100644 --- a/app-editors/emacs/emacs-23.4-r16.ebuild +++ b/app-editors/emacs/emacs-23.4-r16.ebuild @@ -104,6 +104,7 @@ src_configure() { strip-flags filter-flags -fstrict-aliasing -pie append-flags $(test-flags -fno-strict-aliasing) + append-ldflags $(test-flags -no-pie) #639568 if use sh; then replace-flags "-O[1-9]" -O0 #262359 diff --git a/app-editors/emacs/emacs-24.5-r4.ebuild b/app-editors/emacs/emacs-24.5-r4.ebuild index 12bb3ccaf3b7..1dd73ddaf8c0 100644 --- a/app-editors/emacs/emacs-24.5-r4.ebuild +++ b/app-editors/emacs/emacs-24.5-r4.ebuild @@ -97,6 +97,7 @@ src_prepare() { src_configure() { strip-flags filter-flags -pie #526948 + append-ldflags $(test-flags -no-pie) #639570 if use sh; then replace-flags "-O[1-9]" -O0 #262359 diff --git a/app-editors/xemacs/xemacs-21.4.24-r1.ebuild b/app-editors/xemacs/xemacs-21.4.24-r1.ebuild index 980a68d80e3d..6975de5d4292 100644 --- a/app-editors/xemacs/xemacs-21.4.24-r1.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24-r1.ebuild @@ -7,7 +7,7 @@ EAPI="5" WANT_AUTOCONF="2.1" -inherit autotools eutils flag-o-matic toolchain-funcs +inherit autotools eutils flag-o-matic toolchain-funcs xdg-utils DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" @@ -233,9 +233,11 @@ src_install() { pkg_postinst() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update } pkg_postrm() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update } diff --git a/app-editors/xemacs/xemacs-21.4.24.ebuild b/app-editors/xemacs/xemacs-21.4.24.ebuild index 4c1eaa52fd03..a1297fa36999 100644 --- a/app-editors/xemacs/xemacs-21.4.24.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24.ebuild @@ -7,7 +7,7 @@ EAPI="5" WANT_AUTOCONF="2.1" -inherit autotools eutils flag-o-matic toolchain-funcs +inherit autotools eutils flag-o-matic toolchain-funcs xdg-utils DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" @@ -235,9 +235,11 @@ src_install() { pkg_postinst() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update } pkg_postrm() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update } diff --git a/app-editors/xemacs/xemacs-21.5.34-r4.ebuild b/app-editors/xemacs/xemacs-21.5.34-r4.ebuild index d806967cce40..c060855e5924 100644 --- a/app-editors/xemacs/xemacs-21.5.34-r4.ebuild +++ b/app-editors/xemacs/xemacs-21.5.34-r4.ebuild @@ -7,7 +7,7 @@ EAPI=5 WANT_AUTOCONF="2.5" -inherit eutils flag-o-matic multilib +inherit eutils flag-o-matic multilib xdg-utils DESCRIPTION="highly customizable open source text editor and application development system" HOMEPAGE="http://www.xemacs.org/" @@ -235,6 +235,7 @@ src_install() { pkg_postinst() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update einfo "If you are upgrading from XEmacs 21.4 you should note the following" einfo "incompatibilities:" @@ -252,4 +253,5 @@ pkg_postinst() { pkg_postrm() { eselect emacs update ifunset eselect gnuclient update ifunset + xdg_desktop_database_update } diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz index e5a1ee7989d3..a5b2778ee8ba 100644 Binary files a/app-emulation/Manifest.gz and b/app-emulation/Manifest.gz differ diff --git a/app-emulation/cadvisor/Manifest b/app-emulation/cadvisor/Manifest index 3464eac2165f..21e686d5dd1f 100644 --- a/app-emulation/cadvisor/Manifest +++ b/app-emulation/cadvisor/Manifest @@ -1 +1,2 @@ DIST cadvisor-0.28.2.tar.gz 4109967 BLAKE2B c55268a0768adeea75ecc2baa1093d5d5360d1e0be56cea467fe759278c7047060c4b78179a3a35801afbcf6415ffbeb7e0649c92e79878e5615c73a37eeabeb SHA512 e682b8e062ba373e5726a8076d5be75322e7c592bd751aa32da9a99e5d380a77fc4b376aa478b0beff18bae2bc8432d3a70542605681410d5e1e0b1919a6c252 +DIST cadvisor-0.28.3.tar.gz 4110487 BLAKE2B d6b9d6de67e5672a3ba57ea0c28f38e2e96ec43910f8f5bbbe17b377ccbadf026d4418928234149e9ad3936f4c0871d7c371dda2bea49111735a33520154b2d3 SHA512 da111d74bfa3485c42a03a027ccbf833886e561f3244a081ad5439f7a714767cf4666c43c17b0b976089ea40916089aaa2c6070ec4aefc19798a1d5325e005e4 diff --git a/app-emulation/cadvisor/cadvisor-0.28.3.ebuild b/app-emulation/cadvisor/cadvisor-0.28.3.ebuild new file mode 100644 index 000000000000..c3666053995e --- /dev/null +++ b/app-emulation/cadvisor/cadvisor-0.28.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +EGO_PN="github.com/google/cadvisor" + +inherit user golang-build golang-vcs-snapshot +SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Analyzes resource usage and performance characteristics of running containers" + +HOMEPAGE="https://github.com/google/cadvisor" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 /dev/null ${PN} +} + +src_install() { + newinitd "${FILESDIR}"/${PN}.initd ${PN} + dobin ${PN} +} diff --git a/app-emulation/cadvisor/files/cadvisor.initd b/app-emulation/cadvisor/files/cadvisor.initd new file mode 100644 index 000000000000..19e36b2c81a5 --- /dev/null +++ b/app-emulation/cadvisor/files/cadvisor.initd @@ -0,0 +1,18 @@ +#!/sbin/openrc-run +# Copyright 2016-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +description="cAdvisor - Analyzes resource usage and performance characteristics of running containers" +pidfile=${pidfile:-"/run/${SVCNAME}.pid"} +user=${user:-${SVCNAME}} +group=${group:-${SVCNAME}} + +command="/usr/bin/cadvisor" +command_background="true" +start_stop_daemon_args="--user ${user} --group ${group} \ + --stdout /var/log/${SVCNAME}/${SVCNAME}.log \ + --stderr /var/log/${SVCNAME}/${SVCNAME}.log" + +depend() { + after net +} diff --git a/app-emulation/libvirt/libvirt-3.10.0.ebuild b/app-emulation/libvirt/libvirt-3.10.0-r1.ebuild similarity index 99% rename from app-emulation/libvirt/libvirt-3.10.0.ebuild rename to app-emulation/libvirt/libvirt-3.10.0-r1.ebuild index c8d9893516a7..cfdcbb6c9942 100644 --- a/app-emulation/libvirt/libvirt-3.10.0.ebuild +++ b/app-emulation/libvirt/libvirt-3.10.0-r1.ebuild @@ -59,7 +59,7 @@ RDEPEND=" >=net-libs/gnutls-1.0.25:0= net-libs/libssh2 net-libs/libtirpc - || ( sys-libs/glibc[rpc(-)] net-libs/rpcsvc-proto ) + net-libs/rpcsvc-proto >=net-misc/curl-7.18.0 sys-apps/dmidecode >=sys-apps/util-linux-2.17 diff --git a/app-eselect/Manifest.gz b/app-eselect/Manifest.gz index d6d815e9cc8a..3774eeaafb83 100644 Binary files a/app-eselect/Manifest.gz and b/app-eselect/Manifest.gz differ diff --git a/app-eselect/eselect-package-manager/eselect-package-manager-20110108.ebuild b/app-eselect/eselect-package-manager/eselect-package-manager-20110108-r1.ebuild similarity index 74% rename from app-eselect/eselect-package-manager/eselect-package-manager-20110108.ebuild rename to app-eselect/eselect-package-manager/eselect-package-manager-20110108-r1.ebuild index db01f146b3a7..6d052668ff26 100644 --- a/app-eselect/eselect-package-manager/eselect-package-manager-20110108.ebuild +++ b/app-eselect/eselect-package-manager/eselect-package-manager-20110108-r1.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + DESCRIPTION="Manages PACKAGE_MANAGER environment variable" HOMEPAGE="https://www.gentoo.org/proj/en/eselect/" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" RDEPEND=">=app-admin/eselect-1.1.1" src_install() { insinto /usr/share/eselect/modules - doins package-manager.eselect || die - doman package-manager.eselect.5 || die + doins package-manager.eselect + doman package-manager.eselect.5 } diff --git a/app-eselect/eselect-php/eselect-php-0.9.4-r3.ebuild b/app-eselect/eselect-php/eselect-php-0.9.4-r3.ebuild new file mode 100644 index 000000000000..9d383514ec4f --- /dev/null +++ b/app-eselect/eselect-php/eselect-php-0.9.4-r3.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit systemd + +DESCRIPTION="PHP eselect module" +HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-php.git/" +SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="fpm apache2" + +# The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir. +RDEPEND="app-admin/eselect + apache2? ( www-servers/apache[apache2_modules_dir] ) + fpm? ( sys-apps/gentoo-functions )" + +src_configure(){ + # We expect localstatedir to be "var"ish, not "var/lib"ish, because + # that's what PHP upstream expects. See for example the FPM + # configuration where they put logs in @localstatedir@/log. + # + # The libdir is passed explicitly in case the /usr/lib symlink + # is not present (bug 624528). + econf --libdir="${EPREFIX}/usr/$(get_libdir)" \ + --localstatedir="${EPREFIX}/var" \ + --with-piddir="${EPREFIX}/run" \ + $(use_enable apache2) \ + $(use_enable fpm) +} + +src_install() { + default + + # This can be removed after a while... + if use apache2 ; then + insinto /etc/apache2/modules.d + newins "${FILESDIR}/70_mod_php5.backcompat.conf" 70_mod_php5.conf + fi + + if use fpm ; then + systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf" + sed -e "s,@libdir@,$(get_libdir),g" "${FILESDIR}/php-fpm-launcher-r3" > "${T}"/php-fpm-launcher || die + exeinto /usr/libexec + doexe "${T}"/php-fpm-launcher + fi +} + +pkg_postinst() { + if use apache2 ; then + elog + elog "If you are upgrading, be warned that our mod_php configuration" + elog "file has changed! You should now define -DPHP for the apache2" + elog "daemon, and inspect the new 70_mod_php.conf which has been" + elog "installed. Module loading involves eselect as of this version." + elog + elog "You must run eselect at least once to choose your apache2 target" + elog "before the new configuration will work. Afterwards, and after you" + elog "have reviewed your new configuration, you are advised to remove" + elog "the obsolete 70_mod_php5.conf file." + elog + fi +} diff --git a/app-eselect/eselect-php/eselect-php-9999.ebuild b/app-eselect/eselect-php/eselect-php-9999.ebuild index f695558d423a..a8aa5bb8f4a5 100644 --- a/app-eselect/eselect-php/eselect-php-9999.ebuild +++ b/app-eselect/eselect-php/eselect-php-9999.ebuild @@ -49,8 +49,9 @@ src_install() { if use fpm ; then systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf" + sed -e "s,@libdir@,$(get_libdir),g" "${FILESDIR}/php-fpm-launcher-r3" > "${T}"/php-fpm-launcher || die exeinto /usr/libexec - newexe "${FILESDIR}/php-fpm-launcher-r2" php-fpm-launcher + doexe "${T}"/php-fpm-launcher fi } diff --git a/app-eselect/eselect-php/files/php-fpm-launcher-r3 b/app-eselect/eselect-php/files/php-fpm-launcher-r3 new file mode 100644 index 000000000000..a2b6eabc4da5 --- /dev/null +++ b/app-eselect/eselect-php/files/php-fpm-launcher-r3 @@ -0,0 +1,11 @@ +#!/bin/sh + +# If there are no arguments, then "shift" will fail (bug 626496). +if [ $# -eq 0 ]; then + PHP_SLOT=$(eselect php show fpm) +else + PHP_SLOT=$1 + shift +fi + +exec "/usr/@libdir@/${PHP_SLOT}/bin/php-fpm" "${@}" diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz index 037d231e7985..dd6fa042706c 100644 Binary files a/app-misc/Manifest.gz and b/app-misc/Manifest.gz differ diff --git a/app-misc/qlcplus/Manifest b/app-misc/qlcplus/Manifest index 467440d9bbb3..76a14a2f2b42 100644 --- a/app-misc/qlcplus/Manifest +++ b/app-misc/qlcplus/Manifest @@ -1 +1,2 @@ DIST qlcplus-4.10.5b.tar.gz 8959726 BLAKE2B 6b2925d913b8cd16014004975c176f5d5de456daf67957ac2fe2b0e624b2b74c302dbbc5122148878ee3eddd2688e724dfe4e9a52c6b1f6877b12fd2b5b3e05f SHA512 c989764d52fc60af8d98c3a65ef7e6ba5cd823e5d487a2153dffc9a00f5e176666ced5c0f771b04a35957bee3de84ca927326c45764a34d9bf3c8886dede9d2f +DIST qlcplus-4.11.1.tar.gz 9394093 BLAKE2B 0b91359217b723ed184f6a609ee0ef0a39f5f08aa8933abc7a3c429e4d5a3b2d1dc8ef454c00a172bc0e7b8f7fb0779d7fbba96ed5fafe403853f2a3bb8ce7b8 SHA512 14efdbe5cd53da592a58b48efb1daf7dda2a4e19d7d20792d34674af2aa1b9c287cfd58673db7838885642bb2ebfaf9b462be41d33f8d89497cb61dfab7246df diff --git a/app-misc/qlcplus/qlcplus-4.11.1.ebuild b/app-misc/qlcplus/qlcplus-4.11.1.ebuild new file mode 100644 index 000000000000..db27fbd90c1b --- /dev/null +++ b/app-misc/qlcplus/qlcplus-4.11.1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit qmake-utils udev vcs-snapshot virtualx xdg + +DESCRIPTION="QLC+ - Q Light Controller Plus to control DMX interfaces" +HOMEPAGE="http://www.qlcplus.org/" +SRC_URI="https://github.com/mcallegari/${PN}/archive/QLC+_${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + || ( dev-embedded/libftdi:1 dev-embedded/libftdi:0 ) + dev-libs/glib:2 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5[widgets] + dev-qt/qtnetwork:5 + dev-qt/qtscript:5 + dev-qt/qttest:5 + dev-qt/qtwidgets:5 + media-libs/alsa-lib + media-libs/libmad + media-libs/libsndfile + sci-libs/fftw:3.0 + virtual/libusb:0 + virtual/libusb:1 + virtual/udev +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + sed -e "s:/etc/udev/rules.d:${EROOT}lib/udev/rules.d:" -i \ + plugins/hid/hid.pro \ + plugins/udmx/src/src.pro \ + plugins/dmxusb/src/src.pro \ + plugins/spi/spi.pro \ + plugins/peperoni/unix/unix.pro || die + sed -e "/UDEVRULESDIR/s:/etc/udev/rules.d:$(get_udevdir)/rules.d:" \ + -i variables.pri || die +} + +src_configure() { + eqmake5 + + # sandbox error "mkdir /usr/share/qlcplus" + # see https://bugs.gentoo.org/621500#c2 + export INSTALL_ROOT="${D}" +} + +src_test() { + virtx emake check +} diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz index ac3cda4060e0..bbc92ccf8b57 100644 Binary files a/app-text/Manifest.gz and b/app-text/Manifest.gz differ diff --git a/app-text/aspell/aspell-0.60.7_rc1.ebuild b/app-text/aspell/aspell-0.60.7_rc1.ebuild index 389262408630..2ca3eb51c125 100644 --- a/app-text/aspell/aspell-0.60.7_rc1.ebuild +++ b/app-text/aspell/aspell-0.60.7_rc1.ebuild @@ -17,7 +17,7 @@ fi LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="nls unicode" PDEPEND="app-dicts/aspell-en" diff --git a/app-text/sablotron/sablotron-1.0.3-r1.ebuild b/app-text/sablotron/sablotron-1.0.3-r1.ebuild index 4bceeb87bd16..d5a8a6a898e1 100644 --- a/app-text/sablotron/sablotron-1.0.3-r1.ebuild +++ b/app-text/sablotron/sablotron-1.0.3-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://download-1.gingerall.cz/download/sablot/${MY_P}.tar.gz" # Sablotron can optionally be built under GPL, using MPL for now LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="perl" RDEPEND=">=dev-libs/expat-1.95.6-r1" diff --git a/dev-ada/Manifest.gz b/dev-ada/Manifest.gz index 720e943ff039..218915d3c2a9 100644 Binary files a/dev-ada/Manifest.gz and b/dev-ada/Manifest.gz differ diff --git a/dev-ada/gps/files/gps-2017-gentoo.patch b/dev-ada/gps/files/gps-2017-gentoo.patch index e6ff1453189d..631e6dc92ef9 100644 --- a/dev-ada/gps/files/gps-2017-gentoo.patch +++ b/dev-ada/gps/files/gps-2017-gentoo.patch @@ -244,7 +244,7 @@ ---------------------------- --- gps-gpl-2017-src/toolchains_editor/core/src/toolchains.adb.old 2017-11-23 22:02:52.819994229 +0100 +++ gps-gpl-2017-src/toolchains_editor/core/src/toolchains.adb 2017-11-23 22:07:20.326248295 +0100 -@@ -309,12 +309,12 @@ +@@ -309,12 +309,13 @@ else Set_Command (Tc, GNAT_Driver, @@ -255,7 +255,8 @@ Set_Command (Tc, GNAT_List, - To_String (Full_Path) & "gnatls", -+ To_String (Full_Path) & "@GNATLS@", ++ To_String (Full_Path) & ++ "@GNATLS@", From_Default, Is_Default_Path); Set_Command @@ -278,10 +279,10 @@ - Set_Command (Native_Toolchain, GNAT_Driver, "gnat", From_Default, True); - Set_Command (Native_Toolchain, GNAT_List, "gnatls", From_Default, True); -+ Set_Command (Native_Toolchain, GNAT_Driver, "@GNAT@", From_Default, -+ True); -+ Set_Command (Native_Toolchain, GNAT_List, "@GNATLS@", From_Default, -+ True); ++ Set_Command (Native_Toolchain, GNAT_Driver, ++ "@GNAT@", From_Default, True); ++ Set_Command (Native_Toolchain, GNAT_List, ++ "@GNATLS@", From_Default, True); Set_Command (Native_Toolchain, Debugger, "gdb", From_Default, True); Set_Command (Native_Toolchain, CPP_Filt, "c++filt", From_Default, True); @@ -289,8 +290,50 @@ if Get_Compiler (Native_Toolchain, "Ada") = No_Compiler then - Add_Compiler (Native_Toolchain, "Ada", "gnatmake", From_Default); -+ Add_Compiler (Native_Toolchain, "Ada", "@GNATMAKE@", -+ From_Default); ++ Add_Compiler (Native_Toolchain, "Ada", ++ "@GNATMAKE@", From_Default); end if; if Get_Compiler (Native_Toolchain, "C") = No_Compiler then +--- gps-gpl-2017-src/gps/Makefile.old 2017-12-10 20:29:18.267622400 +0100 ++++ gps-gpl-2017-src/gps/Makefile 2017-12-10 20:29:34.564312700 +0100 +@@ -45,7 +45,8 @@ + for f in ../kernel/generated/*; do cat $$f | tr -d '\015' > $$f-aux; mv -f $$f-aux $$f; done + endif + $(GPRBUILD) $(GPRBUILD_FLAGS) -m -p -ws -XTP_TASKING=No_Tasking \ +- $(GPRBUILD_BUILD_TYPE_FLAGS) -Pgps -largs `pkg-config gmodule-2.0 --libs` ++ $(GPRBUILD_BUILD_TYPE_FLAGS) -Pgps -largs `pkg-config gmodule-2.0 --libs` \ ++ -cargs:Ada $(ADAFLAGS) -cargs:C ${CFLAGS} + + resources: + ifeq ($(OS),Windows_NT) +--- gps-gpl-2017-src/common/common_no_xmlada.gpr.in.old 2017-12-10 20:48:13.986166250 +0100 ++++ gps-gpl-2017-src/common/common_no_xmlada.gpr.in 2017-12-10 20:48:29.654872055 +0100 +@@ -22,6 +22,7 @@ + for Switches ("dynamic_arrays.adb") use No_Checks; + when "Debug" => + end case; ++ for Driver ("C") use External ("CC", "gcc"); + end Compiler; + + package Naming is +--- gps-gpl-2017-src/common/common_with_xmlada.gpr.in.old 2017-12-10 20:48:37.352727540 +0100 ++++ gps-gpl-2017-src/common/common_with_xmlada.gpr.in 2017-12-10 20:48:50.423482155 +0100 +@@ -23,6 +23,7 @@ + for Switches ("dynamic_arrays.adb") use No_Checks; + when "Debug" => + end case; ++ for Driver ("C") use External ("CC", "gcc"); + end Compiler; + + package Binder is +--- gps-gpl-2017-src/shared.gpr.in.old 2017-12-10 20:52:51.117967249 +0100 ++++ gps-gpl-2017-src/shared.gpr.in 2017-12-10 20:53:15.627507886 +0100 +@@ -56,6 +56,7 @@ + ); + for Switches ("C") use Optimize & ("-g", "-O2"); + end case; ++ for Driver ("C") use External ("CC", "gcc"); + end Compiler; + + package Binder is diff --git a/dev-ada/gps/gps-2017.ebuild b/dev-ada/gps/gps-2017.ebuild index 1425084ddd95..7ab72b50e19c 100644 --- a/dev-ada/gps/gps-2017.ebuild +++ b/dev-ada/gps/gps-2017.ebuild @@ -45,9 +45,9 @@ src_prepare() { GCC_PV=6.3.0 mv configure.{in,ac} || die sed -i \ - -e "s:@GNATMAKE@:gnatmake-${GCC_PV}:g" \ - -e "s:@GNAT@:gnat-${GCC_PV}:g" \ - -e "s:@GNATLS@:gnatls-${GCC_PV}:g" \ + -e "s:@GNATMAKE@:${CHOST}-gnatmake-${GCC_PV}:g" \ + -e "s:@GNAT@:${CHOST}-gnat-${GCC_PV}:g" \ + -e "s:@GNATLS@:${CHOST}-gnatls-${GCC_PV}:g" \ aclocal.m4 \ share/support/core/gnat_help_menus.py \ share/support/core/toolchains.py \ diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz index 9ad183da77b5..ad8715bed92b 100644 Binary files a/dev-db/Manifest.gz and b/dev-db/Manifest.gz differ diff --git a/dev-db/sqlitebrowser/Manifest b/dev-db/sqlitebrowser/Manifest index 3815a86c48cd..9b89c8bd849f 100644 --- a/dev-db/sqlitebrowser/Manifest +++ b/dev-db/sqlitebrowser/Manifest @@ -1 +1,2 @@ +DIST sqlitebrowser-3.10.1.tar.gz 1992186 BLAKE2B 105333118a404aab48abe5ecbe83b425109b60adf40d3a3b7766c7036954996539bd133da4b3e3b1e2d819223842d107710b6b24aada6bb298462e062296dabf SHA512 da9650fff6cd7984e8f438b254318b5da46209eb21a375569ec1b4dd898a41d99d61d6682f2979a56d5c39d552ed42f443215900c1cebe95350e4624415f69c4 DIST sqlitebrowser-3.9.1.tar.gz 1704713 BLAKE2B 447a9e20fe4236feea2684703ac7f38b1c03f0ded352653b41bbec7d6380691776177fee1428fd67ac96190ed6752cedd76a9883cfa12584fec464cbf98707d3 SHA512 c1e88063fac864f60a9802ae378e13d6f3a09e2f4e71e50c6abca4967a941c444a64617bad2dfc743cf9a6be554af9c73e4c61533300ed9a51652234ffdbd225 diff --git a/dev-db/sqlitebrowser/files/sqlitebrowser-3.10.1-unbundle.patch b/dev-db/sqlitebrowser/files/sqlitebrowser-3.10.1-unbundle.patch new file mode 100644 index 000000000000..9e2ad3e910b7 --- /dev/null +++ b/dev-db/sqlitebrowser/files/sqlitebrowser-3.10.1-unbundle.patch @@ -0,0 +1,59 @@ +diff --git a/cmake/FindQScintilla.cmake b/cmake/FindQScintilla.cmake +index f469637..92c2d37 100644 +--- a/cmake/FindQScintilla.cmake ++++ b/cmake/FindQScintilla.cmake +@@ -43,9 +43,12 @@ + #============================================================================= + + ++SET (QT_MIN_VERSION "5.6.2") ++FIND_PACKAGE( Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Network Widgets ) ++ + find_path ( QSCINTILLA_INCLUDE_DIR + NAMES qsciscintilla.h +- HINTS ${QT_INCLUDE_DIR} ++ HINTS ${Qt5Core_INCLUDE_DIRS} + PATH_SUFFIXES Qsci + ) + +@@ -81,6 +84,6 @@ endif () + + find_library ( QSCINTILLA_LIBRARY +- NAMES qscintilla qscintilla2 libqscintilla2 +- HINTS ${QT_LIBRARY_DIR} ++ NAMES qscintilla2 libqscintilla2 qscintilla2_qt5 libqscintilla2_qt5 ++ HINTS ${Qt5Core_LIBRARIES} + ) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index fdf5b4c..ffba6d7 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -47,26 +47,20 @@ if(WIN32 AND MSVC) + endif() + + if(NOT FORCE_INTERNAL_ANTLR) +- find_package(Antlr2) ++ find_package(Antlr2 REQUIRED) + endif() + if(NOT FORCE_INTERNAL_QSCINTILLA) + find_package(QScintilla) + endif() + + set(QHEXEDIT_DIR libs/qhexedit) +-set(QCUSTOMPLOT_DIR libs/qcustomplot-source) + +-if(NOT ANTLR2_FOUND) +- set(ANTLR_DIR libs/antlr-2.7.7) +- add_subdirectory(${ANTLR_DIR}) +-endif() + if(NOT QSCINTILLA_FOUND) + set(QSCINTILLA_DIR libs/qscintilla/Qt4Qt5) + add_subdirectory(${QSCINTILLA_DIR}) + endif() + add_subdirectory(${QHEXEDIT_DIR}) +-add_subdirectory(${QCUSTOMPLOT_DIR}) + + find_package(Qt5Widgets REQUIRED) + find_package(Qt5LinguistTools REQUIRED) + diff --git a/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild b/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild new file mode 100644 index 000000000000..c661e29a9f2c --- /dev/null +++ b/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils eutils gnome2-utils xdg-utils + +DESCRIPTION="SQLite Database Browser" +HOMEPAGE="http://sqlitebrowser.org" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3 MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-cpp/antlr-cpp:2 + dev-db/sqlite:3 + >=dev-libs/qcustomplot-2.0.0[qt5(+)] + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + >=x11-libs/qscintilla-2.10.1:=[qt5(+)] +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 + test? ( dev-qt/qttest:5 ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-3.10.1-unbundle.patch +) + +src_prepare() { + cmake-utils_src_prepare + # https://github.com/qingfengxia/qhexedit still bundled + # x11-libs/qscintilla[qt4?,qt5?] still bundled + find libs/{antlr-2.7.7,qcustomplot-source} -delete || die + + sed -e "/^project/ s/\".*\"/sqlitebrowser/" -i CMakeLists.txt || die + + if ! use test; then + sed -e "/qt5_use_modules/ s/ Test//" -i CMakeLists.txt || die + fi +} + +src_configure() { + local mycmakeargs=( + -DENABLE_TESTING=$(usex test) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + doicon images/sqlitebrowser.svg +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +} diff --git a/dev-db/sqlitebrowser/sqlitebrowser-3.9.1-r1.ebuild b/dev-db/sqlitebrowser/sqlitebrowser-3.9.1-r1.ebuild index 48a7c45c0e0b..9e91c60df05b 100644 --- a/dev-db/sqlitebrowser/sqlitebrowser-3.9.1-r1.ebuild +++ b/dev-db/sqlitebrowser/sqlitebrowser-3.9.1-r1.ebuild @@ -18,6 +18,7 @@ RDEPEND=" dev-cpp/antlr-cpp:2 dev-db/sqlite:3 dev-libs/qcustomplot[qt5(+)] + dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 @@ -58,3 +59,13 @@ src_install() { cmake-utils_src_install doicon images/sqlitebrowser.svg } + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +} diff --git a/dev-java/Manifest.gz b/dev-java/Manifest.gz index 1112f51fc43d..2a978bbe3f28 100644 Binary files a/dev-java/Manifest.gz and b/dev-java/Manifest.gz differ diff --git a/dev-java/java-sdk-docs/Manifest b/dev-java/java-sdk-docs/Manifest index ac2f8ca4de68..f53ec1e5a615 100644 --- a/dev-java/java-sdk-docs/Manifest +++ b/dev-java/java-sdk-docs/Manifest @@ -1,2 +1,2 @@ -DIST jdk-7u80-docs-all.zip 61168809 SHA256 0494bd49bc9cb3cbe3203120ae8b2c8e0aeb1579cb15c0fbd3cd780d19aa200a SHA512 c673c00e55c9a19938c42512cb9c6ae65de9803a1307d11a2043903d87cc36d9ed1f5a1e287040d8570e430cfe55f496354c1242fe6e242f1245f8271394ea1a WHIRLPOOL ad18886c401ec42735665081a0dd5ba3dc7678de0171f3aa8151c2e4ce3392e467be65c602f393da38373e589fa9800ed1afd3601d2cef4e48b06e57f491698e -DIST jdk-8u152-docs-all.zip 93495668 SHA256 68d1f0f7827d86c6309b04c0f089c219f203158e993a88b47a6acaa0e4b40823 SHA512 5aa49103685fc466bf2c5ff32aeee9ccf5b51359bb8e558bc8f23dc399fb108cba7fd282b669ce3b8062865fc4507afc809f8fb0ca844587eb168ad44c69ad77 WHIRLPOOL a0eff7c33c37c286a69e03340e1ccf5f4c59be40f0a03ff9c800960c2a26971cee22b94829bd1b064b77332b17590969cbcc31f291b7f8da0eebd63e5009aeeb +DIST jdk-8u152-docs-all.zip 93495668 BLAKE2B 9bb791ef4ace0fd180953e12501900a21583cf9cd8c256246c0d8b1fe139aa7c21fffd073cf6cfc27c206f00eb9d77fd510f8ced752f7c690a4762a9f52f3e8d SHA512 5aa49103685fc466bf2c5ff32aeee9ccf5b51359bb8e558bc8f23dc399fb108cba7fd282b669ce3b8062865fc4507afc809f8fb0ca844587eb168ad44c69ad77 +DIST jdk-9.0.1_doc-all.zip 70497837 BLAKE2B 437aeae172d5a2133eb34f305925898aa80b52f15ae9860d148e3eda7de34b635c4defa0683009c4232658414c81d1f01fbea4201ea179347508caf63d13cd82 SHA512 c031497e5644abe9e9d72f9b2af6c11cf9842ee2f1001184704d994ec62b46a3620930e63944253c777d8ec9248418369579e439cf5c13c66805364669e54063 diff --git a/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.80.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.80.ebuild deleted file mode 100644 index 42915862de63..000000000000 --- a/dev-java/java-sdk-docs/java-sdk-docs-1.7.0.80.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit versionator - -MY_PV="$(get_version_component_range 2)u$(get_version_component_range 4)" - -DOWNLOAD_URL="http://www.oracle.com/technetwork/java/javase/documentation/java-se-7-doc-download-435117.html#jdk-${MY_PV}-apidocs-oth-JPR" -ORIG_NAME="jdk-${MY_PV}-docs-all.zip" - -DESCRIPTION="Oracle's documentation bundle (including API) for Java SE" -HOMEPAGE="http://download.oracle.com/javase/7/docs/" -SRC_URI="${ORIG_NAME}" - -LICENSE="oracle-java-documentation-7" -SLOT="1.7" -KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="app-arch/unzip" - -RESTRICT="fetch" - -S="${WORKDIR}/docs" - -pkg_nofetch() { - einfo "Please download ${ORIG_NAME} from " - einfo "${DOWNLOAD_URL}" - einfo "(agree to the license) and place it in ${DISTDIR}" - - einfo "If you find the file on the download page replaced with a higher" - einfo "version, please report to the bug 67266 (link below)." - einfo "If emerge fails because of a checksum error it is possible that" - einfo "the upstream release changed without renaming. Try downloading the file" - einfo "again (or a newer revision if available). Otherwise report this to" - einfo "https://bugs.gentoo.org/67266 and we will make a new revision." -} - -src_install(){ - insinto /usr/share/doc/${P}/html - doins index.html - - for i in *; do - [[ -d $i ]] && doins -r $i - done -} diff --git a/dev-java/java-sdk-docs/java-sdk-docs-9.0.1.ebuild b/dev-java/java-sdk-docs/java-sdk-docs-9.0.1.ebuild new file mode 100644 index 000000000000..865ee06d1665 --- /dev/null +++ b/dev-java/java-sdk-docs/java-sdk-docs-9.0.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DOWNLOAD_URL="http://www.oracle.com/technetwork/java/javase/documentation/jdk9-doc-downloads-3850606.html" + +SLOT="${PV%%.*}" +DESCRIPTION="Oracle's documentation bundle (including API) for Java SE" +HOMEPAGE="https://docs.oracle.com/javase/${SLOT}" +SRC_URI="jdk-${PV}_doc-all.zip" +LICENSE="oracle-java-documentation-${SLOT}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +RESTRICT="fetch" + +DEPEND="app-arch/unzip" + +S="${WORKDIR}/docs" + +pkg_nofetch() { + einfo "Please download ${SRC_URI} from" + einfo "${DOWNLOAD_URL}" + einfo "by agreeing to the license and place it in ${DISTDIR}" + einfo "" + einfo "If you find the file on the download page replaced with a higher" + einfo "version, please report it in bug #67266 (link below)." + einfo "" + einfo "If emerge fails because of a checksum error, it is possible that" + einfo "the upstream release changed without renaming. Try downloading the file" + einfo "again (or a newer revision if available). Otherwise report this to" + einfo "https://bugs.gentoo.org/67266 and we will make a new revision." +} + +src_install() { + insinto /usr/share/doc/${PN}-${SLOT}/html + doins -r index.html */ +} diff --git a/dev-java/jdbc-mssqlserver/Manifest b/dev-java/jdbc-mssqlserver/Manifest index 5825ea4d4208..f83642448c85 100644 --- a/dev-java/jdbc-mssqlserver/Manifest +++ b/dev-java/jdbc-mssqlserver/Manifest @@ -1 +1 @@ -DIST sqljdbc_4.0.2206.100_enu.tar.gz 2391092 SHA256 9bc2b6c216e1a82eedcde2ad10ef2fbd9629aab6806544596639fe080f914423 SHA512 7b18d56552f08976b2da5216f3f5504bc8b3db02c072a696115bbee1f5bb35e7125d4880e8e0e034116378b479465315df530eee7eb8a73e90467e1a67265084 WHIRLPOOL 92d20517c6068475c916cffde922fa597eaad4d08eae62f5c74ff59698f0caf0509d19ea1f07cabfed861b0b725ed13a2e4e1416c6dd67d34ba6119303e869bc +DIST mssql-jdbc-6.2.2.jre8.jar 825389 BLAKE2B 3b3290e80652e1085729f7a3391bea7f3542af6598ea855c6e1430fef2b12009dbfccc761d347491ea85c22d2acfa12d5a55e79b44f23306b6c4f4b6a5aa2ebb SHA512 e381fe9444c706a8a019c5006fe5d238065c20387d3c5b9a4c632ff30033596cea26036b804fc4f6610ad1418bb7d94b024871c7deb865028f5770ffca353d49 diff --git a/dev-java/jdbc-mssqlserver/jdbc-mssqlserver-4.0.2206.100.ebuild b/dev-java/jdbc-mssqlserver/jdbc-mssqlserver-4.0.2206.100.ebuild deleted file mode 100644 index cd682cee9f58..000000000000 --- a/dev-java/jdbc-mssqlserver/jdbc-mssqlserver-4.0.2206.100.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit java-pkg-2 versionator - -MY_PN="sqljdbc" -MY_P="${MY_PN}-${PV}" -MY_ID="02AAE597-3865-456C-AE7F-613F99F850A8" - -DESCRIPTION="JDBC driver for Microsoft SQL Server" -HOMEPAGE="http://msdn.microsoft.com/en-US/data/aa937724.aspx" -SRC_URI="http://download.microsoft.com/download/${MY_ID:0:1}/${MY_ID:1:1}/${MY_ID:2:1}/${MY_ID}/${MY_PN}_${PV}_enu.tar.gz" - -KEYWORDS="~amd64 ~x86" -LICENSE="MSjdbcEULA40" -SLOT="4.0" - -IUSE="doc" - -DEPEND="" -RDEPEND=">=virtual/jre-1.6" - -RESTRICT="mirror" - -S="${WORKDIR}/${MY_PN}_$(get_version_component_range 1-2)/enu" - -src_install() { - dodoc release.txt || die - if use doc; then - dohtml -r help/* - fi - java-pkg_dojar *.jar -} diff --git a/dev-java/jdbc-mssqlserver/jdbc-mssqlserver-6.2.2.ebuild b/dev-java/jdbc-mssqlserver/jdbc-mssqlserver-6.2.2.ebuild new file mode 100644 index 000000000000..4dbbc416dc05 --- /dev/null +++ b/dev-java/jdbc-mssqlserver/jdbc-mssqlserver-6.2.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit java-pkg-2 versionator + +DESCRIPTION="JDBC driver for Microsoft SQL Server" +HOMEPAGE="https://github.com/Microsoft/mssql-jdbc" +SRC_URI="https://github.com/Microsoft/mssql-jdbc/releases/download/v${PV}/mssql-jdbc-${PV}.jre8.jar" + +KEYWORDS="~amd64 ~x86" +LICENSE="MIT" +SLOT="4.2" + +DEPEND="" +RDEPEND=">=virtual/jre-1.8" + +S="${WORKDIR}" + +src_unpack() { + : +} + +src_install() { + java-pkg_newjar "${DISTDIR}/${A}" +} diff --git a/dev-java/oracle-jdk-bin/Manifest b/dev-java/oracle-jdk-bin/Manifest index eee50b1bac3c..44ca4f553d7a 100644 --- a/dev-java/oracle-jdk-bin/Manifest +++ b/dev-java/oracle-jdk-bin/Manifest @@ -1,14 +1,14 @@ -DIST jdk-8u152-linux-arm32-vfp-hflt-demos.tar.gz 10405226 SHA256 5dba4af988562661f4543f210e0e16be9f4e11885e8addd9b7f8f6e2aa18741b SHA512 774b1957142ca489e362ef6ab48ce152196b64c00d779d051f76421fdf4a52cd7a741cfe3336b02c05f432fd2cb95728cdfd992f4ea3fee56047b40e7ce95053 WHIRLPOOL 1196d099f307f21b22e08c3b4badba33ee0475ebd70091ed98510730f7c492032e02a8dd475bd72b380eb9ceb8980e5a012c0be906d76afd2073e048d94f5909 -DIST jdk-8u152-linux-arm32-vfp-hflt.tar.gz 81729798 SHA256 35ab532355c72310c4c7add2b7c7f9d1eb0e045cf59d3fd69ee08fa6a9e610f0 SHA512 c548c18e2e2c9e2c87ad24841348b676628a33023a70aa0a5dab56d031c1d9c7a4813240a046db96631025d034ed333fec81c8099f02a7c9efd39fecd4592e32 WHIRLPOOL 32119379086fc008957bb6a00012d17e2f7d2a22ebd26f8b6e04a3d6476ab5d98a25bcc51cd5ce3c0eba6422581a050b809ffed2539819295aadef37d6e79383 -DIST jdk-8u152-linux-arm64-vfp-hflt-demos.tar.gz 10434504 SHA256 59c1787ad8b5f604293b09576fc8e872ad3fe32c0df3f3a62c9149dddfe25b24 SHA512 c41cb3f8394f98516e7dce52d8aaaea87d0e1675560292009eba0b4b3e993d1aaef7a7895dd83af2570486af6ca8913f280940d5f7e0051c3cc198a6387d9cd7 WHIRLPOOL ae3189cb9393ae9039ddb7a0c87db4ed30defc9cea5cc7d86de8bc32003f5d33c4200c20a3a10658c21f3099c2d455c3660fd1b4d0b222398cf084d776e36ae6 -DIST jdk-8u152-linux-arm64-vfp-hflt.tar.gz 78513081 SHA256 732609dd090a7d20e09b48b90f8f447497879bb6da1b786a9dd1ea6e91ea178f SHA512 fe35360a9ffa73e9745360560db6a5dee9665d31801ea58bd8be676588c93955f47077dbcb5a415c0074f9759a9cace77916e3b322c572b4d3b23a1d99f16578 WHIRLPOOL 9b1abcfa123d783b4caeaab8f469084647fa8deea3056aba910710e525dc7a89a096909111c24e869557d26db2a363be7008b1bddfaff7f9123b168767b78bf7 -DIST jdk-8u152-linux-i586-demos.tar.gz 55096721 SHA256 0a12f9f08e863a75685b11a66f31e990140777b1a8762cb30d9d617a3a0144a5 SHA512 44776eafd70306a392fae5cf269036d7500c7cbaee13a9fcda14b9f7191376dbfcbb03262693e3114a08f5d4ff27ede1ef570fa6008c9ef71ab3b24d44f9ad2c WHIRLPOOL a4b63c7d05a7b69d0525a1ee743e571ecc289c9abbf283c42ffa99dfa17ac98e822a523ca8d021d4fe3d89b51cfa6072ebed4ed272b772aadbab26cc2e479d8d -DIST jdk-8u152-linux-i586.tar.gz 192699649 SHA256 fc60b121d4b194fa70084fd0ca0d69e8b78e5db01a071efe200e90eed83c4c3e SHA512 6b7576ec40b0ddd0a54fbcd61c22b95f472192be5855d143387f1b56220dd68e851a8b87894802c181b1039c14f5a278d950f100c4bd10b862fe4049d9294ce2 WHIRLPOOL a4bd3b3eed55c42ae51599783c6a2743edb9aaa090e84dd49708930ea712b9d262c565fcaf1e59d5b48f362ec84cca22da920699b9ef8abfd6e9ec93025bbce5 -DIST jdk-8u152-linux-x64-demos.tar.gz 55162003 SHA256 7f0858d204c952fddc402379c187952fcf75dbe5a02b31e51b8a961320f24afa SHA512 51303580a702c1fd1227d8f57c546b6e11de6a87d3ba32123a3e001688c5ff308efa1feaa6da8d2bcff8143fa61726ba9e4aec959a70e82817d628480b0a576f WHIRLPOOL a42cd6a7f0e3619f6408e7f9a923a48cf05c749b945b2e29999344375f146dd408abc774ca153f2d6ec659ebc14229255bee9b850fe182ad5b6f4394313e3a2f -DIST jdk-8u152-linux-x64.tar.gz 189784266 SHA256 218b3b340c3f6d05d940b817d0270dfe0cfd657a636bad074dcabe0c111961bf SHA512 b0851d46bf0385b7595f8d60da0f06ccdcd59aac75efa9b48635ba77a3e4eb557cbda5585fa5886787a0e549d9e5cfa4a992741349cfc224b36f180907838321 WHIRLPOOL c1d7030f94585725ae4bbf65893456a376ebd5d8ad9cbd63ef7dc86c0b7b6103c98140bbe955234cf8605b422c00d213f9089b56d36f1c920fdb25835ff45e62 -DIST jdk-8u152-macosx-x64.dmg 259130998 SHA256 9f9008e2b05e431838c8ee5f0d54f7715da386bc70b14d4910766c71e9f7923f SHA512 9b3b8ea5119a2f5d3e221244ec07e6da6405041a65fec6299643133a89434d44719e4ccea35498749c00bc400c125dae7a1f4f41fc44d0d6748235bf92601eb8 WHIRLPOOL 0abda8fa87e1b2d525ba401b6b842fc30728c936d05372bb0e2680b602dcd3cc15fc293a1932c716e9904c4d97b9e57a8f7ac66c8ac4080ea342800f4c57542e -DIST jdk-8u152-macosx-x86_64-demos.zip 55705509 SHA256 3d05061a5c58da669797cd9f8583412eca34e8b0f8779aa6a45b93daac2d2b43 SHA512 5b17f84aeda22a145d8171c8789a8fa1127d1e9b3b6acabdc9e2ad42e4ac5b8c95f2afc0e1736096bec246ca87a22908a5ede492fde34a081984a02382c19ac3 WHIRLPOOL 261e6b89dbb73aa94f4d3d4dacf2353d11a4bae66d446315c0d588de995dee76d7cda9f89fa325656bc8e39657f4d4faafac6f9a06843a12b3045416f93e9969 -DIST jdk-8u152-solaris-sparcv9-demos.tar.gz 9769313 SHA256 2675ad1157ba9a2db3e5d72e8aa658e0f3388731a435b01f890091aaf509f326 SHA512 32e35cb2b3f9e3cb5b5d77a84612fe37f90879e7eb38578af6a922157f12878d1b5f893a3119df055facf7457a5516f502a7da5cb93fa3d5614fdf1f855ecfb8 WHIRLPOOL d38bf520351be78a9eeae4de8696a5fccabb8fd09a9196f14cdd91db457441c341de6854d922e1bcc4d89e1635ac0912e3bd68c166c457b0b86265a617211c0a -DIST jdk-8u152-solaris-sparcv9.tar.gz 104117809 SHA256 bb23f8813c99b99130e2a7bc076b22712801f19aa600832cd7ce590995ed0ba2 SHA512 9b87d11325e22bfb5f8e852ef4dcd182f091dcedfe71e5b19cc5a7d82f9f7ccb060b53512bc938d0e617648a8aa766bb722690751521b9a2cc3820507342548d WHIRLPOOL 33a11de9b2969eea74251c1dbe217d311ae0db9ff7190c1c9713898212b9c5b537ff5382d15ce27f45bc362901809f2ad7b8a50a3f01904454c9f6be262743d4 -DIST jdk-8u152-solaris-x64-demos.tar.gz 9756596 SHA256 ea6468eca72d715db7e3e4494fb316b25872b91276b156a598a5ea0bd9baf919 SHA512 1aeaf732ad3956ede4baa005f34024750e03919ef81b608229a3df556b47db1255ce027e4278891644433db0c360225a3e81e9a547d298a4b958beb8691f8ff2 WHIRLPOOL f56dec7bc4e156a5058aec0ed7e6274a043dd8069a0b5f95592155a062e133c04dbbe98e1d91ff7e30f71abd863a90022f3fa4363b4fbffd6bb41f5e0701c7e5 -DIST jdk-8u152-solaris-x64.tar.gz 101758540 SHA256 2bf02d98d0eca1ed55fcf274e6254c3e6e71d8e07700fd1ff9e82c44006abace SHA512 4dd9606be347a61a03c0f670915c4e790d4f5eef80a67922342b539dcae7132b3157df04cd33e5f72fdc7e6fcb43e21b3b387e2da159cdfea0feb01183c68aa0 WHIRLPOOL 476c5af0b835643b4d8605deb8f67ef7448bfb0887088cb632a7464d28863b92a9fae2315ef9e454cbd6e1f693910f329dae84acca0d9cb42b4a986e834a1e1e +DIST jdk-8u152-linux-arm32-vfp-hflt-demos.tar.gz 10405226 BLAKE2B 07abee47a2911e2f98220e3152be1d037931c1afa36bd95d197e8fa611a8dd3a9e9755afbf9b348497ac93471cbfe43348f9d72bc719714746c22eb5c4785d6c SHA512 774b1957142ca489e362ef6ab48ce152196b64c00d779d051f76421fdf4a52cd7a741cfe3336b02c05f432fd2cb95728cdfd992f4ea3fee56047b40e7ce95053 +DIST jdk-8u152-linux-arm32-vfp-hflt.tar.gz 81729798 BLAKE2B 794f20dd05088aea228365b8e27af4475e90bc0d905bfc600651ffbe11cb92d1ebaa212f0e700572d0016eec952373c0f0b7463073205324d81b22ea0538e491 SHA512 c548c18e2e2c9e2c87ad24841348b676628a33023a70aa0a5dab56d031c1d9c7a4813240a046db96631025d034ed333fec81c8099f02a7c9efd39fecd4592e32 +DIST jdk-8u152-linux-arm64-vfp-hflt-demos.tar.gz 10434504 BLAKE2B 895b99311add1b91a1436af52e8a36c2c29ca21df5ac1c44046a2aa963fa04035b3601485cc7d10fdd671db2dc5da666960af2f21a2faa4cded05850a92dc3f4 SHA512 c41cb3f8394f98516e7dce52d8aaaea87d0e1675560292009eba0b4b3e993d1aaef7a7895dd83af2570486af6ca8913f280940d5f7e0051c3cc198a6387d9cd7 +DIST jdk-8u152-linux-arm64-vfp-hflt.tar.gz 78513081 BLAKE2B 4c3fcbff1ede3b79aedcfbe44fcc3387dbc3a76e6d912ce7f6b312eb85e4e8e9c7dbf961790a2ebfcff7690d48f1b04fc8447b136ff28514933b3481f0fcb7ad SHA512 fe35360a9ffa73e9745360560db6a5dee9665d31801ea58bd8be676588c93955f47077dbcb5a415c0074f9759a9cace77916e3b322c572b4d3b23a1d99f16578 +DIST jdk-8u152-linux-i586-demos.tar.gz 55096721 BLAKE2B 22a890eb6a392817138412973d3494f4fc993bdb599d04dbd458e56939cb271424ee5e9c19458f840b05d271baf867fb392fb6f69a60b473f50f7f933d8cfe03 SHA512 44776eafd70306a392fae5cf269036d7500c7cbaee13a9fcda14b9f7191376dbfcbb03262693e3114a08f5d4ff27ede1ef570fa6008c9ef71ab3b24d44f9ad2c +DIST jdk-8u152-linux-i586.tar.gz 192699649 BLAKE2B d6a4f5528ef5659d280e2dce954abb96672fb2228c520830ed514b475eee5f9d53e503b96919c087db5f7f3578d515aadb20b2682c7defede2121091d6c5882b SHA512 6b7576ec40b0ddd0a54fbcd61c22b95f472192be5855d143387f1b56220dd68e851a8b87894802c181b1039c14f5a278d950f100c4bd10b862fe4049d9294ce2 +DIST jdk-8u152-linux-x64-demos.tar.gz 55162003 BLAKE2B 5658107413e2de4887b65eea85bde84e5b8adae8d5f4d048574eb7cbbc0a0ded5b9d89ac6e2f88276116758bedd837c984ea265a0efee20e2310a08f31b473cb SHA512 51303580a702c1fd1227d8f57c546b6e11de6a87d3ba32123a3e001688c5ff308efa1feaa6da8d2bcff8143fa61726ba9e4aec959a70e82817d628480b0a576f +DIST jdk-8u152-linux-x64.tar.gz 189784266 BLAKE2B 64867e595da97e5e447df49f7d7c84d3fc1786ec30d348c5e0122bea17e21db8da16fb612b86758056ff4796c7efe823bc6fb50561804a9c3d237b385518977b SHA512 b0851d46bf0385b7595f8d60da0f06ccdcd59aac75efa9b48635ba77a3e4eb557cbda5585fa5886787a0e549d9e5cfa4a992741349cfc224b36f180907838321 +DIST jdk-8u152-macosx-x64.dmg 259130998 BLAKE2B 60908860a4510150b7cb44ae54dd93f68f32c31c9013bdd37a5622b528299c1be3bf6f36d4e0c17df25f363dfbc123e609fba632135b9b78367940ae36bf959b SHA512 9b3b8ea5119a2f5d3e221244ec07e6da6405041a65fec6299643133a89434d44719e4ccea35498749c00bc400c125dae7a1f4f41fc44d0d6748235bf92601eb8 +DIST jdk-8u152-macosx-x86_64-demos.zip 55705509 BLAKE2B df58db3779c412076a070fdfaac10a13d03fc5c449410a6257b767cca8907149d8d0562c949a1dd1e4ef3bfbb3319d15b4d0842276fdfd8d2c3befe90cdc17a8 SHA512 5b17f84aeda22a145d8171c8789a8fa1127d1e9b3b6acabdc9e2ad42e4ac5b8c95f2afc0e1736096bec246ca87a22908a5ede492fde34a081984a02382c19ac3 +DIST jdk-8u152-solaris-sparcv9-demos.tar.gz 9769313 BLAKE2B a811ceae2a7ee8d6081b0bd594058986985d953b5895935bde8c305e7b6ebfdaab76a53f09cae414f4e16cd445dce199fd318e0b08d67b6183dfe2ae4ca27015 SHA512 32e35cb2b3f9e3cb5b5d77a84612fe37f90879e7eb38578af6a922157f12878d1b5f893a3119df055facf7457a5516f502a7da5cb93fa3d5614fdf1f855ecfb8 +DIST jdk-8u152-solaris-sparcv9.tar.gz 104117809 BLAKE2B 1dc8e1297594bdd84186d4422dfc8fff94a78e0316f8873920c79342e7d0ab504794296622f0357acf137a3170f263acd0b2c1dd7179e50ff538b5648abf5a4b SHA512 9b87d11325e22bfb5f8e852ef4dcd182f091dcedfe71e5b19cc5a7d82f9f7ccb060b53512bc938d0e617648a8aa766bb722690751521b9a2cc3820507342548d +DIST jdk-8u152-solaris-x64-demos.tar.gz 9756596 BLAKE2B 4a5ca101e20d1693eaca23120bc3244412276d51dcf7700dd5142b9d23b90a7ff0d3599dce7862e38a183ea9e1ea67afbc075bdfe84908811bec700a928f46f6 SHA512 1aeaf732ad3956ede4baa005f34024750e03919ef81b608229a3df556b47db1255ce027e4278891644433db0c360225a3e81e9a547d298a4b958beb8691f8ff2 +DIST jdk-8u152-solaris-x64.tar.gz 101758540 BLAKE2B 18b04a0eebc618148bdb215d4ca286fce141fb91dc9c0f05de2520eb073a819161af7a1533b3ecdab9961080ad52acd523b771c23a8a3da8797f0adaf974164e SHA512 4dd9606be347a61a03c0f670915c4e790d4f5eef80a67922342b539dcae7132b3157df04cd33e5f72fdc7e6fcb43e21b3b387e2da159cdfea0feb01183c68aa0 diff --git a/dev-java/oracle-jre-bin/Manifest b/dev-java/oracle-jre-bin/Manifest index 66f0f78bc377..0360e1039819 100644 --- a/dev-java/oracle-jre-bin/Manifest +++ b/dev-java/oracle-jre-bin/Manifest @@ -1,2 +1,2 @@ -DIST jre-8u152-linux-i586.tar.gz 83131659 SHA256 1d0c9202fbed3136d46674547b92d467e28b6256dce5d1793c55c284c285a14d SHA512 8bd655ae97c333ed57991ed6d13d2c2647f85e5a1c853dd76031b8e7689db9a1b183bc665acc5b9f989139b34300ac65ab65c80e18234d6d1b06a4512fc4e542 WHIRLPOOL ea908a4efed078433cfb21ae6f015292ad0910e716e3f1a8748336e44484f0848dc317518e4fac04fd38aa6338f43b389c586b1cb6164639830f0024313688b7 -DIST jre-8u152-linux-x64.tar.gz 80061016 SHA256 ed04ffbf8050a69b15f02c51a2cae8e0de9362e7f6fe8995b1c39c613fc20ede SHA512 7c58ff2c3ac9af423ffab0ebfbfa7b4842072f6554569d76a99f8c82fa6935e36dbcf811f9c5510d71fc87db9520e684d877d99cae95f4874578ba42157ce85d WHIRLPOOL 7a3f4e34d70b4ccc850df754084448065c844973d77dec98ff57c2c8fa6338417b4e3f732995fcbc4e66cd8cbc34a2306aff11c4579749d66e33538c0d724682 +DIST jre-8u152-linux-i586.tar.gz 83131659 BLAKE2B 5f0619eb8c0f5937d2c5da573f40daaf46d1fad27fd57fab7b422017dadc2ae51399c3a99ba6044443d535f12b2a891a7b767d7da06f8567ef19eb74f7c92b33 SHA512 8bd655ae97c333ed57991ed6d13d2c2647f85e5a1c853dd76031b8e7689db9a1b183bc665acc5b9f989139b34300ac65ab65c80e18234d6d1b06a4512fc4e542 +DIST jre-8u152-linux-x64.tar.gz 80061016 BLAKE2B 5aa25c152aae5e106bd9cb3b1b14125437531991f082548faf0b12f7e52a77e9dd01f178806d48d71d99c718358798b214a64acdfd1afa55e3791c6d78aabf95 SHA512 7c58ff2c3ac9af423ffab0ebfbfa7b4842072f6554569d76a99f8c82fa6935e36dbcf811f9c5510d71fc87db9520e684d877d99cae95f4874578ba42157ce85d diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz index 514d86836cca..18e05ded085d 100644 Binary files a/dev-libs/Manifest.gz and b/dev-libs/Manifest.gz differ diff --git a/dev-libs/amdgpu-pro-opencl/Manifest b/dev-libs/amdgpu-pro-opencl/Manifest index ee860d521420..431cb0464126 100644 --- a/dev-libs/amdgpu-pro-opencl/Manifest +++ b/dev-libs/amdgpu-pro-opencl/Manifest @@ -1,4 +1,4 @@ DIST amdgpu-pro-17.10-429170.tar.xz 121382128 SHA256 cb1ea7f9756f197a976138d2c00f239ae4ee43b839fbb1ea57f8770957d4afd6 SHA512 2d9d0a97478564e259dc8494083df8dc13e3bc664384978aff369070b1105703653d8dc4dca38e94dc8bdf3ddfb5c6f4de39cec5a9b263423de8fb91fd0117c6 WHIRLPOOL 1e07579d2c9d5d8a796973658cbb6627418b133a630ca5e977f93da0d27b900da2078d2ea8b35a13071b0b05e3d5e7f47e17d61042dcca60709f6599c18380a2 DIST amdgpu-pro-17.30-458935.tar.xz 393634984 SHA256 3652a5c9476a650a3e3cd89bcd7ac119ed7d16a570501eeeea6a902cbc6f9488 SHA512 3f517ce13e102edb820f8f9538e0894c794d767816f99774fbfec342adb6912712664f069db2542412baabb24ee198204f38757407c29aff238ed1772dc3caab WHIRLPOOL 29a5b06657767255ace0529467ca56a904a021254f7dab854b1fd3ac843108ac346d3c4e97e10ef53844152de116581bff7c3aa8f4f066a08becb88e59918da3 DIST amdgpu-pro-17.30-465504.tar.xz 394216628 SHA256 b74494d142542164b5582e8bed845315f788aa3d9eb0c1ed5f2a6c5f982beaf5 SHA512 fa515d5397488ebd4271988f7b9b538190c4277a3c4dcaeb4b05f5cd5bdec657f13546de644b1a6825c88bd3b73e6c1a6aaa6b6c74e3cf942783b2df530cf4c7 WHIRLPOOL 3a1617cd8b8fd096614cf04b7e716b607ec718d122b286533d8dabc862c82b644ba864eb661b1d5e5da45c8fe674192d3f8038dbd85311d9ffc5c6f793f7d32b -DIST amdgpu-pro-17.40-492261.tar.xz 361491288 SHA256 b0645157577c9ff175dc02487c4c682ded2624c8c2cfd6aa603960962e1d07b0 SHA512 b10d67f4fc7bfbf8f1de46e5202fabc3443e969759817d497449d911d4c591256cfdf73372013fdc67bd89c44ffe389c021c9f77ba27f55cbb5257af550bd148 WHIRLPOOL 61af42850786eb585442692437327e8a1baeb0dc905b6d84586f0a58e77e36e76c754334e5da3bbd25d813a73a9cd1303885a1267821a53bb6bb99b780108503 +DIST amdgpu-pro-17.40-492261.tar.xz 361491288 BLAKE2B 72093e803ad163724d9708dab0085d18a6dfd994588005b7a49da6e0e94a892ac479c87cafb7a9c848996d1db0860ae591d1cced2137ca71be4966705d5413b3 SHA512 b10d67f4fc7bfbf8f1de46e5202fabc3443e969759817d497449d911d4c591256cfdf73372013fdc67bd89c44ffe389c021c9f77ba27f55cbb5257af550bd148 diff --git a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild index 5cb17f5e15be..194c8516ead2 100644 --- a/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1" diff --git a/dev-libs/openssl/openssl-1.0.2n.ebuild b/dev-libs/openssl/openssl-1.0.2n.ebuild index d717370f8d56..5d4c51e323b5 100644 --- a/dev-libs/openssl/openssl-1.0.2n.ebuild +++ b/dev-libs/openssl/openssl-1.0.2n.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz LICENSE="openssl" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 static-libs test +tls-heartbeat vanilla zlib" RESTRICT="!bindist? ( bindist )" diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index f642e4a585b9..44567c9fba82 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/aiosmtpd/Manifest b/dev-python/aiosmtpd/Manifest new file mode 100644 index 000000000000..725fae4abd87 --- /dev/null +++ b/dev-python/aiosmtpd/Manifest @@ -0,0 +1,2 @@ +DIST aiosmtpd-1.0.tar.gz 49930 BLAKE2B 7c8f845746b51e2b77f2ff00de2c88c3a090a4cd65e55fa69fc371f8ac5a2966c31e3e7184188a1b4af1f5c3d22b7af5655c5673d199b9920865ddf56c119a06 SHA512 874b3505dd35cbb176cba058a8816329eb4177db705b10c3883f88d76e3f587efc35543812fd36a03f453c8c1ee359bb3f0239d8a246908c5c17b59be134d933 +DIST aiosmtpd-1.1.tar.gz 50722 BLAKE2B c7d21eea7816a758fb69061c0f1c4c5dbb7bd28a6daddc436211e4d8066380847255af537904ad5c09badb813269d0bc4b54dbb527b7b0c717d498c9475c8c2d SHA512 b61df616f2e14d1da67ac05149543bf48b14a31d44437d9a1dd11b166b98b56220c00e7c55e18d4fd99872d724e23f272922dd3548150632a189d9cb9b652883 diff --git a/dev-python/aiosmtpd/aiosmtpd-1.0.ebuild b/dev-python/aiosmtpd/aiosmtpd-1.0.ebuild new file mode 100644 index 000000000000..8595ce17c0db --- /dev/null +++ b/dev-python/aiosmtpd/aiosmtpd-1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="asyncio based SMTP server" +HOMEPAGE="http://aiosmtpd.readthedocs.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]" + +src_prepare() { + rm -r examples + distutils-r1_python_prepare_all +} diff --git a/dev-python/aiosmtpd/aiosmtpd-1.1.ebuild b/dev-python/aiosmtpd/aiosmtpd-1.1.ebuild new file mode 100644 index 000000000000..8595ce17c0db --- /dev/null +++ b/dev-python/aiosmtpd/aiosmtpd-1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="asyncio based SMTP server" +HOMEPAGE="http://aiosmtpd.readthedocs.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]" + +src_prepare() { + rm -r examples + distutils-r1_python_prepare_all +} diff --git a/dev-python/aiosmtpd/metadata.xml b/dev-python/aiosmtpd/metadata.xml new file mode 100644 index 000000000000..c321fb8d48a1 --- /dev/null +++ b/dev-python/aiosmtpd/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + A reimplementation of the Python stdlib smtpd.py based on asyncio. + + diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest new file mode 100644 index 000000000000..a613070f15a6 --- /dev/null +++ b/dev-python/atpublic/Manifest @@ -0,0 +1 @@ +DIST atpublic-1.0.tar.gz 13611 BLAKE2B b5ce4cbbe950943c001e25c3f0c1fe6c25a99a96e4c630844a409cb0ae9a2e7d8fae8d010864364bb2bc948ce78ed17bef5c1f1ca1435faca439f62521bcc719 SHA512 f9e6f7bbbe12d86df5bc849c432e789fb55c6d19b9d6b3fb2462ea38aa8ad6602504a30a95ec14e001f62709ae5e11ae29258b9cb7a71eaa48879f9cb0cb19d8 diff --git a/dev-python/atpublic/atpublic-1.0.ebuild b/dev-python/atpublic/atpublic-1.0.ebuild new file mode 100644 index 000000000000..10513575bb33 --- /dev/null +++ b/dev-python/atpublic/atpublic-1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="A decorator and function to polulate a module's __all__ and the module globals." +HOMEPAGE="https://gitlab.com/warsaw/public" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" diff --git a/dev-python/atpublic/metadata.xml b/dev-python/atpublic/metadata.xml new file mode 100644 index 000000000000..3aea3831625d --- /dev/null +++ b/dev-python/atpublic/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + This is a very simple decorator and function which populates a module's __all__ and optionally the module globals. + + diff --git a/dev-python/falcon/Manifest b/dev-python/falcon/Manifest index b929ed34ce98..9cc35f4d0c08 100644 --- a/dev-python/falcon/Manifest +++ b/dev-python/falcon/Manifest @@ -2,3 +2,4 @@ DIST falcon-0.1.6.tar.gz 186870 BLAKE2B c0c48193cca6ee516f07985810c73520dd2b5547 DIST falcon-0.1.7.tar.gz 193151 BLAKE2B 35d4dc329eda806cd193525c953b011770cbb5ffdd33d52f2aded8e92dd357aa1280cfabb2107aac9e3a1a33ff26ea3d8233798a258e478405c54a9f09b0f103 SHA512 665a0bdd02c8e9a0806c863164fde33a6a10a1ac8c2ec9c3194da0ca41e411c19ec5b2a84cce521abb510588c23b4bb5fab25af58d5c17fbbf8e7c3304839b9a DIST falcon-0.1.8.tar.gz 202170 BLAKE2B 3857672d39138b83760bc58a869a384f7305f7938e20f801b35e5777e3028caa8500ac045101a69c32f2925000e175eefaf4a4a5ac5488aa26d41ce2cf9d9701 SHA512 e0ec028c1d1dc3fba722bd91f9bb315523367313bef40238579a96ca49de37f4c63e53746bf6ab40add053320925378860e3571e32401151c00d4afcbad9b7ca DIST falcon-0.1.9.tar.gz 202209 BLAKE2B 89c786fb777fda3e4118271bedc979bbb4968defe40e863464d27ca7a65ee5ab1e4c0d694625b7c96bf492fb6b8f9cba15fde686af871ec3629477bf4bfc7655 SHA512 442a04c925f4af69bb0f1906c4123e68ef423e4040fbde82cecc200a44410665c0f97ad28e7f59e4139aae1209ba1df1dd445c5a44e6b975bed9416a97e681e8 +DIST falcon-1.3.0.tar.gz 507250 BLAKE2B 3ba3a989f2e9eb281f519e36a24772fe329fee849097028f3183b0e0c7908b7e06dbf0a70ba28cf7570dccbe88fa87703c47d985ea3cf761ea7d6ec3d41ac04b SHA512 a92d0b641152f653f47c9cb9b2e368d643aae14dcabe7028450d190bd08b883d37116d23d3a1ae4e092207f15926f66b12f57e38dd2edd347f6f8df48baa65ce diff --git a/dev-python/falcon/falcon-1.3.0.ebuild b/dev-python/falcon/falcon-1.3.0.ebuild new file mode 100644 index 000000000000..2696344e3cf4 --- /dev/null +++ b/dev-python/falcon/falcon-1.3.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# Python 2.6 is supported, but depends on ordereddict, which has been in +# improvise for months and is a minimal package. If needed +# please let me know. PyPy also works +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) + +inherit distutils-r1 + +DESCRIPTION="A supersonic micro-framework for building cloud APIs" +HOMEPAGE="http://falconframework.org/ https://pypi.python.org/pypi/falcon" +SRC_URI="https://github.com/racker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+cython test" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}] + dev-python/mimeparse[${PYTHON_USEDEP}] + cython? ( dev-python/cython[$(python_gen_usedep python{2_7,3_3})] )" + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/cython[$(python_gen_usedep python{2_7,3_3})] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + dev-python/testtools[${PYTHON_USEDEP}] )" + +python_test() { + nosetests || die "Testing failed with ${EPYTHON}" +} + +src_prepare() { + if ! use cython; then + sed -i -e 's/if with_cython:/if False:/' setup.py \ + || die 'sed failed.' + fi + + # fix tests installation : potential file collision + sed -e 's@^where = tests@where = falcon/tests@g' -i setup.cfg || die + mv tests falcon/ +} diff --git a/dev-python/flufl-bounce/Manifest b/dev-python/flufl-bounce/Manifest new file mode 100644 index 000000000000..81fc1c2567fd --- /dev/null +++ b/dev-python/flufl-bounce/Manifest @@ -0,0 +1 @@ +DIST flufl-bounce-3.0.tar.gz 89156 BLAKE2B 02ff80f4ebe42e15c9e6a7ed192d9a032e800b2b1da874837da5e6d5c156f50455795469c1c782bc7070cba3ab66d11ee576b8e95881a78bd1a479c825939dbd SHA512 f6effe38c80e1e5e1119d7951a1a32bb9b91fc52db0887eee4ebb74e005ad5cf48351311985a3169649301efe9273d3fe480b3dded7eff3b77b73312d0416f45 diff --git a/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild b/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild new file mode 100644 index 000000000000..b9fad4a3d53c --- /dev/null +++ b/dev-python/flufl-bounce/flufl-bounce-3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +MY_PN=${PN/-/.} + +DESCRIPTION="Email bounce detectors." +HOMEPAGE="https://gitlab.com/warsaw/flufl.bounce" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/atpublic[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] +" diff --git a/dev-python/flufl-bounce/metadata.xml b/dev-python/flufl-bounce/metadata.xml new file mode 100644 index 000000000000..61eff8c23d77 --- /dev/null +++ b/dev-python/flufl-bounce/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + Email bounce detectors. + + diff --git a/dev-python/flufl-i18n/Manifest b/dev-python/flufl-i18n/Manifest new file mode 100644 index 000000000000..8a9fafda9813 --- /dev/null +++ b/dev-python/flufl-i18n/Manifest @@ -0,0 +1 @@ +DIST flufl-i18n-2.0.1.tar.gz 18572 BLAKE2B 372240eb6cf3778844fc0d5b59a60e2fd50498969165a6ea1096e1e333a536b177cbd9afbad14bfafc2cf7150923c8bdf0c84944d1426f0ae284028b406559e1 SHA512 372a27c81c0c58994b7b4b9ddb177f6acd3106536391c82c61cf1ba1b8b2e920be559720d98046ee9aa977a9119f231f7bbe71535cfb538d8563fff1da737ee1 diff --git a/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild b/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild new file mode 100644 index 000000000000..3d0ed3f6084c --- /dev/null +++ b/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +MY_PN=${PN/-/.} + +DESCRIPTION="A high level API for Python internationalization." +HOMEPAGE="https://gitlab.com/warsaw/flufl.i18n" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]" diff --git a/dev-python/flufl-i18n/metadata.xml b/dev-python/flufl-i18n/metadata.xml new file mode 100644 index 000000000000..a061141a40a1 --- /dev/null +++ b/dev-python/flufl-i18n/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + A high level API for Python internationalization. + + diff --git a/dev-python/flufl-lock/Manifest b/dev-python/flufl-lock/Manifest new file mode 100644 index 000000000000..bd3d93f7f12d --- /dev/null +++ b/dev-python/flufl-lock/Manifest @@ -0,0 +1 @@ +DIST flufl-lock-3.2.tar.gz 19250 BLAKE2B 230d7122fb6db1b4002e5732a878d597837f1c8cb10b85f4c131f793f820dc0b76a494504aef89845be4f7bdfab94b17573f83002712c245206c9ce25fac893a SHA512 496195e1c52f628bc6c0e8fc3dcd5373ed01cfee35b6165cae37ab4b90d70265c6a0aea565f1e0663277c2b9e9bafde8af1420133a15e6254275fad2f28a56d0 diff --git a/dev-python/flufl-lock/flufl-lock-3.2.ebuild b/dev-python/flufl-lock/flufl-lock-3.2.ebuild new file mode 100644 index 000000000000..c6a4c32483c3 --- /dev/null +++ b/dev-python/flufl-lock/flufl-lock-3.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +MY_PN=${PN/-/.} + +DESCRIPTION="python3_4 python3_5 python3_6" +HOMEPAGE="https://gitlab.com/warsaw/flufl.lock" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]" diff --git a/dev-python/flufl-lock/metadata.xml b/dev-python/flufl-lock/metadata.xml new file mode 100644 index 000000000000..974a1aef8c98 --- /dev/null +++ b/dev-python/flufl-lock/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + NFS-safe file locking with timeouts for POSIX systems. + + diff --git a/dev-python/lazr-config/Manifest b/dev-python/lazr-config/Manifest new file mode 100644 index 000000000000..7d4a6e15955d --- /dev/null +++ b/dev-python/lazr-config/Manifest @@ -0,0 +1 @@ +DIST lazr-config-2.2.1.tar.gz 31761 BLAKE2B 3980e75677a5260dbecdaa59dba0a01fbaececbe217b4147199ee5e11396ca74f55df9cd23554b54eebe844b287dd6fd90e5c0755c405930f225b6ef61bb54fd SHA512 c8708bcbe371c731026489aad0fa2857ddc4ee0d13a468c33c3551d928318ee6b00f23eb20c44ac4ad9ea77a4edc8ffc2fec1bee9f018d27902940718825c4fb diff --git a/dev-python/lazr-config/lazr-config-2.2.1.ebuild b/dev-python/lazr-config/lazr-config-2.2.1.ebuild new file mode 100644 index 000000000000..2749c67e5302 --- /dev/null +++ b/dev-python/lazr-config/lazr-config-2.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +MY_PN=${PN/-/.} + +DESCRIPTION="Create configuration schemas, and process and validate configurations." +HOMEPAGE="https://code.launchpad.net/lazr.config" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND} + dev-python/zope-interface[${PYTHON_USEDEP}] + dev-python/lazr-delegates[${PYTHON_USEDEP}]" diff --git a/dev-python/lazr-config/metadata.xml b/dev-python/lazr-config/metadata.xml new file mode 100644 index 000000000000..d8d3ff337ff4 --- /dev/null +++ b/dev-python/lazr-config/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + Create configuration schemas, and process and validate configurations. + + diff --git a/dev-python/lazr-delegates/Manifest b/dev-python/lazr-delegates/Manifest new file mode 100644 index 000000000000..a29fe778fd1f --- /dev/null +++ b/dev-python/lazr-delegates/Manifest @@ -0,0 +1 @@ +DIST lazr-delegates-2.0.4.tar.gz 14168 BLAKE2B b9388a869e7f83e0bc30dc5a0cfb184a935db2b6272c2a9a93bb12d3db375114453a224703ef05b3f34232860a16fc087b7d398e94d164fbf77af61ba8abf102 SHA512 0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501 diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild new file mode 100644 index 000000000000..91b3d11ee686 --- /dev/null +++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +MY_PN=${PN/-/.} + +DESCRIPTION="Easily write objects that delegate behavior" +HOMEPAGE="https://code.launchpad.net/lazr.deletages" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND} + dev-python/zope-interface[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}]" diff --git a/dev-python/lazr-delegates/metadata.xml b/dev-python/lazr-delegates/metadata.xml new file mode 100644 index 000000000000..368888ee2914 --- /dev/null +++ b/dev-python/lazr-delegates/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + Easily write objects that delegate behavior + + diff --git a/dev-python/mailmanclient/Manifest b/dev-python/mailmanclient/Manifest new file mode 100644 index 000000000000..dbada3be5230 --- /dev/null +++ b/dev-python/mailmanclient/Manifest @@ -0,0 +1 @@ +DIST mailmanclient-3.1.1.tar.gz 101412 BLAKE2B fb25af8069c843c95b7afe597dbda1b26b065fb924361c7c6554d1b904d61a6b9056014a2f684148b31ad71ff5eba52694c3a1065878f9bef0f9b01ec740c848 SHA512 6f8f777796d7674348036ab96015c788ffc4740c771c993dc1d3b79871c69542a2b38792ef78092fd0adb78b9adcd51c7b90ddec25e0d4b2e4140e0389a27a97 diff --git a/dev-python/mailmanclient/mailmanclient-3.1.1.ebuild b/dev-python/mailmanclient/mailmanclient-3.1.1.ebuild new file mode 100644 index 000000000000..2f9d6c22b7d5 --- /dev/null +++ b/dev-python/mailmanclient/mailmanclient-3.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6) +inherit distutils-r1 + +DESCRIPTION="mailmanclient -- python library for Mailman REST API" +HOMEPAGE="https://gitlab.com/mailman/mailmanclient" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/httplib2[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" diff --git a/dev-python/mailmanclient/metadata.xml b/dev-python/mailmanclient/metadata.xml new file mode 100644 index 000000000000..c98cf73629df --- /dev/null +++ b/dev-python/mailmanclient/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + mailmanclient -- python library for Mailman REST API + + diff --git a/dev-python/zope-configuration/Manifest b/dev-python/zope-configuration/Manifest new file mode 100644 index 000000000000..2b7dd0f38cff --- /dev/null +++ b/dev-python/zope-configuration/Manifest @@ -0,0 +1 @@ +DIST zope.configuration-4.1.0.tar.gz 77780 BLAKE2B a3f0da446bbc858e43ccd4249c80db07b1f29df1fc31931c07bcd55116084a70b9618b15f22a8f1027e1fc53c8e2a7ba75bb3a80d8419c16cbef8f847299a3de SHA512 86bbc5ac22c61d485fcb55c4dafb5b81eaab0a08de1e5dc3cd586769323a09896e72b1e8aac790d3e8d8f93a133efd3f88a92a4b3c1075bdd0da62cd4e33c56a diff --git a/dev-python/zope-configuration/metadata.xml b/dev-python/zope-configuration/metadata.xml new file mode 100644 index 000000000000..3e47ce6bf270 --- /dev/null +++ b/dev-python/zope-configuration/metadata.xml @@ -0,0 +1,18 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + zopefoundation/zope.configuration + zope.configuration + + + The Zope configuration system provides an extensible system for supporting various kinds of configurations. + + diff --git a/dev-python/zope-configuration/zope-configuration-4.1.0.ebuild b/dev-python/zope-configuration/zope-configuration-4.1.0.ebuild new file mode 100644 index 000000000000..9b2acc4b23b2 --- /dev/null +++ b/dev-python/zope-configuration/zope-configuration-4.1.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) + +inherit distutils-r1 +MY_PN=zope.configuration +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Zope Configuration Architecture" +HOMEPAGE="https://github.com/zopefoundation/zope.configuration http://docs.zope.org/zope.configuration/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="test" + +RDEPEND="dev-python/zope-i18nmessageid[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] + dev-python/zope-schema[${PYTHON_USEDEP}]" +DEPEND="test? ( ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] ) + dev-python/setuptools[${PYTHON_USEDEP}]" + +S=${WORKDIR}/${MY_P} + +RESTRICT="test" + +python_test() { + nosetests || die +} + +python_install_all() { + distutils-r1_python_install_all + + # remove .pth files since dev-python/namespace-zope handles the ns + find "${D}" -name '*.pth' -delete || die +} diff --git a/dev-python/zope-i18nmessageid/Manifest b/dev-python/zope-i18nmessageid/Manifest new file mode 100644 index 000000000000..97d4b0dae647 --- /dev/null +++ b/dev-python/zope-i18nmessageid/Manifest @@ -0,0 +1 @@ +DIST zope.i18nmessageid-4.1.0.tar.gz 24166 BLAKE2B 378095bed1407c0025a6bddadc57be779f938ac914a5067aeeef28adc22217b2ec2a3ff41487ca9578a88b2fd27fb07d35996b71d2e82a698831d15e4bd6e630 SHA512 c787417ee67f951a7c72a4501d17cb75fa60aab26768f4dd31d2cc3915b162a148f08bd2f00270d55fb8ec3804bcca62d07cbdee952ab1647a75681daf291627 diff --git a/dev-python/zope-i18nmessageid/metadata.xml b/dev-python/zope-i18nmessageid/metadata.xml new file mode 100644 index 000000000000..7cf6c43922a2 --- /dev/null +++ b/dev-python/zope-i18nmessageid/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + zopefoundation/zope.i18nmessageid + zope.i18nmessageid + + diff --git a/dev-python/zope-i18nmessageid/zope-i18nmessageid-4.1.0.ebuild b/dev-python/zope-i18nmessageid/zope-i18nmessageid-4.1.0.ebuild new file mode 100644 index 000000000000..5fbf4d32c54c --- /dev/null +++ b/dev-python/zope-i18nmessageid/zope-i18nmessageid-4.1.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) + +inherit distutils-r1 +MY_PN=zope.i18nmessageid +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Zope i18nmessageid Architecture" +HOMEPAGE="https://github.com/zopefoundation/zope.i18nmessageid http://docs.zope.org/zope.i18nmessageid/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +python_install_all() { + distutils-r1_python_install_all + + # remove .pth files since dev-python/namespace-zope handles the ns + find "${D}" -name '*.pth' -delete || die +} diff --git a/dev-python/zope-schema/Manifest b/dev-python/zope-schema/Manifest new file mode 100644 index 000000000000..adb5eda16f94 --- /dev/null +++ b/dev-python/zope-schema/Manifest @@ -0,0 +1 @@ +DIST zope.schema-4.5.0.tar.gz 76962 BLAKE2B 2ce5ddc674381bc5270865e141196e3edd10a6ad8f96a191d9bc603c99305e186f3cda9f92cd565c1f4956b4c68f2ab083187a85dabc6dae4a3c2e25cc6dbc73 SHA512 77f3f65a3d0b52f770a381d869b254f5457223b5fdda4b031e9531c57664dd151b4dc293d3cdc6dff5cad58d656d951e0d964fad9521100b7e007b4c15e52740 diff --git a/dev-python/zope-schema/metadata.xml b/dev-python/zope-schema/metadata.xml new file mode 100644 index 000000000000..b32ba1f3328c --- /dev/null +++ b/dev-python/zope-schema/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + zopefoundation/zope.schema + zope.schema + + diff --git a/dev-python/zope-schema/zope-schema-4.5.0.ebuild b/dev-python/zope-schema/zope-schema-4.5.0.ebuild new file mode 100644 index 000000000000..a56c75eb8fb5 --- /dev/null +++ b/dev-python/zope-schema/zope-schema-4.5.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) + +inherit distutils-r1 +MY_PN=zope.schema +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Zope schema Architecture" +HOMEPAGE="https://github.com/zopefoundation/zope.schema http://docs.zope.org/zope.schema/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] + dev-python/zope-event[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +S=${WORKDIR}/${MY_P} + +python_install_all() { + distutils-r1_python_install_all + + # remove .pth files since dev-python/namespace-zope handles the ns + find "${D}" -name '*.pth' -delete || die +} diff --git a/dev-ruby/Manifest.gz b/dev-ruby/Manifest.gz index 424fad1d219f..4a68c4c2169e 100644 Binary files a/dev-ruby/Manifest.gz and b/dev-ruby/Manifest.gz differ diff --git a/dev-ruby/domain_name/Manifest b/dev-ruby/domain_name/Manifest index fba4237cc095..e71562d7a6f4 100644 --- a/dev-ruby/domain_name/Manifest +++ b/dev-ruby/domain_name/Manifest @@ -1,3 +1,2 @@ -DIST domain_name-0.5.20170223.gem 120320 BLAKE2B 99af583c97cdce45e7a08aa089f10fc8498a0e760bab82878e2491cfad0aa9ca873ba2dea1be7a01f33e20db158907331fd952e2ced6178b2cc511c4085868ea SHA512 08842b21fccb0aeb521e99652cdfb36ac276c96ee83d14438f872287f0e11e0c05818c2b7dfee2deeeefe2be8cf4ff95bc2d30be54dd12fe7b6e84c620e50b24 DIST domain_name-0.5.20170404.gem 120320 BLAKE2B c2dbb97c67e1303c272ff67f2c32314827513a5953ca3b9d49667828f6972904249ab98ee0541a380fddb7c6e3fcc3959f8e5f8746ae6b38a3915169ef6c0dc2 SHA512 3314d87ac3b04337dff047c423ded2f4b99a4b9300528c34388cbc30fbcc7e84ae884969624e046e0dcc1d856e0bb8246b1556ac2dc755a1b4917ccf975fece3 DIST domain_name-0.5.24.gem 104448 BLAKE2B 7a2ad0838710da737ea259c797bfaba93728b3548561fee2fa31c52553d9c8d947b25fe6a5cc2a304146eeed376994d6557dc945fbde1e74dcbc7aea875500d3 SHA512 46caf0be89c3b2f38f79180c14f4eaa1096f12f80feb881dafb394033d2c6118f481c898310d281d15acd5b9a54473c9d9ee8f0e77dda5b03c40a0d6f137f602 diff --git a/dev-ruby/domain_name/domain_name-0.5.20170223.ebuild b/dev-ruby/domain_name/domain_name-0.5.20170223.ebuild deleted file mode 100644 index 31f011b00b19..000000000000 --- a/dev-ruby/domain_name/domain_name-0.5.20170223.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_TEST="none" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Domain Name manipulation library for Ruby" -HOMEPAGE="https://github.com/knu/ruby-domain_name" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="test" - -ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0" - -ruby_add_bdepend " - test? ( - >=dev-ruby/test-unit-2.5.5 - dev-ruby/shoulda - )" - -all_ruby_prepare() { - sed -i -e '/bundler/,/end/ d; i gem "unf"' test/helper.rb || die - rm Gemfile* || die - - # Remove development dependencies - sed -i -e '/dependency.*\(shoulda\|bundler\|jeweler\|rdoc\)/d' \ - ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid dependency on git. - sed -i -e 's/`git ls-files`/""/' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib:test test/test_*.rb -} diff --git a/dev-ruby/domain_name/domain_name-0.5.20170404.ebuild b/dev-ruby/domain_name/domain_name-0.5.20170404.ebuild index a4ba48a66da9..8fd670353583 100644 --- a/dev-ruby/domain_name/domain_name-0.5.20170404.ebuild +++ b/dev-ruby/domain_name/domain_name-0.5.20170404.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/knu/ruby-domain_name" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0" diff --git a/dev-ruby/locale/locale-2.1.2-r1.ebuild b/dev-ruby/locale/locale-2.1.2-r1.ebuild index 3abd0f05bb34..743a5df37944 100644 --- a/dev-ruby/locale/locale-2.1.2-r1.ebuild +++ b/dev-ruby/locale/locale-2.1.2-r1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/ruby-gettext/locale" LICENSE="|| ( Ruby GPL-2 )" SRC_URI="https://github.com/ruby-gettext/locale/archive/${PV}.tar.gz -> ${P}-git.tgz" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~x86 ~x86-macos" SLOT="0" IUSE="" diff --git a/dev-ruby/plist/Manifest b/dev-ruby/plist/Manifest index 98ab7a9576c3..f6558529289f 100644 --- a/dev-ruby/plist/Manifest +++ b/dev-ruby/plist/Manifest @@ -1,2 +1,3 @@ DIST plist-3.2.0.gem 38912 BLAKE2B 1b9b00c85f8290f63addcd32d5f9aa466fb3c19e4c074eaa9682f74ef8cb2462671e25613eb15439d98ddf4a7a66a9b2abbbc549f4816151937f3332d278679d SHA512 87035859b346b2b59284c5389025570ed678a4fc584bc07e8b1e3246fafc5d0f39818505cb15eb7f45e4aaa680c67d56be9e5f73d5f99f96eded885c3f5dac32 DIST plist-3.3.0.tar.gz 36126 BLAKE2B a964a9c5b64281d4e788f210cff821a446ef53ddc57ea59e2cd4f9ba358cb3f20070ae1615017e60a84ee389365b686b86d3069843175ae03ce9a894ca0e1098 SHA512 42b7bd22d4638d649d19699af0ddd5cef324698656d39cad0d842f50e0a1b894db929e7211b498050cf1e734956d5a5b3b5cca1060bb9e8955296c6654951454 +DIST plist-3.4.0.tar.gz 36637 BLAKE2B 8ea6b11c9adca311d91cf22f7ca11cdcb3acbbb97e18a813de754acc4474183fdd7cdb569b8fe64da06170219ef2fdcabec1d2349399006254c7f399365d1f97 SHA512 01dc47b183b7dce1f20fad8d68d1bebbb6d509c62b77f41855305bf5aafd1abf7960d74f1cb9d2467648a166fbb1747bbdd57f228f10ac091d16ab1a7189525b diff --git a/dev-ruby/plist/plist-3.4.0.ebuild b/dev-ruby/plist/plist-3.4.0.ebuild new file mode 100644 index 000000000000..a947bff6be70 --- /dev/null +++ b/dev-ruby/plist/plist-3.4.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="A library to manipulate Property List files, also known as plists" +HOMEPAGE="https://github.com/patsplat/plist" +SRC_URI="https://github.com/patsplat/plist/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile || die + sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die +} diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.10.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.10.ebuild index 78fd079e248f..bd788e5a5023 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.10.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.9.10.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/nex3/rb-inotify" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend "virtual/ruby-ffi" diff --git a/dev-ruby/redcloth/redcloth-4.3.2.ebuild b/dev-ruby/redcloth/redcloth-4.3.2.ebuild index 680fbe1910d1..31268ed21f69 100644 --- a/dev-ruby/redcloth/redcloth-4.3.2.ebuild +++ b/dev-ruby/redcloth/redcloth-4.3.2.ebuild @@ -26,7 +26,7 @@ SRC_URI="https://github.com/${GITHUB_USER}/redcloth/archive/v${PV}.tar.gz -> ${R LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND+=" =dev-util/ragel-6*" diff --git a/dev-ruby/test-unit-rr/test-unit-rr-1.0.5.ebuild b/dev-ruby/test-unit-rr/test-unit-rr-1.0.5.ebuild index c065ae3b1ae3..6868adce16a5 100644 --- a/dev-ruby/test-unit-rr/test-unit-rr-1.0.5.ebuild +++ b/dev-ruby/test-unit-rr/test-unit-rr-1.0.5.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/test-unit/test-unit-rr" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/rr-1.1.1 >=dev-ruby/test-unit-2.5.2" diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest index 585f1143edc3..8a0154a16321 100644 --- a/dev-ruby/uglifier/Manifest +++ b/dev-ruby/uglifier/Manifest @@ -2,3 +2,4 @@ DIST uglifier-2.7.2.gem 84480 BLAKE2B a446f21f9b8682ba7ec020d355ec5b6eb573649116 DIST uglifier-3.2.0.tar.gz 169273 BLAKE2B b0263853c882859db8cc04c19e7f7f4bcbcef9d0b4080e414c9e1c86b691307c59d694abb33582485ea432b787f36445a49c39ece298d90806838bc56a4b7360 SHA512 5bc577753c175cddd7b3241f7343b75f593141c3bfa9ffa1325f7ade4a9acaf3b47e711007b5708f7cea1a7e9e768cbc3bc845d9eb362f877fe2fc83c047bb57 DIST uglifier-4.0.0.tar.gz 183935 BLAKE2B 355081d2aebcd6e40081564397b7ae121922d33ead6942f15fc92b9743c575756513a1125810900edcc9a327ff3011e64e539d1bbadb02a06db5a5099dadf0d5 SHA512 b4bd78ea20ed3eefa9bb8d2645da9d3a1898c2715084c47ad8f3d5d0bbeae68ac84f59a449a68dee9c9eda158a2c3e8bff23507d06fc489f00ba53057911bcd1 DIST uglifier-4.0.1.tar.gz 184457 BLAKE2B bc922057d42868f56d3755f51b9bc39460369ee32d76b97222ef3fb05dbf0c84752236a545ffe9fcd17c1a529a429b9591bcf7d4623255e85cc9ebeb693dd595 SHA512 966a7a5c0c15146feba8633f247b9ec5d7a895c8e2a993b784836c13f3d88077e4ba701c1809588463da78d894508cb35e4d958b86c4801782f9449a93963d05 +DIST uglifier-4.0.2.tar.gz 184915 BLAKE2B eaac0fae612f357a51332db420e31d568b120dfe199d4f838db92082af888085123f322c4666d9c7d350ef3a51dc2d09ef78d11887771e8c414c9211688f6bfa SHA512 77795a2b20ac6e5fc1c12cb95f868062e040988e1efc9cd7c13cd093f0ad5447fd09b1d88d5c1c53d69c9ea4e9fa22c9331df53421af5ecd3010138e91a9a87b diff --git a/dev-ruby/uglifier/uglifier-4.0.2.ebuild b/dev-ruby/uglifier/uglifier-4.0.2.ebuild new file mode 100644 index 000000000000..40301044c9ee --- /dev/null +++ b/dev-ruby/uglifier/uglifier-4.0.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor" +HOMEPAGE="https://github.com/lautis/uglifier" +SRC_URI="https://github.com/lautis/uglifier/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="4" +KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux" + +IUSE="test" + +ruby_add_rdepend ">=dev-ruby/execjs-0.3.0:*" + +ruby_add_bdepend "test? ( dev-ruby/sourcemap )" + +all_ruby_prepare() { + sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die +} diff --git a/dev-ruby/yard/yard-0.9.11.ebuild b/dev-ruby/yard/yard-0.9.11.ebuild index 32690da711f6..36b2b4cd48cd 100644 --- a/dev-ruby/yard/yard-0.9.11.ebuild +++ b/dev-ruby/yard/yard-0.9.11.ebuild @@ -23,7 +23,7 @@ SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( || ( dev-ruby/maruku dev-ruby/rdiscount dev-ruby/bluecloth dev-ruby/kramdown ) )" diff --git a/dev-util/Manifest.gz b/dev-util/Manifest.gz index b369cf23d17c..2cbbf49a5c6b 100644 Binary files a/dev-util/Manifest.gz and b/dev-util/Manifest.gz differ diff --git a/dev-util/pycharm-community/pycharm-community-2017.2.3.ebuild b/dev-util/pycharm-community/pycharm-community-2017.2.3.ebuild index bc2aa0e1908c..bcd9bbba0a3f 100644 --- a/dev-util/pycharm-community/pycharm-community-2017.2.3.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2017.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils readme.gentoo-r1 +inherit gnome2-utils xdg-utils readme.gentoo-r1 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" HOMEPAGE="http://www.jetbrains.com/pycharm/" @@ -38,8 +38,18 @@ src_install() { fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh} dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN} - newicon "bin/${MY_PN}.png" ${PN}.png - make_desktop_entry ${PN} "${PN}" "${PN}" + newicon bin/${MY_PN}.png ${PN}.png + make_desktop_entry ${PN} ${PN} ${PN} readme.gentoo_create_doc } + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +} diff --git a/dev-util/pycharm-community/pycharm-community-2017.2.4.ebuild b/dev-util/pycharm-community/pycharm-community-2017.2.4.ebuild index 6bcb19218d4c..6dfa17b1da1f 100644 --- a/dev-util/pycharm-community/pycharm-community-2017.2.4.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2017.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils readme.gentoo-r1 +inherit gnome2-utils xdg-utils readme.gentoo-r1 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" HOMEPAGE="http://www.jetbrains.com/pycharm/" @@ -38,8 +38,18 @@ src_install() { fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh} dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN} - newicon "bin/${MY_PN}.png" ${PN}.png - make_desktop_entry ${PN} "${PN}" "${PN}" + newicon bin/${MY_PN}.png ${PN}.png + make_desktop_entry ${PN} ${PN} ${PN} readme.gentoo_create_doc } + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +} diff --git a/dev-util/pycharm-community/pycharm-community-2017.3.ebuild b/dev-util/pycharm-community/pycharm-community-2017.3.ebuild index 6bcb19218d4c..6dfa17b1da1f 100644 --- a/dev-util/pycharm-community/pycharm-community-2017.3.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2017.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils readme.gentoo-r1 +inherit gnome2-utils xdg-utils readme.gentoo-r1 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" HOMEPAGE="http://www.jetbrains.com/pycharm/" @@ -38,8 +38,18 @@ src_install() { fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh} dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN} - newicon "bin/${MY_PN}.png" ${PN}.png - make_desktop_entry ${PN} "${PN}" "${PN}" + newicon bin/${MY_PN}.png ${PN}.png + make_desktop_entry ${PN} ${PN} ${PN} readme.gentoo_create_doc } + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +} diff --git a/dev-util/pycharm-professional/pycharm-professional-2017.2.3.ebuild b/dev-util/pycharm-professional/pycharm-professional-2017.2.3.ebuild index 78afd12076c0..a52a5ee20aa2 100644 --- a/dev-util/pycharm-professional/pycharm-professional-2017.2.3.ebuild +++ b/dev-util/pycharm-professional/pycharm-professional-2017.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils readme.gentoo-r1 +inherit gnome2-utils xdg-utils readme.gentoo-r1 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" HOMEPAGE="http://www.jetbrains.com/pycharm/" @@ -42,8 +42,18 @@ src_install() { fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh} dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN} - newicon "bin/${MY_PN}.png" ${PN}.png - make_desktop_entry ${PN} "${PN}" "${PN}" + newicon bin/${MY_PN}.png ${PN}.png + make_desktop_entry ${PN} ${PN} ${PN} readme.gentoo_create_doc } + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +} diff --git a/dev-util/pycharm-professional/pycharm-professional-2017.2.4.ebuild b/dev-util/pycharm-professional/pycharm-professional-2017.2.4.ebuild index b8731d8db528..5d0519372d5e 100644 --- a/dev-util/pycharm-professional/pycharm-professional-2017.2.4.ebuild +++ b/dev-util/pycharm-professional/pycharm-professional-2017.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils readme.gentoo-r1 +inherit gnome2-utils xdg-utils readme.gentoo-r1 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" HOMEPAGE="http://www.jetbrains.com/pycharm/" @@ -42,8 +42,18 @@ src_install() { fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh} dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN} - newicon "bin/${MY_PN}.png" ${PN}.png - make_desktop_entry ${PN} "${PN}" "${PN}" + newicon bin/${MY_PN}.png ${PN}.png + make_desktop_entry ${PN} ${PN} ${PN} readme.gentoo_create_doc } + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +} diff --git a/dev-util/pycharm-professional/pycharm-professional-2017.3.ebuild b/dev-util/pycharm-professional/pycharm-professional-2017.3.ebuild index b8731d8db528..5d0519372d5e 100644 --- a/dev-util/pycharm-professional/pycharm-professional-2017.3.ebuild +++ b/dev-util/pycharm-professional/pycharm-professional-2017.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils readme.gentoo-r1 +inherit gnome2-utils xdg-utils readme.gentoo-r1 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" HOMEPAGE="http://www.jetbrains.com/pycharm/" @@ -42,8 +42,18 @@ src_install() { fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh} dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN} - newicon "bin/${MY_PN}.png" ${PN}.png - make_desktop_entry ${PN} "${PN}" "${PN}" + newicon bin/${MY_PN}.png ${PN}.png + make_desktop_entry ${PN} ${PN} ${PN} readme.gentoo_create_doc } + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +} diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest index 3f189ebd4a8d..cd1b6823d11a 100644 --- a/dev-util/qbs/Manifest +++ b/dev-util/qbs/Manifest @@ -1,2 +1,3 @@ +DIST qbs-src-1.10.0.tar.gz 4130630 BLAKE2B 9a692dc3cd65cbe8b8f09ca86e8da1ea47fa6770dbcdfc5fc34d65156f8a92932893fa382f510e516fe67a77b95024052d442d3e295a22423a544b61ff2eaf25 SHA512 a7d15acb46b5b32f0c54b40e4a5469f68cdcff54b062a46656174694d7abbade682b66f5dc4cdfa9ac87b9573ed3947d775d55638cfc1b4ffc24101ebea85618 DIST qbs-src-1.8.1.tar.gz 1053395 BLAKE2B 1ec3840c206ec253779f016f9bdc2b806007cc0774442e2bf75a62c3148771fcf356d14c7743c1aefcbda0379f632ddaa309f48b7998387b8c37649fdf750d06 SHA512 2b4657475803e56f911f0bc373692b70f9376ed520499f1c4e7040e4dedddc417bd4e72208c925ed7fdc7fcf0b96434dab8d8f87c454ae08da80d6438dbcbc5c DIST qbs-src-1.9.1.tar.gz 4007946 BLAKE2B fa7744a321fec2f7b928b89e511aa542d935a61af79714d730e0c4c5fdab1f62e0da5cccf055622997cfbe441e5375212aa9cd8af3b1d69af933c438c94b8d21 SHA512 6b400a06b4f2c2cb531095a0c3eadb112335fe0f91c2077f01c7d2dc6ea329d250e7af70f70ebeb972368aa8fa0ee9548b84b75dc877230de6dea0b10468b7fd diff --git a/dev-util/qbs/qbs-1.10.0.ebuild b/dev-util/qbs/qbs-1.10.0.ebuild new file mode 100644 index 000000000000..5b93b79331cc --- /dev/null +++ b/dev-util/qbs/qbs-1.10.0.ebuild @@ -0,0 +1,120 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit qmake-utils + +MY_P=${PN}-src-${PV} + +DESCRIPTION="Modern build tool for software projects" +HOMEPAGE="https://wiki.qt.io/Qbs" +SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="doc examples test" + +# see bug 581874 for the qttest dep in RDEPEND +RDEPEND=" + dev-qt/qtcore:5= + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtscript:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + test? ( dev-qt/qttest:5 ) +" +DEPEND="${RDEPEND} + doc? ( + dev-qt/qdoc:5 + dev-qt/qthelp:5 + ) + test? ( dev-qt/qtdeclarative:5 ) +" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + default + + # don't add /usr/include to INCLUDEPATH + # avoids a build failure in qt-creator with gcc-6 (bug 618424) + sed -i -e '/^INCLUDEPATH/ s:$${PWD}/\.\.::' src/lib/corelib/use_installed_corelib.pri || die + + if ! use examples; then + sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die + fi + + if use test; then + sed -i -e '/SUBDIRS =/ s:=.*:= auto:' tests/tests.pro || die + else + sed -i -e '/SUBDIRS =/ d' tests/tests.pro || die + fi + + # TestApi seems broken in 1.10.0 + sed -i -e '/\/ d' tests/auto/auto.pro || die + + # skip several tests that fail and/or have additional deps + sed -i \ + -e 's/findArchiver("7z")/""/' `# requires p7zip, fails` \ + -e 's/findArchiver(binaryName,.*/"";/' `# requires zip and jar` \ + -e 's/p\.value("nodejs\./true||&/' `# requires nodejs, bug 527652` \ + -e 's/\(p\.value\|m_qbsStderr\.contains\)("typescript\./true||&/' `# requires nodejs and typescript` \ + tests/auto/blackbox/tst_blackbox.cpp || die + + # requires jdk, fails, bug 585398 + sed -i -e '/blackbox-java\.pro/ d' tests/auto/auto.pro || die +} + +src_configure() { + local myqmakeargs=( + qbs.pro # bug 523218 + -recursive + CONFIG+=qbs_disable_rpath + CONFIG+=qbs_enable_project_file_updates + $(usex test 'CONFIG+=qbs_enable_unit_tests' '') + QBS_INSTALL_PREFIX="${EPREFIX}/usr" + QBS_LIBRARY_DIRNAME="$(get_libdir)" + ) + eqmake5 "${myqmakeargs[@]}" +} + +src_test() { + einfo "Setting up test environment in ${T}" + + export HOME=${T} + export LD_LIBRARY_PATH=${S}/$(get_libdir) + + "${S}"/bin/qbs-setup-toolchains /usr/bin/gcc gcc || die + "${S}"/bin/qbs-setup-qt "$(qt5_get_bindir)/qmake" qbs_autotests || die + + einfo "Running autotests" + + # simply exporting LD_LIBRARY_PATH doesn't work + # we have to use a custom testrunner script + local testrunner=${WORKDIR}/gentoo-testrunner + cat <<-EOF > "${testrunner}" + #!/bin/sh + export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}\${LD_LIBRARY_PATH:+:}\${LD_LIBRARY_PATH}" + exec "\$@" + EOF + chmod +x "${testrunner}" + + emake TESTRUNNER="'${testrunner}'" check +} + +src_install() { + emake INSTALL_ROOT="${D}" install + + dodoc -r changelogs + + # install documentation + if use doc; then + emake docs + dodoc -r doc/qbs/html + dodoc doc/qbs.qch + docompress -x /usr/share/doc/${PF}/qbs.qch + fi +} diff --git a/games-action/Manifest.gz b/games-action/Manifest.gz index c9e2d19bd703..841f5879cd41 100644 Binary files a/games-action/Manifest.gz and b/games-action/Manifest.gz differ diff --git a/games-action/descent1-data/Manifest b/games-action/descent1-data/Manifest index 2c53556c15a3..ecef8f3a04c5 100644 --- a/games-action/descent1-data/Manifest +++ b/games-action/descent1-data/Manifest @@ -1,2 +1,2 @@ -DIST descent-game-content-10to14a-patch.zip 439853 SHA256 0f63b3c50b78b584f41b6c7d6bf71d43ea5fb5b48d173435a4e69ab9ff2c8b8b SHA512 b71ec888509c77dc8ebc94d5a172a27ab0b16ddfdcb47ac243cefe33b87bbca82df843d9a4bffad8c6f345bfefd89e9e3564353922b00c81ef993e409950eb59 WHIRLPOOL 2daf1713173b0b964133daae6122d444da0691b029a2ffbc8de6818b197d631cede855a7111495689abe32c85c0ee6c656ba2198792f7049e181e2ecd8c0ae6f +DIST descent-game-content-10to14a-patch.zip 439853 BLAKE2B 75f90bbbf664237bbbfbe1aed3ff500c24b72b45beee1361b7823c6758c5dd5daf2693de8c4f3bc8deb77e915811237f28464628caf17c58478cfb111524354c SHA512 b71ec888509c77dc8ebc94d5a172a27ab0b16ddfdcb47ac243cefe33b87bbca82df843d9a4bffad8c6f345bfefd89e9e3564353922b00c81ef993e409950eb59 DIST setup_descent_2.1.0.8.exe 25876928 SHA256 0d2d3e436e0011ec3eb888c8980bb8fd1c9258b0d4f9a0a7ad20a7a85c0d3046 SHA512 bab4269900b7ff0808d4495d5e01d2ebe987b5c37544e3651ff215fe8632b31ad4880ef3f968bd551b1462b9c5d1d392317f1ffec26c5314c76d8341800da876 WHIRLPOOL 1a3c09e59d36f9a2a02c7225846d76246e9612a2bc7e15559380a16cebac25453df0e084a82d9953978e1baf23715ee01f3a26a8def9c4add66e54dd821f6519 diff --git a/games-action/descent2-data/Manifest b/games-action/descent2-data/Manifest index 1c4606943d9e..2680c7103c74 100644 --- a/games-action/descent2-data/Manifest +++ b/games-action/descent2-data/Manifest @@ -1,2 +1,2 @@ -DIST d2xptch12.tgz 158419 SHA256 61743c19baecde602c778e6ea44ef4a28bab9b8aa16a5f2772e3799863487a80 SHA512 14d59280e685a9c3d5e23e1d535f37f89768e022b795067793a994c5150685addfcacbd2dc52231804240d01d17d57b1db04335d41bc5930e3c8a845ebbb396b WHIRLPOOL ea2d14205eaa8978f22b9e9c3e20d99cf4c9ea8f43a4c688cb4cd9fc85b41b1dfdfed9fa38161ba776357a16370ede00fcc191a5d01ba1e7c4635720f0d1e77c +DIST d2xptch12.tgz 158419 BLAKE2B e4bd0d33fa8912b87f8018673c2f9fa9d965f96787b7af76da5473e0c6b06ca78303977cdb6e1f85affefe187b2f1e947eb477313b379bf2464e2a0ba95b74bf SHA512 14d59280e685a9c3d5e23e1d535f37f89768e022b795067793a994c5150685addfcacbd2dc52231804240d01d17d57b1db04335d41bc5930e3c8a845ebbb396b DIST setup_descent2_2.1.0.10.exe 554371624 SHA256 e787d95574f8a4bf3c442ad49e837186319d3bb041a33a00df726be3be7c9750 SHA512 0db1935864eb59002cc995dfe9c40badd72d0a3dcec61092b0760481cd3d1316db17631c05043b938e4b958d696c508ce379face9baa260dcc598c77b4460618 WHIRLPOOL 1f13b652c79752772cf2a151ca7663443e8936be352ddb100e140b00bc6f88a13ba5d4dfad17cb07ed78ed5b629fad1aaeeb7424a2216b68761c4065b6f8ac3c diff --git a/games-fps/Manifest.gz b/games-fps/Manifest.gz index 0a2d52a4331a..a77511d84980 100644 Binary files a/games-fps/Manifest.gz and b/games-fps/Manifest.gz differ diff --git a/games-fps/alephone-infinity/Manifest b/games-fps/alephone-infinity/Manifest index d038c6e33917..5cff9bd87793 100644 --- a/games-fps/alephone-infinity/Manifest +++ b/games-fps/alephone-infinity/Manifest @@ -1,2 +1,2 @@ -DIST MarathonInfinity.zip 30109883 SHA256 e8294df4dcd81b11d74ceedd6d13580ea13ca62d3952eb535b009387a9a4b90a SHA512 1f347615b96d2c07914cda78bdc6971311f3933af78debfcd9fa87a0a3048220726a082602b7a76f516f7b3dd3240d1ea843794ab34e4e9e7733342d9d9fe5b1 WHIRLPOOL a8fefe0dc8c625fcb2fba9da65148d622513189bbb62ae27545b27f39d610f96045498aeabe1a2b35487524e078041e14a17089dda488280fc038a6191ce0710 +DIST MarathonInfinity.zip 30109883 BLAKE2B 5412c172e3f3066250912d9e818b172c9b036c4a71d090d36c3ef7e078d7e37ca7d676282176bd79d3e87b212d40245e7d16d0f8016a3094de24c4434570fdbd SHA512 1f347615b96d2c07914cda78bdc6971311f3933af78debfcd9fa87a0a3048220726a082602b7a76f516f7b3dd3240d1ea843794ab34e4e9e7733342d9d9fe5b1 DIST alephone-infinity.png 19193 SHA256 cb2e18364347b5e4e256401f2fd9b35b92ed3763375f2f4ea2c190915a7df5c0 SHA512 ad5c683aae4ee0afa306aaf33c9ad93a2eee59a4283166aada58a48a8dbbe8de62c8af0b04b143366448ef101ba8b2530cbc8bc5b3e1de62c5177775fae6bfd3 WHIRLPOOL b1179b771dc2b43823a648eb44b8197c3d777976820cc6650a7be7e8e415bfdff77b76a5331f9f56e8e49b7efd5df335b98f72e2e0645beb0c317e12706640c5 diff --git a/games-fps/urbanterror-data/Manifest b/games-fps/urbanterror-data/Manifest index c5a1425fb952..75f0a116fba2 100644 --- a/games-fps/urbanterror-data/Manifest +++ b/games-fps/urbanterror-data/Manifest @@ -1,4 +1,3 @@ DIST urbanterror-data-4.3.0-to-4.3.1.zip 7495315 BLAKE2B a4562c81169274e6f7685c9ca771c0e004ec40aa123d0757794e89c019bbd6e280f22e0929dc6917b0a43d9fe6e6ea90a4f190ce01ff2e6be087299a9bb64cab SHA512 f05564babadff73793778926411bc7914bfef4a5f7dfc1003c36e8a549c568ab520adcff8a38e7dd905238738d242aa865e7c6d7db36ed6d592b144e497ed823 DIST urbanterror-data-4.3.1-to-4.3.2.zip 15305498 BLAKE2B d3b21c893dc6f5ce2323ca383ff52c1f6711ba57ab752c30d8fbb76b5d72125427a14fc30127589c5612df34cfda869a0727a838006fd6fc566005a54b7e741d SHA512 cb24939fffef9310c6ca8496d0d4f3be8656685e749ff1d6589fd193990be67ac70494b61ef6a12dd1f6995a78d451b9f09098e03970e82e1e3153ec3f89792c DIST urbanterror-data-4.3.2.zip 1491207564 BLAKE2B 3a292079d92895fa28567e8773d504a9f4b179de6d49607e9d589674374690a1fa673b0b8b08790b126140c8e8583ca3ee6f8439ea28e0f868fab6f4bc1a6268 SHA512 397aa5ba7f869049844d52a9dec234d020b856e16ba3ff295d97775e4e1d48730aecfba3992baf7d55c643c0073ceda32ada18d1473dadd55f561f27a8b9c4ed -DIST urbanterror-data.svg 1592 BLAKE2B 03b84da826882cb73e0cf589626b6e6959f08b6435c18481fce9fa2f1583b4fdb80032bb7638258558f5429ff5ae16f369aa53305260b4f370ed92860d86865c SHA512 ff789b35d9b1a2282485495b0d1918c7169906aeac094e7a33c7d77cd51d4787733400e1b9851ce19b38e886508d5fdd09f6cfc96b37a5b41bd0cf403e456b98 diff --git a/games-fps/urbanterror-data/urbanterror-data-4.3.2-r1.ebuild b/games-fps/urbanterror-data/urbanterror-data-4.3.2-r1.ebuild index 95dea99a4f67..7eebf9e788fb 100644 --- a/games-fps/urbanterror-data/urbanterror-data-4.3.2-r1.ebuild +++ b/games-fps/urbanterror-data/urbanterror-data-4.3.2-r1.ebuild @@ -11,6 +11,10 @@ MY_PV=43_full DESCRIPTION="Data files for UrbanTerror" HOMEPAGE="http://www.urbanterror.info" + +# Todo in the next release: save into ${PN}-4.3.0.zip +# I just made a mistake, but loading some GiB just for +# a mostly cosmetical fix isn’t worth the bandwith. SRC_URI="https://up.barbatos.fr/urt/${MY_PN}${MY_PV}.zip -> ${P}.zip" # fetch updates recursively for |4.3.x-4.3.0| diff --git a/games-fps/urbanterror-data/urbanterror-data-4.3.2.ebuild b/games-fps/urbanterror-data/urbanterror-data-4.3.2.ebuild deleted file mode 100644 index 5b0059e6f3ce..000000000000 --- a/games-fps/urbanterror-data/urbanterror-data-4.3.2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -inherit check-reqs eutils - -ENGINE_PV=${PV} - -MY_PN=UrbanTerror -MY_PV=43_full - -DESCRIPTION="Data files for UrbanTerror" -HOMEPAGE="http://www.urbanterror.info" -SRC_URI="https://up.barbatos.fr/urt/${MY_PN}${MY_PV}.zip -> ${P}.zip - https://upload.wikimedia.org/wikipedia/commons/5/56/Urbanterror.svg -> ${PN}.svg" - -# fetch updates recursively for |4.3.x-4.3.0| -if [[ "${PV}" != "4.3.0" ]]; then - MY_CTR=0 - while [[ "${MY_CTR}" -lt "${PV/4.3./}" ]]; do - SRC_URI="${SRC_URI} https://up.barbatos.fr/urt/${MY_PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 )).zip -> ${PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 )).zip" - MY_CTR=$(( ${MY_CTR} + 1 )) - done -fi -unset MY_CTR - -LICENSE="Q3AEULA-20000111 urbanterror-4.2-maps" -SLOT="0" -KEYWORDS="~amd64 ~x86" -DEPEND="app-arch/unzip" - -S="${WORKDIR}/${MY_PN}43" - -CHECKREQS_DISK_BUILD="3300M" -CHECKREQS_DISK_USR="1400M" - -src_prepare() { - default - - # apply updates we fetched before - # again recursively for |4.3.x - 4.3.0| - local MY_CTR - if [[ "${PV}" != "4.3.0" ]]; then - MY_CTR=0 - while [[ "${MY_CTR}" -lt "${PV/4.3./}" ]]; do - cp -dfpr \ - "${WORKDIR}"/${MY_PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 ))/* "${S}" - MY_CTR=$(( ${MY_CTR} + 1 )) - done - fi -} - -src_install() { - newicon -s scalable "${DISTDIR}"/${PN}.svg urbanterror.svg - insinto /usr/share/urbanterror/q3ut4 - doins q3ut4/*.pk3 - # These files are *essential* for startup - newins q3ut4/server_example.cfg server.cfg - newins q3ut4/autoexec_example.cfg autoexec.cfg - - dodoc q3ut4/readme43.txt - docinto examples - dodoc q3ut4/{server_example.cfg,mapcycle_example.txt} -} diff --git a/games-fps/urbanterror/Manifest b/games-fps/urbanterror/Manifest index f9031204037d..f49cff1d924b 100644 --- a/games-fps/urbanterror/Manifest +++ b/games-fps/urbanterror/Manifest @@ -1,5 +1 @@ -DIST urbanterror-4.3.2_p20170426.tar.gz 10058308 BLAKE2B 7ce3f2abd00a71194160fcde4185733f1232a232237fb50d8d59ee188b2c40d117cdb3b3a03e0f0f6a9456ccf7e7dea030a96de438fcaa408ea6ff52cd23892c SHA512 e8107ab44fdb40bc14a548239185905a01120bbe960b8713e5959df18330fd845761350c5e8e5efd5fbfec10ad62ff9fef68420406cc4cfbe2af69ee66eff1f3 -DIST urbanterror-4.3.2_p20170713.tar.gz 9984763 BLAKE2B 4771e5ecf997334d33ae4b2040e6a2c9e7e2e85990152efef14f071db656e2712fed078dd117c9701ffd1be2e36360cee3d1c7126e10706a12013f5cc8a9625d SHA512 09fd2232c3cbdde001b8d037f2667a55a584378615f2da10c6815797748028f36b75c899ca4fd1d7d97a33f4b3ddbaa4d271b36b5eabf3bf9e81852ef15864a4 -DIST urbanterror-4.3.2_p20170915.tar.gz 10061394 BLAKE2B 9e42de663b1ae0ae9e16a279233c88eb419f424c3db0b4d14276cbb9ab59fba3f32b43593f5901e0a6299ef8c2e4fe1d39a789d107a7bd9c15422a3acf553cea SHA512 d22bc3a0d8d191f797f5b1e7a0671424ca6dafbe5a3bd7fbfcd0e7249b9b4b6e790a64cdf7c93690d032b38f92aee703e9e302701084703d7a79d8f60cc2433e -DIST urbanterror-4.3.2_p20171016.tar.gz 10061989 BLAKE2B 12cc4cd40f85c8d15c93fbafa5cc0c5fe2b8c2d35962aa6a24e8878525b262bab47a5f8cfef6e7a4e4d506c47a5d56fb22db99e341efac06cd1b16e1d845027b SHA512 b35bd08f6058d73eecd48304609f7064637e9f1fcad7b22a93a9fdb43f003b93c3c52f3e9a7fc4c468d70fed4ba687bcdcfa0c8749252a12d2eab1cf3ab956ea -DIST urbanterror-4.3.2_p20171105.tar.gz 10067127 BLAKE2B e843623976ad1d2379121bb834eabac634d57185c0b15ee298cf900474a7879ba0d2f45e1e6eb002d963fa83d895f8962110dc7f5dc5a209cde1aee3a9a8234a SHA512 7a9ac15a0508706c17a390a5105badbaaba3b3c0e7e23b3ab9dd16751b1d946c108febba5c2f6af3046d5431fd1c5978a2abc267a740eca1d89d77d7172b41ad +DIST urbanterror-4.3.2_p20171208.tar.gz 10072373 BLAKE2B 9934317fb649e652628639f9ea35cdaa0466363b52ea7325198aaaa6360e07e41ec590342cd35fa1bb352ff35ba5994e9152caaf308aa0e0d8c3c2d94ea36a91 SHA512 1dd3affa8fe23f8cca4ee3c90a8d6fc86f5df2122e0121d57263be745d0af13f52cb47802636a22cb09b1bae8a100b491dc8cc0c81c413dd9cbb2ad29a69039a diff --git a/games-fps/urbanterror/files/urbanterror-4.3-respect_CFLAGS.patch b/games-fps/urbanterror/files/urbanterror-4.3-respect_CFLAGS.patch deleted file mode 100644 index 5ce13342ab58..000000000000 --- a/games-fps/urbanterror/files/urbanterror-4.3-respect_CFLAGS.patch +++ /dev/null @@ -1,53 +0,0 @@ -Author: holgersson -Date: Fri Mar 31 12:13:00 2017 +0200 - -Respect CFLAGS - inspired by hasufell’s patch - ---- a/Makefile 2017-03-31 11:08:58.419210817 +0200 -+++ b/Makefile 2017-03-31 12:06:52.559412054 +0200 -@@ -290,34 +290,33 @@ - CLIENT_EXTRA_FILES= - - ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu" "gnu")) -- BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \ -- -pipe -DUSE_ICON -DARCH_STRING=\\\"$(ARCH)\\\" -+ BASE_CFLAGS = -DUSE_ICON -DARCH_STRING=\\\"$(ARCH)\\\" - CLIENT_CFLAGS += $(SDL_CFLAGS) - -- OPTIMIZEVM = -O3 -- OPTIMIZE = $(OPTIMIZEVM) -ffast-math -+ OPTIMIZEVM = -+ OPTIMIZE = $(OPTIMIZEVM) - - ifeq ($(ARCH),x86_64) -- OPTIMIZEVM = -O3 -- OPTIMIZE = $(OPTIMIZEVM) -ffast-math -+ OPTIMIZEVM = -+ OPTIMIZE = $(OPTIMIZEVM) - HAVE_VM_COMPILED = true - else - ifeq ($(ARCH),x86) -- OPTIMIZEVM = -O3 -march=i586 -- OPTIMIZE = $(OPTIMIZEVM) -ffast-math -+ OPTIMIZEVM = -+ OPTIMIZE = $(OPTIMIZEVM) - HAVE_VM_COMPILED=true - else - ifeq ($(ARCH),ppc) -- BASE_CFLAGS += -maltivec -+ BASE_CFLAGS += - HAVE_VM_COMPILED=true - endif - ifeq ($(ARCH),ppc64) -- BASE_CFLAGS += -maltivec -+ BASE_CFLAGS += - HAVE_VM_COMPILED=true - endif - ifeq ($(ARCH),sparc) -- OPTIMIZE += -mtune=ultrasparc3 -mv8plus -- OPTIMIZEVM += -mtune=ultrasparc3 -mv8plus -+ OPTIMIZE += -+ OPTIMIZEVM += - HAVE_VM_COMPILED=true - endif - ifeq ($(ARCH),armv7l) diff --git a/games-fps/urbanterror/urbanterror-4.3.2_p20170426.ebuild b/games-fps/urbanterror/urbanterror-4.3.2_p20170426.ebuild deleted file mode 100644 index 522657485a43..000000000000 --- a/games-fps/urbanterror/urbanterror-4.3.2_p20170426.ebuild +++ /dev/null @@ -1,152 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -inherit flag-o-matic gnome2-utils - -DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine" -HOMEPAGE="http://urbanterror.info" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/mickael9/ioq3.git" - EGIT_BRANCH="urt" -else - COMMIT_ID="60b17a27ecaa30bffc44114cb94df82af7febfdd" - SRC_URI="https://github.com/mickael9/ioq3/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/ioq3-${COMMIT_ID}" - KEYWORDS="~amd64 ~x86" - -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="+altgamma +client +curl debug mumble openal +opus server voip vorbis" -REQUIRED_USE=" || ( client server )" - -PATCHES=( "${FILESDIR}"/${PN}-4.3-respect_CFLAGS.patch ) - -RDEPEND=" - client? ( - media-libs/libsdl2[X,sound,joystick,opengl,video] - mumble? ( media-sound/mumble ) - openal? ( media-libs/openal ) - opus? ( media-libs/opusfile ) - vorbis? ( - media-libs/libogg - media-libs/libvorbis - ) - ) - curl? ( net-misc/curl ) - ~games-fps/urbanterror-data-4.3.2 - sys-libs/zlib[minizip] - virtual/jpeg:0 -" - -DEPEND="${RDEPEND}" - -pkg_pretend() { - if use client; then - if ! use openal && ! use opus && ! use vorbis; then - ewarn - ewarn "No sound implementation selected. Enable 'openal', 'opus' or 'vorbis' USE flag to get sound!" - fi - fi -} - -src_compile() { - buildit() { use $1 && echo 1 || echo 0 ; } - nobuildit() { use $1 && echo 0 || echo 1 ; } - - # Workaround for used zlib macro, wrt bug #44951 - append-flags "-DOF=_Z_OF" - - emake \ - ARCH=$(usex amd64 "x86_64" "i386") \ - DEFAULT_BASEDIR="/usr/share/urbanterror" \ - BUILD_CLIENT=$(buildit client) \ - BUILD_SERVER=$(buildit server) \ - BUILD_BASEGAME=1 \ - BUILD_MISSIONPACK=0 \ - BUILD_GAME_SO=0 \ - BUILD_GAME_QVM=0 \ - BUILD_STANDALONE=1 \ - SERVERBIN="Quake3-UrT-Ded" \ - CLIENTBIN="Quake3-UrT" \ - USE_RENDERER_DLOPEN=0 \ - USE_YACC=0 \ - BASEGAME="q3ut4"\ - BASEGAME_CFLAGS="${CFLAGS}" \ - USE_OPENAL=$(buildit openal) \ - USE_OPENAL_DLOPEN=$(buildit openal) \ - USE_CURL=$(buildit curl) \ - USE_CURL_DLOPEN=$(buildit curl) \ - USE_CODEC_VORBIS=$(buildit vorbis) \ - USE_CODEC_OPUS=$(buildit opus) \ - USE_MUMBLE=$(buildit mumble) \ - USE_VOIP=$(buildit voip) \ - USE_INTERNAL_LIBS=0 \ - USE_LOCAL_HEADERS=0 \ - USE_ALTGAMMA=$(buildit altgamma) -} - -src_install() { - local my_arch=$(usex amd64 "x86_64" "i386") - - # docs from ioq3, not from UrbanTerror ZIP file - dodoc ChangeLog README.md README.ioq3.md md4-readme.txt - - if use client; then - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT.${my_arch} ${PN} - # Shooter as defined in https://specifications.freedesktop.org/menu-spec/latest/apas02.html - make_desktop_entry ${PN} "UrbanTerror" ${PN} - fi - - if use server && ! use client; then - # dedicated server only - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT-Ded.${my_arch} ${PN}-ded - fi -} - -pkg_preinst() { - use client && gnome2_icon_savelist -} - -pkg_postinst() { - use client && gnome2_icon_cache_update - - if [[ -z "${REPLACING_VERSIONS}" ]]; then - # This is a new installation - if use openal; then - elog "" - elog "You might need to set:" - elog " seta s_useopenal \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for openal to work." - fi - - if use altgamma; then - elog "" - elog "You might need to set:" - elog " seta r_altgamma \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for altgamma to work." - fi - - if ! use altgamma; then - elog "" - elog "If you are using a modesetting graphics driver you might" - elog "consider setting USE=\"altgamma\"." - elog "For details take a look at:" - elog "https://bugs.freedesktop.org/show_bug.cgi?id=27222" - fi - if ! use client; then - elog "" - elog "You disabled client support. You won't be able to connect" - elog "to any servers and play. If you want to do so, enable" - elog "USE=\"client\"." - fi - fi -} - -pkg_postrm() { - use client && gnome2_icon_cache_update -} diff --git a/games-fps/urbanterror/urbanterror-4.3.2_p20170713.ebuild b/games-fps/urbanterror/urbanterror-4.3.2_p20170713.ebuild deleted file mode 100644 index ba228d054171..000000000000 --- a/games-fps/urbanterror/urbanterror-4.3.2_p20170713.ebuild +++ /dev/null @@ -1,152 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -inherit flag-o-matic gnome2-utils - -DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine" -HOMEPAGE="http://urbanterror.info https://github.com/mickael9/ioq3" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/mickael9/ioq3.git" - EGIT_BRANCH="urt" -else - COMMIT_ID="8eb3e10163c62331b77171a71ca6102d3d63c3e7" - SRC_URI="https://github.com/mickael9/ioq3/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/ioq3-${COMMIT_ID}" - KEYWORDS="~amd64 ~x86" - -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="+altgamma +client +curl debug mumble openal +opus server voip vorbis" -REQUIRED_USE=" || ( client server )" - -PATCHES=( "${FILESDIR}"/${PN}-4.3-respect_CFLAGS.patch ) - -RDEPEND=" - client? ( - media-libs/libsdl2[X,sound,joystick,opengl,video] - mumble? ( media-sound/mumble ) - openal? ( media-libs/openal ) - opus? ( media-libs/opusfile ) - vorbis? ( - media-libs/libogg - media-libs/libvorbis - ) - ) - curl? ( net-misc/curl ) - ~games-fps/urbanterror-data-4.3.2 - sys-libs/zlib[minizip] - virtual/jpeg:0 -" - -DEPEND="${RDEPEND}" - -pkg_pretend() { - if use client; then - if ! use openal && ! use opus && ! use vorbis; then - ewarn - ewarn "No sound implementation selected. Enable 'openal', 'opus' or 'vorbis' USE flag to get sound!" - fi - fi -} - -src_compile() { - buildit() { use $1 && echo 1 || echo 0 ; } - nobuildit() { use $1 && echo 0 || echo 1 ; } - - # Workaround for used zlib macro, wrt bug #44951 - append-flags "-DOF=_Z_OF" - - emake \ - ARCH=$(usex amd64 "x86_64" "i386") \ - DEFAULT_BASEDIR="/usr/share/urbanterror" \ - BUILD_CLIENT=$(buildit client) \ - BUILD_SERVER=$(buildit server) \ - BUILD_BASEGAME=1 \ - BUILD_MISSIONPACK=0 \ - BUILD_GAME_SO=0 \ - BUILD_GAME_QVM=0 \ - BUILD_STANDALONE=1 \ - SERVERBIN="Quake3-UrT-Ded" \ - CLIENTBIN="Quake3-UrT" \ - USE_RENDERER_DLOPEN=0 \ - USE_YACC=0 \ - BASEGAME="q3ut4"\ - BASEGAME_CFLAGS="${CFLAGS}" \ - USE_OPENAL=$(buildit openal) \ - USE_OPENAL_DLOPEN=$(buildit openal) \ - USE_CURL=$(buildit curl) \ - USE_CURL_DLOPEN=$(buildit curl) \ - USE_CODEC_VORBIS=$(buildit vorbis) \ - USE_CODEC_OPUS=$(buildit opus) \ - USE_MUMBLE=$(buildit mumble) \ - USE_VOIP=$(buildit voip) \ - USE_INTERNAL_LIBS=0 \ - USE_LOCAL_HEADERS=0 \ - USE_ALTGAMMA=$(buildit altgamma) -} - -src_install() { - local my_arch=$(usex amd64 "x86_64" "i386") - - # docs from ioq3, not from UrbanTerror ZIP file - dodoc ChangeLog README.md README.ioq3.md md4-readme.txt - - if use client; then - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT.${my_arch} ${PN} - # Shooter as defined in https://specifications.freedesktop.org/menu-spec/latest/apas02.html - make_desktop_entry ${PN} "UrbanTerror" ${PN} - fi - - if use server && ! use client; then - # dedicated server only - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT-Ded.${my_arch} ${PN}-ded - fi -} - -pkg_preinst() { - use client && gnome2_icon_savelist -} - -pkg_postinst() { - use client && gnome2_icon_cache_update - - if [[ -z "${REPLACING_VERSIONS}" ]]; then - # This is a new installation - if use openal; then - elog "" - elog "You might need to set:" - elog " seta s_useopenal \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for openal to work." - fi - - if use altgamma; then - elog "" - elog "You might need to set:" - elog " seta r_altgamma \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for altgamma to work." - fi - - if ! use altgamma; then - elog "" - elog "If you are using a modesetting graphics driver you might" - elog "consider setting USE=\"altgamma\"." - elog "For details take a look at:" - elog "https://bugs.freedesktop.org/show_bug.cgi?id=27222" - fi - if ! use client; then - elog "" - elog "You disabled client support. You won't be able to connect" - elog "to any servers and play. If you want to do so, enable" - elog "USE=\"client\"." - fi - fi -} - -pkg_postrm() { - use client && gnome2_icon_cache_update -} diff --git a/games-fps/urbanterror/urbanterror-4.3.2_p20170915.ebuild b/games-fps/urbanterror/urbanterror-4.3.2_p20170915.ebuild deleted file mode 100644 index 6265e8c10cd1..000000000000 --- a/games-fps/urbanterror/urbanterror-4.3.2_p20170915.ebuild +++ /dev/null @@ -1,152 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -inherit flag-o-matic gnome2-utils - -DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine" -HOMEPAGE="http://urbanterror.info https://github.com/mickael9/ioq3" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/mickael9/ioq3.git" - EGIT_BRANCH="urt" -else - COMMIT_ID="0b3e62a00bd05d337f2ab6dad2cdb311a5d76464" - SRC_URI="https://github.com/mickael9/ioq3/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/ioq3-${COMMIT_ID}" - KEYWORDS="~amd64 ~x86" - -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="+altgamma +client +curl debug mumble openal +opus server voip vorbis" -REQUIRED_USE=" || ( client server )" - -PATCHES=( "${FILESDIR}"/${PN}-4.3-respect_CFLAGS.patch ) - -RDEPEND=" - client? ( - media-libs/libsdl2[X,sound,joystick,opengl,video] - mumble? ( media-sound/mumble ) - openal? ( media-libs/openal ) - opus? ( media-libs/opusfile ) - vorbis? ( - media-libs/libogg - media-libs/libvorbis - ) - ) - curl? ( net-misc/curl ) - ~games-fps/urbanterror-data-4.3.2 - sys-libs/zlib[minizip] - virtual/jpeg:0 -" - -DEPEND="${RDEPEND}" - -pkg_pretend() { - if use client; then - if ! use openal && ! use opus && ! use vorbis; then - ewarn - ewarn "No sound implementation selected. Enable 'openal', 'opus' or 'vorbis' USE flag to get sound!" - fi - fi -} - -src_compile() { - buildit() { use $1 && echo 1 || echo 0 ; } - nobuildit() { use $1 && echo 0 || echo 1 ; } - - # Workaround for used zlib macro, wrt bug #44951 - append-flags "-DOF=_Z_OF" - - emake \ - ARCH=$(usex amd64 "x86_64" "i386") \ - DEFAULT_BASEDIR="/usr/share/urbanterror" \ - BUILD_CLIENT=$(buildit client) \ - BUILD_SERVER=$(buildit server) \ - BUILD_BASEGAME=1 \ - BUILD_MISSIONPACK=0 \ - BUILD_GAME_SO=0 \ - BUILD_GAME_QVM=0 \ - BUILD_STANDALONE=1 \ - SERVERBIN="Quake3-UrT-Ded" \ - CLIENTBIN="Quake3-UrT" \ - USE_RENDERER_DLOPEN=0 \ - USE_YACC=0 \ - BASEGAME="q3ut4"\ - BASEGAME_CFLAGS="${CFLAGS}" \ - USE_OPENAL=$(buildit openal) \ - USE_OPENAL_DLOPEN=$(buildit openal) \ - USE_CURL=$(buildit curl) \ - USE_CURL_DLOPEN=$(buildit curl) \ - USE_CODEC_VORBIS=$(buildit vorbis) \ - USE_CODEC_OPUS=$(buildit opus) \ - USE_MUMBLE=$(buildit mumble) \ - USE_VOIP=$(buildit voip) \ - USE_INTERNAL_LIBS=0 \ - USE_LOCAL_HEADERS=0 \ - USE_ALTGAMMA=$(buildit altgamma) -} - -src_install() { - local my_arch=$(usex amd64 "x86_64" "i386") - - # docs from ioq3, not from UrbanTerror ZIP file - dodoc ChangeLog README.md README.ioq3.md md4-readme.txt - - if use client; then - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT.${my_arch} ${PN} - # Shooter as defined in https://specifications.freedesktop.org/menu-spec/latest/apas02.html - make_desktop_entry ${PN} "UrbanTerror" ${PN} - fi - - if use server && ! use client; then - # dedicated server only - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT-Ded.${my_arch} ${PN}-ded - fi -} - -pkg_preinst() { - use client && gnome2_icon_savelist -} - -pkg_postinst() { - use client && gnome2_icon_cache_update - - if [[ -z "${REPLACING_VERSIONS}" ]]; then - # This is a new installation - if use openal; then - elog "" - elog "You might need to set:" - elog " seta s_useopenal \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for openal to work." - fi - - if use altgamma; then - elog "" - elog "You might need to set:" - elog " seta r_altgamma \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for altgamma to work." - fi - - if ! use altgamma; then - elog "" - elog "If you are using a modesetting graphics driver you might" - elog "consider setting USE=\"altgamma\"." - elog "For details take a look at:" - elog "https://bugs.freedesktop.org/show_bug.cgi?id=27222" - fi - if ! use client; then - elog "" - elog "You disabled client support. You won't be able to connect" - elog "to any servers and play. If you want to do so, enable" - elog "USE=\"client\"." - fi - fi -} - -pkg_postrm() { - use client && gnome2_icon_cache_update -} diff --git a/games-fps/urbanterror/urbanterror-4.3.2_p20171016.ebuild b/games-fps/urbanterror/urbanterror-4.3.2_p20171016.ebuild deleted file mode 100644 index 468e8992705d..000000000000 --- a/games-fps/urbanterror/urbanterror-4.3.2_p20171016.ebuild +++ /dev/null @@ -1,148 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -inherit flag-o-matic gnome2-utils - -DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine" -HOMEPAGE="http://urbanterror.info https://github.com/mickael9/ioq3" - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/mickael9/ioq3.git" - EGIT_BRANCH="urt" -else - COMMIT_ID="3e555ab1405c38556cbfcdd42eac23a4af49e633" - SRC_URI="https://github.com/mickael9/ioq3/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/ioq3-${COMMIT_ID}" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="+altgamma +client +curl debug mumble openal +opus server voip vorbis" -REQUIRED_USE=" || ( client server )" - -PATCHES=( "${FILESDIR}"/${PN}-4.3-respect_CFLAGS.patch ) - -RDEPEND=" - client? ( - media-libs/libsdl2[X,sound,joystick,opengl,video] - mumble? ( media-sound/mumble ) - openal? ( media-libs/openal ) - opus? ( media-libs/opusfile ) - vorbis? ( - media-libs/libogg - media-libs/libvorbis - ) - ) - curl? ( net-misc/curl ) - ~games-fps/urbanterror-data-4.3.2 - sys-libs/zlib[minizip] - virtual/jpeg:0 -" - -DEPEND="${RDEPEND}" - -pkg_pretend() { - if use client; then - if ! use openal && ! use opus && ! use vorbis; then - ewarn - ewarn "No sound implementation selected. Enable 'openal', 'opus' or 'vorbis' USE flag to get sound!" - fi - fi -} - -src_compile() { - # Workaround for used zlib macro, wrt bug #449510 - append-flags "-DOF=_Z_OF" - local my_arch=$(usex amd64 "x86_64" "i386") - - emake \ - ARCH=${my_arch} \ - DEFAULT_BASEDIR="/usr/share/urbanterror" \ - BUILD_CLIENT=$(usex "client" 1 0) \ - BUILD_SERVER=$(usex "server" 1 0) \ - BUILD_BASEGAME=1 \ - BUILD_MISSIONPACK=0 \ - BUILD_GAME_SO=0 \ - BUILD_GAME_QVM=0 \ - BUILD_STANDALONE=1 \ - SERVERBIN="Quake3-UrT-Ded" \ - CLIENTBIN="Quake3-UrT" \ - USE_RENDERER_DLOPEN=0 \ - USE_YACC=0 \ - BASEGAME="q3ut4"\ - BASEGAME_CFLAGS="${CFLAGS}" \ - USE_OPENAL=$(usex "openal" 1 0) \ - USE_OPENAL_DLOPEN=$(usex "openal" 1 0) \ - USE_CURL=$(usex "curl" 1 0) \ - USE_CURL_DLOPEN=$(usex "curl" 1 0) \ - USE_CODEC_VORBIS=$(usex "vorbis" 1 0) \ - USE_CODEC_OPUS=$(usex "opus" 1 0) \ - USE_MUMBLE=$(usex "mumble" 1 0) \ - USE_VOIP=$(usex "mumble" 1 0) \ - USE_INTERNAL_LIBS=0 \ - USE_LOCAL_HEADERS=0 \ - USE_ALTGAMMA=$(usex "altgamma" 1 0) -} - -src_install() { - local my_arch=$(usex amd64 "x86_64" "i386") - # docs from ioq3, not from UrbanTerror ZIP file - dodoc ChangeLog README.md README.ioq3.md md4-readme.txt - - if use client; then - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT.${my_arch} ${PN} - # Shooter as defined in https://specifications.freedesktop.org/menu-spec/latest/apas02.html - make_desktop_entry ${PN} "UrbanTerror" ${PN} - fi - - if use server && ! use client; then - # dedicated server only - newbin build/$(usex debug "debug" "release")-linux-${my_arch}/Quake3-UrT-Ded.${my_arch} ${PN}-ded - fi -} - -pkg_preinst() { - use client && gnome2_icon_savelist -} - -pkg_postinst() { - use client && gnome2_icon_cache_update - - if [[ -z "${REPLACING_VERSIONS}" ]]; then - # This is a new installation - if use openal; then - elog "" - elog "You might need to set:" - elog " seta s_useopenal \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for openal to work." - fi - - if use altgamma; then - elog "" - elog "You might need to set:" - elog " seta r_altgamma \"1\"" - elog "in your ~/.q3a/q3ut4/q3config.cfg for altgamma to work." - fi - - if ! use altgamma; then - elog "" - elog "If you are using a modesetting graphics driver you might" - elog "consider setting USE=\"altgamma\"." - elog "For details take a look at:" - elog "https://bugs.freedesktop.org/show_bug.cgi?id=27222" - fi - if ! use client; then - elog "" - elog "You disabled client support. You won't be able to connect" - elog "to any servers and play. If you want to do so, enable" - elog "USE=\"client\"." - fi - fi -} - -pkg_postrm() { - use client && gnome2_icon_cache_update -} diff --git a/games-fps/urbanterror/urbanterror-4.3.2_p20171105.ebuild b/games-fps/urbanterror/urbanterror-4.3.2_p20171208.ebuild similarity index 98% rename from games-fps/urbanterror/urbanterror-4.3.2_p20171105.ebuild rename to games-fps/urbanterror/urbanterror-4.3.2_p20171208.ebuild index 4bcbbaa4605a..32cf683aeac4 100644 --- a/games-fps/urbanterror/urbanterror-4.3.2_p20171105.ebuild +++ b/games-fps/urbanterror/urbanterror-4.3.2_p20171208.ebuild @@ -7,12 +7,12 @@ inherit eapi7-ver flag-o-matic toolchain-funcs xdg-utils DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine" HOMEPAGE="http://urbanterror.info https://github.com/mickael9/ioq3" -if [[ ${PV} == "9999" ]]; then +if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/mickael9/ioq3.git" EGIT_BRANCH="urt" else - COMMIT_ID="59594a771796ae3b02e24a23807a808129931d1a" + COMMIT_ID="e3bc50248c9d6c319d4822ca23caa5d46fc118ab" SRC_URI="https://github.com/mickael9/ioq3/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/ioq3-${COMMIT_ID}" KEYWORDS="~amd64 ~x86" diff --git a/games-fps/ut2004-crossfire/Manifest b/games-fps/ut2004-crossfire/Manifest index ff7a3f0d583e..61ba8a3b46fd 100644 --- a/games-fps/ut2004-crossfire/Manifest +++ b/games-fps/ut2004-crossfire/Manifest @@ -1 +1 @@ -DIST TOCrossfire_beta_1.95_full.zip 1243833907 SHA256 67d9ec864d0ff2303edb003a6eeebf015143d61999640074c4bd5b205f216d3c SHA512 a02c8221f7687e4a2276f6da9f9fc480b0c8aaf3f98517134614079699a0ecda088e781d5d0251b7da8588493afa394acc5eed99f40034d3555feeef6e175bbe WHIRLPOOL 70a154ba253cb983bf0e4558c833abfcaca624124a2a1d7edff962f3fc3e9dceb09f66cfca54cbe72d287ae77ce7f493e88b71fe6dfcbba8f0b53232920697ef +DIST TOCrossfire_beta_1.95_full.zip 1243833907 BLAKE2B ec6ce5ecec8357ed0a3b90eb7c64b25f372a37224454840bb2f55f0080d0f722fa4cd436d3299f11670627e7da1c46ad92ea6459cdbe734ed7d075117403b9e0 SHA512 a02c8221f7687e4a2276f6da9f9fc480b0c8aaf3f98517134614079699a0ecda088e781d5d0251b7da8588493afa394acc5eed99f40034d3555feeef6e175bbe diff --git a/games-fps/ut2004-deathball/Manifest b/games-fps/ut2004-deathball/Manifest index 83dbfc77923a..0785c954bf39 100644 --- a/games-fps/ut2004-deathball/Manifest +++ b/games-fps/ut2004-deathball/Manifest @@ -1 +1 @@ -DIST deathball24w.zip 79276308 SHA256 564a7d93f0eec438f1f7f5da873805429e4a2827eb67a33f506e7313be763343 SHA512 b310c38dcc5889fc3f56861fe8d05e53c4b399b33e318614bfeb86b899051c8870b23bc39a82eda7eb7d469d7d2d32c361df922bcba18f01d03aa66239b133bc WHIRLPOOL f6d208f166a6ac47b25d09429a11fb3e79255fef313bda78018995c6999982e677e3de81e40e017f7571da51afc4e94b8bfd2d18cd57215de1bbefd2fc153682 +DIST deathball24w.zip 79276308 BLAKE2B 4e060e5f4f3dc8df7ee22b1c703531e5e1f97842aaf01fef9b87ef00895525f81cb1560cabdf5946fc8b7120c458557816857fba6e24f253da858133039d92b1 SHA512 b310c38dcc5889fc3f56861fe8d05e53c4b399b33e318614bfeb86b899051c8870b23bc39a82eda7eb7d469d7d2d32c361df922bcba18f01d03aa66239b133bc diff --git a/games-fps/xonotic/Manifest b/games-fps/xonotic/Manifest index a18db6cb7b8e..6f7576a7cb1f 100644 --- a/games-fps/xonotic/Manifest +++ b/games-fps/xonotic/Manifest @@ -1,2 +1,2 @@ -DIST xonotic-0.8.1.zip 984854761 SHA256 be8bcc41e2993a2f26d4d04c65a7eab810443bd98b11b45e482ffdbbf284c46f SHA512 adfce546257bdc7cfebe94f53eaa9cc9b19eaa546c6405e31ed6af080e3948732c960a024126202e5853cb98b955daadeeb5a96c602a6d4d83e284d3540214a4 WHIRLPOOL 4359263c98352a8b5d169147d9bfecb4258628f212d9a965f0d1577d0a8b2469648ae1ce21d8dc0ff622d20e126ea52e1464363f69fcf514991aefad71c1bee7 -DIST xonotic-0.8.2.zip 991045679 SHA256 a22f7230f486c5825b55cfdadd73399c9b0fae98c9e081dd8ac76eca08359ad5 SHA512 0787fcf326827ae0292e5917c7ff2c7fd79947209d4b62e7f83b8b828bec15b575da304e0631f9f163c9b0bd93bed13616e142398ff08cbdaaea890a939dfca5 WHIRLPOOL aff99ae1e995265c832747923afb5ee1048719d4410cc6b55ec773e51dc0920acffe627541209b5450f572e78ef7c74c8822ae2f6ebec2a8888f80dbfd34afba +DIST xonotic-0.8.1.zip 984854761 BLAKE2B 442e4660903552c65e0dbc552013ae237ab8d0d9278a04e6e1d83f7957e7306ea95f3c0e4c7523823191a4458825ba3813bbd92e43e77448a4b351f0e041edc4 SHA512 adfce546257bdc7cfebe94f53eaa9cc9b19eaa546c6405e31ed6af080e3948732c960a024126202e5853cb98b955daadeeb5a96c602a6d4d83e284d3540214a4 +DIST xonotic-0.8.2.zip 991045679 BLAKE2B 3005473da954492bb7387f9e0e13c2415e638877fa8b83e14872f3b04ed0fc21b82e18f51aa6c68e8bf02d09d4a73f290cbcaebdfa8c0a12ceb6582309baee8a SHA512 0787fcf326827ae0292e5917c7ff2c7fd79947209d4b62e7f83b8b828bec15b575da304e0631f9f163c9b0bd93bed13616e142398ff08cbdaaea890a939dfca5 diff --git a/games-rpg/Manifest.gz b/games-rpg/Manifest.gz index 7e1d077b06de..674c47f1695a 100644 Binary files a/games-rpg/Manifest.gz and b/games-rpg/Manifest.gz differ diff --git a/games-rpg/vendetta-online-bin/Manifest b/games-rpg/vendetta-online-bin/Manifest index c8f9f8439ee1..7274d79f185d 100644 --- a/games-rpg/vendetta-online-bin/Manifest +++ b/games-rpg/vendetta-online-bin/Manifest @@ -1,2 +1,2 @@ -DIST vendetta-online-bin-1.8.296-amd64.sh 235822235 SHA256 fcd0e96d1e48f49289ef00d3e8a9f05013389916012c0c8d5ace18af83b348ab SHA512 f57b8da6b2364df7ca78c0a8df66cadbc568927376548f95b49da5d641d49a155315583d4323599f59e982b0569b972311fa4717e11dab48e4da95ab235d05a4 WHIRLPOOL 320aaaae6cdcbe799036ead0c50cc97e808eda018d4d5475c01c89eb499cf7adfb3ef704b1ce2eb0a90ba39dfabdf500c6685bdf36b6051d4ae4122468fb3009 -DIST vendetta-online-bin-1.8.296-x86.sh 235890404 SHA256 93693050c1431b6cd7ad77972b0995b76696d2e4ef3fd17246fa09a4ae764c20 SHA512 909e4960fe85c7bc71cf1530cd8fd9fa096b28c9ba621e3c16e14d1264858939e859fad182e76301322eb45b7c451bd21d87a90274eefb9e71e1fd1eb1f498b0 WHIRLPOOL fc85dfbd059773b68201d5294a30cc1b6a05d7be43c7497c05d07d84be8b9b245da7e6d584541f8a47231fbf975b1c550399e3fa80457c9475700410aa4b1fb7 +DIST vendetta-online-bin-1.8.296-amd64.sh 235822235 BLAKE2B d5b3218a6928da2f6b0ad8e12d7dbf7052140bb194aceee948ab89d019b59d361c8ddc7eff6d97cf361a9b9b99a7f1b1b8af91339245201203b9aa6d3c4a60ee SHA512 f57b8da6b2364df7ca78c0a8df66cadbc568927376548f95b49da5d641d49a155315583d4323599f59e982b0569b972311fa4717e11dab48e4da95ab235d05a4 +DIST vendetta-online-bin-1.8.296-x86.sh 235890404 BLAKE2B cb59204f54a60a42639e542527a7b07019c4d9873bd7b4027abede84f6e2ca321449dabdacb082d7fd3fce343de1db5039d4da8f230ee52a2c0d64b5d5c41cc0 SHA512 909e4960fe85c7bc71cf1530cd8fd9fa096b28c9ba621e3c16e14d1264858939e859fad182e76301322eb45b7c451bd21d87a90274eefb9e71e1fd1eb1f498b0 diff --git a/games-server/Manifest.gz b/games-server/Manifest.gz index 07ac13b60bce..5ea62cdd18d1 100644 Binary files a/games-server/Manifest.gz and b/games-server/Manifest.gz differ diff --git a/games-server/ut2004-ded/Manifest b/games-server/ut2004-ded/Manifest index 5acd13b37620..564526719ea8 100644 --- a/games-server/ut2004-ded/Manifest +++ b/games-server/ut2004-ded/Manifest @@ -1,3 +1,3 @@ -DIST dedicatedserver3339-bonuspack.zip 914213907 SHA256 b8fc94fc843483b18c225e100736d10cb2690ba8666d6abbb274ea6ad718b18e SHA512 353161a7c811ac5c688c6438e3ecfad1aa37bcfd13a3e17f2a9deaf510eda9311a423524bd4635fcf972001cfe24c1a1b71a2bb6a060c37a24351f3bce0c7f26 WHIRLPOOL e9a046530d5e1bddd38f3e4f2e3f424c665fbca4a2c38ef0c36eaea621cbd18f9ae28434c2b266ad69f90306cfa047fb205cc8757c356d5e597964894d3a8410 +DIST dedicatedserver3339-bonuspack.zip 914213907 BLAKE2B 883253d9817b4ee7f9594bf611e9d440d7e90c8cd43d34b366cfb4e781d4ad78e2812a0aa4f5acaed4880b1bc47f0dffed6fbb0caf9cc53477c01bc92d891325 SHA512 353161a7c811ac5c688c6438e3ecfad1aa37bcfd13a3e17f2a9deaf510eda9311a423524bd4635fcf972001cfe24c1a1b71a2bb6a060c37a24351f3bce0c7f26 DIST ut2004-lnxpatch3369-2.tar.bz2 22465217 SHA256 438b9b13a367d46f23cce12b065382a55afa2fc68add1f1dd3db03b015f60bb3 SHA512 0d6f26d5a811efd64be8c304e928e03f546d9a8eaba6b074843e2b7e76e0670b39df95200a2fe2040d72bbd204c7157ed0115649a5c85396a76d9e0b7ec284b1 WHIRLPOOL 2e04124aa7eb4e2689b048aceeb8c085a5756bad4c0f084da764055ea7a403623107bc6bb29d00b9b93b45675f4475e145edb4e6a3faf208d9fe36f4a65c9e78 DIST ut2004-v3369-3-linux-dedicated.7z 5013927 SHA256 799f00deccb7ee1e3db3963deeb50a41b05a262e6f7363654c4f0438e06d7192 SHA512 3b2a7b64934a3647c02c9fec48565c5c2c35370d635b2af4059eb76587bfa13f46e6a4e14fdb0494ba7a4182497ed5963601986f4fcfa318e69a8a8a8c0178cf WHIRLPOOL ef459d7c053ac70be6313c65edaff095053cab840588d5762834b4402e299d8782401ebf1341ff61a150efed8420bf377b7a7ba10dbed6608d86791e2569e733 diff --git a/games-util/Manifest.gz b/games-util/Manifest.gz index 411ad3658c76..fba1cf8905d4 100644 Binary files a/games-util/Manifest.gz and b/games-util/Manifest.gz differ diff --git a/games-util/lutris/Manifest b/games-util/lutris/Manifest index d390e0b4246f..f4836fa54ddb 100644 --- a/games-util/lutris/Manifest +++ b/games-util/lutris/Manifest @@ -1,3 +1 @@ -DIST lutris-0.4.13.tar.gz 1028111 BLAKE2B 46abb83a5ed27c5f7d7bb8a6183e4b950c79cc811e6eade996789df4d81fb73d51d202bf3cc9ac46abc30d2a2b8291a001b4df1d0dd4912d7e6c30705fc65912 SHA512 006e4cc237a60bd925cee87046664f766686a15c692f7717e6fd25bee377880bd96f788309966e8e0dabdf2c938e0da0f8914c7e70554f216b8513aa41bc808a -DIST lutris_0.3.6.3.tar.gz 515606 BLAKE2B 5c23c26419b1fa0bb836aa90c5b9bec8fceff544ddefb314c5b4c5c060be278eccbb7f9c21b4a2190e5232d6abfa31e25b141e4a2d72f941385c94db6d6b9871 SHA512 548a3a79ffb1c378d923f404634acc3b5eb1055d087ff212cf8a35b7db56650bf616f3b7374ab9fdf996c8f10d80ab602d35d126ef3bb183b9ce55b36d270e97 -DIST lutris_0.3.8.tar.xz 658408 BLAKE2B 2a31206052a87873146609d229fb93b9a991ffb5f92f9d4f5b2a576b41d16815b5122168a5073ea44883d73223aa0fcc6dec46d9b909d594750d06300263f3e4 SHA512 165e9c045e82407dfd6dd35fa73a98b68d095119596b9f0e66867c92071d1178526ddf991fc6b05449446c9d7c1a573ffea564d93d440cebdaa788c61e57fcfe +DIST lutris-0.4.14.tar.gz 1617493 BLAKE2B c97d0e31657252c4ae5c6718151f028d273831cdb9f21b748ada651686cf3aa51a618a007db87528d84f21dca292509399f9bb1f0c0444c57e369b13b9ae79a0 SHA512 d229d7f79b3395db22ad49abc02ca5e08db9465258be33fcefe743c0a099e1ca507b6b9c28f03d2a6857489f7f2e19fca38803f6876df88a96b060ed5f7f94bc diff --git a/games-util/lutris/lutris-0.3.6.3.ebuild b/games-util/lutris/lutris-0.3.6.3.ebuild deleted file mode 100644 index 391ecd58bad0..000000000000 --- a/games-util/lutris/lutris-0.3.6.3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite,threads" - -inherit distutils-r1 gnome2-utils games - -DESCRIPTION="Gaming platform for GNU/Linux" -HOMEPAGE="http://lutris.net/" -SRC_URI="http://lutris.net/releases/${PN}_${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - gnome-base/gvfs[http] - x11-apps/xrandr - x11-apps/xgamma - x11-misc/xdg-utils" - -# INSTALL contains list of optional deps -DOCS=( AUTHORS README.rst INSTALL ) - -S=${WORKDIR}/${PN} - -python_install() { - distutils-r1_python_install --install-scripts="${GAMES_BINDIR}" -} - -src_prepare() { - distutils-r1_src_prepare -} - -src_compile() { - distutils-r1_src_compile -} - -src_install() { - distutils-r1_src_install - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist - gnome2_schemas_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update - gnome2_schemas_update - - elog "For a list of optional deps (runners), see" - elog "/usr/share/doc/${PF}/INSTALL" -} - -pkg_postrm() { - gnome2_icon_cache_update - gnome2_schemas_update -} diff --git a/games-util/lutris/lutris-0.3.8.ebuild b/games-util/lutris/lutris-0.3.8.ebuild deleted file mode 100644 index da95d81a19e0..000000000000 --- a/games-util/lutris/lutris-0.3.8.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite,threads" - -inherit distutils-r1 gnome2-utils games - -DESCRIPTION="Gaming platform for GNU/Linux" -HOMEPAGE="http://lutris.net/" -SRC_URI="http://lutris.net/releases/${PN}_${PV}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - gnome-base/gvfs[http] - x11-apps/xrandr - x11-apps/xgamma - x11-misc/xdg-utils" - -# INSTALL contains list of optional deps -DOCS=( AUTHORS README.rst INSTALL.rst ) - -S=${WORKDIR}/${PN} - -python_install() { - distutils-r1_python_install --install-scripts="${GAMES_BINDIR}" -} - -src_prepare() { - distutils-r1_src_prepare -} - -src_compile() { - distutils-r1_src_compile -} - -src_install() { - distutils-r1_src_install - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist - gnome2_schemas_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update - gnome2_schemas_update - - elog "For a list of optional deps (runners), see" - elog "/usr/share/doc/${PF}/INSTALL" -} - -pkg_postrm() { - gnome2_icon_cache_update - gnome2_schemas_update -} diff --git a/games-util/lutris/lutris-0.4.13.ebuild b/games-util/lutris/lutris-0.4.14.ebuild similarity index 100% rename from games-util/lutris/lutris-0.4.13.ebuild rename to games-util/lutris/lutris-0.4.14.ebuild diff --git a/licenses/Manifest.gz b/licenses/Manifest.gz index df7d0bb73e54..74728335f5e6 100644 Binary files a/licenses/Manifest.gz and b/licenses/Manifest.gz differ diff --git a/licenses/oracle-java-documentation-7 b/licenses/oracle-java-documentation-7 deleted file mode 100644 index d8297140409c..000000000000 --- a/licenses/oracle-java-documentation-7 +++ /dev/null @@ -1,95 +0,0 @@ -ORACLE AMERICA, INC. ("ORACLE") IS WILLING TO LICENSE THIS SPECIFICATION -TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS AGREEMENT. PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THE AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THIS PAGE. - - -Specification: JSR-336 Java(tm) SE 7 Release Contents ("Specification") - - -Version: 7 - - -Status: Final Release - - -Release: July 2011 - - -Copyright 2011 Oracle America, Inc. and/or its affiliates. All rights reserved. - -500 Oracle Parkway M/S 5op7, California 94065, U.S.A - - -LIMITED LICENSE GRANTS - - -1. License for Evaluation Purposes. Oracle hereby grants you a fully-paid, non-exclusive, non-transferable, worldwide, limited license (without the right to sublicense), under Oracle's applicable intellectual property rights to view, download, use and reproduce the Specification only for the purpose of internal evaluation. This includes (i) developing applications intended to run on an implementation of the Specification, provided that such applications do not themselves implement any portion(s) of the Specification, and (ii) discussing the Specification with any third party; and (iii) excerpting brief portions of the Specification in oral or written communications which discuss the Specification provided that such excerpts do not in the aggregate constitute a significant portion of the Specification. - - -2. License for the Distribution of Compliant Implementations. Oracle also grants you a perpetual, non-exclusive, non-transferable, worldwide, fully paid-up, royalty free, limited license (without the right to sublicense) under any applicable copyrights or, subject to the provisions of subsection 4 below, patent rights it may have covering the Specification to create and/or distribute an Independent Implementation of the Specification that: (a) fully implements the Specification including all its required interfaces and functionality; (b) does not modify, subset, superset or otherwise extend the Licensor Name Space, or include any public or protected packages, classes, Java interfaces, fields or methods within the Licensor Name Space other than those required/authorized by the Specification or Specifications being implemented; and (c) passes the Technology Compatibility Kit (including satisfying the requirements of the applicable TCK Users Guide) for such Specification ("Compliant Implementation"). In addition, the foregoing license is expressly conditioned on your not acting outside its scope. -No license is granted hereunder for any other purpose (including, for example, modifying the Specification, other than to the extent of your fair use rights, or distributing the Specification to third parties). Also, no right, title, or interest in or to any trademarks, service marks, or trade names of Oracle or Oracle's licensors is granted hereunder. Java, and Java-related logos, marks and names are trademarks or registered trademarks of Oracle in the U.S. and other countries. - - -3. Pass-through Conditions. You need not include limitations (a)-(c) from the previous paragraph or any other particular "pass through" requirements in any license You grant concerning the use of your Independent Implementation or products derived from it. However, except with respect to Independent Implementations (and products derived from them) that satisfy limitations (a)-(c) from the previous paragraph, You may neither: (a) grant or otherwise pass through to your licensees any licenses under Oracle's applicable intellectual property rights; nor (b) authorize your licensees to make any claims concerning their implementation's compliance with the Specification in question. - - -4. Reciprocity Concerning Patent Licenses. - - -a. With respect to any patent claims covered by the license granted under subparagraph 2 above that would be infringed by all technically feasible implementations of the Specification, such license is conditioned upon your offering on fair, reasonable and non-discriminatory terms, to any party seeking it from You, a perpetual, non-exclusive, non-transferable, worldwide license under Your patent rights which are or would be infringed by all technically feasible implementations of the Specification to develop, distribute and use a Compliant Implementation. - - -b With respect to any patent claims owned by Oracle and covered by the license granted under subparagraph 2, whether or not their infringement can be avoided in a technically feasible manner when implementing the Specification, such license shall terminate with respect to such claims if You initiate a claim against Oracle that it has, in the course of performing its responsibilities as the Specification Lead, induced any other entity to infringe Your patent rights. - - -c Also with respect to any patent claims owned by Oracle and covered by the license granted under subparagraph 2 above, where the infringement of such claims can be avoided in a technically feasible manner when implementing the Specification such license, with respect to such claims, shall terminate if You initiate a claim against Oracle that its making, having made, using, offering to sell, selling or importing a Compliant Implementation infringes Your patent rights. - - -5. Definitions. For the purposes of this Agreement: "Independent -Implementation" shall mean an implementation of the Specification that neither derives from any of Oracle's source code or binary code materials nor, except with an appropriate and separate license from Oracle, includes any of Oracle's source code or binary code materials; "Licensor Name Space" shall mean the public class or interface declarations whose names begin with "java", "javax", "com.sun" or their equivalents in any subsequent naming convention adopted by Oracle through the Java Community Process, or any recognized successors or replacements thereof; and "Technology Compatibility Kit" or "TCK" shall mean the test suite and accompanying TCK User's Guide provided by Oracle which corresponds to the Specification and that was available either (i) from Oracle 120 days before the first release of Your Independent Implementation that allows its use for commercial purposes, or (ii) more recently than 120 days from such release but against which You elect to test Your implementation of the Specification. - - -This Agreement will terminate immediately without notice from Oracle if you breach the Agreement or act outside the scope of the licenses granted above. - - -DISCLAIMER OF WARRANTIES - - -THE SPECIFICATION IS PROVIDED "AS IS". ORACLE MAKES NO REPRESENTATIONS OR -WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT (INCLUDING AS A CONSEQUENCE OF ANY PRACTICE OR IMPLEMENTATION OF THE SPECIFICATION), OR THAT THE CONTENTS OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE. This document does not represent any commitment to release or implement any portion of the Specification in any product. In addition, the Specification could include technical inaccuracies or typographical errors. - - -LIMITATION OF LIABILITY - - -TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL ORACLE OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION, LOST REVENUE, PROFITS OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF OR RELATED IN ANY WAY TO YOUR HAVING, IMPLEMENTING OR OTHERWISE USING THE SPECIFICATION, EVEN IF ORACLE AND/OR ITS LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -You will indemnify, hold harmless, and defend Oracle and its licensors from any claims arising or resulting from: (i) your use of the Specification; (ii) the use or distribution of your Java application, applet and/or implementation; and/or (iii) any claims that later versions or releases of any Specification furnished to you are incompatible with the Specification provided to you under this license. - - -RESTRICTED RIGHTS LEGEND - - -U.S. Government: If this Specification is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), then the Government's rights in the Software and accompanying documentation shall be only as set forth in this license; this is in accordance with 48 C.F.R. 227.7201 through 227.7202-4 (for Department of Defense (DoD) acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DoD acquisitions). - - -REPORT - - -If you provide Oracle with any comments or suggestions concerning the Specification ("Feedback"), you hereby: (i) agree that such Feedback is provided on a non-proprietary and non-confidential basis, and (ii) grant Oracle a perpetual, non-exclusive, worldwide, fully paid-up, irrevocable license, with the right to sublicense through multiple levels of sublicensees, to incorporate, disclose, and use without limitation the Feedback for any purpose. - - -GENERAL TERMS - - -Any action related to this Agreement will be governed by California law and controlling U.S. federal law. The U.N. Convention for the International Sale of Goods and the choice of law rules of any jurisdiction will not apply. - - -The Specification is subject to U.S. export control laws and may be subject to export or import regulations in other countries. Licensee agrees to comply strictly with all such laws and regulations and acknowledges that it has the responsibility to obtain such licenses to export, re-export or import as may be required after delivery to Licensee. - - -This Agreement is the parties' entire agreement relating to its subject matter. It supersedes all prior or contemporaneous oral or written communications, proposals, conditions, representations and warranties and prevails over any conflicting or additional terms of any quote, order, acknowledgment, or other communication between the parties relating to its subject matter during the term of this Agreement. No modification to this Agreement will be binding, unless in writing and signed by an authorized representative of each party. - - -Rev. November 11, 2010 - -Oracle/Final/Full diff --git a/licenses/oracle-java-documentation-9 b/licenses/oracle-java-documentation-9 new file mode 100644 index 000000000000..ae342071a46c --- /dev/null +++ b/licenses/oracle-java-documentation-9 @@ -0,0 +1,65 @@ +ORACLE AMERICA, INC. IS WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS LICENSE AGREEMENT ("AGREEMENT"). PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY THEM, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THIS PAGE AND THE DOWNLOADING PROCESS WILL NOT CONTINUE. + +Specification: JSR-376 Java Platform Module System ("Specification") Version: 9 + +Status: Final Release + +Release: September 2017 + +Copyright 2017 Oracle America, Inc. +500 Oracle Parkway, Redwood City, California 94065, U.S.A. +All rights reserved. + +NOTICE +The Specification is protected by copyright and the information described therein may be protected by one or more U.S. patents, foreign patents, or pending applications. Except as provided under the following license, no part of the Specification may be reproduced in any form by any means without the prior written authorization of Oracle America, Inc. ("Oracle") and its licensors, if any. Any use of the Specification and the information described therein will be governed by the terms and conditions of this Agreement. + +Subject to the terms and conditions of this license, including your compliance with Paragraphs 1 and 2 below, Oracle hereby grants you a fully-paid, non-exclusive, non-transferable, limited license (without the right to sublicense) under Oracle's intellectual property rights to: + +1.Review the Specification for the purposes of evaluation. This includes: (i) developing implementations of the Specification for your internal, non-commercial use; (ii) discussing the Specification with any third party; and (iii) excerpting brief portions of the Specification in oral or written communications which discuss the Specification provided that such excerpts do not in the aggregate constitute a significant portion of the Technology. + +2.Distribute implementations of the Specification to third parties for their testing and evaluation use, provided that any such implementation: +(i) does not modify, subset, superset or otherwise extend the Licensor Name Space, or include any public or protected packages, classes, Java interfaces, fields or methods within the Licensor Name Space other than those required/authorized by the Specification or Specifications being implemented; +(ii) is clearly and prominently marked with the word "UNTESTED" or "EARLY ACCESS" or "INCOMPATIBLE" or "UNSTABLE" or "BETA" in any list of available builds and in proximity to every link initiating its download, where the list or link is under Licensee's control; and +(iii) includes the following notice: +"This is an implementation of an early-draft specification developed under the Java Community Process (JCP) and is made available for testing and evaluation purposes only. The code is not compatible with any specification of the JCP." + +The grant set forth above concerning your distribution of implementations of the specification is contingent upon your agreement to terminate development and distribution of your "early draft" implementation as soon as feasible following final completion of the specification. If you fail to do so, the foregoing grant shall be considered null and void. + +No provision of this Agreement shall be understood to restrict your ability to make and distribute to third parties applications written to the Specification. +Other than this limited license, you acquire no right, title or interest in or to the Specification or any other Oracle intellectual property, and the Specification may only be used in accordance with the license terms set forth herein. This license will expire on the earlier of: (a) two (2) years from the date of Release listed above; (b) the date on which the final version of the Specification is publicly released; or (c) the date on which the Java Specification Request (JSR) to which the Specification corresponds is withdrawn. In addition, this license will terminate immediately without notice from Oracle if you fail to comply with any provision of this license. Upon termination, you must cease use of or destroy the Specification. + +"Licensor Name Space" means the public class or interface declarations whose names begin with "java", "javax", "com.oracle" or their equivalents in any subsequent naming convention adopted by Oracle through the Java Community Process, or any recognized successors or replacements thereof +TRADEMARKS + +No right, title, or interest in or to any trademarks, service marks, or trade names of Oracle or Oracle's licensors is granted here under. Oracle, the Oracle logo, and Java are trademarks or registered trademarks of Oracle America, Inc. in the U.S. and other countries. + +DISCLAIMER OF WARRANTIES + +THE SPECIFICATION IS PROVIDED "AS IS" AND IS EXPERIMENTAL AND MAY CONTAIN DEFECTS OR DEFICIENCIES WHICH CANNOT OR WILL NOT BE CORRECTED BY ORACLE. ORACLE MAKES NO REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT THAT THE CONTENTS OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE OR THAT ANY PRACTICE OR IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADE SECRETS OR OTHER RIGHTS. + +This document does not represent any commitment to release or implement any portion of the Specification in any product. + +THE SPECIFICATION COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION THEREIN; THESE CHANGES WILL BE INCORPORATED INTO NEW VERSIONS OF THE SPECIFICATION, IF ANY. ORACLE MAY MAKE IMPROVEMENTS AND/OR CHANGES TO THE PRODUCT(S) AND/OR THE PROGRAM(S) DESCRIBED IN THE SPECIFICATION AT ANY TIME. Any use of such changes in the Specification will be governed by the then-current license for the applicable version of the Specification. + +LIMITATION OF LIABILITY + +TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL ORACLE OR ITS LICENSORS BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION, LOST REVENUE, PROFITS OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF OR RELATED TO ANY FURNISHING, PRACTICING, + +MODIFYING OR ANY USE OF THE SPECIFICATION, EVEN IF ORACLE AND/OR ITS LICENSORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +You will hold Oracle (and its licensors) harmless from any claims based on your use of the Specification for any purposes other than the limited right of evaluation as described above, and from any claims that later versions or releases of any Specification furnished to you are incompatible with the Specification provided to you under this license. + + +RESTRICTED RIGHTS LEGEND + +If this Software is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), then the Government's rights in the Software and accompanying documentation shall be only as set forth in this license; this is in accordance with 48 C.F.R. 227.7201 through 227.7202-4 (for Department of Defense (DoD) acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DoD acquisitions). +REPORT + +You may wish to report any ambiguities, inconsistencies or inaccuracies you may find in connection with your evaluation of the Specification ("Feedback"). To the extent that you provide Oracle with any Feedback, you hereby: (i) agree that such Feedback is provided on a non-proprietary and non- confidential basis, and (ii) grant Oracle a perpetual, non-exclusive, worldwide, fully paid-up, irrevocable license, with the right to sublicense through multiple levels of sublicensees, to incorporate, disclose, and use without limitation the Feedback for any purpose related to the Specification and future versions, implementations, and test suites thereof. + +GENERAL TERMS +Any action related to this Agreement will be governed by California law and controlling U.S. federal law. The U.N. Convention for the International Sale of Goods and the choice of law rules of any jurisdiction will not apply. + +The Specification is subject to U.S. export control laws and may be subject to export or import regulations in other countries. Licensee agrees to comply strictly with all such laws and regulations and acknowledges that it has the responsibility to obtain such licenses to export, re-export or import as may be required after delivery to Licensee. + +This Agreement is the parties' entire agreement relating to its subject matter. It supersedes all prior or contemporaneous oral or written communications, proposals, conditions, representations and warranties and prevails over any conflicting or additional terms of any quote, order, acknowledgment, or other communication between the parties relating to its subject matter during the term of this Agreement. No modification to this Agreement will be binding, unless in writing and signed by an authorized representative of each party. diff --git a/lxqt-base/Manifest.gz b/lxqt-base/Manifest.gz index 6565f2256b06..a5818f0ee692 100644 Binary files a/lxqt-base/Manifest.gz and b/lxqt-base/Manifest.gz differ diff --git a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild index 68c0e3be6ffc..29f055382896 100644 --- a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild +++ b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1+" diff --git a/lxqt-base/libsysstat/libsysstat-0.3.2.ebuild b/lxqt-base/libsysstat/libsysstat-0.3.2.ebuild index c61b104e61ef..28b1e71a66c0 100644 --- a/lxqt-base/libsysstat/libsysstat-0.3.2.ebuild +++ b/lxqt-base/libsysstat/libsysstat-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" diff --git a/lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild index 42496cf0489d..a7670b9fe78d 100644 --- a/lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild +++ b/lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" diff --git a/lxqt-base/lxqt-admin/lxqt-admin-0.11.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-0.11.0.ebuild index 265ab1dcb816..d6ccc7f730e8 100644 --- a/lxqt-base/lxqt-admin/lxqt-admin-0.11.0.ebuild +++ b/lxqt-base/lxqt-admin/lxqt-admin-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" diff --git a/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild index 2c98406c00d9..61754ea1ec55 100644 --- a/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild +++ b/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" diff --git a/lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild index 268a49e56e40..3fe2085f95f5 100644 --- a/lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1+" diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild index 287cc596f46c..28bc7df0c729 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1+" diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild index 1b508d4b9e6d..a57aaa0c7874 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ HOMEPAGE="http://lxqt.org/" LICENSE="metapackage" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+about admin +filemanager +icons lightdm lximage minimal +oxygen +policykit powermanagement sddm ssh-askpass sudo" REQUIRED_USE="oxygen? ( icons )" diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild index ba2dedc5efa7..2740832f1569 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1+" diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild index c893643e5030..0d0fa8574bba 100644 --- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild +++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" diff --git a/lxqt-base/lxqt-panel/files/lxqt-panel-0.11.0-fix-undef-explicit.patch b/lxqt-base/lxqt-panel/files/lxqt-panel-0.11.0-fix-undef-explicit.patch new file mode 100644 index 000000000000..c6349c25cba0 --- /dev/null +++ b/lxqt-base/lxqt-panel/files/lxqt-panel-0.11.0-fix-undef-explicit.patch @@ -0,0 +1,32 @@ +From ec62109e0fa678875a9b10fc6f1975267432712d Mon Sep 17 00:00:00 2001 +From: Palo Kisa +Date: Mon, 30 Jan 2017 12:21:10 +0100 +Subject: [PATCH] plugin-kbindicator: Undef the "explicit" workaround + +..after include and add explanation of the workaround. + +closes lxde/lxqt#1251 +--- + plugin-kbindicator/src/x11/kbdlayout.cpp | 7 +++++++ + 1 file changed, 7 insertions(+) + +diff --git a/plugin-kbindicator/src/x11/kbdlayout.cpp b/plugin-kbindicator/src/x11/kbdlayout.cpp +index c4aa4e27..883df074 100644 +--- a/plugin-kbindicator/src/x11/kbdlayout.cpp ++++ b/plugin-kbindicator/src/x11/kbdlayout.cpp +@@ -33,8 +33,15 @@ + + #include + #include ++ ++// Note: We need to override "explicit" as this is a C++ keyword. But it is ++// used as variable name in xkb.h. This is causing a failure in C++ compile ++// time. ++// Similar bug here: https://bugs.freedesktop.org/show_bug.cgi?id=74080 + #define explicit _explicit + #include ++#undef explicit ++ + #include "../kbdinfo.h" + #include "../controls.h" + diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild index adcf675304e6..44c8aede1399 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" @@ -55,6 +55,10 @@ RDEPEND="${CDEPEND} dev-qt/qtsvg:5 >=lxde-base/lxmenu-data-0.1.2" +PATCHES=( + "${FILESDIR}"/${P}-fix-undef-explicit.patch +) + src_configure() { local mycmakeargs i y mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild index 81201d0cb42f..a3799573284f 100644 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1+" diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild index 09aa8b71a5b2..6bf480e9806f 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild index 13292f49909b..ab832aa26183 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild index 16c5039bdf54..7cb7ddc5eb82 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1+" diff --git a/lxqt-base/lxqt-session/lxqt-session-0.11.0.ebuild b/lxqt-base/lxqt-session/lxqt-session-0.11.0.ebuild index c931c180ce44..d363ebd4d24c 100644 --- a/lxqt-base/lxqt-session/lxqt-session-0.11.0.ebuild +++ b/lxqt-base/lxqt-session/lxqt-session-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1+" diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild index f7564ffcece4..b709bb82dc0e 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" diff --git a/mail-client/Manifest.gz b/mail-client/Manifest.gz index 430af6d36a6e..7bca33c160d2 100644 Binary files a/mail-client/Manifest.gz and b/mail-client/Manifest.gz differ diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest index a1810f174fba..9c9fbf201fe9 100644 --- a/mail-client/thunderbird/Manifest +++ b/mail-client/thunderbird/Manifest @@ -2,6 +2,7 @@ DIST firefox-45.0-patches-12.tar.xz 22040 BLAKE2B d2d82ad6255b1a7d1d56e3a3e5c5c8 DIST firefox-52.2-patches-01.tar.xz 10400 BLAKE2B 2a32dc77a2b91649ee3602556acbd1fbfafc4105b6b7d29f56c0d7eb9b0da3e3160229b290448517d8bd8fb568b172916214f56d3932a35b32ddfcb01d398b7f SHA512 85cc57e27c46c3243deedcc21d248babbd9ac6c144332ac70dd6e00161fb46584d090683bc1e066c0e9136d6ede5a4e30ccb68d83cad448f6b0d8223c726dafc DIST firefox-52.2-patches-03.tar.xz 13148 BLAKE2B b43fda5b8455f49f042bc2e0d5417d6c17c196db226c2d563cc7b0813e800eaaed1eeb5759166a861ac9dc48c59909717d7e848853aa51c96219c06a32597779 SHA512 420dbeded3ff2f81250554416115a674ece1847db4449af9d09fa3ea5861037da9bd8525ce5bceede2abab1b58e06485e95417644c0ba8332eb076fbfed7cecd DIST firefox-52.4-patches-02.tar.xz 14412 BLAKE2B 9c15aa293dfc36efe1236d9b5736012a3efd0480f0d8eb243687b50245ccdb6e0ed13e564271569211eb767bd01ba3c7688c350005ce862403335dcc2e87bca7 SHA512 6befeaefc118bc161ad05eed619142814e5cf31aaeede3fb5618b1f5ace887e9e1fa6914320b513404380a426cfb0f45107435f92b2d7e95d95cd7c44e03ad96 +DIST firefox-52.5-patches-01.tar.xz 15660 BLAKE2B a6d217057e3ebf8b06ecbee03d88f9154a1336475e6ea9fe3659f5a798c2b4e217edd63d8cdda6602431df5858020a620be22a60e63c2f4033f005abd19e8326 SHA512 8cc8bf42dbb916d820b22a59cba2ecc89922b791a18184eaf380657ab44836832038420b00de6d662c5ab046d80854ca6226635c7dcdc3be0e5db7030ecfe757 DIST gdata-provider-2.6-r1.tar.xz 83836 BLAKE2B 774458132c914cd0165387f2d8c1ebaa228ba4f11b0d52328a5e1f836cc59200aabf6c1002622962073a78cf35330569f8a473cde46d8aa7b3a241b5a460b5fa SHA512 e5fcf60c221590d1d904ce8c6a74da7208b118c2872a26267f4ee6d3e68eea466d44b979b7259a012a21e48eb5b470d52cc9e58584226fe04ce88ff698da495b DIST gdata-provider-3.3.tar.xz 85628 BLAKE2B 2ccde620b181a2d8678f50d7107373886f3b2e7d1d1e8861c4e42602cedb02108d28e0bf5e5cd9e31474356b70cb99baa7870e20436bc72e25cd8a8fc1353d14 SHA512 ae0c0e6fd42d6e7088256ca8a4be5b0bac84b2f331b51afdc982354caef60b6ba631d4f76bfba7523000b49235c8f8c63704d90acf24b34b14696b709be9342b DIST lightning-4.7.8.tar.xz 1951252 BLAKE2B df8900cacfe660ad17454836893e7199b8590d47ef093699afd135e0a39201cb43dda8d581a36b5375a29c43bb55dd7cb9479dcaf02f52ee8f4a454fe3d426a0 SHA512 37decaf4010e48cf242e76c5d73caf96f7b1e34c67fd465fb8b33055a6986d5fa7b1557862526224ab4ac421df3441e974d297ec4a9454dd63a039683ec46fe6 diff --git a/mail-client/thunderbird/thunderbird-52.5.0.ebuild b/mail-client/thunderbird/thunderbird-52.5.0.ebuild index 5ad2af355aec..b6e6200a2026 100644 --- a/mail-client/thunderbird/thunderbird-52.5.0.ebuild +++ b/mail-client/thunderbird/thunderbird-52.5.0.ebuild @@ -17,7 +17,7 @@ uk vi zh-CN zh-TW ) MOZ_PV="${PV/_beta/b}" # Patches -PATCHFF="firefox-52.4-patches-02" +PATCHFF="firefox-52.5-patches-01" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" diff --git a/media-gfx/Manifest.gz b/media-gfx/Manifest.gz index 2876a8af87ea..a00a229724c6 100644 Binary files a/media-gfx/Manifest.gz and b/media-gfx/Manifest.gz differ diff --git a/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild index 926f7238ceab..42d9eb9331c2 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="GPL-2+ LGPL-2.1+" diff --git a/media-gfx/optipng/optipng-0.7.6-r2.ebuild b/media-gfx/optipng/optipng-0.7.6-r2.ebuild index 99ddf591dd84..9f492846ab94 100644 --- a/media-gfx/optipng/optipng-0.7.6-r2.ebuild +++ b/media-gfx/optipng/optipng-0.7.6-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="sys-libs/zlib diff --git a/media-libs/Manifest.gz b/media-libs/Manifest.gz index fd539bee8658..a0e85f9c93c3 100644 Binary files a/media-libs/Manifest.gz and b/media-libs/Manifest.gz differ diff --git a/media-libs/harfbuzz/harfbuzz-1.7.2.ebuild b/media-libs/harfbuzz/harfbuzz-1.7.2.ebuild index da388e5fba70..ab982d2d5c5d 100644 --- a/media-libs/harfbuzz/harfbuzz-1.7.2.ebuild +++ b/media-libs/harfbuzz/harfbuzz-1.7.2.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz" LICENSE="Old-MIT ISC icu" SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416 [[ ${PV} == 9999 ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" IUSE="+cairo debug fontconfig +glib +graphite icu +introspection static-libs test +truetype" REQUIRED_USE="introspection? ( glib )" diff --git a/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild b/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild index 0fbeb31e7019..c9932b271a3b 100644 --- a/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild +++ b/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz" LICENSE="BSD" SLOT="0/12" # based on SONAME -KEYWORDS="~amd64 -arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="~amd64 -arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" IUSE="static-libs" DEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]" diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest index e37a7345f309..64ff7f68785a 100644 --- a/media-libs/mesa/Manifest +++ b/media-libs/mesa/Manifest @@ -1,4 +1,3 @@ -DIST mesa-17.0.6.tar.xz 9494872 BLAKE2B 1e83b0d40bb911c26880f25b281ba6e065dbf47555812c53e7d6fbccbc36a11a80531b8887eef6fbcb58e91d1eb5425151fdc03588d4ea36c2f268e5a6fcb604 SHA512 537d28aa694c2d48811d2467e33b3adc841067d5f1cdb7e0809ba100f71869090285bbb246e57e5f0177401a539b44cc32b1ccfcb32a1855c14b011b92d32eaf DIST mesa-17.1.10.tar.xz 9872168 BLAKE2B 205ece7b016fcc1de5bb72711775cd8f4b90f5d6c26db77d1576752fcd4a99a36cbcd902bb6ad1041d476d1c3b32479baceb4087c902ce598ede3d57851c6b9d SHA512 728dbd41f5d3a7a1c33fc18c08a8b8eb1f6d236c5f00781209f46b144dd66a27ecd723ab1635868b7ad77de3a18ad53f1a88c932f17c0be97605a2775e3b3a9b DIST mesa-17.2.6.tar.xz 10387604 BLAKE2B 43bd60f9e61bb04e3a2afe4bc6e18099a524cdec3c7948d9ccfffa5bfe50eb3e0625ba6da7bb3b32959ef4a5e3db982daf2f90d3ee555cf65084d70849b3ca12 SHA512 739645d963da2ff79fa0f2bfcc4948516c4f0a768f9d21f98eff049edc88218847afd3786003ccf7b10deec585f4f1d7f70fcc5e5f6e33186ebbb86cd8cb0202 -DIST mesa-17.3.0-rc5.tar.xz 10663464 BLAKE2B 0706e3175358f43ce70707e9f18c22df60c387d1260c4dfae13a55f9278a266d9885483c6e794d913c8ad5f4b9dd3d852f309e0ef3f042b9ae62b371d9dfba84 SHA512 b53e40f39850067e97dcf9d1eb10d1f5d3a8729933057bacf3648b86ef55c43d7b2f2f5444ae8c6f1b8677c2c3fd12f7484ee08139bd388dc4cebd8dbaf28c83 +DIST mesa-17.3.0.tar.xz 10667896 BLAKE2B 4786f1ac3fa2d2f07895c829f2c0770861d64f606d72635eb206cb9f0a1e84c061950fbf33b2c7b27055399da43d705ed9abd5d8f46c7bb3e3d9a6497f4bd71d SHA512 b0a616ce9a534a19c42eb0a626a178c6a7171aae1989351ea7c2a9e775a7478758b805dbfb754056720b1ef0454c3d3beb64aa59543be27f249ce97efae8e47e diff --git a/media-libs/mesa/mesa-17.0.6.ebuild b/media-libs/mesa/mesa-17.0.6.ebuild deleted file mode 100644 index 3b5142a6ccf8..000000000000 --- a/media-libs/mesa/mesa-17.0.6.ebuild +++ /dev/null @@ -1,513 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git" - -if [[ ${PV} = 9999 ]]; then - GIT_ECLASS="git-r3" - EXPERIMENTAL="true" -fi - -PYTHON_COMPAT=( python2_7 ) - -inherit autotools llvm multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS} - -OPENGL_DIR="xorg-x11" - -MY_P="${P/_/-}" - -DESCRIPTION="OpenGL-like graphic library for Linux" -HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" - -if [[ $PV == 9999 ]]; then - SRC_URI="" -else - SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz" - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" -fi - -LICENSE="MIT" -SLOT="0" -RESTRICT="!bindist? ( bindist )" - -INTEL_CARDS="i915 i965 intel" -RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi" -VIDEO_CARDS="${INTEL_CARDS} ${RADEON_CARDS} freedreno imx nouveau vc4 vivante vmware" -for card in ${VIDEO_CARDS}; do - IUSE_VIDEO_CARDS+=" video_cards_${card}" -done - -IUSE="${IUSE_VIDEO_CARDS} - bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm - +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind vdpau - vulkan wayland xvmc xa" - -REQUIRED_USE=" - d3d9? ( dri3 gallium ) - llvm? ( gallium ) - opencl? ( gallium llvm ) - openmax? ( gallium ) - gles1? ( egl ) - gles2? ( egl ) - vaapi? ( gallium ) - vdpau? ( gallium ) - vulkan? ( || ( video_cards_i965 video_cards_radeonsi ) - video_cards_radeonsi? ( llvm ) ) - wayland? ( egl gbm ) - xa? ( gallium ) - video_cards_freedreno? ( gallium ) - video_cards_intel? ( classic ) - video_cards_i915? ( || ( classic gallium ) ) - video_cards_i965? ( classic ) - video_cards_imx? ( gallium ) - video_cards_nouveau? ( || ( classic gallium ) ) - video_cards_radeon? ( || ( classic gallium ) - gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) - video_cards_r100? ( classic ) - video_cards_r200? ( classic ) - video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) - video_cards_r600? ( gallium ) - video_cards_radeonsi? ( gallium llvm ) - video_cards_vivante? ( gallium gbm ) - video_cards_vmware? ( gallium ) -" - -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.74" -# keep correct libdrm and dri2proto dep -# keep blocks in rdepend for binpkg -RDEPEND=" - !=app-eselect/eselect-opengl-1.3.0 - >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] - >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}] - >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}] - >=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}] - >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] - >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}] - x11-libs/libXfixes:=[${MULTILIB_USEDEP}] - llvm? ( - video_cards_radeonsi? ( - virtual/libelf:0=[${MULTILIB_USEDEP}] - vulkan? ( - || ( - sys-devel/llvm:4[${MULTILIB_USEDEP}] - >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}] ) ) - ) - video_cards_r600? ( - virtual/libelf:0=[${MULTILIB_USEDEP}] - ) - video_cards_radeon? ( - virtual/libelf:0=[${MULTILIB_USEDEP}] - ) - || ( - sys-devel/llvm:4[${MULTILIB_USEDEP}] - >=sys-devel/llvm-3.6.0:0[${MULTILIB_USEDEP}] - ) - =media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] ) - vaapi? ( - >=x11-libs/libva-1.6.0:=[${MULTILIB_USEDEP}] - video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) - ) - vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) - wayland? ( >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}] ) - xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) - ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}] -" -for card in ${INTEL_CARDS}; do - RDEPEND="${RDEPEND} - video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_intel] ) - " -done - -for card in ${RADEON_CARDS}; do - RDEPEND="${RDEPEND} - video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] ) - " -done -RDEPEND="${RDEPEND} - video_cards_radeonsi? ( ${LIBDRM_DEPSTRING}[video_cards_amdgpu] ) -" - -# FIXME: kill the sys-devel/llvm[video_cards_radeon] compat once -# LLVM < 3.9 is out of the game -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - llvm? ( - video_cards_radeonsi? ( || ( - sys-devel/llvm[llvm_targets_AMDGPU] - sys-devel/llvm[video_cards_radeon] - ) ) - ) - opencl? ( - || ( - sys-devel/llvm:4[${MULTILIB_USEDEP}] - >=sys-devel/llvm-3.6.0:0[${MULTILIB_USEDEP}] - ) - || ( - sys-devel/clang:4[${MULTILIB_USEDEP}] - >=sys-devel/clang-3.6.0:0[${MULTILIB_USEDEP}] - ) - >=sys-devel/gcc-4.6 - ) - sys-devel/gettext - virtual/pkgconfig - valgrind? ( dev-util/valgrind ) - >=x11-proto/dri2proto-2.8-r1:=[${MULTILIB_USEDEP}] - dri3? ( - >=x11-proto/dri3proto-1.0:=[${MULTILIB_USEDEP}] - >=x11-proto/presentproto-1.0:=[${MULTILIB_USEDEP}] - ) - >=x11-proto/glproto-1.4.17-r1:=[${MULTILIB_USEDEP}] - >=x11-proto/xextproto-7.2.1-r1:=[${MULTILIB_USEDEP}] - >=x11-proto/xf86driproto-2.1.1-r1:=[${MULTILIB_USEDEP}] - >=x11-proto/xf86vidmodeproto-2.3.1-r1:=[${MULTILIB_USEDEP}] -" -[[ ${PV} == 9999 ]] && DEPEND+=" - sys-devel/bison - sys-devel/flex - $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]") -" - -S="${WORKDIR}/${MY_P}" -EGIT_CHECKOUT_DIR=${S} - -QA_WX_LOAD=" -x86? ( - !pic? ( - usr/lib*/libglapi.so.0.0.0 - usr/lib*/libGLESv1_CM.so.1.1.0 - usr/lib*/libGLESv2.so.2.0.0 - usr/lib*/libGL.so.1.2.0 - usr/lib*/libOSMesa.so.8.0.0 - ) -)" - -pkg_setup() { - # warning message for bug 459306 - if use llvm && has_version sys-devel/llvm[!debug=]; then - ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" - ewarn "detected! This can cause problems. For details, see bug 459306." - fi - - if use llvm || use opencl; then - LLVM_MAX_SLOT=4 llvm_pkg_setup - fi - python-any-r1_pkg_setup -} - -src_prepare() { - [[ ${PV} == 9999 ]] && eautoreconf - - eapply_user -} - -multilib_src_configure() { - local myconf - - if use classic; then - # Configurable DRI drivers - driver_enable swrast - - # Intel code - driver_enable video_cards_i915 i915 - driver_enable video_cards_i965 i965 - if ! use video_cards_i915 && \ - ! use video_cards_i965; then - driver_enable video_cards_intel i915 i965 - fi - - # Nouveau code - driver_enable video_cards_nouveau nouveau - - # ATI code - driver_enable video_cards_r100 radeon - driver_enable video_cards_r200 r200 - if ! use video_cards_r100 && \ - ! use video_cards_r200; then - driver_enable video_cards_radeon radeon r200 - fi - fi - - if use egl; then - myconf+=" --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")" - fi - - if use gallium; then - myconf+=" - $(use_enable d3d9 nine) - $(use_enable llvm gallium-llvm) - $(use_enable openmax omx) - $(use_enable vaapi va) - $(use_enable vdpau) - $(use_enable xa) - $(use_enable xvmc) - " - use vaapi && myconf+=" --with-va-libdir=/usr/$(get_libdir)/va/drivers" - - gallium_enable swrast - gallium_enable video_cards_vc4 vc4 - gallium_enable video_cards_vivante etnaviv - gallium_enable video_cards_vmware svga - gallium_enable video_cards_nouveau nouveau - gallium_enable video_cards_i915 i915 - gallium_enable video_cards_imx imx - if ! use video_cards_i915 && \ - ! use video_cards_i965; then - gallium_enable video_cards_intel i915 - fi - - gallium_enable video_cards_r300 r300 - gallium_enable video_cards_r600 r600 - gallium_enable video_cards_radeonsi radeonsi - if ! use video_cards_r300 && \ - ! use video_cards_r600; then - gallium_enable video_cards_radeon r300 r600 - fi - - gallium_enable video_cards_freedreno freedreno - # opencl stuff - if use opencl; then - myconf+=" - $(use_enable opencl) - --with-clang-libdir="${EPREFIX}/usr/lib" - " - fi - fi - - if use vulkan; then - vulkan_enable video_cards_i965 intel - vulkan_enable video_cards_radeonsi radeon - fi - - # x86 hardened pax_kernel needs glx-rts, bug 240956 - if [[ ${ABI} == x86 ]]; then - myconf+=" $(use_enable pax_kernel glx-read-only-text)" - fi - - # on abi_x86_32 hardened we need to have asm disable - if [[ ${ABI} == x86* ]] && use pic; then - myconf+=" --disable-asm" - fi - - if use gallium; then - myconf+=" $(use_enable osmesa gallium-osmesa)" - else - myconf+=" $(use_enable osmesa)" - fi - - # build fails with BSD indent, bug #428112 - use userland_GNU || export INDENT=cat - - ECONF_SOURCE="${S}" \ - econf \ - --enable-dri \ - --enable-glx \ - --enable-shared-glapi \ - $(use_enable !bindist texture-float) \ - $(use_enable d3d9 nine) \ - $(use_enable debug) \ - $(use_enable dri3) \ - $(use_enable egl) \ - $(use_enable gbm) \ - $(use_enable gles1) \ - $(use_enable gles2) \ - $(use_enable nptl glx-tls) \ - --enable-valgrind=$(usex valgrind auto no) \ - --enable-llvm-shared-libs \ - --with-dri-drivers=${DRI_DRIVERS} \ - --with-gallium-drivers=${GALLIUM_DRIVERS} \ - --with-vulkan-drivers=${VULKAN_DRIVERS} \ - PYTHON2="${PYTHON}" \ - ${myconf} -} - -multilib_src_install() { - emake install DESTDIR="${D}" - - if use classic || use gallium; then - ebegin "Moving DRI/Gallium drivers for dynamic switching" - local gallium_drivers=( i915_dri.so i965_dri.so r300_dri.so r600_dri.so swrast_dri.so ) - keepdir /usr/$(get_libdir)/dri - dodir /usr/$(get_libdir)/mesa - for x in ${gallium_drivers[@]}; do - if [ -f "$(get_libdir)/gallium/${x}" ]; then - mv -f "${ED}/usr/$(get_libdir)/dri/${x}" "${ED}/usr/$(get_libdir)/dri/${x/_dri.so/g_dri.so}" \ - || die "Failed to move ${x}" - fi - done - if use classic; then - emake -C "${BUILD_DIR}/src/mesa/drivers/dri" DESTDIR="${D}" install - fi - for x in "${ED}"/usr/$(get_libdir)/dri/*.so; do - if [ -f ${x} -o -L ${x} ]; then - mv -f "${x}" "${x/dri/mesa}" \ - || die "Failed to move ${x}" - fi - done - pushd "${ED}"/usr/$(get_libdir)/dri || die "pushd failed" - ln -s ../mesa/*.so . || die "Creating symlink failed" - # remove symlinks to drivers known to eselect - for x in ${gallium_drivers[@]}; do - if [ -f ${x} -o -L ${x} ]; then - rm "${x}" || die "Failed to remove ${x}" - fi - done - popd - eend $? - fi - if use opencl; then - ebegin "Moving Gallium/Clover OpenCL implementation for dynamic switching" - local cl_dir="/usr/$(get_libdir)/OpenCL/vendors/mesa" - dodir ${cl_dir}/{lib,include} - if [ -f "${ED}/usr/$(get_libdir)/libOpenCL.so" ]; then - mv -f "${ED}"/usr/$(get_libdir)/libOpenCL.so* \ - "${ED}"${cl_dir} - fi - if [ -f "${ED}/usr/include/CL/opencl.h" ]; then - mv -f "${ED}"/usr/include/CL \ - "${ED}"${cl_dir}/include - fi - eend $? - fi - - if use openmax; then - echo "XDG_DATA_DIRS=\"${EPREFIX}/usr/share/mesa/xdg\"" > "${T}/99mesaxdgomx" - doenvd "${T}"/99mesaxdgomx - keepdir /usr/share/mesa/xdg - fi -} - -multilib_src_install_all() { - find "${ED}" -name '*.la' -delete - einstalldocs - - if use !bindist; then - dodoc docs/patents.txt - fi - - # Install config file for eselect mesa - insinto /usr/share/mesa - newins "${FILESDIR}/eselect-mesa.conf.9.2" eselect-mesa.conf -} - -multilib_src_test() { - if use llvm; then - local llvm_tests='lp_test_arit lp_test_arit lp_test_blend lp_test_blend lp_test_conv lp_test_conv lp_test_format lp_test_format lp_test_printf lp_test_printf' - pushd src/gallium/drivers/llvmpipe >/dev/null || die - emake ${llvm_tests} - pax-mark m ${llvm_tests} - popd >/dev/null || die - fi - emake check -} - -pkg_postinst() { - # Switch to the xorg implementation. - echo - eselect opengl set --use-old ${OPENGL_DIR} - - # Select classic/gallium drivers - if use classic || use gallium; then - eselect mesa set --auto - fi - - # Switch to mesa opencl - if use opencl; then - eselect opencl set --use-old ${PN} - fi - - # run omxregister-bellagio to make the OpenMAX drivers known system-wide - if use openmax; then - ebegin "Registering OpenMAX drivers" - BELLAGIO_SEARCH_PATH="${EPREFIX}/usr/$(get_libdir)/libomxil-bellagio0" \ - OMX_BELLAGIO_REGISTRY=${EPREFIX}/usr/share/mesa/xdg/.omxregister \ - omxregister-bellagio - eend $? - fi - - # warn about patent encumbered texture-float - if use !bindist; then - elog "USE=\"bindist\" was not set. Potentially patent encumbered code was" - elog "enabled. Please see patents.txt for an explanation." - fi - - if ! has_version media-libs/libtxc_dxtn; then - elog "Note that in order to have full S3TC support, it is necessary to install" - elog "media-libs/libtxc_dxtn as well. This may be necessary to get nice" - elog "textures in some apps, and some others even require this to run." - fi -} - -pkg_prerm() { - if use openmax; then - rm "${EPREFIX}"/usr/share/mesa/xdg/.omxregister - fi -} - -# $1 - VIDEO_CARDS flag -# other args - names of DRI drivers to enable -# TODO: avoid code duplication for a more elegant implementation -driver_enable() { - case $# in - # for enabling unconditionally - 1) - DRI_DRIVERS+=",$1" - ;; - *) - if use $1; then - shift - for i in $@; do - DRI_DRIVERS+=",${i}" - done - fi - ;; - esac -} - -gallium_enable() { - case $# in - # for enabling unconditionally - 1) - GALLIUM_DRIVERS+=",$1" - ;; - *) - if use $1; then - shift - for i in $@; do - GALLIUM_DRIVERS+=",${i}" - done - fi - ;; - esac -} - -vulkan_enable() { - case $# in - # for enabling unconditionally - 1) - VULKAN_DRIVERS+=",$1" - ;; - *) - if use $1; then - shift - for i in $@; do - VULKAN_DRIVERS+=",${i}" - done - fi - ;; - esac -} diff --git a/media-libs/mesa/mesa-17.3.0_rc5.ebuild b/media-libs/mesa/mesa-17.3.0.ebuild similarity index 100% rename from media-libs/mesa/mesa-17.3.0_rc5.ebuild rename to media-libs/mesa/mesa-17.3.0.ebuild diff --git a/media-libs/openexr/openexr-2.2.0-r2.ebuild b/media-libs/openexr/openexr-2.2.0-r2.ebuild index 91e85f36c2b7..039e62091ea2 100644 --- a/media-libs/openexr/openexr-2.2.0-r2.ebuild +++ b/media-libs/openexr/openexr-2.2.0-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz" LICENSE="BSD" SLOT="0/22" # based on SONAME -KEYWORDS="~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="cpu_flags_x86_avx examples static-libs" RDEPEND=" diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index c937782f8bed..868ffa568758 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest index a8356e041b0d..1507b967ee46 100644 --- a/media-sound/spotify/Manifest +++ b/media-sound/spotify/Manifest @@ -1,4 +1,4 @@ -DIST spotify-client_1.0.64.407.g9bd02c2d-26_amd64.deb 93425432 SHA256 8c97a95ade46ce9f8e2bbe565cd2e79396ed31fc4f0646a907a6f3e028db887d SHA512 78352ed0cd116b8ef8c2b9ffc3c186d2fecd3dd5f49f0f732ccf0a3a796b72faf60cd4997355bb4f34f450f8af0b7684e28e8e21a14b7902cba2ea49fe4a81eb WHIRLPOOL db9d74ce31d57704184e6a00b18b3cc417cdffeb6e582d0c41ddc0ba5c822fa4dfebad9d9cf151ebecc46d3b3892714e0fec91ced356d57f3c51dd94a8cce370 -DIST spotify-client_1.0.64.407.g9bd02c2d-26_i386.deb 97705428 SHA256 0e32bc8b21d591f8def932403b8ef3632e95eba4b5628506dfdf6d521dce7941 SHA512 43342faf26b7530dbb3fecafebcb7dac6ed6b7323c845f373bb63760ab309f4f01c6f4dd1cb4ab1bfd9a97b383fb863ba5f2aa7e73d32d1575bf8964dcdf30a5 WHIRLPOOL f3c42136e0682bddaec17829a05a9237d95b6d8f79b9ed27e2cdd77d011ea015fb4532d5f5878c03e15661207779a65e7e228a46821c13899b17513f12612863 +DIST spotify-client_1.0.64.407.g9bd02c2d-26_amd64.deb 93425432 BLAKE2B ffa3e929fbbded412fca680708c15ed0ab5a4358e713fa70932788bc4780cb7a291f6f176abfb6a219b98b311be48b687d423df7046e5328e06c4348fc86bebe SHA512 78352ed0cd116b8ef8c2b9ffc3c186d2fecd3dd5f49f0f732ccf0a3a796b72faf60cd4997355bb4f34f450f8af0b7684e28e8e21a14b7902cba2ea49fe4a81eb +DIST spotify-client_1.0.64.407.g9bd02c2d-26_i386.deb 97705428 BLAKE2B 99222d772c401ba03cc4e452628c84fd71c59b07bdabbe7191724d7f2dee23ab1e28cd4319cd967300276db54a5dd152be2cda039b5eae77cd62d479877669bf SHA512 43342faf26b7530dbb3fecafebcb7dac6ed6b7323c845f373bb63760ab309f4f01c6f4dd1cb4ab1bfd9a97b383fb863ba5f2aa7e73d32d1575bf8964dcdf30a5 DIST spotify-client_1.0.67.582.g19436fa3-28_amd64.deb 90723508 BLAKE2B 9551bcaae09895fd73b35b2e95a0dd4fff64e0cd70af9bd88fcf1a288f79195f99dae89852164fe66e6aebc6efb45ea6b258457e39727c0f6081cf68ff95cc42 SHA512 f9db71c5bce18fc4e2121316e1f229f06ca5510211698f79f75b5ff6b297d9603ff50810bf2b7dae38d8625ed9c5a09c17549d6989eaef1ebe1f856e63858b3c DIST spotify-client_1.0.67.582.g19436fa3-28_i386.deb 95004956 BLAKE2B 751e14573f5dd7aac7134545f147da293b1051dbcb37c055ad18224e5df4c155ba7142997ed77e5f90940850982e4a7162b66aa621ea5133d782b12e5cb9fb3a SHA512 7fcfb0b39bdbe1427c35c56f78cc5129d07630863553c025505a5bbe9c216f4dd8af123512e9853c75f9791b0a0a819e076d95a20788cd759ea8033b485b47e3 diff --git a/media-sound/teamspeak-server-bin/Manifest b/media-sound/teamspeak-server-bin/Manifest index 4e4070af5f51..3117877e2389 100644 --- a/media-sound/teamspeak-server-bin/Manifest +++ b/media-sound/teamspeak-server-bin/Manifest @@ -1,4 +1,4 @@ -DIST teamspeak3-server_linux_amd64-3.0.13.6.tar.bz2 6492488 SHA256 19ccd8db5427758d972a864b70d4a1263ebb9628fcc42c3de75ba87de105d179 SHA512 95271e5a44c7a14b8fbe134b855973c1af53ac76e6ba01089116b1f63c03bae25f5abfd176f9e26207aa4da8501d646298128078ab5b475458a7ccaba2a48e9c WHIRLPOOL 348356570a45d00d4e98ebfa01c8acc3ea7f3bfcf5b74a4b459999715d836b0feef0eefff50534fca2f034505814187fd8b3037b22452aff159e940ed184e871 -DIST teamspeak3-server_linux_amd64-3.0.13.8.tar.bz2 6916065 SHA256 460c771bf58c9a49b4be2c677652f21896b98a021d7fff286e59679b3f987a59 SHA512 d8985f5850602660a6c037c1768a97c79b5842640d618ad00d242035a12820b52ba959545f3e668eb3d6079b1a228ff648c569e7d1fc64be6743ee77995ab0be WHIRLPOOL a9863eb89200b7de89775112ccf8d47f5dad08b6c06f39cbac1d09810c45dbeebd08265982e9e2b0ceea6bc9eb616b86e6cc632533a41591e391b7338c2672a2 -DIST teamspeak3-server_linux_x86-3.0.13.6.tar.bz2 6367104 SHA256 2f70b3e70a3d9bf86106fab67a938922c8d27fec24e66e229913f78a0791b967 SHA512 a35e0fffe320206f2ca19153bd46a910bd1690541c83ec3c784fe1f4aaf8dbe430556990f6ebe0efbe71e52d3887b725da4e659db9d1e3c96fd6fd46e6dcd40d WHIRLPOOL 16d35b684f2f3af540464d80158778c62e19bd3c6ae29c791cfec4e509b5d38118b6a34ef113d0f73999adbd2d0cc35c043475866c122d243aa950fb59b99bd7 -DIST teamspeak3-server_linux_x86-3.0.13.8.tar.bz2 6772664 SHA256 c1be39df7ee136c87e0ea1eff4e3aa84074e2d141c66d23f9a66eb5afa2b1876 SHA512 7ef5d5d0fa2a1244011c2a68662481e4859aa1660e967b203a508497a4fd3c54db44a9f33116ed4932745942df4b5e4c646658346f288ce6191e3e5629d9638f WHIRLPOOL 6246446439b676f69e56168df445c6f7b6956212e0330e4b541a84c1a2e3466273f60b26298bf7c41b0f8157d1b70c165a2e5a9feb96b3d9651463073adbca46 +DIST teamspeak3-server_linux_amd64-3.0.13.6.tar.bz2 6492488 BLAKE2B 4cad8545968423c2e65853d73f99a46cbccce628982c0a4418eaf34802d6a171f7e89a4ffc2fbd9fd82afdd9ffcd58d214c894ad88862c2927f1aec72f2d3087 SHA512 95271e5a44c7a14b8fbe134b855973c1af53ac76e6ba01089116b1f63c03bae25f5abfd176f9e26207aa4da8501d646298128078ab5b475458a7ccaba2a48e9c +DIST teamspeak3-server_linux_amd64-3.0.13.8.tar.bz2 6916065 BLAKE2B 0ff4d86a03c910739f27b624d023ba3a5f323f4d56bca6a29a5ce8a737901372ff22cf18f2cc589af07b373fd17f952896ae2aa623571fc004a653125772aa0b SHA512 d8985f5850602660a6c037c1768a97c79b5842640d618ad00d242035a12820b52ba959545f3e668eb3d6079b1a228ff648c569e7d1fc64be6743ee77995ab0be +DIST teamspeak3-server_linux_x86-3.0.13.6.tar.bz2 6367104 BLAKE2B eeeefe664018e6072e1832d1fc22c24604cf230166269ac63a73cde02fc3e78cbdc3cf6e28dca37d8152e146bbb53489af1e3706fc98047c2389ad97053116f3 SHA512 a35e0fffe320206f2ca19153bd46a910bd1690541c83ec3c784fe1f4aaf8dbe430556990f6ebe0efbe71e52d3887b725da4e659db9d1e3c96fd6fd46e6dcd40d +DIST teamspeak3-server_linux_x86-3.0.13.8.tar.bz2 6772664 BLAKE2B bde804a069a2700981656860f10d70a45511793370c978c0fc0c3926f039df367d61536657db987c6cc57e8aef543210527e9ff6e8316a5e78319dbd2f874c56 SHA512 7ef5d5d0fa2a1244011c2a68662481e4859aa1660e967b203a508497a4fd3c54db44a9f33116ed4932745942df4b5e4c646658346f288ce6191e3e5629d9638f diff --git a/media-sound/vorbis-tools/vorbis-tools-1.4.0-r3.ebuild b/media-sound/vorbis-tools/vorbis-tools-1.4.0-r3.ebuild index b5a666c3046d..040a329e40be 100644 --- a/media-sound/vorbis-tools/vorbis-tools-1.4.0-r3.ebuild +++ b/media-sound/vorbis-tools/vorbis-tools-1.4.0-r3.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="flac kate nls +ogg123 speex" RDEPEND=">=media-libs/libvorbis-1.3.0 diff --git a/metadata/Manifest.gz b/metadata/Manifest.gz index 2a3a3fac37b6..b4bb77858ec5 100644 Binary files a/metadata/Manifest.gz and b/metadata/Manifest.gz differ diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 0a5c65cc4e86..b05304df5f82 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Sun, 10 Dec 2017 20:09:44 +0000 +Mon, 11 Dec 2017 10:08:29 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 0a5c65cc4e86..b05304df5f82 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Sun, 10 Dec 2017 20:09:44 +0000 +Mon, 11 Dec 2017 10:08:29 +0000 diff --git a/metadata/md5-cache/Manifest.gz b/metadata/md5-cache/Manifest.gz index d13bb4d068ad..d65756dae0cb 100644 Binary files a/metadata/md5-cache/Manifest.gz and b/metadata/md5-cache/Manifest.gz differ diff --git a/metadata/md5-cache/app-backup/Manifest.gz b/metadata/md5-cache/app-backup/Manifest.gz index c257697fb36e..01cf63f8c0e2 100644 Binary files a/metadata/md5-cache/app-backup/Manifest.gz and b/metadata/md5-cache/app-backup/Manifest.gz differ diff --git a/metadata/md5-cache/app-backup/bareos-13.2.4-r1 b/metadata/md5-cache/app-backup/bareos-13.2.4-r1 deleted file mode 100644 index e7e63b80d072..000000000000 --- a/metadata/md5-cache/app-backup/bareos-13.2.4-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup unpack -DEPEND=!app-backup/bacula dev-libs/gmp:0 !clientonly? ( postgres? ( dev-db/postgresql:*[threads] ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) director? ( virtual/mta ) ) qt4? ( dev-qt/qtsvg:4 x11-libs/qwt:5 ) fastlz? ( dev-libs/bareos-fastlzlib ) logwatch? ( sys-apps/logwatch ) tcpd? ( sys-apps/tcp-wrappers ) readline? ( sys-libs/readline:0 ) static? ( acl? ( virtual/acl[static-libs] ) sys-libs/zlib[static-libs] dev-libs/lzo[static-libs] sys-libs/ncurses:=[static-libs] ssl? ( !libressl? ( dev-libs/openssl:0=[static-libs] ) libressl? ( dev-libs/libressl:0=[static-libs] ) ) ) !static? ( acl? ( virtual/acl ) dev-libs/lzo ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) sys-libs/ncurses:= sys-libs/zlib ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) -DESCRIPTION=Featureful client/server network backup suite -EAPI=5 -HOMEPAGE=http://www.bareos.org/ -IUSE=acl clientonly +director fastlz ipv6 libressl logwatch mysql ndmp postgres python qt4 readline scsi-crypto sql-pooling +sqlite ssl static +storage-daemon tcpd vim-syntax X python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=AGPL-3 -RDEPEND=!app-backup/bacula dev-libs/gmp:0 !clientonly? ( postgres? ( dev-db/postgresql:*[threads] ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) director? ( virtual/mta ) ) qt4? ( dev-qt/qtsvg:4 x11-libs/qwt:5 ) fastlz? ( dev-libs/bareos-fastlzlib ) logwatch? ( sys-apps/logwatch ) tcpd? ( sys-apps/tcp-wrappers ) readline? ( sys-libs/readline:0 ) static? ( acl? ( virtual/acl[static-libs] ) sys-libs/zlib[static-libs] dev-libs/lzo[static-libs] sys-libs/ncurses:=[static-libs] ssl? ( !libressl? ( dev-libs/openssl:0=[static-libs] ) libressl? ( dev-libs/libressl:0=[static-libs] ) ) ) !static? ( acl? ( virtual/acl ) dev-libs/lzo ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) sys-libs/ncurses:= sys-libs/zlib ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) !clientonly? ( storage-daemon? ( sys-block/mtx app-arch/mt-st ) ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) -REQUIRED_USE=static? ( clientonly ) python? ( python_targets_python2_7 ) -RESTRICT=mirror -SLOT=0 -SRC_URI=https://github.com/bareos/bareos/archive/Release/13.2.4.tar.gz -> bareos-13.2.4.tar.gz -_eclasses_=base 983774947da124fb7d542ce25a218bb1 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qmake-utils 990448b067cb3cfe1443bc25fb57239c qt4-r2 b7985a3197fbc3a22d059f19904e735b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 -_md5_=17023a6f07dd808f7ac867fd09cca474 diff --git a/metadata/md5-cache/app-backup/bareos-14.2.2 b/metadata/md5-cache/app-backup/bareos-14.2.2 deleted file mode 100644 index 7b7963e30585..000000000000 --- a/metadata/md5-cache/app-backup/bareos-14.2.2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup unpack -DEPEND=!app-backup/bacula cephfs? ( sys-cluster/ceph ) rados? ( sys-cluster/ceph ) glusterfs? ( sys-cluster/glusterfs ) lmdb? ( dev-db/lmdb ) dev-libs/gmp:0 !clientonly? ( postgres? ( dev-db/postgresql:*[threads] ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) director? ( virtual/mta ) ) qt4? ( dev-qt/qtsvg:4 x11-libs/qwt:5 ) fastlz? ( dev-libs/bareos-fastlzlib ) logwatch? ( sys-apps/logwatch ) tcpd? ( sys-apps/tcp-wrappers ) readline? ( sys-libs/readline:0 ) static? ( acl? ( virtual/acl[static-libs] ) sys-libs/zlib[static-libs] dev-libs/lzo[static-libs] sys-libs/ncurses:=[static-libs] ssl? ( !libressl? ( dev-libs/openssl:0=[static-libs] ) libressl? ( dev-libs/libressl:0=[static-libs] ) ) ) !static? ( acl? ( virtual/acl ) dev-libs/lzo ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) sys-libs/ncurses:= sys-libs/zlib ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) -DESCRIPTION=Featureful client/server network backup suite -EAPI=5 -HOMEPAGE=http://www.bareos.org/ -IUSE=acl clientonly +director fastlz ipv6 libressl logwatch mysql ndmp postgres python qt4 readline scsi-crypto sql-pooling +sqlite ssl static +storage-daemon tcpd vim-syntax X cephfs glusterfs lmdb rados python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=AGPL-3 -RDEPEND=!app-backup/bacula cephfs? ( sys-cluster/ceph ) rados? ( sys-cluster/ceph ) glusterfs? ( sys-cluster/glusterfs ) lmdb? ( dev-db/lmdb ) dev-libs/gmp:0 !clientonly? ( postgres? ( dev-db/postgresql:*[threads] ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) director? ( virtual/mta ) ) qt4? ( dev-qt/qtsvg:4 x11-libs/qwt:5 ) fastlz? ( dev-libs/bareos-fastlzlib ) logwatch? ( sys-apps/logwatch ) tcpd? ( sys-apps/tcp-wrappers ) readline? ( sys-libs/readline:0 ) static? ( acl? ( virtual/acl[static-libs] ) sys-libs/zlib[static-libs] dev-libs/lzo[static-libs] sys-libs/ncurses:=[static-libs] ssl? ( !libressl? ( dev-libs/openssl:0=[static-libs] ) libressl? ( dev-libs/libressl:0=[static-libs] ) ) ) !static? ( acl? ( virtual/acl ) dev-libs/lzo ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) sys-libs/ncurses:= sys-libs/zlib ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) !clientonly? ( storage-daemon? ( sys-block/mtx app-arch/mt-st ) ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) -REQUIRED_USE=static? ( clientonly ) python? ( python_targets_python2_7 ) -RESTRICT=mirror -SLOT=0 -SRC_URI=https://github.com/bareos/bareos/archive/Release/14.2.2.tar.gz -> bareos-14.2.2.tar.gz -_eclasses_=base 983774947da124fb7d542ce25a218bb1 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qmake-utils 990448b067cb3cfe1443bc25fb57239c qt4-r2 b7985a3197fbc3a22d059f19904e735b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 -_md5_=dfc07539adc5bfd2a311f1257991364a diff --git a/metadata/md5-cache/app-backup/bareos-14.2.5 b/metadata/md5-cache/app-backup/bareos-14.2.5 deleted file mode 100644 index e57fca898bb4..000000000000 --- a/metadata/md5-cache/app-backup/bareos-14.2.5 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup unpack -DEPEND=!app-backup/bacula cephfs? ( sys-cluster/ceph ) rados? ( sys-cluster/ceph ) glusterfs? ( sys-cluster/glusterfs ) lmdb? ( dev-db/lmdb ) dev-libs/gmp:0 !clientonly? ( postgres? ( dev-db/postgresql:*[threads] ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) director? ( virtual/mta ) ) qt4? ( dev-qt/qtsvg:4 x11-libs/qwt:5 ) fastlz? ( dev-libs/bareos-fastlzlib ) logwatch? ( sys-apps/logwatch ) tcpd? ( sys-apps/tcp-wrappers ) readline? ( sys-libs/readline:0 ) static? ( acl? ( virtual/acl[static-libs] ) sys-libs/zlib[static-libs] dev-libs/lzo[static-libs] sys-libs/ncurses:=[static-libs] ssl? ( !libressl? ( dev-libs/openssl:0=[static-libs] ) libressl? ( dev-libs/libressl:0=[static-libs] ) ) ) !static? ( acl? ( virtual/acl ) dev-libs/lzo ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) sys-libs/ncurses:= sys-libs/zlib ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) -DESCRIPTION=Featureful client/server network backup suite -EAPI=5 -HOMEPAGE=http://www.bareos.org/ -IUSE=acl clientonly +director fastlz ipv6 libressl logwatch mysql ndmp postgres python qt4 readline scsi-crypto sql-pooling +sqlite ssl static +storage-daemon tcpd vim-syntax X cephfs glusterfs lmdb rados python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=AGPL-3 -RDEPEND=!app-backup/bacula cephfs? ( sys-cluster/ceph ) rados? ( sys-cluster/ceph ) glusterfs? ( sys-cluster/glusterfs ) lmdb? ( dev-db/lmdb ) dev-libs/gmp:0 !clientonly? ( postgres? ( dev-db/postgresql:*[threads] ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) director? ( virtual/mta ) ) qt4? ( dev-qt/qtsvg:4 x11-libs/qwt:5 ) fastlz? ( dev-libs/bareos-fastlzlib ) logwatch? ( sys-apps/logwatch ) tcpd? ( sys-apps/tcp-wrappers ) readline? ( sys-libs/readline:0 ) static? ( acl? ( virtual/acl[static-libs] ) sys-libs/zlib[static-libs] dev-libs/lzo[static-libs] sys-libs/ncurses:=[static-libs] ssl? ( !libressl? ( dev-libs/openssl:0=[static-libs] ) libressl? ( dev-libs/libressl:0=[static-libs] ) ) ) !static? ( acl? ( virtual/acl ) dev-libs/lzo ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) sys-libs/ncurses:= sys-libs/zlib ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) !clientonly? ( storage-daemon? ( sys-block/mtx app-arch/mt-st ) ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) -REQUIRED_USE=static? ( clientonly ) python? ( python_targets_python2_7 ) -RESTRICT=mirror -SLOT=0 -SRC_URI=https://github.com/bareos/bareos/archive/Release/14.2.5.tar.gz -> bareos-14.2.5.tar.gz -_eclasses_=base 983774947da124fb7d542ce25a218bb1 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qmake-utils 990448b067cb3cfe1443bc25fb57239c qt4-r2 b7985a3197fbc3a22d059f19904e735b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 -_md5_=dfc07539adc5bfd2a311f1257991364a diff --git a/metadata/md5-cache/app-backup/bareos-16.2.7 b/metadata/md5-cache/app-backup/bareos-16.2.7 new file mode 100644 index 000000000000..1f8611288b88 --- /dev/null +++ b/metadata/md5-cache/app-backup/bareos-16.2.7 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst prepare setup unpack +DEPEND=!app-backup/bacula cephfs? ( sys-cluster/ceph ) rados? ( sys-cluster/ceph ) rados-striper? ( >=sys-cluster/ceph-0.94.2 ) glusterfs? ( sys-cluster/glusterfs ) lmdb? ( dev-db/lmdb ) dev-libs/gmp:0 !clientonly? ( postgres? ( dev-db/postgresql:*[threads] ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) director? ( virtual/mta jansson? ( dev-libs/jansson ) ) ) qt4? ( dev-qt/qtsvg:4 x11-libs/qwt:5 ) fastlz? ( dev-libs/bareos-fastlzlib ) logwatch? ( sys-apps/logwatch ) tcpd? ( sys-apps/tcp-wrappers ) readline? ( sys-libs/readline:0 ) static? ( acl? ( virtual/acl[static-libs] ) sys-libs/zlib[static-libs] dev-libs/lzo[static-libs] sys-libs/ncurses:=[static-libs] ssl? ( !gnutls? ( !libressl? ( dev-libs/openssl:0=[static-libs] ) libressl? ( dev-libs/libressl:0=[static-libs] ) ) gnutls? ( net-libs/gnutls[static-libs] ) ) ) !static? ( acl? ( virtual/acl ) dev-libs/lzo ssl? ( !gnutls? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) gnutls? ( net-libs/gnutls ) ) sys-libs/ncurses:= sys-libs/zlib ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) +DESCRIPTION=Featureful client/server network backup suite +EAPI=5 +HOMEPAGE=http://www.bareos.org/ +IUSE=X acl cephfs clientonly +director fastlz glusterfs gnutls ipv6 jansson lmdb libressl logwatch mysql ndmp postgres python qt4 rados rados-striper readline scsi-crypto sql-pooling +sqlite ssl static +storage-daemon tcpd vim-syntax python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=AGPL-3 +RDEPEND=!app-backup/bacula cephfs? ( sys-cluster/ceph ) rados? ( sys-cluster/ceph ) rados-striper? ( >=sys-cluster/ceph-0.94.2 ) glusterfs? ( sys-cluster/glusterfs ) lmdb? ( dev-db/lmdb ) dev-libs/gmp:0 !clientonly? ( postgres? ( dev-db/postgresql:*[threads] ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) director? ( virtual/mta jansson? ( dev-libs/jansson ) ) ) qt4? ( dev-qt/qtsvg:4 x11-libs/qwt:5 ) fastlz? ( dev-libs/bareos-fastlzlib ) logwatch? ( sys-apps/logwatch ) tcpd? ( sys-apps/tcp-wrappers ) readline? ( sys-libs/readline:0 ) static? ( acl? ( virtual/acl[static-libs] ) sys-libs/zlib[static-libs] dev-libs/lzo[static-libs] sys-libs/ncurses:=[static-libs] ssl? ( !gnutls? ( !libressl? ( dev-libs/openssl:0=[static-libs] ) libressl? ( dev-libs/libressl:0=[static-libs] ) ) gnutls? ( net-libs/gnutls[static-libs] ) ) ) !static? ( acl? ( virtual/acl ) dev-libs/lzo ssl? ( !gnutls? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) gnutls? ( net-libs/gnutls ) ) sys-libs/ncurses:= sys-libs/zlib ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) !clientonly? ( storage-daemon? ( sys-block/mtx app-arch/mt-st ) ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) +REQUIRED_USE=static? ( clientonly ) python? ( python_targets_python2_7 ) +RESTRICT=mirror +SLOT=0 +SRC_URI=https://github.com/bareos/bareos/archive/Release/16.2.7.tar.gz -> bareos-16.2.7.tar.gz +_eclasses_=base 983774947da124fb7d542ce25a218bb1 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d qmake-utils 990448b067cb3cfe1443bc25fb57239c qt4-r2 b7985a3197fbc3a22d059f19904e735b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 +_md5_=b76eeb790f74df019f21445c2d5b24e5 diff --git a/metadata/md5-cache/app-crypt/Manifest.gz b/metadata/md5-cache/app-crypt/Manifest.gz index 0207f97ab232..85ecf6cb7967 100644 Binary files a/metadata/md5-cache/app-crypt/Manifest.gz and b/metadata/md5-cache/app-crypt/Manifest.gz differ diff --git a/metadata/md5-cache/app-crypt/mit-krb5-1.15.2-r1 b/metadata/md5-cache/app-crypt/mit-krb5-1.15.2-r1 index 41c2c393071a..67f322ed75da 100644 --- a/metadata/md5-cache/app-crypt/mit-krb5-1.15.2-r1 +++ b/metadata/md5-cache/app-crypt/mit-krb5-1.15.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=MIT Kerberos V EAPI=6 HOMEPAGE=http://web.mit.edu/kerberos/www/ IUSE=doc +keyutils libressl nls openldap +pkinit selinux +threads test xinetd abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 LICENSE=openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 || ( BSD-2 GPL-2+ ) RDEPEND=!!app-crypt/heimdal >=sys-libs/e2fsprogs-libs-1.42.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] || ( >=dev-libs/libverto-0.2.5[libev,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libverto-0.2.5[libevent,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libverto-0.2.5[tevent,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) keyutils? ( >=sys-apps/keyutils-1.5.8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) openldap? ( >=net-nds/openldap-2.4.38-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pkinit? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) xinetd? ( sys-apps/xinetd ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r1 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) selinux? ( sec-policy/selinux-kerberos ) SLOT=0 SRC_URI=http://web.mit.edu/kerberos/dist/krb5/1.15/krb5-1.15.2.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=8c8b0cab52f9d8302531913670a4ff2a +_md5_=450c7a809e5425e1d97a49efa7c7bca7 diff --git a/metadata/md5-cache/app-editors/Manifest.gz b/metadata/md5-cache/app-editors/Manifest.gz index e178f00da97b..1ad76994b049 100644 Binary files a/metadata/md5-cache/app-editors/Manifest.gz and b/metadata/md5-cache/app-editors/Manifest.gz differ diff --git a/metadata/md5-cache/app-editors/emacs-18.59-r11 b/metadata/md5-cache/app-editors/emacs-18.59-r11 index f9fb3fcab73c..481a09553d8c 100644 --- a/metadata/md5-cache/app-editors/emacs-18.59-r11 +++ b/metadata/md5-cache/app-editors/emacs-18.59-r11 @@ -10,4 +10,4 @@ RDEPEND=>=app-eselect/eselect-emacs-1.16 sys-libs/ncurses:0= amd64? ( abi_x86_x3 SLOT=18 SRC_URI=ftp://ftp.gnu.org/old-gnu/emacs/emacs-18.59.tar.gz ftp://ftp.splode.com/pub/users/friedman/emacs/emacs-18.59-linux22x-elf-glibc21.diff.gz https://dev.gentoo.org/~ulm/emacs/emacs-18.59-patches-10.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=3f707947708c6369ce87a0174b113e83 +_md5_=97ee94d6196d838aa643578c465f2373 diff --git a/metadata/md5-cache/app-editors/emacs-23.4-r16 b/metadata/md5-cache/app-editors/emacs-23.4-r16 index 1cdd46aa0e84..dce2b93edc5c 100644 --- a/metadata/md5-cache/app-editors/emacs-23.4-r16 +++ b/metadata/md5-cache/app-editors/emacs-23.4-r16 @@ -11,4 +11,4 @@ REQUIRED_USE=?? ( aqua X ) SLOT=23 SRC_URI=mirror://gnu/emacs/emacs-23.4.tar.bz2 https://dev.gentoo.org/~ulm/emacs/emacs-23.4-patches-21.tar.xz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=713e70df7fe2e05872d7c50082ccad94 +_md5_=99ea0ac0a4f2c7b73bc75b911a0c893f diff --git a/metadata/md5-cache/app-editors/emacs-24.5-r4 b/metadata/md5-cache/app-editors/emacs-24.5-r4 index 44ed97e10a53..38c8649ac2bd 100644 --- a/metadata/md5-cache/app-editors/emacs-24.5-r4 +++ b/metadata/md5-cache/app-editors/emacs-24.5-r4 @@ -11,4 +11,4 @@ REQUIRED_USE=?? ( aqua X ) SLOT=24 SRC_URI=mirror://gnu/emacs/emacs-24.5.tar.xz https://dev.gentoo.org/~ulm/emacs/emacs-24.5-patches-4.tar.xz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=c80f745c7534db42a844105e1e67fac1 +_md5_=e6cd1b381a0de1599cedd97ba04e1c4d diff --git a/metadata/md5-cache/app-editors/xemacs-21.4.24 b/metadata/md5-cache/app-editors/xemacs-21.4.24 index 18d749de1cf0..92a27d4db738 100644 --- a/metadata/md5-cache/app-editors/xemacs-21.4.24 +++ b/metadata/md5-cache/app-editors/xemacs-21.4.24 @@ -10,5 +10,5 @@ PDEPEND=app-xemacs/xemacs-base mule? ( app-xemacs/mule-base ) RDEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( >=sys-libs/gdbm-1.8.3 ) >=sys-libs/zlib-1.1.4 >=dev-libs/openssl-0.9.6:0 >=media-libs/audiofile-0.2.3 gpm? ( >=sys-libs/gpm-1.19.6 ) postgres? ( dev-db/postgresql:= ) ldap? ( net-nds/openldap ) nas? ( media-libs/nas ) X? ( x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) ) dnd? ( x11-libs/dnd ) motif? ( >=x11-libs/motif-2.3:0 ) athena? ( x11-libs/libXaw ) Xaw3d? ( x11-libs/libXaw3d ) neXt? ( x11-libs/neXtaw ) xface? ( media-libs/compface ) tiff? ( media-libs/tiff:0 ) png? ( >=media-libs/libpng-1.2:0 ) jpeg? ( virtual/jpeg:0 ) canna? ( app-i18n/canna ) !amd64? ( freewnn? ( app-i18n/freewnn ) ) >=sys-libs/ncurses-5.2:= >=app-eselect/eselect-emacs-1.15 SLOT=0 SRC_URI=http://ftp.xemacs.org/xemacs-21.4/xemacs-21.4.24.tar.gz http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz -_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=3947186f88514b9ab9e99192760acdcc +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=5b025c0199cd3b4e7e46cf65e2acaba9 diff --git a/metadata/md5-cache/app-editors/xemacs-21.4.24-r1 b/metadata/md5-cache/app-editors/xemacs-21.4.24-r1 index 5db84cdeb102..6c82abf2e899 100644 --- a/metadata/md5-cache/app-editors/xemacs-21.4.24-r1 +++ b/metadata/md5-cache/app-editors/xemacs-21.4.24-r1 @@ -10,5 +10,5 @@ PDEPEND=app-xemacs/xemacs-base mule? ( app-xemacs/mule-base ) RDEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( >=sys-libs/gdbm-1.8.3 ) >=sys-libs/zlib-1.1.4 >=dev-libs/openssl-0.9.6:0 >=media-libs/audiofile-0.2.3 gpm? ( >=sys-libs/gpm-1.19.6 ) postgres? ( dev-db/postgresql:= ) ldap? ( net-nds/openldap ) nas? ( media-libs/nas ) X? ( x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) ) dnd? ( x11-libs/dnd ) motif? ( >=x11-libs/motif-2.3:0 ) athena? ( x11-libs/libXaw ) Xaw3d? ( x11-libs/libXaw3d ) neXt? ( x11-libs/neXtaw ) xface? ( media-libs/compface ) tiff? ( media-libs/tiff:0 ) png? ( >=media-libs/libpng-1.2:0 ) jpeg? ( virtual/jpeg:0 ) canna? ( app-i18n/canna ) !amd64? ( freewnn? ( app-i18n/freewnn ) ) >=sys-libs/ncurses-5.2:= >=app-eselect/eselect-emacs-1.15 SLOT=0 SRC_URI=http://ftp.xemacs.org/xemacs-21.4/xemacs-21.4.24.tar.gz http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz -_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=4da371f6d378aedad1956069c01b5f6b +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=d4ac2de9840e91d73486d1c178c06433 diff --git a/metadata/md5-cache/app-editors/xemacs-21.5.34-r4 b/metadata/md5-cache/app-editors/xemacs-21.5.34-r4 index b87d1c7c500c..24386c1bda19 100644 --- a/metadata/md5-cache/app-editors/xemacs-21.5.34-r4 +++ b/metadata/md5-cache/app-editors/xemacs-21.5.34-r4 @@ -10,5 +10,5 @@ PDEPEND=app-xemacs/xemacs-base mule? ( app-xemacs/mule-base ) RDEPEND=berkdb? ( >=sys-libs/db-4:= !!=sys-libs/gdbm-1.8.3[berkdb(+)] ) >=sys-libs/zlib-1.1.4 !libressl? ( >=dev-libs/openssl-0.9.6:0 ) libressl? ( dev-libs/libressl ) >=media-libs/audiofile-0.2.3 gpm? ( >=sys-libs/gpm-1.19.6 ) postgres? ( dev-db/postgresql:= ) ldap? ( net-nds/openldap ) alsa? ( media-libs/alsa-lib ) nas? ( media-libs/nas ) X? ( x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) ) dnd? ( x11-libs/dnd ) motif? ( >=x11-libs/motif-2.3:0[xft=] ) athena? ( x11-libs/libXaw ) Xaw3d? ( x11-libs/libXaw3d ) xft? ( media-libs/freetype:2 x11-libs/libXft x11-libs/libXrender >=media-libs/fontconfig-2.5.0 ) neXt? ( x11-libs/neXtaw ) xface? ( media-libs/compface ) tiff? ( media-libs/tiff:0 ) png? ( >=media-libs/libpng-1.2:0 ) jpeg? ( virtual/jpeg:0 ) canna? ( app-i18n/canna ) freewnn? ( app-i18n/freewnn ) >=sys-libs/ncurses-5.2:= >=app-eselect/eselect-emacs-1.15 SLOT=0 SRC_URI=http://ftp.xemacs.org/xemacs-21.5/xemacs-21.5.34.tar.gz http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=7a7cd6e5a42d0ae1ec11337d6f35c8ba +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=abddcb573042cbe2ac9a1e74da757a20 diff --git a/metadata/md5-cache/app-emulation/Manifest.gz b/metadata/md5-cache/app-emulation/Manifest.gz index a411d40e5a57..9ce599640596 100644 Binary files a/metadata/md5-cache/app-emulation/Manifest.gz and b/metadata/md5-cache/app-emulation/Manifest.gz differ diff --git a/metadata/md5-cache/app-emulation/cadvisor-0.28.3 b/metadata/md5-cache/app-emulation/cadvisor-0.28.3 new file mode 100644 index 000000000000..7ada33e840ea --- /dev/null +++ b/metadata/md5-cache/app-emulation/cadvisor-0.28.3 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install setup test unpack +DEPEND=>=dev-lang/go-1.8 +DESCRIPTION=Analyzes resource usage and performance characteristics of running containers +EAPI=6 +HOMEPAGE=https://github.com/google/cadvisor +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +SLOT=0 +SRC_URI=https://github.com/google/cadvisor/archive/v0.28.3.tar.gz -> cadvisor-0.28.3.tar.gz +_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 user 8bc2845510e2109af75e3eeac607ec81 +_md5_=6c8929be38e96f179aa7164260c70d9d diff --git a/metadata/md5-cache/app-emulation/libvirt-3.10.0 b/metadata/md5-cache/app-emulation/libvirt-3.10.0 deleted file mode 100644 index daf581e6309e..000000000000 --- a/metadata/md5-cache/app-emulation/libvirt-3.10.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install postinst preinst prepare setup test -DEPEND=app-misc/scrub dev-libs/libgcrypt:0 dev-libs/libnl:3 >=dev-libs/libxml2-2.7.6 || ( >=net-analyzer/netcat6-1.0-r2 >=net-analyzer/openbsd-netcat-1.105-r1 ) >=net-libs/gnutls-1.0.25:0= net-libs/libssh2 net-libs/libtirpc || ( sys-libs/glibc[rpc(-)] net-libs/rpcsvc-proto ) >=net-misc/curl-7.18.0 sys-apps/dmidecode >=sys-apps/util-linux-2.17 sys-devel/gettext sys-libs/ncurses:0= sys-libs/readline:= apparmor? ( sys-libs/libapparmor ) audit? ( sys-process/audit ) caps? ( sys-libs/libcap-ng ) dbus? ( sys-apps/dbus ) firewalld? ( net-firewall/firewalld ) fuse? ( >=sys-fs/fuse-2.8.6:= ) glusterfs? ( >=sys-cluster/glusterfs-3.4.1 ) iscsi? ( sys-block/open-iscsi ) libssh? ( net-libs/libssh ) lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] ) nfs? ( net-fs/nfs-utils ) numa? ( >sys-process/numactl-2.0.2 sys-process/numad ) parted? ( >=sys-block/parted-1.8[device-mapper] sys-fs/lvm2[-device-mapper-only(-)] ) pcap? ( >=net-libs/libpcap-1.0.0 ) policykit? ( >=sys-auth/polkit-0.9 ) qemu? ( >=app-emulation/qemu-0.13.0 dev-libs/yajl ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) selinux? ( >=sys-libs/libselinux-2.0.85 ) virt-network? ( net-dns/dnsmasq[script] net-firewall/ebtables >=net-firewall/iptables-1.4.10[ipv6] net-misc/radvd sys-apps/iproute2[-minimal] ) virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) ) wireshark-plugins? ( net-analyzer/wireshark:= ) xen? ( app-emulation/xen app-emulation/xen-tools:= ) udev? ( virtual/udev >=x11-libs/libpciaccess-0.10.9 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) zfs? ( sys-fs/zfs ) app-text/xhtml1 dev-lang/perl dev-libs/libxslt dev-perl/XML-XPath virtual/pkgconfig >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig -DESCRIPTION=C toolkit to manipulate virtual machines -EAPI=6 -HOMEPAGE=http://www.libvirt.org/ -IUSE=apparmor audit +caps +dbus firewalld fuse glusterfs iscsi +libvirtd lvm libssh lxc +macvtap nfs nls numa openvz parted pcap phyp policykit +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network wireshark-plugins xen zeroconf zfs -KEYWORDS=~amd64 ~arm64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=app-misc/scrub dev-libs/libgcrypt:0 dev-libs/libnl:3 >=dev-libs/libxml2-2.7.6 || ( >=net-analyzer/netcat6-1.0-r2 >=net-analyzer/openbsd-netcat-1.105-r1 ) >=net-libs/gnutls-1.0.25:0= net-libs/libssh2 net-libs/libtirpc || ( sys-libs/glibc[rpc(-)] net-libs/rpcsvc-proto ) >=net-misc/curl-7.18.0 sys-apps/dmidecode >=sys-apps/util-linux-2.17 sys-devel/gettext sys-libs/ncurses:0= sys-libs/readline:= apparmor? ( sys-libs/libapparmor ) audit? ( sys-process/audit ) caps? ( sys-libs/libcap-ng ) dbus? ( sys-apps/dbus ) firewalld? ( net-firewall/firewalld ) fuse? ( >=sys-fs/fuse-2.8.6:= ) glusterfs? ( >=sys-cluster/glusterfs-3.4.1 ) iscsi? ( sys-block/open-iscsi ) libssh? ( net-libs/libssh ) lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] ) nfs? ( net-fs/nfs-utils ) numa? ( >sys-process/numactl-2.0.2 sys-process/numad ) parted? ( >=sys-block/parted-1.8[device-mapper] sys-fs/lvm2[-device-mapper-only(-)] ) pcap? ( >=net-libs/libpcap-1.0.0 ) policykit? ( >=sys-auth/polkit-0.9 ) qemu? ( >=app-emulation/qemu-0.13.0 dev-libs/yajl ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) selinux? ( >=sys-libs/libselinux-2.0.85 ) virt-network? ( net-dns/dnsmasq[script] net-firewall/ebtables >=net-firewall/iptables-1.4.10[ipv6] net-misc/radvd sys-apps/iproute2[-minimal] ) virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) ) wireshark-plugins? ( net-analyzer/wireshark:= ) xen? ( app-emulation/xen app-emulation/xen-tools:= ) udev? ( virtual/udev >=x11-libs/libpciaccess-0.10.9 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) zfs? ( sys-fs/zfs ) -REQUIRED_USE=firewalld? ( virt-network ) libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) ) lxc? ( caps libvirtd ) openvz? ( libvirtd ) policykit? ( dbus ) qemu? ( libvirtd ) uml? ( libvirtd ) vepa? ( macvtap ) virt-network? ( libvirtd ) virtualbox? ( libvirtd ) xen? ( libvirtd ) -SLOT=0/3.10.0 -SRC_URI=http://libvirt.org/sources/libvirt-3.10.0.tar.xz -_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=5c2dbbd45ffa6cb65cf5064397c67379 diff --git a/metadata/md5-cache/app-emulation/libvirt-3.10.0-r1 b/metadata/md5-cache/app-emulation/libvirt-3.10.0-r1 new file mode 100644 index 000000000000..fa0902ac5241 --- /dev/null +++ b/metadata/md5-cache/app-emulation/libvirt-3.10.0-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst preinst prepare setup test +DEPEND=app-misc/scrub dev-libs/libgcrypt:0 dev-libs/libnl:3 >=dev-libs/libxml2-2.7.6 || ( >=net-analyzer/netcat6-1.0-r2 >=net-analyzer/openbsd-netcat-1.105-r1 ) >=net-libs/gnutls-1.0.25:0= net-libs/libssh2 net-libs/libtirpc net-libs/rpcsvc-proto >=net-misc/curl-7.18.0 sys-apps/dmidecode >=sys-apps/util-linux-2.17 sys-devel/gettext sys-libs/ncurses:0= sys-libs/readline:= apparmor? ( sys-libs/libapparmor ) audit? ( sys-process/audit ) caps? ( sys-libs/libcap-ng ) dbus? ( sys-apps/dbus ) firewalld? ( net-firewall/firewalld ) fuse? ( >=sys-fs/fuse-2.8.6:= ) glusterfs? ( >=sys-cluster/glusterfs-3.4.1 ) iscsi? ( sys-block/open-iscsi ) libssh? ( net-libs/libssh ) lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] ) nfs? ( net-fs/nfs-utils ) numa? ( >sys-process/numactl-2.0.2 sys-process/numad ) parted? ( >=sys-block/parted-1.8[device-mapper] sys-fs/lvm2[-device-mapper-only(-)] ) pcap? ( >=net-libs/libpcap-1.0.0 ) policykit? ( >=sys-auth/polkit-0.9 ) qemu? ( >=app-emulation/qemu-0.13.0 dev-libs/yajl ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) selinux? ( >=sys-libs/libselinux-2.0.85 ) virt-network? ( net-dns/dnsmasq[script] net-firewall/ebtables >=net-firewall/iptables-1.4.10[ipv6] net-misc/radvd sys-apps/iproute2[-minimal] ) virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) ) wireshark-plugins? ( net-analyzer/wireshark:= ) xen? ( app-emulation/xen app-emulation/xen-tools:= ) udev? ( virtual/udev >=x11-libs/libpciaccess-0.10.9 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) zfs? ( sys-fs/zfs ) app-text/xhtml1 dev-lang/perl dev-libs/libxslt dev-perl/XML-XPath virtual/pkgconfig >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig +DESCRIPTION=C toolkit to manipulate virtual machines +EAPI=6 +HOMEPAGE=http://www.libvirt.org/ +IUSE=apparmor audit +caps +dbus firewalld fuse glusterfs iscsi +libvirtd lvm libssh lxc +macvtap nfs nls numa openvz parted pcap phyp policykit +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network wireshark-plugins xen zeroconf zfs +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=LGPL-2.1 +RDEPEND=app-misc/scrub dev-libs/libgcrypt:0 dev-libs/libnl:3 >=dev-libs/libxml2-2.7.6 || ( >=net-analyzer/netcat6-1.0-r2 >=net-analyzer/openbsd-netcat-1.105-r1 ) >=net-libs/gnutls-1.0.25:0= net-libs/libssh2 net-libs/libtirpc net-libs/rpcsvc-proto >=net-misc/curl-7.18.0 sys-apps/dmidecode >=sys-apps/util-linux-2.17 sys-devel/gettext sys-libs/ncurses:0= sys-libs/readline:= apparmor? ( sys-libs/libapparmor ) audit? ( sys-process/audit ) caps? ( sys-libs/libcap-ng ) dbus? ( sys-apps/dbus ) firewalld? ( net-firewall/firewalld ) fuse? ( >=sys-fs/fuse-2.8.6:= ) glusterfs? ( >=sys-cluster/glusterfs-3.4.1 ) iscsi? ( sys-block/open-iscsi ) libssh? ( net-libs/libssh ) lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] ) nfs? ( net-fs/nfs-utils ) numa? ( >sys-process/numactl-2.0.2 sys-process/numad ) parted? ( >=sys-block/parted-1.8[device-mapper] sys-fs/lvm2[-device-mapper-only(-)] ) pcap? ( >=net-libs/libpcap-1.0.0 ) policykit? ( >=sys-auth/polkit-0.9 ) qemu? ( >=app-emulation/qemu-0.13.0 dev-libs/yajl ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) selinux? ( >=sys-libs/libselinux-2.0.85 ) virt-network? ( net-dns/dnsmasq[script] net-firewall/ebtables >=net-firewall/iptables-1.4.10[ipv6] net-misc/radvd sys-apps/iproute2[-minimal] ) virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) ) wireshark-plugins? ( net-analyzer/wireshark:= ) xen? ( app-emulation/xen app-emulation/xen-tools:= ) udev? ( virtual/udev >=x11-libs/libpciaccess-0.10.9 ) zeroconf? ( >=net-dns/avahi-0.6[dbus] ) zfs? ( sys-fs/zfs ) +REQUIRED_USE=firewalld? ( virt-network ) libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) ) lxc? ( caps libvirtd ) openvz? ( libvirtd ) policykit? ( dbus ) qemu? ( libvirtd ) uml? ( libvirtd ) vepa? ( macvtap ) virt-network? ( libvirtd ) virtualbox? ( libvirtd ) xen? ( libvirtd ) +SLOT=0/3.10.0 +SRC_URI=http://libvirt.org/sources/libvirt-3.10.0.tar.xz +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=bd5cb44165898d27e01d0ebe7881e2fa diff --git a/metadata/md5-cache/app-eselect/Manifest.gz b/metadata/md5-cache/app-eselect/Manifest.gz index 8ed0c84d0fd2..e7739b844906 100644 Binary files a/metadata/md5-cache/app-eselect/Manifest.gz and b/metadata/md5-cache/app-eselect/Manifest.gz differ diff --git a/metadata/md5-cache/app-eselect/eselect-package-manager-20110108 b/metadata/md5-cache/app-eselect/eselect-package-manager-20110108-r1 similarity index 84% rename from metadata/md5-cache/app-eselect/eselect-package-manager-20110108 rename to metadata/md5-cache/app-eselect/eselect-package-manager-20110108-r1 index 81c98593d477..5b0868bf5cf3 100644 --- a/metadata/md5-cache/app-eselect/eselect-package-manager-20110108 +++ b/metadata/md5-cache/app-eselect/eselect-package-manager-20110108-r1 @@ -1,10 +1,10 @@ DEFINED_PHASES=install DESCRIPTION=Manages PACKAGE_MANAGER environment variable -EAPI=0 +EAPI=6 HOMEPAGE=https://www.gentoo.org/proj/en/eselect/ KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd -LICENSE=GPL-2 +LICENSE=GPL-2+ RDEPEND=>=app-admin/eselect-1.1.1 SLOT=0 SRC_URI=mirror://gentoo/eselect-package-manager-20110108.tar.bz2 -_md5_=35965705c606035ce955eb9cf8e7af95 +_md5_=c990e3dcb64102249425164c0290d18f diff --git a/metadata/md5-cache/app-eselect/eselect-php-0.9.4-r3 b/metadata/md5-cache/app-eselect/eselect-php-0.9.4-r3 new file mode 100644 index 000000000000..d0cfa7fbf41e --- /dev/null +++ b/metadata/md5-cache/app-eselect/eselect-php-0.9.4-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst +DEPEND=virtual/pkgconfig +DESCRIPTION=PHP eselect module +EAPI=6 +HOMEPAGE=https://gitweb.gentoo.org/proj/eselect-php.git/ +IUSE=fpm apache2 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=GPL-2 +RDEPEND=app-admin/eselect apache2? ( www-servers/apache[apache2_modules_dir] ) fpm? ( sys-apps/gentoo-functions ) +SLOT=0 +SRC_URI=https://dev.gentoo.org/~mjo/distfiles/eselect-php-0.9.4.tar.xz +_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=15e0d439147e990574ebd595952b7274 diff --git a/metadata/md5-cache/app-eselect/eselect-php-9999 b/metadata/md5-cache/app-eselect/eselect-php-9999 index b087daa8c492..d4bb46a15d94 100644 --- a/metadata/md5-cache/app-eselect/eselect-php-9999 +++ b/metadata/md5-cache/app-eselect/eselect-php-9999 @@ -8,4 +8,4 @@ LICENSE=GPL-2 RDEPEND=app-admin/eselect apache2? ( www-servers/apache[apache2_modules_dir] ) fpm? ( sys-apps/gentoo-functions ) SLOT=0 _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 git-r3 fec09a83ae965b041b47f5ff7c8ba29a libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=a46b14c4be8ff3dc604adccf2959b7fe +_md5_=f8daceb8923ba4ee8103c815d2e52f2f diff --git a/metadata/md5-cache/app-misc/Manifest.gz b/metadata/md5-cache/app-misc/Manifest.gz index 0c6f4450eaa8..95206ee6ce5a 100644 Binary files a/metadata/md5-cache/app-misc/Manifest.gz and b/metadata/md5-cache/app-misc/Manifest.gz differ diff --git a/metadata/md5-cache/app-misc/qlcplus-4.11.1 b/metadata/md5-cache/app-misc/qlcplus-4.11.1 new file mode 100644 index 000000000000..5ad477494f66 --- /dev/null +++ b/metadata/md5-cache/app-misc/qlcplus-4.11.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure postinst postrm preinst prepare test unpack +DEPEND=|| ( dev-embedded/libftdi:1 dev-embedded/libftdi:0 ) dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 media-libs/alsa-lib media-libs/libmad media-libs/libsndfile sci-libs/fftw:3.0 virtual/libusb:0 virtual/libusb:1 virtual/udev virtual/pkgconfig test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=QLC+ - Q Light Controller Plus to control DMX interfaces +EAPI=6 +HOMEPAGE=http://www.qlcplus.org/ +IUSE=test +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=|| ( dev-embedded/libftdi:1 dev-embedded/libftdi:0 ) dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 media-libs/alsa-lib media-libs/libmad media-libs/libsndfile sci-libs/fftw:3.0 virtual/libusb:0 virtual/libusb:1 virtual/udev +SLOT=0 +SRC_URI=https://github.com/mcallegari/qlcplus/archive/QLC+_4.11.1.tar.gz -> qlcplus-4.11.1.tar.gz +_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f multilib 97f470f374f2e94ccab04a2fb21d811e qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 185a06792159ca143528e7010368e8af udev d91cac2c73b94629cad2daea66e0d182 vcs-snapshot 03289f51c769cf409d200d2d628cdd6e virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=1ef981a0b4f069198f49ec2663e36fca diff --git a/metadata/md5-cache/app-text/Manifest.gz b/metadata/md5-cache/app-text/Manifest.gz index 075a94632369..df83dde33844 100644 Binary files a/metadata/md5-cache/app-text/Manifest.gz and b/metadata/md5-cache/app-text/Manifest.gz differ diff --git a/metadata/md5-cache/app-text/aspell-0.60.7_rc1 b/metadata/md5-cache/app-text/aspell-0.60.7_rc1 index d400b0bd869c..83fbed4c98a4 100644 --- a/metadata/md5-cache/app-text/aspell-0.60.7_rc1 +++ b/metadata/md5-cache/app-text/aspell-0.60.7_rc1 @@ -4,11 +4,11 @@ DESCRIPTION=A spell checker replacement for ispell EAPI=6 HOMEPAGE=http://aspell.net/ IUSE=nls unicode l10n_af linguas_af l10n_be linguas_be l10n_bg linguas_bg l10n_br linguas_br l10n_ca linguas_ca l10n_cs linguas_cs l10n_cy linguas_cy l10n_da linguas_da l10n_de linguas_de l10n_de-1901 linguas_de@1901 l10n_el linguas_el l10n_en linguas_en l10n_eo linguas_eo l10n_es linguas_es l10n_et linguas_et l10n_fi linguas_fi l10n_fo linguas_fo l10n_fr linguas_fr l10n_ga linguas_ga l10n_gl linguas_gl l10n_he linguas_he l10n_hr linguas_hr l10n_hu linguas_hu l10n_hy linguas_hy l10n_is linguas_is l10n_it linguas_it l10n_la linguas_la l10n_lt linguas_lt l10n_nl linguas_nl l10n_no linguas_no l10n_pl linguas_pl l10n_pt linguas_pt l10n_pt-BR linguas_pt_BR l10n_ro linguas_ro l10n_ru linguas_ru l10n_sk linguas_sk l10n_sl linguas_sl l10n_sr linguas_sr l10n_sv linguas_sv l10n_uk linguas_uk l10n_vi linguas_vi -KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=LGPL-2 PDEPEND=app-dicts/aspell-en l10n_af? ( app-dicts/aspell-af ) l10n_be? ( app-dicts/aspell-be ) l10n_bg? ( app-dicts/aspell-bg ) l10n_br? ( app-dicts/aspell-br ) l10n_ca? ( app-dicts/aspell-ca ) l10n_cs? ( app-dicts/aspell-cs ) l10n_cy? ( app-dicts/aspell-cy ) l10n_da? ( app-dicts/aspell-da ) l10n_de? ( app-dicts/aspell-de ) l10n_de-1901? ( app-dicts/aspell-de-alt ) l10n_el? ( app-dicts/aspell-el ) l10n_en? ( app-dicts/aspell-en ) l10n_eo? ( app-dicts/aspell-eo ) l10n_es? ( app-dicts/aspell-es ) l10n_et? ( app-dicts/aspell-et ) l10n_fi? ( app-dicts/aspell-fi ) l10n_fo? ( app-dicts/aspell-fo ) l10n_fr? ( app-dicts/aspell-fr ) l10n_ga? ( app-dicts/aspell-ga ) l10n_gl? ( app-dicts/aspell-gl ) l10n_he? ( app-dicts/aspell-he ) l10n_hr? ( app-dicts/aspell-hr ) l10n_hu? ( app-dicts/aspell-hu ) l10n_hy? ( app-dicts/aspell-hy ) l10n_is? ( app-dicts/aspell-is ) l10n_it? ( app-dicts/aspell-it ) l10n_la? ( app-dicts/aspell-la ) l10n_lt? ( app-dicts/aspell-lt ) l10n_nl? ( app-dicts/aspell-nl ) l10n_no? ( app-dicts/aspell-no ) l10n_pl? ( app-dicts/aspell-pl ) l10n_pt? ( app-dicts/aspell-pt ) l10n_pt-BR? ( app-dicts/aspell-pt-br ) l10n_ro? ( app-dicts/aspell-ro ) l10n_ru? ( app-dicts/aspell-ru ) l10n_sk? ( app-dicts/aspell-sk ) l10n_sl? ( app-dicts/aspell-sl ) l10n_sr? ( app-dicts/aspell-sr ) l10n_sv? ( app-dicts/aspell-sv ) l10n_uk? ( app-dicts/aspell-uk ) l10n_vi? ( app-dicts/aspell-vi ) RDEPEND=sys-libs/ncurses:0=[unicode?] nls? ( virtual/libintl ) !=app-dicts/aspell-en-0.5* SLOT=0 SRC_URI=mirror://gnu-alpha/aspell/aspell-0.60.7-rc1.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=6a0a38dcf3401131848fff207281ccc3 +_md5_=0731302c21dea9f1b10277d00d487d29 diff --git a/metadata/md5-cache/app-text/sablotron-1.0.3-r1 b/metadata/md5-cache/app-text/sablotron-1.0.3-r1 index 00d44d39a0f0..13ee29cc9afb 100644 --- a/metadata/md5-cache/app-text/sablotron-1.0.3-r1 +++ b/metadata/md5-cache/app-text/sablotron-1.0.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=An XSLT Parser in C++ EAPI=6 HOMEPAGE=http://www.gingerall.org/sablotron.html IUSE=perl -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos LICENSE=MPL-1.1 RDEPEND=>=dev-libs/expat-1.95.6-r1 SLOT=0 SRC_URI=http://download-1.gingerall.cz/download/sablot/Sablot-1.0.3.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=afa327574b07cb163fc18e52335dffd7 +_md5_=c6e9b368a4010324767ddb4deddebd77 diff --git a/metadata/md5-cache/dev-ada/Manifest.gz b/metadata/md5-cache/dev-ada/Manifest.gz index f3830ff50127..f154a4d37dfa 100644 Binary files a/metadata/md5-cache/dev-ada/Manifest.gz and b/metadata/md5-cache/dev-ada/Manifest.gz differ diff --git a/metadata/md5-cache/dev-ada/gps-2017 b/metadata/md5-cache/dev-ada/gps-2017 index eb07b2d0c684..d0e3a8e43d4e 100644 --- a/metadata/md5-cache/dev-ada/gps-2017 +++ b/metadata/md5-cache/dev-ada/gps-2017 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed03b -> gps-gpl-2017-src.tar.gz doc? ( http://mirrors.cdn.adacore.com/art/591c6d80c7a447af2deed1d7 -> gnat-gpl-2017-x86_64-linux-bin.tar.gz ) _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=b525f6dce34afaff45a98aea782fa05a +_md5_=3bccefecad6f21743d6cfeb12314d03b diff --git a/metadata/md5-cache/dev-db/Manifest.gz b/metadata/md5-cache/dev-db/Manifest.gz index 404a89dc9e2e..6d2fa2601a75 100644 Binary files a/metadata/md5-cache/dev-db/Manifest.gz and b/metadata/md5-cache/dev-db/Manifest.gz differ diff --git a/metadata/md5-cache/dev-db/sqlitebrowser-3.10.1 b/metadata/md5-cache/dev-db/sqlitebrowser-3.10.1 new file mode 100644 index 000000000000..b1f2d363e6e1 --- /dev/null +++ b/metadata/md5-cache/dev-db/sqlitebrowser-3.10.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=dev-cpp/antlr-cpp:2 dev-db/sqlite:3 >=dev-libs/qcustomplot-2.0.0[qt5(+)] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 >=x11-libs/qscintilla-2.10.1:=[qt5(+)] dev-qt/linguist-tools:5 test? ( dev-qt/qttest:5 ) sys-devel/make >=dev-util/cmake-3.7.2 >=sys-apps/sed-4 +DESCRIPTION=SQLite Database Browser +EAPI=6 +HOMEPAGE=http://sqlitebrowser.org +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 MPL-2.0 +RDEPEND=dev-cpp/antlr-cpp:2 dev-db/sqlite:3 >=dev-libs/qcustomplot-2.0.0[qt5(+)] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 >=x11-libs/qscintilla-2.10.1:=[qt5(+)] +SLOT=0 +SRC_URI=https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.10.1.tar.gz -> sqlitebrowser-3.10.1.tar.gz +_eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=1edcce4730ef4f335834a3df86525a2c diff --git a/metadata/md5-cache/dev-db/sqlitebrowser-3.9.1-r1 b/metadata/md5-cache/dev-db/sqlitebrowser-3.9.1-r1 index daaae65e5598..3757d9cc89b9 100644 --- a/metadata/md5-cache/dev-db/sqlitebrowser-3.9.1-r1 +++ b/metadata/md5-cache/dev-db/sqlitebrowser-3.9.1-r1 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-cpp/antlr-cpp:2 dev-db/sqlite:3 dev-libs/qcustomplot[qt5(+)] dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 >=x11-libs/qscintilla-2.9.3-r2:=[qt5(+)] dev-qt/linguist-tools:5 test? ( dev-qt/qttest:5 ) sys-devel/make >=dev-util/cmake-3.7.2 +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=dev-cpp/antlr-cpp:2 dev-db/sqlite:3 dev-libs/qcustomplot[qt5(+)] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 >=x11-libs/qscintilla-2.9.3-r2:=[qt5(+)] dev-qt/linguist-tools:5 test? ( dev-qt/qttest:5 ) sys-devel/make >=dev-util/cmake-3.7.2 DESCRIPTION=SQLite Database Browser EAPI=6 HOMEPAGE=http://sqlitebrowser.org IUSE=test KEYWORDS=amd64 x86 LICENSE=GPL-3 MPL-2.0 -RDEPEND=dev-cpp/antlr-cpp:2 dev-db/sqlite:3 dev-libs/qcustomplot[qt5(+)] dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 >=x11-libs/qscintilla-2.9.3-r2:=[qt5(+)] +RDEPEND=dev-cpp/antlr-cpp:2 dev-db/sqlite:3 dev-libs/qcustomplot[qt5(+)] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 >=x11-libs/qscintilla-2.9.3-r2:=[qt5(+)] SLOT=0 SRC_URI=https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.9.1.tar.gz -> sqlitebrowser-3.9.1.tar.gz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=5414b4bbf3709380a1f2c8f4dffd8f58 +_md5_=39bc90376145044b227fef2dde4379e5 diff --git a/metadata/md5-cache/dev-java/Manifest.gz b/metadata/md5-cache/dev-java/Manifest.gz index 51bb56136b52..4b55da6af498 100644 Binary files a/metadata/md5-cache/dev-java/Manifest.gz and b/metadata/md5-cache/dev-java/Manifest.gz differ diff --git a/metadata/md5-cache/dev-java/java-sdk-docs-1.7.0.80 b/metadata/md5-cache/dev-java/java-sdk-docs-1.7.0.80 deleted file mode 100644 index 464477572a31..000000000000 --- a/metadata/md5-cache/dev-java/java-sdk-docs-1.7.0.80 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install nofetch -DEPEND=app-arch/unzip -DESCRIPTION=Oracle's documentation bundle (including API) for Java SE -EAPI=5 -HOMEPAGE=http://download.oracle.com/javase/7/docs/ -KEYWORDS=amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux -LICENSE=oracle-java-documentation-7 -RESTRICT=fetch -SLOT=1.7 -SRC_URI=jdk-7u80-docs-all.zip -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=478bc04e522bc7c083246348a42b12c3 diff --git a/metadata/md5-cache/dev-java/java-sdk-docs-9.0.1 b/metadata/md5-cache/dev-java/java-sdk-docs-9.0.1 new file mode 100644 index 000000000000..5d7550f596cf --- /dev/null +++ b/metadata/md5-cache/dev-java/java-sdk-docs-9.0.1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install nofetch +DEPEND=app-arch/unzip +DESCRIPTION=Oracle's documentation bundle (including API) for Java SE +EAPI=6 +HOMEPAGE=https://docs.oracle.com/javase/9 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=oracle-java-documentation-9 +RESTRICT=fetch +SLOT=9 +SRC_URI=jdk-9.0.1_doc-all.zip +_md5_=9daf0c722af584a1ec0488518723e5b6 diff --git a/metadata/md5-cache/dev-java/jdbc-mssqlserver-4.0.2206.100 b/metadata/md5-cache/dev-java/jdbc-mssqlserver-6.2.2 similarity index 57% rename from metadata/md5-cache/dev-java/jdbc-mssqlserver-4.0.2206.100 rename to metadata/md5-cache/dev-java/jdbc-mssqlserver-6.2.2 index 429c8ff10eb4..5a6d9f8869d6 100644 --- a/metadata/md5-cache/dev-java/jdbc-mssqlserver-4.0.2206.100 +++ b/metadata/md5-cache/dev-java/jdbc-mssqlserver-6.2.2 @@ -1,14 +1,13 @@ -DEFINED_PHASES=compile install preinst prepare setup +DEFINED_PHASES=compile install preinst prepare setup unpack DEPEND=>=dev-java/java-config-2.2.0-r3 DESCRIPTION=JDBC driver for Microsoft SQL Server -EAPI=4 -HOMEPAGE=http://msdn.microsoft.com/en-US/data/aa937724.aspx -IUSE=doc elibc_FreeBSD +EAPI=6 +HOMEPAGE=https://github.com/Microsoft/mssql-jdbc +IUSE=elibc_FreeBSD KEYWORDS=~amd64 ~x86 -LICENSE=MSjdbcEULA40 -RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0-r3 -RESTRICT=mirror -SLOT=4.0 -SRC_URI=http://download.microsoft.com/download/0/2/A/02AAE597-3865-456C-AE7F-613F99F850A8/sqljdbc_4.0.2206.100_enu.tar.gz +LICENSE=MIT +RDEPEND=>=virtual/jre-1.8 >=dev-java/java-config-2.2.0-r3 +SLOT=4.2 +SRC_URI=https://github.com/Microsoft/mssql-jdbc/releases/download/v6.2.2/mssql-jdbc-6.2.2.jre8.jar _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=43db3fc54703ec1a29a4c49014646049 +_md5_=60d23fe0793e1b886f4272e2b4fae806 diff --git a/metadata/md5-cache/dev-libs/Manifest.gz b/metadata/md5-cache/dev-libs/Manifest.gz index ea4e082556ac..aa68b06fa980 100644 Binary files a/metadata/md5-cache/dev-libs/Manifest.gz and b/metadata/md5-cache/dev-libs/Manifest.gz differ diff --git a/metadata/md5-cache/dev-libs/libqtxdg-2.0.0 b/metadata/md5-cache/dev-libs/libqtxdg-2.0.0 index 6d24bb189b7c..d71c0d2a09fc 100644 --- a/metadata/md5-cache/dev-libs/libqtxdg-2.0.0 +++ b/metadata/md5-cache/dev-libs/libqtxdg-2.0.0 @@ -4,10 +4,10 @@ DESCRIPTION=A Qt implementation of XDG standards EAPI=5 HOMEPAGE=http://lxqt.org/ IUSE=test test -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=LGPL-2.1 RDEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 x11-misc/xdg-utils SLOT=0 SRC_URI=http://downloads.lxqt.org/libqtxdg/2.0.0/libqtxdg-2.0.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=c9ed9335f30e763aff2ee1014bfbab0d +_md5_=461402e1a31727fe7e09d1964ded341b diff --git a/metadata/md5-cache/dev-libs/openssl-1.0.2n b/metadata/md5-cache/dev-libs/openssl-1.0.2n index e63dfb610a7f..50f5cf3c22b4 100644 --- a/metadata/md5-cache/dev-libs/openssl-1.0.2n +++ b/metadata/md5-cache/dev-libs/openssl-1.0.2n @@ -4,7 +4,7 @@ DESCRIPTION=full-strength general purpose cryptography library (including SSL an EAPI=6 HOMEPAGE=https://www.openssl.org/ IUSE=+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 static-libs test +tls-heartbeat vanilla zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux LICENSE=openssl PDEPEND=app-misc/ca-certificates RDEPEND=>=app-misc/c_rehash-1.7-r1 gmp? ( >=dev-libs/gmp-5.1.3-r1[static-libs(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) kerberos? ( >=app-crypt/mit-krb5-1.11.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) @@ -12,4 +12,4 @@ RESTRICT=!bindist? ( bindist ) SLOT=0 SRC_URI=mirror://openssl/source/openssl-1.0.2n.tar.gz mirror://gentoo/openssl-1.0.2-patches-1.0.tar.xz https://dev.gentoo.org/~whissi/dist/openssl/openssl-1.0.2-patches-1.0.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=5d5cd0c3321196b43650d626d2badcc7 +_md5_=f4f77f8941d45a6e3c46efe8ca0aafa6 diff --git a/metadata/md5-cache/dev-python/Manifest.gz b/metadata/md5-cache/dev-python/Manifest.gz index 02d9bb2f0272..4468b761b399 100644 Binary files a/metadata/md5-cache/dev-python/Manifest.gz and b/metadata/md5-cache/dev-python/Manifest.gz differ diff --git a/metadata/md5-cache/dev-python/aiosmtpd-1.0 b/metadata/md5-cache/dev-python/aiosmtpd-1.0 new file mode 100644 index 000000000000..ee3e24672563 --- /dev/null +++ b/metadata/md5-cache/dev-python/aiosmtpd-1.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=asyncio based SMTP server +EAPI=6 +HOMEPAGE=http://aiosmtpd.readthedocs.io/ +IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-python/atpublic[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/a/aiosmtpd/aiosmtpd-1.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=57b0c91380e2df9b7d704cbefd9ffc7b diff --git a/metadata/md5-cache/dev-python/aiosmtpd-1.1 b/metadata/md5-cache/dev-python/aiosmtpd-1.1 new file mode 100644 index 000000000000..046e48287528 --- /dev/null +++ b/metadata/md5-cache/dev-python/aiosmtpd-1.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=asyncio based SMTP server +EAPI=6 +HOMEPAGE=http://aiosmtpd.readthedocs.io/ +IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-python/atpublic[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/a/aiosmtpd/aiosmtpd-1.1.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=57b0c91380e2df9b7d704cbefd9ffc7b diff --git a/metadata/md5-cache/dev-python/atpublic-1.0 b/metadata/md5-cache/dev-python/atpublic-1.0 new file mode 100644 index 000000000000..bcf37b7ba860 --- /dev/null +++ b/metadata/md5-cache/dev-python/atpublic-1.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=A decorator and function to polulate a module's __all__ and the module globals. +EAPI=6 +HOMEPAGE=https://gitlab.com/warsaw/public +IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-python/setuptools[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/a/atpublic/atpublic-1.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=7a8b8a6cb76be757e841b54a2b97e6aa diff --git a/metadata/md5-cache/dev-python/falcon-1.3.0 b/metadata/md5-cache/dev-python/falcon-1.3.0 new file mode 100644 index 000000000000..d1236ab537fe --- /dev/null +++ b/metadata/md5-cache/dev-python/falcon-1.3.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/six[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mimeparse[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] cython? ( dev-python/cython[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( dev-python/cython[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/requests[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyyaml[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-runner[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/testtools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=A supersonic micro-framework for building cloud APIs +EAPI=5 +HOMEPAGE=http://falconframework.org/ https://pypi.python.org/pypi/falcon +IUSE=+cython test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-python/six[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mimeparse[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] cython? ( dev-python/cython[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/racker/falcon/archive/1.3.0.tar.gz -> falcon-1.3.0.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=d9b015372ec511ad375333fc49a2cfc8 diff --git a/metadata/md5-cache/dev-python/flufl-bounce-3.0 b/metadata/md5-cache/dev-python/flufl-bounce-3.0 new file mode 100644 index 000000000000..e4a33b8cd173 --- /dev/null +++ b/metadata/md5-cache/dev-python/flufl-bounce-3.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Email bounce detectors. +EAPI=6 +HOMEPAGE=https://gitlab.com/warsaw/flufl.bounce +IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-python/atpublic[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-interface[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/f/flufl.bounce/flufl.bounce-3.0.tar.gz -> flufl-bounce-3.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=11633db15c43db2c8f339b04f61b64eb diff --git a/metadata/md5-cache/dev-python/flufl-i18n-2.0.1 b/metadata/md5-cache/dev-python/flufl-i18n-2.0.1 new file mode 100644 index 000000000000..92968dbf878a --- /dev/null +++ b/metadata/md5-cache/dev-python/flufl-i18n-2.0.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=A high level API for Python internationalization. +EAPI=6 +HOMEPAGE=https://gitlab.com/warsaw/flufl.i18n +IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-python/atpublic[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/f/flufl.i18n/flufl.i18n-2.0.1.tar.gz -> flufl-i18n-2.0.1.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=289aa701221c416e4616e2bdf3f34494 diff --git a/metadata/md5-cache/dev-python/flufl-lock-3.2 b/metadata/md5-cache/dev-python/flufl-lock-3.2 new file mode 100644 index 000000000000..e46a326419a7 --- /dev/null +++ b/metadata/md5-cache/dev-python/flufl-lock-3.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=python3_4 python3_5 python3_6 +EAPI=6 +HOMEPAGE=https://gitlab.com/warsaw/flufl.lock +IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-python/atpublic[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/f/flufl.lock/flufl.lock-3.2.tar.gz -> flufl-lock-3.2.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=438950e1192bdb9f6f2dab3874f5656d diff --git a/metadata/md5-cache/dev-python/lazr-config-2.2.1 b/metadata/md5-cache/dev-python/lazr-config-2.2.1 new file mode 100644 index 000000000000..582069ce2ef4 --- /dev/null +++ b/metadata/md5-cache/dev-python/lazr-config-2.2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Create configuration schemas, and process and validate configurations. +EAPI=6 +HOMEPAGE=https://code.launchpad.net/lazr.config +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/lazr-delegates[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/l/lazr.config/lazr.config-2.2.1.tar.gz -> lazr-config-2.2.1.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=03e50fd32f091ea422c1f6e4a8d017a1 diff --git a/metadata/md5-cache/dev-python/lazr-delegates-2.0.4 b/metadata/md5-cache/dev-python/lazr-delegates-2.0.4 new file mode 100644 index 000000000000..550597191d77 --- /dev/null +++ b/metadata/md5-cache/dev-python/lazr-delegates-2.0.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Easily write objects that delegate behavior +EAPI=6 +HOMEPAGE=https://code.launchpad.net/lazr.deletages +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/l/lazr.delegates/lazr.delegates-2.0.4.tar.gz -> lazr-delegates-2.0.4.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=b0ff0dd9def17cb1bd56e256f76dd5b0 diff --git a/metadata/md5-cache/dev-python/mailmanclient-3.1.1 b/metadata/md5-cache/dev-python/mailmanclient-3.1.1 new file mode 100644 index 000000000000..b3eb04cdccb7 --- /dev/null +++ b/metadata/md5-cache/dev-python/mailmanclient-3.1.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=mailmanclient -- python library for Mailman REST API +EAPI=6 +HOMEPAGE=https://gitlab.com/mailman/mailmanclient +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-3+ +RDEPEND=dev-python/httplib2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/m/mailmanclient/mailmanclient-3.1.1.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=a061d55f92baadd22b2827e33d9f600d diff --git a/metadata/md5-cache/dev-python/zope-configuration-4.1.0 b/metadata/md5-cache/dev-python/zope-configuration-4.1.0 new file mode 100644 index 000000000000..a11eecbcd98a --- /dev/null +++ b/metadata/md5-cache/dev-python/zope-configuration-4.1.0 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/zope-i18nmessageid[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-schema[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Zope Configuration Architecture +EAPI=6 +HOMEPAGE=https://github.com/zopefoundation/zope.configuration http://docs.zope.org/zope.configuration/ +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 +LICENSE=ZPL +RDEPEND=dev-python/zope-i18nmessageid[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-schema[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/z/zope.configuration/zope.configuration-4.1.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=cc500ff8c1f4d3a36addaf5365bbbac9 diff --git a/metadata/md5-cache/dev-python/zope-i18nmessageid-4.1.0 b/metadata/md5-cache/dev-python/zope-i18nmessageid-4.1.0 new file mode 100644 index 000000000000..b98ac82d86d7 --- /dev/null +++ b/metadata/md5-cache/dev-python/zope-i18nmessageid-4.1.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Zope i18nmessageid Architecture +EAPI=6 +HOMEPAGE=https://github.com/zopefoundation/zope.i18nmessageid http://docs.zope.org/zope.i18nmessageid/ +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 +LICENSE=ZPL +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/z/zope.i18nmessageid/zope.i18nmessageid-4.1.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=3715445a7ad6655a529eed8d66321ae7 diff --git a/metadata/md5-cache/dev-python/zope-schema-4.5.0 b/metadata/md5-cache/dev-python/zope-schema-4.5.0 new file mode 100644 index 000000000000..2ce434290d3a --- /dev/null +++ b/metadata/md5-cache/dev-python/zope-schema-4.5.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Zope schema Architecture +EAPI=6 +HOMEPAGE=https://github.com/zopefoundation/zope.schema http://docs.zope.org/zope.schema/ +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 +LICENSE=ZPL +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-event[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/z/zope.schema/zope.schema-4.5.0.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=bcb5505c047fd4d45aa4ee0e11c25695 diff --git a/metadata/md5-cache/dev-ruby/Manifest.gz b/metadata/md5-cache/dev-ruby/Manifest.gz index 93367430c711..b6ce447bfac6 100644 Binary files a/metadata/md5-cache/dev-ruby/Manifest.gz and b/metadata/md5-cache/dev-ruby/Manifest.gz differ diff --git a/metadata/md5-cache/dev-ruby/domain_name-0.5.20170223 b/metadata/md5-cache/dev-ruby/domain_name-0.5.20170223 deleted file mode 100644 index 2e31aae155ef..000000000000 --- a/metadata/md5-cache/dev-ruby/domain_name-0.5.20170223 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby22? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_ruby23] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/test-unit-2.5.5[ruby_targets_ruby22] dev-ruby/shoulda[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/test-unit-2.5.5[ruby_targets_ruby23] dev-ruby/shoulda[ruby_targets_ruby23] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) -DESCRIPTION=Domain Name manipulation library for Ruby -EAPI=5 -HOMEPAGE=https://github.com/knu/ruby-domain_name -IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 test -KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris -LICENSE=BSD-2 -RDEPEND=ruby_targets_ruby22? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_ruby23] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) -REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ) -SLOT=0 -SRC_URI=mirror://rubygems/domain_name-0.5.20170223.gem -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=74df6cc257e9b124cbad3ce3b2d6fbe0 diff --git a/metadata/md5-cache/dev-ruby/domain_name-0.5.20170404 b/metadata/md5-cache/dev-ruby/domain_name-0.5.20170404 index 2ca9450f89a7..45231053ca9c 100644 --- a/metadata/md5-cache/dev-ruby/domain_name-0.5.20170404 +++ b/metadata/md5-cache/dev-ruby/domain_name-0.5.20170404 @@ -4,11 +4,11 @@ DESCRIPTION=Domain Name manipulation library for Ruby EAPI=5 HOMEPAGE=https://github.com/knu/ruby-domain_name IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=BSD-2 RDEPEND=ruby_targets_ruby22? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_ruby23] ) ruby_targets_ruby24? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_ruby24] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=mirror://rubygems/domain_name-0.5.20170404.gem _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=319139de8121c4dbe046586eaa734a69 +_md5_=bc09651c5fdd22ff7cb38bc10b46a753 diff --git a/metadata/md5-cache/dev-ruby/locale-2.1.2-r1 b/metadata/md5-cache/dev-ruby/locale-2.1.2-r1 index f86ed99a0383..7162ad8726be 100644 --- a/metadata/md5-cache/dev-ruby/locale-2.1.2-r1 +++ b/metadata/md5-cache/dev-ruby/locale-2.1.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A pure ruby library which provides basic APIs for localization EAPI=5 HOMEPAGE=https://github.com/ruby-gettext/locale IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-macos +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~x86 ~x86-macos LICENSE=|| ( Ruby GPL-2 ) RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=https://github.com/ruby-gettext/locale/archive/2.1.2.tar.gz -> locale-2.1.2-git.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=5cdd3dee4727639b89ed9ee2b873e168 +_md5_=9680e0d2503f6583db71037ad20bdd60 diff --git a/metadata/md5-cache/dev-ruby/plist-3.4.0 b/metadata/md5-cache/dev-ruby/plist-3.4.0 new file mode 100644 index 000000000000..c1f605d56925 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/plist-3.4.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rake[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ) +DESCRIPTION=A library to manipulate Property List files, also known as plists +EAPI=6 +HOMEPAGE=https://github.com/patsplat/plist +IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +LICENSE=MIT +RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) +REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) +SLOT=0 +SRC_URI=https://github.com/patsplat/plist/archive/v3.4.0.tar.gz -> plist-3.4.0.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=afa4bb3c51fb4825ebc38883366548b7 diff --git a/metadata/md5-cache/dev-ruby/rb-inotify-0.9.10 b/metadata/md5-cache/dev-ruby/rb-inotify-0.9.10 index e8f0782bcfb3..75a1710fe076 100644 --- a/metadata/md5-cache/dev-ruby/rb-inotify-0.9.10 +++ b/metadata/md5-cache/dev-ruby/rb-inotify-0.9.10 @@ -4,11 +4,11 @@ DESCRIPTION=A thorough inotify wrapper for Ruby using FFI EAPI=5 HOMEPAGE=https://github.com/nex3/rb-inotify IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( virtual/ruby-ffi[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/ruby-ffi[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/ruby-ffi[ruby_targets_ruby24] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=mirror://rubygems/rb-inotify-0.9.10.gem _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=4e422c4c4a54a65e54d12737ba31dbcb +_md5_=5e3be9263b7a853f42fe3a983b504e00 diff --git a/metadata/md5-cache/dev-ruby/redcloth-4.3.2 b/metadata/md5-cache/dev-ruby/redcloth-4.3.2 index 3b5ff45cd112..4b1b2d1d44c6 100644 --- a/metadata/md5-cache/dev-ruby/redcloth-4.3.2 +++ b/metadata/md5-cache/dev-ruby/redcloth-4.3.2 @@ -4,11 +4,11 @@ DESCRIPTION=A module for using Textile in Ruby EAPI=5 HOMEPAGE=http://redcloth.org/ IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=https://github.com/jgarber/redcloth/archive/v4.3.2.tar.gz -> RedCloth-4.3.2.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=14f1109ffc7c1af169be1df8631b00ce +_md5_=99d672a000c5b35f4bbc0c30b46cf471 diff --git a/metadata/md5-cache/dev-ruby/test-unit-rr-1.0.5 b/metadata/md5-cache/dev-ruby/test-unit-rr-1.0.5 index 9832d6bd2155..b3f91e590014 100644 --- a/metadata/md5-cache/dev-ruby/test-unit-rr-1.0.5 +++ b/metadata/md5-cache/dev-ruby/test-unit-rr-1.0.5 @@ -4,11 +4,11 @@ DESCRIPTION=RR adapter for Test::Unit EAPI=5 HOMEPAGE=https://github.com/test-unit/test-unit-rr IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc ~x86 LICENSE=LGPL-2.1+ RDEPEND=ruby_targets_ruby22? ( >=dev-ruby/rr-1.1.1[ruby_targets_ruby22] >=dev-ruby/test-unit-2.5.2[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/rr-1.1.1[ruby_targets_ruby23] >=dev-ruby/test-unit-2.5.2[ruby_targets_ruby23] ) ruby_targets_ruby24? ( >=dev-ruby/rr-1.1.1[ruby_targets_ruby24] >=dev-ruby/test-unit-2.5.2[ruby_targets_ruby24] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=mirror://rubygems/test-unit-rr-1.0.5.gem _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=17340c8b08f653f0389e96504124e857 +_md5_=49fe406ccd6f450efb62df45630215c5 diff --git a/metadata/md5-cache/dev-ruby/uglifier-4.0.2 b/metadata/md5-cache/dev-ruby/uglifier-4.0.2 new file mode 100644 index 000000000000..3d74988ede0f --- /dev/null +++ b/metadata/md5-cache/dev-ruby/uglifier-4.0.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby22? ( >=dev-ruby/execjs-0.3.0:*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/execjs-0.3.0:*[ruby_targets_ruby23] ) ruby_targets_ruby24? ( >=dev-ruby/execjs-0.3.0:*[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/sourcemap[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/sourcemap[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/sourcemap[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ) +DESCRIPTION=Ruby wrapper for UglifyJS JavaScript compressor +EAPI=6 +HOMEPAGE=https://github.com/lautis/uglifier +IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test +KEYWORDS=~amd64 ~arm ~arm64 ~amd64-linux +LICENSE=MIT +RDEPEND=ruby_targets_ruby22? ( >=dev-ruby/execjs-0.3.0:*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/execjs-0.3.0:*[ruby_targets_ruby23] ) ruby_targets_ruby24? ( >=dev-ruby/execjs-0.3.0:*[ruby_targets_ruby24] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) +REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) +SLOT=4 +SRC_URI=https://github.com/lautis/uglifier/archive/v4.0.2.tar.gz -> uglifier-4.0.2.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=f94b61d75f645d4f05f907b0cbcc9140 diff --git a/metadata/md5-cache/dev-ruby/yard-0.9.11 b/metadata/md5-cache/dev-ruby/yard-0.9.11 index 940b4ab8f325..3f915e1537bd 100644 --- a/metadata/md5-cache/dev-ruby/yard-0.9.11 +++ b/metadata/md5-cache/dev-ruby/yard-0.9.11 @@ -4,11 +4,11 @@ DESCRIPTION=Documentation generation tool for the Ruby programming language EAPI=6 HOMEPAGE=http://yardoc.org/ IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 SRC_URI=https://github.com/lsegal/yard/archive/v0.9.11.tar.gz -> yard-0.9.11-git.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 1a95cd8be181598c8171cf918aa225d9 ruby-utils f8a0644cb27ba724df27b2a20a739b53 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=ff0886a9ffd4903f0ad7de1b2b2624f7 +_md5_=f4d3d4cae54c258aac0fee9579d7a73d diff --git a/metadata/md5-cache/dev-util/Manifest.gz b/metadata/md5-cache/dev-util/Manifest.gz index e839836cab14..c5fe762de6a5 100644 Binary files a/metadata/md5-cache/dev-util/Manifest.gz and b/metadata/md5-cache/dev-util/Manifest.gz differ diff --git a/metadata/md5-cache/dev-util/pycharm-community-2017.2.3 b/metadata/md5-cache/dev-util/pycharm-community-2017.2.3 index 60d6a4252fb5..267d2f20fa09 100644 --- a/metadata/md5-cache/dev-util/pycharm-community-2017.2.3 +++ b/metadata/md5-cache/dev-util/pycharm-community-2017.2.3 @@ -1,4 +1,5 @@ -DEFINED_PHASES=install prepare +DEFINED_PHASES=install postinst postrm prepare +DEPEND=>=sys-apps/sed-4 DESCRIPTION=Intelligent Python IDE with unique code assistance and analysis EAPI=6 HOMEPAGE=http://www.jetbrains.com/pycharm/ @@ -8,5 +9,5 @@ RDEPEND=>=virtual/jre-1.8 RESTRICT=mirror strip SLOT=0 SRC_URI=http://download.jetbrains.com/python/pycharm-community-2017.2.3.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=6e3a1bbf894c979ff59970daa941a0ce +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=b9ce0616764ab5a711f956bd8dd5b396 diff --git a/metadata/md5-cache/dev-util/pycharm-community-2017.2.4 b/metadata/md5-cache/dev-util/pycharm-community-2017.2.4 index a5d62e70413c..c00dad3c6e57 100644 --- a/metadata/md5-cache/dev-util/pycharm-community-2017.2.4 +++ b/metadata/md5-cache/dev-util/pycharm-community-2017.2.4 @@ -1,4 +1,5 @@ -DEFINED_PHASES=install prepare +DEFINED_PHASES=install postinst postrm prepare +DEPEND=>=sys-apps/sed-4 DESCRIPTION=Intelligent Python IDE with unique code assistance and analysis EAPI=6 HOMEPAGE=http://www.jetbrains.com/pycharm/ @@ -8,5 +9,5 @@ RDEPEND=>=virtual/jre-1.8 RESTRICT=mirror strip SLOT=0 SRC_URI=http://download.jetbrains.com/python/pycharm-community-2017.2.4.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=0a306517f6ac263bd0a9665562bf8cfd +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=1ccfb3eaa8168fa82336f710b1347936 diff --git a/metadata/md5-cache/dev-util/pycharm-community-2017.3 b/metadata/md5-cache/dev-util/pycharm-community-2017.3 index f28e196470f6..bfef7c4182a5 100644 --- a/metadata/md5-cache/dev-util/pycharm-community-2017.3 +++ b/metadata/md5-cache/dev-util/pycharm-community-2017.3 @@ -1,4 +1,5 @@ -DEFINED_PHASES=install prepare +DEFINED_PHASES=install postinst postrm prepare +DEPEND=>=sys-apps/sed-4 DESCRIPTION=Intelligent Python IDE with unique code assistance and analysis EAPI=6 HOMEPAGE=http://www.jetbrains.com/pycharm/ @@ -8,5 +9,5 @@ RDEPEND=>=virtual/jre-1.8 RESTRICT=mirror strip SLOT=0 SRC_URI=http://download.jetbrains.com/python/pycharm-community-2017.3.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=0a306517f6ac263bd0a9665562bf8cfd +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=1ccfb3eaa8168fa82336f710b1347936 diff --git a/metadata/md5-cache/dev-util/pycharm-professional-2017.2.3 b/metadata/md5-cache/dev-util/pycharm-professional-2017.2.3 index 8bbf08fe07bb..d90255037e25 100644 --- a/metadata/md5-cache/dev-util/pycharm-professional-2017.2.3 +++ b/metadata/md5-cache/dev-util/pycharm-professional-2017.2.3 @@ -1,4 +1,5 @@ -DEFINED_PHASES=install prepare +DEFINED_PHASES=install postinst postrm prepare +DEPEND=>=sys-apps/sed-4 DESCRIPTION=Intelligent Python IDE with unique code assistance and analysis EAPI=6 HOMEPAGE=http://www.jetbrains.com/pycharm/ @@ -8,5 +9,5 @@ RDEPEND=>=virtual/jre-1.8 dev-python/pip RESTRICT=mirror strip SLOT=0 SRC_URI=http://download.jetbrains.com/python/pycharm-professional-2017.2.3.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=3563f41166552ff06b631fde68a5a868 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=d40c6f79113eecc9159c1839e23e9fdd diff --git a/metadata/md5-cache/dev-util/pycharm-professional-2017.2.4 b/metadata/md5-cache/dev-util/pycharm-professional-2017.2.4 index 5031f1413aec..5588505f340b 100644 --- a/metadata/md5-cache/dev-util/pycharm-professional-2017.2.4 +++ b/metadata/md5-cache/dev-util/pycharm-professional-2017.2.4 @@ -1,4 +1,5 @@ -DEFINED_PHASES=install prepare +DEFINED_PHASES=install postinst postrm prepare +DEPEND=>=sys-apps/sed-4 DESCRIPTION=Intelligent Python IDE with unique code assistance and analysis EAPI=6 HOMEPAGE=http://www.jetbrains.com/pycharm/ @@ -8,5 +9,5 @@ RDEPEND=>=virtual/jre-1.8 dev-python/pip RESTRICT=mirror strip SLOT=0 SRC_URI=http://download.jetbrains.com/python/pycharm-professional-2017.2.4.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=043a076b1fcf080ae8703b5f560b9498 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=b7ddcf32b758193ca2ed04a30f8cedf8 diff --git a/metadata/md5-cache/dev-util/pycharm-professional-2017.3 b/metadata/md5-cache/dev-util/pycharm-professional-2017.3 index f0229a9f5ca1..3cc182944f31 100644 --- a/metadata/md5-cache/dev-util/pycharm-professional-2017.3 +++ b/metadata/md5-cache/dev-util/pycharm-professional-2017.3 @@ -1,4 +1,5 @@ -DEFINED_PHASES=install prepare +DEFINED_PHASES=install postinst postrm prepare +DEPEND=>=sys-apps/sed-4 DESCRIPTION=Intelligent Python IDE with unique code assistance and analysis EAPI=6 HOMEPAGE=http://www.jetbrains.com/pycharm/ @@ -8,5 +9,5 @@ RDEPEND=>=virtual/jre-1.8 dev-python/pip RESTRICT=mirror strip SLOT=0 SRC_URI=http://download.jetbrains.com/python/pycharm-professional-2017.3.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=043a076b1fcf080ae8703b5f560b9498 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=b7ddcf32b758193ca2ed04a30f8cedf8 diff --git a/metadata/md5-cache/dev-util/qbs-1.10.0 b/metadata/md5-cache/dev-util/qbs-1.10.0 new file mode 100644 index 000000000000..58424e44309b --- /dev/null +++ b/metadata/md5-cache/dev-util/qbs-1.10.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=dev-qt/qtcore:5= dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 test? ( dev-qt/qttest:5 ) doc? ( dev-qt/qdoc:5 dev-qt/qthelp:5 ) test? ( dev-qt/qtdeclarative:5 ) +DESCRIPTION=Modern build tool for software projects +EAPI=6 +HOMEPAGE=https://wiki.qt.io/Qbs +IUSE=doc examples test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=|| ( LGPL-2.1 LGPL-3 ) +RDEPEND=dev-qt/qtcore:5= dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 test? ( dev-qt/qttest:5 ) +SLOT=0 +SRC_URI=http://download.qt.io/official_releases/qbs/1.10.0/qbs-src-1.10.0.tar.gz +_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f multilib 97f470f374f2e94ccab04a2fb21d811e qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=b1479532fbc317789f8a74bfae7583a6 diff --git a/metadata/md5-cache/games-fps/Manifest.gz b/metadata/md5-cache/games-fps/Manifest.gz index 339f2644ec71..ed50226602e5 100644 Binary files a/metadata/md5-cache/games-fps/Manifest.gz and b/metadata/md5-cache/games-fps/Manifest.gz differ diff --git a/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20170426 b/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20170426 deleted file mode 100644 index 3eecec1373de..000000000000 --- a/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20170426 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst pretend -DEPEND=client? ( media-libs/libsdl2[X,sound,joystick,opengl,video] mumble? ( media-sound/mumble ) openal? ( media-libs/openal ) opus? ( media-libs/opusfile ) vorbis? ( media-libs/libogg media-libs/libvorbis ) ) curl? ( net-misc/curl ) ~games-fps/urbanterror-data-4.3.2 sys-libs/zlib[minizip] virtual/jpeg:0 >=sys-apps/sed-4 -DESCRIPTION=Hollywood tactical shooter based on the ioquake3 engine -EAPI=6 -HOMEPAGE=http://urbanterror.info -IUSE=+altgamma +client +curl debug mumble openal +opus server voip vorbis -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=client? ( media-libs/libsdl2[X,sound,joystick,opengl,video] mumble? ( media-sound/mumble ) openal? ( media-libs/openal ) opus? ( media-libs/opusfile ) vorbis? ( media-libs/libogg media-libs/libvorbis ) ) curl? ( net-misc/curl ) ~games-fps/urbanterror-data-4.3.2 sys-libs/zlib[minizip] virtual/jpeg:0 -REQUIRED_USE=|| ( client server ) -SLOT=0 -SRC_URI=https://github.com/mickael9/ioq3/archive/60b17a27ecaa30bffc44114cb94df82af7febfdd.tar.gz -> urbanterror-4.3.2_p20170426.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=3f9d7cb5640652b0453ffb4708452fbb diff --git a/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20170713 b/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20170713 deleted file mode 100644 index 78362d5ac458..000000000000 --- a/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20170713 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst pretend -DEPEND=client? ( media-libs/libsdl2[X,sound,joystick,opengl,video] mumble? ( media-sound/mumble ) openal? ( media-libs/openal ) opus? ( media-libs/opusfile ) vorbis? ( media-libs/libogg media-libs/libvorbis ) ) curl? ( net-misc/curl ) ~games-fps/urbanterror-data-4.3.2 sys-libs/zlib[minizip] virtual/jpeg:0 >=sys-apps/sed-4 -DESCRIPTION=Hollywood tactical shooter based on the ioquake3 engine -EAPI=6 -HOMEPAGE=http://urbanterror.info https://github.com/mickael9/ioq3 -IUSE=+altgamma +client +curl debug mumble openal +opus server voip vorbis -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=client? ( media-libs/libsdl2[X,sound,joystick,opengl,video] mumble? ( media-sound/mumble ) openal? ( media-libs/openal ) opus? ( media-libs/opusfile ) vorbis? ( media-libs/libogg media-libs/libvorbis ) ) curl? ( net-misc/curl ) ~games-fps/urbanterror-data-4.3.2 sys-libs/zlib[minizip] virtual/jpeg:0 -REQUIRED_USE=|| ( client server ) -SLOT=0 -SRC_URI=https://github.com/mickael9/ioq3/archive/8eb3e10163c62331b77171a71ca6102d3d63c3e7.tar.gz -> urbanterror-4.3.2_p20170713.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=640141f67ed955caf2e0195908231124 diff --git a/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20170915 b/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20170915 deleted file mode 100644 index 718a776b5c0a..000000000000 --- a/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20170915 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst pretend -DEPEND=client? ( media-libs/libsdl2[X,sound,joystick,opengl,video] mumble? ( media-sound/mumble ) openal? ( media-libs/openal ) opus? ( media-libs/opusfile ) vorbis? ( media-libs/libogg media-libs/libvorbis ) ) curl? ( net-misc/curl ) ~games-fps/urbanterror-data-4.3.2 sys-libs/zlib[minizip] virtual/jpeg:0 >=sys-apps/sed-4 -DESCRIPTION=Hollywood tactical shooter based on the ioquake3 engine -EAPI=6 -HOMEPAGE=http://urbanterror.info https://github.com/mickael9/ioq3 -IUSE=+altgamma +client +curl debug mumble openal +opus server voip vorbis -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=client? ( media-libs/libsdl2[X,sound,joystick,opengl,video] mumble? ( media-sound/mumble ) openal? ( media-libs/openal ) opus? ( media-libs/opusfile ) vorbis? ( media-libs/libogg media-libs/libvorbis ) ) curl? ( net-misc/curl ) ~games-fps/urbanterror-data-4.3.2 sys-libs/zlib[minizip] virtual/jpeg:0 -REQUIRED_USE=|| ( client server ) -SLOT=0 -SRC_URI=https://github.com/mickael9/ioq3/archive/0b3e62a00bd05d337f2ab6dad2cdb311a5d76464.tar.gz -> urbanterror-4.3.2_p20170915.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=1cada9207bbcbe6e3ef3ccf0204468b5 diff --git a/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20171016 b/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20171016 deleted file mode 100644 index b94c0d91db6a..000000000000 --- a/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20171016 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst pretend -DEPEND=client? ( media-libs/libsdl2[X,sound,joystick,opengl,video] mumble? ( media-sound/mumble ) openal? ( media-libs/openal ) opus? ( media-libs/opusfile ) vorbis? ( media-libs/libogg media-libs/libvorbis ) ) curl? ( net-misc/curl ) ~games-fps/urbanterror-data-4.3.2 sys-libs/zlib[minizip] virtual/jpeg:0 >=sys-apps/sed-4 -DESCRIPTION=Hollywood tactical shooter based on the ioquake3 engine -EAPI=6 -HOMEPAGE=http://urbanterror.info https://github.com/mickael9/ioq3 -IUSE=+altgamma +client +curl debug mumble openal +opus server voip vorbis -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=client? ( media-libs/libsdl2[X,sound,joystick,opengl,video] mumble? ( media-sound/mumble ) openal? ( media-libs/openal ) opus? ( media-libs/opusfile ) vorbis? ( media-libs/libogg media-libs/libvorbis ) ) curl? ( net-misc/curl ) ~games-fps/urbanterror-data-4.3.2 sys-libs/zlib[minizip] virtual/jpeg:0 -REQUIRED_USE=|| ( client server ) -SLOT=0 -SRC_URI=https://github.com/mickael9/ioq3/archive/3e555ab1405c38556cbfcdd42eac23a4af49e633.tar.gz -> urbanterror-4.3.2_p20171016.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=804396ec7e858d289e0bd5fafcb6235d diff --git a/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20171105 b/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20171208 similarity index 89% rename from metadata/md5-cache/games-fps/urbanterror-4.3.2_p20171105 rename to metadata/md5-cache/games-fps/urbanterror-4.3.2_p20171208 index 07feed6df6a4..badc4131e1c1 100644 --- a/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20171105 +++ b/metadata/md5-cache/games-fps/urbanterror-4.3.2_p20171208 @@ -9,6 +9,6 @@ LICENSE=GPL-2 RDEPEND=client? ( media-libs/libsdl2:=[X,sound,joystick,opengl,video] mumble? ( media-sound/mumble:= ) openal? ( media-libs/openal:= ) opus? ( media-libs/opusfile:= ) vorbis? ( media-libs/libogg:= media-libs/libvorbis:= ) ) curl? ( net-misc/curl ) ~games-fps/urbanterror-data-4.3.2 sys-libs/zlib:=[minizip] virtual/jpeg:0 REQUIRED_USE=|| ( client server ) SLOT=0 -SRC_URI=https://github.com/mickael9/ioq3/archive/59594a771796ae3b02e24a23807a808129931d1a.tar.gz -> urbanterror-4.3.2_p20171105.tar.gz +SRC_URI=https://github.com/mickael9/ioq3/archive/e3bc50248c9d6c319d4822ca23caa5d46fc118ab.tar.gz -> urbanterror-4.3.2_p20171208.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 eapi7-ver ad64fd3dcf3a655ac44ecae6d0e5ffcc epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=95cf57705016c2f907d0fe5d2cd0d181 +_md5_=37c6524166ca941a9ef60172cdc4728d diff --git a/metadata/md5-cache/games-fps/urbanterror-data-4.3.2 b/metadata/md5-cache/games-fps/urbanterror-data-4.3.2 deleted file mode 100644 index 80cf7696963c..000000000000 --- a/metadata/md5-cache/games-fps/urbanterror-data-4.3.2 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install prepare pretend setup -DEPEND=app-arch/unzip -DESCRIPTION=Data files for UrbanTerror -EAPI=6 -HOMEPAGE=http://www.urbanterror.info -KEYWORDS=~amd64 ~x86 -LICENSE=Q3AEULA-20000111 urbanterror-4.2-maps -SLOT=0 -SRC_URI=https://up.barbatos.fr/urt/UrbanTerror43_full.zip -> urbanterror-data-4.3.2.zip https://upload.wikimedia.org/wikipedia/commons/5/56/Urbanterror.svg -> urbanterror-data.svg https://up.barbatos.fr/urt/UrbanTerror-4.3.0-to-4.3.1.zip -> urbanterror-data-4.3.0-to-4.3.1.zip https://up.barbatos.fr/urt/UrbanTerror-4.3.1-to-4.3.2.zip -> urbanterror-data-4.3.1-to-4.3.2.zip -_eclasses_=check-reqs bd050ce908e4637604ee604ed4b78e8f desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=3fc481482e5528fe86a13b9b56216cae diff --git a/metadata/md5-cache/games-fps/urbanterror-data-4.3.2-r1 b/metadata/md5-cache/games-fps/urbanterror-data-4.3.2-r1 index da9a5823b76c..8715eb3bba9f 100644 --- a/metadata/md5-cache/games-fps/urbanterror-data-4.3.2-r1 +++ b/metadata/md5-cache/games-fps/urbanterror-data-4.3.2-r1 @@ -8,4 +8,4 @@ LICENSE=Q3AEULA-20000111 urbanterror-4.2-maps SLOT=0 SRC_URI=https://up.barbatos.fr/urt/UrbanTerror43_full.zip -> urbanterror-data-4.3.2.zip https://up.barbatos.fr/urt/UrbanTerror-4.3.0-to-4.3.1.zip -> urbanterror-data-4.3.0-to-4.3.1.zip https://up.barbatos.fr/urt/UrbanTerror-4.3.1-to-4.3.2.zip -> urbanterror-data-4.3.1-to-4.3.2.zip _eclasses_=check-reqs bd050ce908e4637604ee604ed4b78e8f desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=3c975b7baa6c0ff166879b6d298a6561 +_md5_=a840acec2058e7fe71fb26cfbff87ebb diff --git a/metadata/md5-cache/games-util/Manifest.gz b/metadata/md5-cache/games-util/Manifest.gz index d03b97defa4b..f22a4bfdda5e 100644 Binary files a/metadata/md5-cache/games-util/Manifest.gz and b/metadata/md5-cache/games-util/Manifest.gz differ diff --git a/metadata/md5-cache/games-util/lutris-0.3.6.3 b/metadata/md5-cache/games-util/lutris-0.3.6.3 deleted file mode 100644 index 5b010a7c4a9a..000000000000 --- a/metadata/md5-cache/games-util/lutris-0.3.6.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite,threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=sys-apps/sed-4 -DESCRIPTION=Gaming platform for GNU/Linux -EAPI=5 -HOMEPAGE=http://lutris.net/ -IUSE=python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/pygobject:3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] gnome-base/gvfs[http] x11-apps/xrandr x11-apps/xgamma x11-misc/xdg-utils python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite,threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] games-misc/games-envd -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://lutris.net/releases/lutris_0.3.6.3.tar.gz -_eclasses_=base 983774947da124fb7d542ce25a218bb1 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 games 2bb3ede665927a68ffdb7c41eec7efde gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=1143a71362cda37cea12bd4371b93c25 diff --git a/metadata/md5-cache/games-util/lutris-0.3.8 b/metadata/md5-cache/games-util/lutris-0.3.8 deleted file mode 100644 index c282c76dde37..000000000000 --- a/metadata/md5-cache/games-util/lutris-0.3.8 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite,threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=sys-apps/sed-4 -DESCRIPTION=Gaming platform for GNU/Linux -EAPI=5 -HOMEPAGE=http://lutris.net/ -IUSE=python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/pygobject:3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] gnome-base/gvfs[http] x11-apps/xrandr x11-apps/xgamma x11-misc/xdg-utils python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite,threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] games-misc/games-envd -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://lutris.net/releases/lutris_0.3.8.tar.xz -_eclasses_=base 983774947da124fb7d542ce25a218bb1 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 games 2bb3ede665927a68ffdb7c41eec7efde gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af user 8bc2845510e2109af75e3eeac607ec81 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=8de1f87f725617cb274e4ea60c3a3625 diff --git a/metadata/md5-cache/games-util/lutris-0.4.13 b/metadata/md5-cache/games-util/lutris-0.4.14 similarity index 96% rename from metadata/md5-cache/games-util/lutris-0.4.13 rename to metadata/md5-cache/games-util/lutris-0.4.14 index 6cdbd23da45b..c59124279633 100644 --- a/metadata/md5-cache/games-util/lutris-0.4.13 +++ b/metadata/md5-cache/games-util/lutris-0.4.14 @@ -9,6 +9,6 @@ LICENSE=GPL-3 RDEPEND=dev-python/dbus-python[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pygobject:3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/python-evdev[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyyaml[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] net-libs/libsoup x11-apps/xrandr x11-apps/xgamma python_targets_python3_4? ( dev-lang/python:3.4[sqlite,threads] ) python_targets_python3_5? ( dev-lang/python:3.5[sqlite,threads] ) python_targets_python3_6? ( dev-lang/python:3.6[sqlite,threads] ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 -SRC_URI=https://github.com/lutris/lutris/archive/v0.4.13.tar.gz -> lutris-0.4.13.tar.gz +SRC_URI=https://github.com/lutris/lutris/archive/v0.4.14.tar.gz -> lutris-0.4.14.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=e9e868639fcdce736e244929a0616209 diff --git a/metadata/md5-cache/lxqt-base/Manifest.gz b/metadata/md5-cache/lxqt-base/Manifest.gz index 7f7b5e024c1f..a75ab6802644 100644 Binary files a/metadata/md5-cache/lxqt-base/Manifest.gz and b/metadata/md5-cache/lxqt-base/Manifest.gz differ diff --git a/metadata/md5-cache/lxqt-base/liblxqt-0.11.0-r1 b/metadata/md5-cache/lxqt-base/liblxqt-0.11.0-r1 index 3d9c76216de1..318456a5938d 100644 --- a/metadata/md5-cache/lxqt-base/liblxqt-0.11.0-r1 +++ b/metadata/md5-cache/lxqt-base/liblxqt-0.11.0-r1 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libqtxdg-1.3.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 DESCRIPTION=Common base library for the LXQt desktop environment EAPI=6 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-1.3.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5[X] x11-libs/libXScrnSaver SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/liblxqt-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=a315f8313467774e9e7c121e83b1e8cc +_md5_=67a642894691d4d676f874595b6ff1b7 diff --git a/metadata/md5-cache/lxqt-base/libsysstat-0.3.2 b/metadata/md5-cache/lxqt-base/libsysstat-0.3.2 index 22347fbef43a..550c4a2b3cd5 100644 --- a/metadata/md5-cache/lxqt-base/libsysstat-0.3.2 +++ b/metadata/md5-cache/lxqt-base/libsysstat-0.3.2 @@ -3,10 +3,10 @@ DEPEND=dev-qt/qtcore:5 dev-qt/linguist-tools:5 sys-devel/make >=dev-util/cmake-3 DESCRIPTION=A Qt-based interface to system statistics EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=LGPL-2.1+ RDEPEND=dev-qt/qtcore:5 SLOT=0 SRC_URI=https://downloads.lxqt.org/libsysstat/0.3.2/libsysstat-0.3.2.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=fa8b2bc131a659d444c1617283cb2334 +_md5_=31c7309b22b628c8861f9bcfcad18fb0 diff --git a/metadata/md5-cache/lxqt-base/lxqt-about-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-about-0.11.0 index 765207d9cd79..8b1cb55c23cb 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-about-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-about-0.11.0 @@ -3,10 +3,10 @@ DEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/ DESCRIPTION=LXQt about dialog EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=LGPL-2.1+ RDEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 ~lxqt-base/liblxqt-0.11.0 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-about-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=9b5373422d5723b8c777d6c7d85267fc +_md5_=ffbe5f6134f1643748d5c3a55a7c0141 diff --git a/metadata/md5-cache/lxqt-base/lxqt-admin-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-admin-0.11.0 index a739e9dd8d85..641d6464ccdb 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-admin-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-admin-0.11.0 @@ -3,10 +3,10 @@ DEPEND=dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 DESCRIPTION=LXQt system administration tool EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=LGPL-2.1+ RDEPEND=dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 ~lxqt-base/liblxqt-0.11.0 kde-frameworks/kwindowsystem:5 x11-libs/libX11 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-admin-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=667380c78736e934555484c6d4bed6ee +_md5_=b9a56c6cc1b8d86650d55ed56a04ee53 diff --git a/metadata/md5-cache/lxqt-base/lxqt-common-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-common-0.11.0 index a5e98d2e2d67..7c8dc7008408 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-common-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-common-0.11.0 @@ -3,11 +3,11 @@ DEPEND=>=lxqt-base/liblxqt-0.11.0 sys-devel/make >=dev-util/cmake-3.7.2 DESCRIPTION=LXQt common resources EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=LGPL-2.1+ PDEPEND=>=lxqt-base/lxqt-session-0.11.0 RDEPEND=>=lxqt-base/liblxqt-0.11.0 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-common-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=d1d32fa8f24e0b1ad88ee69fead9ffe2 +_md5_=783518d83a5e7b3d334b830840de25e1 diff --git a/metadata/md5-cache/lxqt-base/lxqt-config-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-config-0.11.0 index dc26b591f169..d5845b26a6c7 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-config-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-config-0.11.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qt DESCRIPTION=LXQt system configuration control center EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5 kde-plasma/libkscreen:5= ~lxqt-base/liblxqt-0.11.0 sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libxcb:= x11-libs/libX11 x11-libs/libXcursor x11-libs/libXext x11-libs/libXfixes x11-apps/setxkbmap SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-config-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6a5b876b5944a04941ab681dab1fc050 +_md5_=bf842035959a3bf002cfed489f10a514 diff --git a/metadata/md5-cache/lxqt-base/lxqt-globalkeys-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-globalkeys-0.11.0 index 120a7feee274..0f30dc3b918c 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-globalkeys-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-globalkeys-0.11.0 @@ -3,10 +3,10 @@ DEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/ DESCRIPTION=Daemon and library for global keyboard shortcuts registration EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 ~lxqt-base/liblxqt-0.11.0 >=dev-libs/libqtxdg-1.0.0 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-globalkeys-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=46495647dd6acf1176358fb2ddc9e0bc +_md5_=f0023bdf08acde9bad06a9813179129b diff --git a/metadata/md5-cache/lxqt-base/lxqt-meta-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-meta-0.11.0 index 18cdef9c6141..84fc992a347a 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-meta-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-meta-0.11.0 @@ -3,9 +3,9 @@ DESCRIPTION=Meta ebuild for LXQt, the Lightweight Desktop Environment EAPI=5 HOMEPAGE=http://lxqt.org/ IUSE=+about admin +filemanager +icons lightdm lximage minimal +oxygen +policykit powermanagement sddm ssh-askpass sudo -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=amd64 ~arm64 x86 LICENSE=metapackage RDEPEND=>=lxde-base/lxmenu-data-0.1.2 ~lxqt-base/lxqt-common-0.11.0 ~lxqt-base/lxqt-config-0.11.0 ~lxqt-base/lxqt-globalkeys-0.11.0 ~lxqt-base/lxqt-notificationd-0.11.0 ~lxqt-base/lxqt-panel-0.11.0 ~lxqt-base/lxqt-qtplugin-0.11.0 ~lxqt-base/lxqt-runner-0.11.0 ~lxqt-base/lxqt-session-0.11.0 virtual/ttf-fonts about? ( ~lxqt-base/lxqt-about-0.11.0 ) admin? ( ~lxqt-base/lxqt-admin-0.11.0 ) filemanager? ( >=x11-misc/pcmanfm-qt-0.11.0 ) icons? ( oxygen? ( kde-frameworks/oxygen-icons ) !oxygen? ( virtual/freedesktop-icon-theme ) ) lightdm? ( x11-misc/lightdm ) lximage? ( media-gfx/lximage-qt ) !minimal? ( x11-wm/openbox x11-misc/obconf-qt ) policykit? ( ~lxqt-base/lxqt-policykit-0.11.0 || ( sys-auth/consolekit[policykit(-)] sys-apps/systemd[policykit(-)] ) ) powermanagement? ( ~lxqt-base/lxqt-powermanagement-0.11.0 ) sddm? ( >=x11-misc/sddm-0.11.0 ) ssh-askpass? ( ~lxqt-base/lxqt-openssh-askpass-0.11.0 ) sudo? ( ~lxqt-base/lxqt-sudo-0.11.0 ) REQUIRED_USE=oxygen? ( icons ) SLOT=0 -_md5_=6f5b3471dae4a2a48c8a5dd64f8398c5 +_md5_=6b24b830dd376a51d9fe62abd26b90e1 diff --git a/metadata/md5-cache/lxqt-base/lxqt-notificationd-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-notificationd-0.11.0 index 9cc62fd9f558..bf2ea21d26d8 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-notificationd-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-notificationd-0.11.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 DESCRIPTION=LXQt notification daemon and library EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5 ~lxqt-base/liblxqt-0.11.0 =lxqt-base/lxqt-common-0.11* SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-notificationd-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=c863a20b96570c344daef47166c30d67 +_md5_=b457101c380bf02e23244b4a4393d7d1 diff --git a/metadata/md5-cache/lxqt-base/lxqt-openssh-askpass-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-openssh-askpass-0.11.0 index d23c441c646c..91a3f2925147 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-openssh-askpass-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-openssh-askpass-0.11.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 DESCRIPTION=LXQt OpenSSH user password prompt tool EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 ~lxqt-base/liblxqt-0.11.0 x11-libs/libX11 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-openssh-askpass-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=363bd169cbe53e550ff6098e492aec46 +_md5_=204364f8f12ccd1fc4f3230e720f6d3a diff --git a/metadata/md5-cache/lxqt-base/lxqt-panel-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-panel-0.11.0 index e5bd743a1c8c..d860c735affb 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-panel-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-panel-0.11.0 @@ -4,11 +4,11 @@ DESCRIPTION=LXQt desktop panel and plugins EAPI=5 HOMEPAGE=http://lxqt.org/ IUSE=+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu +mount networkmonitor pulseaudio +quicklaunch sensors +showdesktop statusnotifier sysstat +taskbar +tray +volume worldclock -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=LGPL-2.1+ RDEPEND=dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kguiaddons:5 kde-frameworks/kwindowsystem:5[X] >=lxde-base/menu-cache-0.3.3 ~lxqt-base/liblxqt-0.11.0 ~lxqt-base/lxqt-globalkeys-0.11.0 x11-libs/libX11 cpuload? ( sys-libs/libstatgrab ) kbindicator? ( x11-libs/libxkbcommon ) mount? ( kde-frameworks/solid:5 ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors ) statusnotifier? ( dev-libs/libdbusmenu-qt[qt5(+)] ) sysstat? ( =lxqt-base/libsysstat-0.3* ) tray? ( x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXrender ) volume? ( alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) ) dev-qt/qtsvg:5 >=lxde-base/lxmenu-data-0.1.2 REQUIRED_USE=volume? ( || ( alsa pulseaudio ) ) SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-panel-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=7aca4c4a1b0aaae05ee6a1e603af125e +_md5_=2cf5a50e33b31245525cf2c64b810888 diff --git a/metadata/md5-cache/lxqt-base/lxqt-policykit-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-policykit-0.11.0 index 29148c18f987..727455aa4ed4 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-policykit-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-policykit-0.11.0 @@ -3,10 +3,10 @@ DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtw DESCRIPTION=LXQt PolKit authentication agent EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 ~lxqt-base/liblxqt-0.11.0 >=dev-libs/libqtxdg-1.0.0 sys-auth/polkit-qt[qt5(+)] SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-policykit-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=62d8cbaa692f915504b4354f4b112528 +_md5_=598e4811a7ccc6735932eddcbf424d76 diff --git a/metadata/md5-cache/lxqt-base/lxqt-powermanagement-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-powermanagement-0.11.0 index 5bbc245077db..359c98fe5d4f 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-powermanagement-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-powermanagement-0.11.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 DESCRIPTION=LXQt daemon for power management and auto-suspend EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 kde-frameworks/kidletime:5 kde-frameworks/solid:5 ~lxqt-base/liblxqt-0.11.0 || ( sys-power/upower sys-power/upower-pm-utils ) SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-powermanagement-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=0f5d5b25ced8cedd171f0e492a1115c5 +_md5_=0f1d31b39b9fe3b1d538535fd8bf0b74 diff --git a/metadata/md5-cache/lxqt-base/lxqt-qtplugin-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-qtplugin-0.11.0 index 09e4a2574de5..6d86bb571fdc 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-qtplugin-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-qtplugin-0.11.0 @@ -3,10 +3,10 @@ DEPEND=dev-libs/libdbusmenu-qt[qt5(+)] >=dev-libs/libqtxdg-2.0.0 dev-qt/qtcore:5 DESCRIPTION=LXQt system integration plugin for Qt EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=LGPL-2.1+ RDEPEND=dev-libs/libdbusmenu-qt[qt5(+)] >=dev-libs/libqtxdg-2.0.0 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ~lxqt-base/liblxqt-0.11.0 x11-libs/libX11 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-qtplugin-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=5b74a6881d7cd522dfd83c41d2d6d429 +_md5_=fc6707c82b8cb5a31462cc4dddd843da diff --git a/metadata/md5-cache/lxqt-base/lxqt-runner-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-runner-0.11.0 index 156b96981997..d6b38d607e97 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-runner-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-runner-0.11.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-cpp/muParser-2.2.3 dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 dev-qt DESCRIPTION=LXQt quick launcher EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=>=dev-cpp/muParser-2.2.3 dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5 >=lxde-base/menu-cache-0.5.1 ~lxqt-base/liblxqt-0.11.0 ~lxqt-base/lxqt-globalkeys-0.11.0 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-runner-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=99a58b5d67bbc57399883d76e4c630d7 +_md5_=057352092d2dacf00594664b6c28c760 diff --git a/metadata/md5-cache/lxqt-base/lxqt-session-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-session-0.11.0 index b5ad21a6fcce..ee06d2ba86ef 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-session-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-session-0.11.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 DESCRIPTION=LXQT session manager EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5[X] ~lxqt-base/liblxqt-0.11.0 x11-libs/libX11 x11-misc/xdg-user-dirs =lxqt-base/lxqt-common-0.11* SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-session-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=091af922ce83587e98f34f03dd342a81 +_md5_=e9d12d1dd6ab98f8a76b83665b65cdaa diff --git a/metadata/md5-cache/lxqt-base/lxqt-sudo-0.11.0 b/metadata/md5-cache/lxqt-base/lxqt-sudo-0.11.0 index 25f4260bae64..3d3b861b96f5 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-sudo-0.11.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-sudo-0.11.0 @@ -3,10 +3,10 @@ DEPEND=app-admin/sudo >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 DESCRIPTION=LXQt GUI frontend for sudo EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 x86 LICENSE=LGPL-2.1+ RDEPEND=app-admin/sudo >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ~lxqt-base/liblxqt-0.11.0 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.11.0/lxqt-sudo-0.11.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=e7281a988f5e52b4296e2915793f3090 +_md5_=db7802c1800974f58853a9790817427a diff --git a/metadata/md5-cache/mail-client/Manifest.gz b/metadata/md5-cache/mail-client/Manifest.gz index 4d05d00fc9a5..e3c5bd45b421 100644 Binary files a/metadata/md5-cache/mail-client/Manifest.gz and b/metadata/md5-cache/mail-client/Manifest.gz differ diff --git a/metadata/md5-cache/mail-client/thunderbird-52.5.0 b/metadata/md5-cache/mail-client/thunderbird-52.5.0 index 890d82b8bd6e..290434200bf8 100644 --- a/metadata/md5-cache/mail-client/thunderbird-52.5.0 +++ b/metadata/md5-cache/mail-client/thunderbird-52.5.0 @@ -9,6 +9,6 @@ LICENSE=MPL-2.0 GPL-2 LGPL-2.1 RDEPEND=>=dev-libs/nss-3.28.3 >=dev-libs/nspr-4.13.1 selinux? ( sec-policy/selinux-thunderbird ) crypt? ( >=x11-plugins/enigmail-1.9.8.3-r1 ) >=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.25:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-58.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0= ) system-sqlite? ( >=dev-db/sqlite-3.17.0:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.8 ) !gtk2? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) selinux? ( sec-policy/selinux-mozilla ) RESTRICT=!bindist? ( bindist ) SLOT=0 -SRC_URI=l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ar.xpi -> thunderbird-52.5.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ast.xpi -> thunderbird-52.5.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/be.xpi -> thunderbird-52.5.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/bg.xpi -> thunderbird-52.5.0-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/bn-BD.xpi -> thunderbird-52.5.0-bn-BD.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/br.xpi -> thunderbird-52.5.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ca.xpi -> thunderbird-52.5.0-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/cs.xpi -> thunderbird-52.5.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/cy.xpi -> thunderbird-52.5.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/da.xpi -> thunderbird-52.5.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/de.xpi -> thunderbird-52.5.0-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/el.xpi -> thunderbird-52.5.0-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/en-GB.xpi -> thunderbird-52.5.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/es-AR.xpi -> thunderbird-52.5.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/es-ES.xpi -> thunderbird-52.5.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/et.xpi -> thunderbird-52.5.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/eu.xpi -> thunderbird-52.5.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/fi.xpi -> thunderbird-52.5.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/fr.xpi -> thunderbird-52.5.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/fy-NL.xpi -> thunderbird-52.5.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ga-IE.xpi -> thunderbird-52.5.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/gd.xpi -> thunderbird-52.5.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/gl.xpi -> thunderbird-52.5.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/he.xpi -> thunderbird-52.5.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/hr.xpi -> thunderbird-52.5.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/hsb.xpi -> thunderbird-52.5.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/hu.xpi -> thunderbird-52.5.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/hy-AM.xpi -> thunderbird-52.5.0-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/id.xpi -> thunderbird-52.5.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/is.xpi -> thunderbird-52.5.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/it.xpi -> thunderbird-52.5.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ja.xpi -> thunderbird-52.5.0-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ko.xpi -> thunderbird-52.5.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/lt.xpi -> thunderbird-52.5.0-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/nb-NO.xpi -> thunderbird-52.5.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/nl.xpi -> thunderbird-52.5.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/nn-NO.xpi -> thunderbird-52.5.0-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/pa-IN.xpi -> thunderbird-52.5.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/pl.xpi -> thunderbird-52.5.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/pt-BR.xpi -> thunderbird-52.5.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/pt-PT.xpi -> thunderbird-52.5.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/rm.xpi -> thunderbird-52.5.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ro.xpi -> thunderbird-52.5.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ru.xpi -> thunderbird-52.5.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/si.xpi -> thunderbird-52.5.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/sk.xpi -> thunderbird-52.5.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/sl.xpi -> thunderbird-52.5.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/sq.xpi -> thunderbird-52.5.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/sr.xpi -> thunderbird-52.5.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/sv-SE.xpi -> thunderbird-52.5.0-sv-SE.xpi ) l10n_ta-LK? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ta-LK.xpi -> thunderbird-52.5.0-ta-LK.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/tr.xpi -> thunderbird-52.5.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/uk.xpi -> thunderbird-52.5.0-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/vi.xpi -> thunderbird-52.5.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/zh-CN.xpi -> thunderbird-52.5.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/zh-TW.xpi -> thunderbird-52.5.0-zh-TW.xpi ) https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/source/thunderbird-52.5.0.source.tar.xz https://dev.gentoo.org/~axs/distfiles/lightning-5.4.5.tar.xz lightning? ( https://dev.gentoo.org/~axs/distfiles/gdata-provider-3.3.tar.xz ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-52.4-patches-02.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-52.4-patches-02.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-52.4-patches-02.tar.xz +SRC_URI=l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ar.xpi -> thunderbird-52.5.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ast.xpi -> thunderbird-52.5.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/be.xpi -> thunderbird-52.5.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/bg.xpi -> thunderbird-52.5.0-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/bn-BD.xpi -> thunderbird-52.5.0-bn-BD.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/br.xpi -> thunderbird-52.5.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ca.xpi -> thunderbird-52.5.0-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/cs.xpi -> thunderbird-52.5.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/cy.xpi -> thunderbird-52.5.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/da.xpi -> thunderbird-52.5.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/de.xpi -> thunderbird-52.5.0-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/el.xpi -> thunderbird-52.5.0-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/en-GB.xpi -> thunderbird-52.5.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/es-AR.xpi -> thunderbird-52.5.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/es-ES.xpi -> thunderbird-52.5.0-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/et.xpi -> thunderbird-52.5.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/eu.xpi -> thunderbird-52.5.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/fi.xpi -> thunderbird-52.5.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/fr.xpi -> thunderbird-52.5.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/fy-NL.xpi -> thunderbird-52.5.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ga-IE.xpi -> thunderbird-52.5.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/gd.xpi -> thunderbird-52.5.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/gl.xpi -> thunderbird-52.5.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/he.xpi -> thunderbird-52.5.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/hr.xpi -> thunderbird-52.5.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/hsb.xpi -> thunderbird-52.5.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/hu.xpi -> thunderbird-52.5.0-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/hy-AM.xpi -> thunderbird-52.5.0-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/id.xpi -> thunderbird-52.5.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/is.xpi -> thunderbird-52.5.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/it.xpi -> thunderbird-52.5.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ja.xpi -> thunderbird-52.5.0-ja.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ko.xpi -> thunderbird-52.5.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/lt.xpi -> thunderbird-52.5.0-lt.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/nb-NO.xpi -> thunderbird-52.5.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/nl.xpi -> thunderbird-52.5.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/nn-NO.xpi -> thunderbird-52.5.0-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/pa-IN.xpi -> thunderbird-52.5.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/pl.xpi -> thunderbird-52.5.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/pt-BR.xpi -> thunderbird-52.5.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/pt-PT.xpi -> thunderbird-52.5.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/rm.xpi -> thunderbird-52.5.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ro.xpi -> thunderbird-52.5.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ru.xpi -> thunderbird-52.5.0-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/si.xpi -> thunderbird-52.5.0-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/sk.xpi -> thunderbird-52.5.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/sl.xpi -> thunderbird-52.5.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/sq.xpi -> thunderbird-52.5.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/sr.xpi -> thunderbird-52.5.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/sv-SE.xpi -> thunderbird-52.5.0-sv-SE.xpi ) l10n_ta-LK? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/ta-LK.xpi -> thunderbird-52.5.0-ta-LK.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/tr.xpi -> thunderbird-52.5.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/uk.xpi -> thunderbird-52.5.0-uk.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/vi.xpi -> thunderbird-52.5.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/zh-CN.xpi -> thunderbird-52.5.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/linux-i686/xpi/zh-TW.xpi -> thunderbird-52.5.0-zh-TW.xpi ) https://archive.mozilla.org/pub/thunderbird/releases/52.5.0/source/thunderbird-52.5.0.source.tar.xz https://dev.gentoo.org/~axs/distfiles/lightning-5.4.5.tar.xz lightning? ( https://dev.gentoo.org/~axs/distfiles/gdata-provider-3.3.tar.xz ) https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-52.5-patches-01.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-52.5-patches-01.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-52.5-patches-01.tar.xz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 check-reqs bd050ce908e4637604ee604ed4b78e8f desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e makeedit 5b9d1905404073cf12f3bf4d694cf387 mozconfig-v6.52 aeba761913d03fc45f4d6ae2b89165ca mozcoreconf-v5 dfc58397c1e9ecd4420428e695cf8dc8 mozextension 42c5ed513e5325a5d0629ad85bb27c23 mozlinguas-v2 e7b3bd89af6dc1a3dd10be68ba3d574d multilib 97f470f374f2e94ccab04a2fb21d811e nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils 4f95120230a315c8caaabeb2307b7eee python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6c919eabf93e7b25375e9351ef56ee86 +_md5_=374e4f751fdf445d159113c1251dfb8d diff --git a/metadata/md5-cache/media-gfx/Manifest.gz b/metadata/md5-cache/media-gfx/Manifest.gz index 829082040212..c34ed6683292 100644 Binary files a/metadata/md5-cache/media-gfx/Manifest.gz and b/metadata/md5-cache/media-gfx/Manifest.gz differ diff --git a/metadata/md5-cache/media-gfx/lximage-qt-0.5.0 b/metadata/md5-cache/media-gfx/lximage-qt-0.5.0 index 43384e2e8787..b3a8637847b1 100644 --- a/metadata/md5-cache/media-gfx/lximage-qt-0.5.0 +++ b/metadata/md5-cache/media-gfx/lximage-qt-0.5.0 @@ -3,10 +3,10 @@ DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtp DESCRIPTION=LXImage Image Viewer - GPicView replacement EAPI=6 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=amd64 ~arm64 x86 LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-libs/libexif >=x11-libs/libfm-1.2:= x11-libs/libfm-qt:= x11-libs/libX11 x11-libs/libXfixes SLOT=0 SRC_URI=http://downloads.lxqt.org/lximage-qt/0.5.0/lximage-qt-0.5.0.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=5b104487911ebe525370f8047c9c9cc7 +_md5_=5b642099c3e146e5cd59c07924b02a13 diff --git a/metadata/md5-cache/media-gfx/optipng-0.7.6-r2 b/metadata/md5-cache/media-gfx/optipng-0.7.6-r2 index 7458a5d7e5e5..853fe5f9138e 100644 --- a/metadata/md5-cache/media-gfx/optipng-0.7.6-r2 +++ b/metadata/md5-cache/media-gfx/optipng-0.7.6-r2 @@ -3,10 +3,10 @@ DEPEND=sys-libs/zlib media-libs/libpng:0 sys-apps/findutils DESCRIPTION=Compress PNG files without affecting image quality EAPI=6 HOMEPAGE=http://optipng.sourceforge.net/ -KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=ZLIB RDEPEND=sys-libs/zlib media-libs/libpng:0 SLOT=0 SRC_URI=mirror://sourceforge/optipng/optipng-0.7.6.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=85f8bd805d9115c0e04d1183f82f5c27 +_md5_=49d15b3403b85a5563c7addd4dfa8ee7 diff --git a/metadata/md5-cache/media-libs/Manifest.gz b/metadata/md5-cache/media-libs/Manifest.gz index 2001ac599fd4..588f5505c9cc 100644 Binary files a/metadata/md5-cache/media-libs/Manifest.gz and b/metadata/md5-cache/media-libs/Manifest.gz differ diff --git a/metadata/md5-cache/media-libs/harfbuzz-1.7.2 b/metadata/md5-cache/media-libs/harfbuzz-1.7.2 index c031be478232..8c61463769cb 100644 --- a/metadata/md5-cache/media-libs/harfbuzz-1.7.2 +++ b/metadata/md5-cache/media-libs/harfbuzz-1.7.2 @@ -4,11 +4,11 @@ DESCRIPTION=An OpenType text shaping engine EAPI=6 HOMEPAGE=https://www.freedesktop.org/wiki/Software/HarfBuzz IUSE=+cairo debug fontconfig +glib +graphite icu +introspection static-libs test +truetype abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris LICENSE=Old-MIT ISC icu RDEPEND=cairo? ( x11-libs/cairo:= ) fontconfig? ( media-libs/fontconfig:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) glib? ( >=dev-libs/glib-2.38:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) graphite? ( >=media-gfx/graphite2-1.2.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) icu? ( >=dev-libs/icu-51.2-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.34:= ) truetype? ( >=media-libs/freetype-2.5.0.1:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) REQUIRED_USE=introspection? ( glib ) SLOT=0/0.9.18 SRC_URI=https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.7.2.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=5cc780beff71e41ce61a0069dffea159 +_md5_=06bc7c3aa03c544889e754a3cb3e1d65 diff --git a/metadata/md5-cache/media-libs/ilmbase-2.2.0-r1 b/metadata/md5-cache/media-libs/ilmbase-2.2.0-r1 index d172f0c637ef..4fcf1c4a63cf 100644 --- a/metadata/md5-cache/media-libs/ilmbase-2.2.0-r1 +++ b/metadata/md5-cache/media-libs/ilmbase-2.2.0-r1 @@ -4,9 +4,9 @@ DESCRIPTION=OpenEXR ILM Base libraries EAPI=6 HOMEPAGE=http://openexr.com/ IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 -arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris +KEYWORDS=~amd64 -arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris LICENSE=BSD SLOT=0/12 SRC_URI=http://download.savannah.gnu.org/releases/openexr/ilmbase-2.2.0.tar.gz _eclasses_=multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=2d33e6988de98adaf76048f4c686a833 +_md5_=53f0b9bfba2e4ef6574e6d6d40feaad4 diff --git a/metadata/md5-cache/media-libs/mesa-17.0.6 b/metadata/md5-cache/media-libs/mesa-17.0.6 deleted file mode 100644 index 91f922431290..000000000000 --- a/metadata/md5-cache/media-libs/mesa-17.0.6 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare prerm setup test -DEPEND=!=app-eselect/eselect-opengl-1.3.0 >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.9.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] vulkan? ( || ( sys-devel/llvm:4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-devel/llvm-3.9.0:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) video_cards_r600? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_radeon? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) || ( sys-devel/llvm:4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-devel/llvm-3.6.0:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) =media-libs/libomxil-bellagio-0.9.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.6.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wayland? ( >=dev-libs/wayland-1.11.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=x11-libs/libdrm-2.4.74[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_i915? ( >=x11-libs/libdrm-2.4.74[video_cards_intel] ) video_cards_i965? ( >=x11-libs/libdrm-2.4.74[video_cards_intel] ) video_cards_intel? ( >=x11-libs/libdrm-2.4.74[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.74[video_cards_amdgpu] ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) llvm? ( video_cards_radeonsi? ( || ( sys-devel/llvm[llvm_targets_AMDGPU] sys-devel/llvm[video_cards_radeon] ) ) ) opencl? ( || ( sys-devel/llvm:4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-devel/llvm-3.6.0:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) || ( sys-devel/clang:4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-devel/clang-3.6.0:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=sys-devel/gcc-4.6 ) sys-devel/gettext virtual/pkgconfig valgrind? ( dev-util/valgrind ) >=x11-proto/dri2proto-2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dri3? ( >=x11-proto/dri3proto-1.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/presentproto-1.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=x11-proto/glproto-1.4.17-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xextproto-7.2.1-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xf86driproto-2.1.1-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xf86vidmodeproto-2.3.1-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=OpenGL-like graphic library for Linux -EAPI=6 -HOMEPAGE=https://www.mesa3d.org/ https://mesa.freedesktop.org/ -IUSE=video_cards_i915 video_cards_i965 video_cards_intel video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_imx video_cards_nouveau video_cards_vc4 video_cards_vivante video_cards_vmware bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind vdpau vulkan wayland xvmc xa abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=!=app-eselect/eselect-opengl-1.3.0 >=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.9.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] vulkan? ( || ( sys-devel/llvm:4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-devel/llvm-3.9.0:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ) video_cards_r600? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_radeon? ( virtual/libelf:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) || ( sys-devel/llvm:4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-devel/llvm-3.6.0:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) =media-libs/libomxil-bellagio-0.9.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.6.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wayland? ( >=dev-libs/wayland-1.11.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=x11-libs/libdrm-2.4.74[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_i915? ( >=x11-libs/libdrm-2.4.74[video_cards_intel] ) video_cards_i965? ( >=x11-libs/libdrm-2.4.74[video_cards_intel] ) video_cards_intel? ( >=x11-libs/libdrm-2.4.74[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.74[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.74[video_cards_amdgpu] ) -REQUIRED_USE=d3d9? ( dri3 gallium ) llvm? ( gallium ) opencl? ( gallium llvm ) openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) vaapi? ( gallium ) vdpau? ( gallium ) vulkan? ( || ( video_cards_i965 video_cards_radeonsi ) video_cards_radeonsi? ( llvm ) ) wayland? ( egl gbm ) xa? ( gallium ) video_cards_freedreno? ( gallium ) video_cards_intel? ( classic ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_imx? ( gallium ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vivante? ( gallium gbm ) video_cards_vmware? ( gallium ) -RESTRICT=!bindist? ( bindist ) -SLOT=0 -SRC_URI=https://mesa.freedesktop.org/archive/mesa-17.0.6.tar.xz -_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d llvm fe231a791db197943447fdeadafa7e08 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 pax-utils 4f95120230a315c8caaabeb2307b7eee python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=bf1eb97d9a5a48bdf099b6c13304d9fd diff --git a/metadata/md5-cache/media-libs/mesa-17.3.0_rc5 b/metadata/md5-cache/media-libs/mesa-17.3.0 similarity index 99% rename from metadata/md5-cache/media-libs/mesa-17.3.0_rc5 rename to metadata/md5-cache/media-libs/mesa-17.3.0 index fe9c933b77fe..501de0b340f7 100644 --- a/metadata/md5-cache/media-libs/mesa-17.3.0_rc5 +++ b/metadata/md5-cache/media-libs/mesa-17.3.0 @@ -10,6 +10,6 @@ RDEPEND=!=media-libs/ilmbase-2.2.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] SLOT=0/22 SRC_URI=http://download.savannah.gnu.org/releases/openexr/openexr-2.2.0.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 libtool 0081a71a261724730ec4c248494f044d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=548e1cc2ff5e7c4a87206590586a8ee7 +_md5_=4c466c830dd105fb342f7161261cebaa diff --git a/metadata/md5-cache/media-sound/Manifest.gz b/metadata/md5-cache/media-sound/Manifest.gz index d20ac06ee48b..f3ec6f926a0a 100644 Binary files a/metadata/md5-cache/media-sound/Manifest.gz and b/metadata/md5-cache/media-sound/Manifest.gz differ diff --git a/metadata/md5-cache/media-sound/vorbis-tools-1.4.0-r3 b/metadata/md5-cache/media-sound/vorbis-tools-1.4.0-r3 index f8d12a91b214..ac6f86b1ff09 100644 --- a/metadata/md5-cache/media-sound/vorbis-tools-1.4.0-r3 +++ b/metadata/md5-cache/media-sound/vorbis-tools-1.4.0-r3 @@ -4,10 +4,10 @@ DESCRIPTION=tools for using the Ogg Vorbis sound file format EAPI=5 HOMEPAGE=http://www.vorbis.com IUSE=flac kate nls +ogg123 speex -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=GPL-2 RDEPEND=>=media-libs/libvorbis-1.3.0 flac? ( media-libs/flac ) kate? ( media-libs/libkate ) ogg123? ( >=media-libs/libao-1.0.0 net-misc/curl ) speex? ( media-libs/speex ) SLOT=0 SRC_URI=http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=a86ed00b9294fa0180755e36ef3fe4a9 +_md5_=3375976804b754f8ff55c06a7ceee2ae diff --git a/metadata/md5-cache/net-dns/Manifest.gz b/metadata/md5-cache/net-dns/Manifest.gz index 85ef03e58f43..417cc4d61718 100644 Binary files a/metadata/md5-cache/net-dns/Manifest.gz and b/metadata/md5-cache/net-dns/Manifest.gz differ diff --git a/metadata/md5-cache/net-dns/ldns-utils-1.7.0-r1 b/metadata/md5-cache/net-dns/ldns-utils-1.7.0-r1 new file mode 100644 index 000000000000..fc4f0175c5d9 --- /dev/null +++ b/metadata/md5-cache/net-dns/ldns-utils-1.7.0-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install +DEPEND=>=net-libs/ldns-1.7.0[dane?,ecdsa?,gost?] examples? ( net-libs/libpcap ) +DESCRIPTION=Set of utilities to simplify various dns(sec) tasks +EAPI=5 +HOMEPAGE=http://www.nlnetlabs.nl/projects/ldns/ +IUSE=+dane ecdsa examples gost ssl +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=BSD +RDEPEND=>=net-libs/ldns-1.7.0[dane?,ecdsa?,gost?] examples? ( net-libs/libpcap ) +SLOT=0 +SRC_URI=http://www.nlnetlabs.nl/downloads/ldns/ldns-1.7.0.tar.gz +_md5_=3101d7be0b4b8ed619cff79ae4f5529f diff --git a/metadata/md5-cache/net-firewall/Manifest.gz b/metadata/md5-cache/net-firewall/Manifest.gz index eda61c831224..2a2335e29dd5 100644 Binary files a/metadata/md5-cache/net-firewall/Manifest.gz and b/metadata/md5-cache/net-firewall/Manifest.gz differ diff --git a/metadata/md5-cache/net-firewall/fwbuilder-5.3.7 b/metadata/md5-cache/net-firewall/fwbuilder-5.3.7 index fdd397b235ca..05e7309237b1 100644 --- a/metadata/md5-cache/net-firewall/fwbuilder-5.3.7 +++ b/metadata/md5-cache/net-firewall/fwbuilder-5.3.7 @@ -3,10 +3,10 @@ DEPEND=dev-libs/libxml2 dev-libs/libxslt dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/q DESCRIPTION=A firewall GUI EAPI=6 HOMEPAGE=http://www.fwbuilder.org/ -KEYWORDS=~amd64 ~ppc ~ppc64 x86 +KEYWORDS=~amd64 ppc ppc64 x86 LICENSE=GPL-2+ RDEPEND=dev-libs/libxml2 dev-libs/libxslt dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 sys-libs/zlib SLOT=0 SRC_URI=https://github.com/fwbuilder/fwbuilder/archive/v5.3.7.tar.gz -> fwbuilder-5.3.7.tar.gz _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=80393feab42e692098de4017c65f46d2 +_md5_=1da9eb25af55900bac9af8a261003906 diff --git a/metadata/md5-cache/net-libs/Manifest.gz b/metadata/md5-cache/net-libs/Manifest.gz index c07343dc962f..7082a9d5d5dc 100644 Binary files a/metadata/md5-cache/net-libs/Manifest.gz and b/metadata/md5-cache/net-libs/Manifest.gz differ diff --git a/metadata/md5-cache/net-libs/ldns-1.7.0-r2 b/metadata/md5-cache/net-libs/ldns-1.7.0-r2 new file mode 100644 index 000000000000..9e7dd59a02c7 --- /dev/null +++ b/metadata/md5-cache/net-libs/ldns-1.7.0-r2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ecdsa? ( !libressl? ( >=dev-libs/openssl-1.0.1e:0[-bindist,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) !libressl? ( >=dev-libs/openssl-1.0.1e:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) python? ( dev-lang/swig ) doc? ( app-doc/doxygen ) +DESCRIPTION=a library with the aim to simplify DNS programming in C +EAPI=5 +HOMEPAGE=http://www.nlnetlabs.nl/projects/ldns/ +IUSE=+dane doc +ecdsa gost libressl python ssl static-libs vim-syntax abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=BSD +RDEPEND=python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ecdsa? ( !libressl? ( >=dev-libs/openssl-1.0.1e:0[-bindist,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) !libressl? ( >=dev-libs/openssl-1.0.1e:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +REQUIRED_USE=python? ( python_targets_python2_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=http://www.nlnetlabs.nl/downloads/ldns/ldns-1.7.0.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=ccced91f44ba38382dedcf68babac59c diff --git a/metadata/md5-cache/net-mail/Manifest.gz b/metadata/md5-cache/net-mail/Manifest.gz index c3f4a08f4b33..9fe243b02992 100644 Binary files a/metadata/md5-cache/net-mail/Manifest.gz and b/metadata/md5-cache/net-mail/Manifest.gz differ diff --git a/metadata/md5-cache/net-mail/mailman-3.1.1 b/metadata/md5-cache/net-mail/mailman-3.1.1 new file mode 100644 index 000000000000..ac48033baaac --- /dev/null +++ b/metadata/md5-cache/net-mail/mailman-3.1.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Mailman -- the GNU mailing list manager +EAPI=6 +HOMEPAGE=http://www.list.org +IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +LICENSE=GPL-3+ +RDEPEND=~dev-python/aiosmtpd-1.0[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/alembic[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/atpublic[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/dnspython-1.14.0[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/falcon-1.0.0[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/flufl-bounce[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/flufl-i18n-2.0.1[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/flufl-lock-3.1[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/lazr-config[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/passlib[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/requests[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sqlalchemy[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-component[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-configuration[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-event[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/zope-interface[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/m/mailman/mailman-3.1.1.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=e928f7794301a9b1a2568b710f0a67c4 diff --git a/metadata/md5-cache/net-misc/Manifest.gz b/metadata/md5-cache/net-misc/Manifest.gz index 560c286e8dcd..5de0579c4ac2 100644 Binary files a/metadata/md5-cache/net-misc/Manifest.gz and b/metadata/md5-cache/net-misc/Manifest.gz differ diff --git a/metadata/md5-cache/net-misc/rsync-3.1.2-r2 b/metadata/md5-cache/net-misc/rsync-3.1.2-r2 index 5c52842598dd..53fcc49924bb 100644 --- a/metadata/md5-cache/net-misc/rsync-3.1.2-r2 +++ b/metadata/md5-cache/net-misc/rsync-3.1.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=File transfer program to keep remote files into sync EAPI=6 HOMEPAGE=https://rsync.samba.org/ IUSE=acl examples iconv ipv6 static stunnel xattr -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-3 RDEPEND=!static? ( acl? ( virtual/acl ) xattr? ( kernel_linux? ( sys-apps/attr ) ) >=dev-libs/popt-1.5 ) iconv? ( virtual/libiconv ) SLOT=0 SRC_URI=https://rsync.samba.org/ftp/rsync/src/rsync-3.1.2.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e prefix e51c7882b7b721e54e684f7eb143cbfe systemd 8f5286f89e265842f5b5189666eae88b toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=6a1594f7e62e676154fbf80fedaecb39 +_md5_=9d7d732ce181adaf7ce3078253815690 diff --git a/metadata/md5-cache/net-vpn/Manifest.gz b/metadata/md5-cache/net-vpn/Manifest.gz index 4694c0f2c840..4348b6856dc6 100644 Binary files a/metadata/md5-cache/net-vpn/Manifest.gz and b/metadata/md5-cache/net-vpn/Manifest.gz differ diff --git a/metadata/md5-cache/net-vpn/wireguard-0.0.20171127 b/metadata/md5-cache/net-vpn/wireguard-0.0.20171211 similarity index 98% rename from metadata/md5-cache/net-vpn/wireguard-0.0.20171127 rename to metadata/md5-cache/net-vpn/wireguard-0.0.20171211 index 6a639f88cd36..75d727f5b555 100644 --- a/metadata/md5-cache/net-vpn/wireguard-0.0.20171127 +++ b/metadata/md5-cache/net-vpn/wireguard-0.0.20171211 @@ -8,6 +8,6 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh LICENSE=GPL-2 RDEPEND=tools? ( net-libs/libmnl ) module? ( kernel_linux? ( virtual/modutils ) ) SLOT=0 -SRC_URI=https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20171127.tar.xz +SRC_URI=https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20171211.tar.xz _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 linux-info ca370deef9d44125d829f2eb6ebc83e0 linux-mod e77cdec133261f6bfa67560748277269 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 _md5_=fe96341b970d5cc23c6fdbadc9cf47dc diff --git a/metadata/md5-cache/sci-electronics/Manifest.gz b/metadata/md5-cache/sci-electronics/Manifest.gz index 7a2c1bbb668b..3de9ffe0f10d 100644 Binary files a/metadata/md5-cache/sci-electronics/Manifest.gz and b/metadata/md5-cache/sci-electronics/Manifest.gz differ diff --git a/metadata/md5-cache/sci-electronics/geda-1.8.2 b/metadata/md5-cache/sci-electronics/geda-1.8.2 index a1b91fef7eb4..79e7fa382b6b 100644 --- a/metadata/md5-cache/sci-electronics/geda-1.8.2 +++ b/metadata/md5-cache/sci-electronics/geda-1.8.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure postinst postrm preinst prepare test -DEPEND=dev-libs/glib:2 x11-libs/gtk+:2 >=x11-libs/cairo-1.2.0 >=dev-scheme/guile-1.8[deprecated] nls? ( virtual/libintl ) stroke? ( >=dev-libs/libstroke-0.5.1 ) sys-apps/groff dev-util/desktop-file-utils x11-misc/shared-mime-info virtual/pkgconfig nls? ( >=sys-devel/gettext-0.16 ) >=sys-apps/sed-4 +DEPEND=dev-libs/glib:2 x11-libs/gtk+:2 >=x11-libs/cairo-1.2.0 >=dev-scheme/guile-1.8[deprecated] =dev-libs/libstroke-0.5.1 ) sys-apps/groff dev-util/desktop-file-utils x11-misc/shared-mime-info virtual/pkgconfig nls? ( >=sys-devel/gettext-0.16 ) >=sys-apps/sed-4 DESCRIPTION=GPL Electronic Design Automation (gEDA):gaf core package EAPI=4 HOMEPAGE=http://www.gpleda.org/ IUSE=debug doc examples nls stroke threads KEYWORDS=amd64 ppc x86 LICENSE=GPL-2 -RDEPEND=dev-libs/glib:2 x11-libs/gtk+:2 >=x11-libs/cairo-1.2.0 >=dev-scheme/guile-1.8[deprecated] nls? ( virtual/libintl ) stroke? ( >=dev-libs/libstroke-0.5.1 ) sci-electronics/electronics-menu +RDEPEND=dev-libs/glib:2 x11-libs/gtk+:2 >=x11-libs/cairo-1.2.0 >=dev-scheme/guile-1.8[deprecated] =dev-libs/libstroke-0.5.1 ) sci-electronics/electronics-menu SLOT=0 SRC_URI=http://ftp.geda-project.org/geda-gaf/stable/v1.8/1.8.2/geda-gaf-1.8.2.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 fdo-mime 995b19d3f30e956b4e1bc5a91fdc4ea7 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=a43e0de80f236bd4d14e5c5618d2c69a +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=9b85f7fbda88d42096d41c12585959b5 diff --git a/metadata/md5-cache/sci-electronics/geda-1.9.2 b/metadata/md5-cache/sci-electronics/geda-1.9.2-r1 similarity index 50% rename from metadata/md5-cache/sci-electronics/geda-1.9.2 rename to metadata/md5-cache/sci-electronics/geda-1.9.2-r1 index 87b469db3b9e..ee4bcb6544ec 100644 --- a/metadata/md5-cache/sci-electronics/geda-1.9.2 +++ b/metadata/md5-cache/sci-electronics/geda-1.9.2-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=configure postinst postrm preinst prepare test -DEPEND=dev-libs/glib:2 x11-libs/gtk+:2 x11-libs/pango >=x11-libs/cairo-1.2.0 x11-libs/gdk-pixbuf >=dev-scheme/guile-2.0.0 nls? ( virtual/libintl ) stroke? ( >=dev-libs/libstroke-0.5.1 ) sys-apps/groff dev-util/desktop-file-utils x11-misc/shared-mime-info virtual/pkgconfig nls? ( >=sys-devel/gettext-0.16 ) >=sys-apps/sed-4 +DEPEND=dev-libs/glib:2 x11-libs/gtk+:2 x11-libs/pango >=x11-libs/cairo-1.2.0 x11-libs/gdk-pixbuf >=dev-scheme/guile-2.0.0 nls? ( virtual/libintl ) stroke? ( >=dev-libs/libstroke-0.5.1 ) sys-apps/groff dev-util/desktop-file-utils x11-misc/shared-mime-info virtual/pkgconfig nls? ( >=sys-devel/gettext-0.16 ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 DESCRIPTION=GPL Electronic Design Automation (gEDA):gaf core package -EAPI=5 +EAPI=6 HOMEPAGE=http://www.gpleda.org/ IUSE=debug doc examples nls stroke threads KEYWORDS=~amd64 ~ppc ~x86 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 x11-libs/gtk+:2 x11-libs/pango >=x11-libs/cairo-1.2.0 x11-libs/gdk-pixbuf >=dev-scheme/guile-2.0.0 nls? ( virtual/libintl ) stroke? ( >=dev-libs/libstroke-0.5.1 ) sci-electronics/electronics-menu SLOT=0 SRC_URI=http://ftp.geda-project.org/geda-gaf/unstable/v1.9/1.9.2/geda-gaf-1.9.2.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 fdo-mime 995b19d3f30e956b4e1bc5a91fdc4ea7 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6f607b36b2f1748a013caaa5868e8ce8 +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=718c06e71c1d61d9fb7fa6982c10b844 diff --git a/metadata/md5-cache/sci-libs/Manifest.gz b/metadata/md5-cache/sci-libs/Manifest.gz index 7374b5cdbac8..38b22371fe78 100644 Binary files a/metadata/md5-cache/sci-libs/Manifest.gz and b/metadata/md5-cache/sci-libs/Manifest.gz differ diff --git a/metadata/md5-cache/sci-libs/hdf5-1.10.1 b/metadata/md5-cache/sci-libs/hdf5-1.10.1 index ae8a86aa82d1..c50b94bc18df 100644 --- a/metadata/md5-cache/sci-libs/hdf5-1.10.1 +++ b/metadata/md5-cache/sci-libs/hdf5-1.10.1 @@ -3,12 +3,12 @@ DEPEND=mpi? ( virtual/mpi[romio] ) szip? ( virtual/szip ) zlib? ( sys-libs/zlib: DESCRIPTION=General purpose library and file format for storing scientific data EAPI=5 HOMEPAGE=http://www.hdfgroup.org/HDF5/ -IUSE=cxx debug examples fortran mpi static-libs szip threads zlib +IUSE=cxx debug examples fortran +hl mpi static-libs szip threads zlib KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=NCSA-HDF RDEPEND=mpi? ( virtual/mpi[romio] ) szip? ( virtual/szip ) zlib? ( sys-libs/zlib:0= ) fortran? ( virtual/fortran ) -REQUIRED_USE=cxx? ( !mpi ) mpi? ( !cxx ) threads? ( !cxx !mpi !fortran ) +REQUIRED_USE=cxx? ( !mpi ) mpi? ( !cxx ) threads? ( !cxx !mpi !fortran !hl ) SLOT=0/1.10.1 SRC_URI=http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1.tar.bz2 _eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 autotools-utils 5a4611dfba155b1659528663fad4cd5e desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 fortran-2 9e7f20c99213f0627ff7f873d4aaa25d libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e prefix e51c7882b7b721e54e684f7eb143cbfe toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=debb4d77e233873daeb9cadf811cb53e +_md5_=5190fefcab597c896b5f11d09fd593a6 diff --git a/metadata/md5-cache/sys-apps/Manifest.gz b/metadata/md5-cache/sys-apps/Manifest.gz index dc737a38daaf..94575ef94750 100644 Binary files a/metadata/md5-cache/sys-apps/Manifest.gz and b/metadata/md5-cache/sys-apps/Manifest.gz differ diff --git a/metadata/md5-cache/sys-apps/baselayout-2.4.1-r2 b/metadata/md5-cache/sys-apps/baselayout-2.4.1-r2 index 96c7468633aa..5cddbd3ff096 100644 --- a/metadata/md5-cache/sys-apps/baselayout-2.4.1-r2 +++ b/metadata/md5-cache/sys-apps/baselayout-2.4.1-r2 @@ -8,4 +8,4 @@ LICENSE=GPL-2 SLOT=0 SRC_URI=https://gitweb.gentoo.org/proj/baselayout.git/snapshot/baselayout-2.4.1.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e prefix e51c7882b7b721e54e684f7eb143cbfe toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=ac5951f7b6e5ce6a6a6a2ea2b42f2d16 +_md5_=754c4f037f679572e19ad5fa1e7a8177 diff --git a/metadata/md5-cache/sys-apps/baselayout-9999 b/metadata/md5-cache/sys-apps/baselayout-9999 index 5632de920750..84fdaf86d5f7 100644 --- a/metadata/md5-cache/sys-apps/baselayout-9999 +++ b/metadata/md5-cache/sys-apps/baselayout-9999 @@ -7,4 +7,4 @@ IUSE=build usrmerge kernel_linux LICENSE=GPL-2 SLOT=0 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 git-r3 fec09a83ae965b041b47f5ff7c8ba29a ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e prefix e51c7882b7b721e54e684f7eb143cbfe toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=8496eddff5a3c9aa24c3383b4719c24d +_md5_=08c52ca50ffd12a9e16592955d2b4c75 diff --git a/metadata/md5-cache/sys-apps/baselayout-prefix-2.2-r5 b/metadata/md5-cache/sys-apps/baselayout-prefix-2.2-r5 index df858f8efef0..312a538eff9c 100644 --- a/metadata/md5-cache/sys-apps/baselayout-prefix-2.2-r5 +++ b/metadata/md5-cache/sys-apps/baselayout-prefix-2.2-r5 @@ -3,10 +3,10 @@ DEPEND=sys-apps/gentoo-functions >=app-portage/elt-patches-20170422 DESCRIPTION=Minimal baselayout for Gentoo Prefix installs EAPI=6 HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~arm ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=~arm ~arm64 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=GPL-2 RDEPEND=sys-apps/gentoo-functions SLOT=0 SRC_URI=mirror://gentoo/baselayout-2.2.tar.bz2 https://dev.gentoo.org/~vapier/dist/baselayout-2.2.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=dcbb368f925dea19a342685ae7dc4775 +_md5_=f22d2cbe69237fde83f500f7e6612200 diff --git a/metadata/md5-cache/sys-apps/dbus-broker-8 b/metadata/md5-cache/sys-apps/dbus-broker-9 similarity index 59% rename from metadata/md5-cache/sys-apps/dbus-broker-8 rename to metadata/md5-cache/sys-apps/dbus-broker-9 index dcb4d439b28e..5d8fcaad8339 100644 --- a/metadata/md5-cache/sys-apps/dbus-broker-8 +++ b/metadata/md5-cache/sys-apps/dbus-broker-9 @@ -1,14 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=audit? ( sys-process/audit ) launcher? ( >=dev-libs/expat-2.2 >=dev-libs/glib-2.50:2 >=sys-apps/systemd-230 ) selinux? ( sys-libs/libselinux ) dev-python/docutils virtual/pkgconfig test? ( >=sys-apps/dbus-1.10 ) >=dev-util/meson-0.40.0 >=dev-util/ninja-1.7.2 +DEPEND=audit? ( sys-process/audit ) launcher? ( >=dev-libs/expat-2.2 >=dev-libs/glib-2.50:2 >=sys-apps/systemd-230 ) selinux? ( sys-libs/libselinux ) dev-python/docutils virtual/pkgconfig >=dev-util/meson-0.40.0 >=dev-util/ninja-1.7.2 DESCRIPTION=Linux D-Bus Message Broker EAPI=6 HOMEPAGE=https://github.com/bus1/dbus-broker/wiki -IUSE=audit +launcher selinux test +IUSE=audit +launcher selinux KEYWORDS=~amd64 LICENSE=Apache-2.0 RDEPEND=audit? ( sys-process/audit ) launcher? ( >=dev-libs/expat-2.2 >=dev-libs/glib-2.50:2 >=sys-apps/systemd-230 ) selinux? ( sys-libs/libselinux ) -RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://github.com/bus1/dbus-broker/archive/v8.tar.gz -> dbus-broker-8.tar.gz https://github.com/c-util/c-dvar/archive/7706828ecda2d8c508d6fc233dc9d198bab482ad.tar.gz -> c-dvar-7706828ecda2d8c508d6fc233dc9d198bab482ad.tar.gz https://github.com/c-util/c-list/archive/9e50b8b08e0b0b75e1c651d5aa4e3cf94368a574.tar.gz -> c-list-9e50b8b08e0b0b75e1c651d5aa4e3cf94368a574.tar.gz https://github.com/c-util/c-rbtree/archive/6181232360c9b517a6af3d82ebdbdce5fe36933a.tar.gz -> c-rbtree-6181232360c9b517a6af3d82ebdbdce5fe36933a.tar.gz https://github.com/c-util/c-sundry/archive/50c8ccf01b39b3f11e59c69d1cafea5bef5a9769.tar.gz -> c-sundry-50c8ccf01b39b3f11e59c69d1cafea5bef5a9769.tar.gz +SRC_URI=https://github.com/bus1/dbus-broker/archive/v9.tar.gz -> dbus-broker-9.tar.gz https://github.com/c-util/c-dvar/archive/7706828ecda2d8c508d6fc233dc9d198bab482ad.tar.gz -> c-dvar-7706828ecda2d8c508d6fc233dc9d198bab482ad.tar.gz https://github.com/c-util/c-list/archive/72c59181d677a3f50b201d51f190b1bff02d4279.tar.gz -> c-list-72c59181d677a3f50b201d51f190b1bff02d4279.tar.gz https://github.com/c-util/c-rbtree/archive/825f626a16257c5f0b0c523c11ce1bca16851180.tar.gz -> c-rbtree-825f626a16257c5f0b0c523c11ce1bca16851180.tar.gz https://github.com/c-util/c-sundry/archive/50c8ccf01b39b3f11e59c69d1cafea5bef5a9769.tar.gz -> c-sundry-50c8ccf01b39b3f11e59c69d1cafea5bef5a9769.tar.gz _eclasses_=meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=b38cdcba411134bb23d85248d10e73d5 +_md5_=50798d8458c4ca23bad7120339d34102 diff --git a/metadata/md5-cache/sys-apps/dbus-broker-9999 b/metadata/md5-cache/sys-apps/dbus-broker-9999 index 9bf16fe1963b..58260f3e7e4b 100644 --- a/metadata/md5-cache/sys-apps/dbus-broker-9999 +++ b/metadata/md5-cache/sys-apps/dbus-broker-9999 @@ -1,12 +1,11 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=audit? ( sys-process/audit ) launcher? ( >=dev-libs/expat-2.2 >=dev-libs/glib-2.50:2 >=sys-apps/systemd-230 ) selinux? ( sys-libs/libselinux ) dev-python/docutils virtual/pkgconfig test? ( >=sys-apps/dbus-1.10 ) >=dev-util/meson-0.40.0 >=dev-util/ninja-1.7.2 >=dev-vcs/git-1.8.2.1 +DEPEND=audit? ( sys-process/audit ) launcher? ( >=dev-libs/expat-2.2 >=dev-libs/glib-2.50:2 >=sys-apps/systemd-230 ) selinux? ( sys-libs/libselinux ) dev-python/docutils virtual/pkgconfig >=dev-util/meson-0.40.0 >=dev-util/ninja-1.7.2 >=dev-vcs/git-1.8.2.1 DESCRIPTION=Linux D-Bus Message Broker EAPI=6 HOMEPAGE=https://github.com/bus1/dbus-broker/wiki -IUSE=audit +launcher selinux test +IUSE=audit +launcher selinux LICENSE=Apache-2.0 RDEPEND=audit? ( sys-process/audit ) launcher? ( >=dev-libs/expat-2.2 >=dev-libs/glib-2.50:2 >=sys-apps/systemd-230 ) selinux? ( sys-libs/libselinux ) -RESTRICT=!test? ( test ) SLOT=0 _eclasses_=git-r3 fec09a83ae965b041b47f5ff7c8ba29a meson 0946ddca90e9c2d3e4687bb097dd9ed3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=b38cdcba411134bb23d85248d10e73d5 +_md5_=50798d8458c4ca23bad7120339d34102 diff --git a/metadata/md5-cache/sys-apps/fwupdate-9 b/metadata/md5-cache/sys-apps/fwupdate-9 index 00d2072ae364..1ed797c1c3b6 100644 --- a/metadata/md5-cache/sys-apps/fwupdate-9 +++ b/metadata/md5-cache/sys-apps/fwupdate-9 @@ -8,5 +8,5 @@ LICENSE=GPL-2+ RDEPEND=dev-libs/popt sys-libs/efivar >=sys-libs/libsmbios-2.3.2 SLOT=0 SRC_URI=https://github.com/rhinstaller/fwupdate/archive/9.tar.gz -> fwupdate-9.tar.gz -_eclasses_=mount-boot 1e82d96b7a7dcb483b412497a90bb646 -_md5_=aac5da1630b7b77da17779a0f9582f68 +_eclasses_=mount-boot 1e82d96b7a7dcb483b412497a90bb646 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=91700245b6e356a56d0bbd695242c11c diff --git a/metadata/md5-cache/sys-apps/iproute2-4.14.1-r1 b/metadata/md5-cache/sys-apps/iproute2-4.14.1-r1 index f1b3cadaf371..c465257aed63 100644 --- a/metadata/md5-cache/sys-apps/iproute2-4.14.1-r1 +++ b/metadata/md5-cache/sys-apps/iproute2-4.14.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=kernel routing and traffic control utilities EAPI=6 HOMEPAGE=https://wiki.linuxfoundation.org/networking/iproute2 IUSE=atm berkdb +iptables ipv6 minimal selinux -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 LICENSE=GPL-2 RDEPEND=!net-misc/arpd !minimal? ( net-libs/libmnl virtual/libelf ) iptables? ( >=net-firewall/iptables-1.4.20:= ) berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) SLOT=0 SRC_URI=mirror://kernel/linux/utils/net/iproute2/iproute2-4.14.1.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=28606ed3ff94e8867bc0bb86311edbc5 +_md5_=847e9dae2133a73f87076004df3a22ff diff --git a/metadata/md5-cache/sys-apps/portage-2.3.17 b/metadata/md5-cache/sys-apps/portage-2.3.18 similarity index 97% rename from metadata/md5-cache/sys-apps/portage-2.3.17 rename to metadata/md5-cache/sys-apps/portage-2.3.18 index be9cec49c5a0..6cafd8dcaf6e 100644 --- a/metadata/md5-cache/sys-apps/portage-2.3.17 +++ b/metadata/md5-cache/sys-apps/portage-2.3.18 @@ -10,6 +10,6 @@ PDEPEND=!build? ( >=net-misc/rsync-2.6.4 userland_GNU? ( >=sys-apps/coreutils-6. RDEPEND=>=app-arch/tar-1.27 dev-lang/python-exec:2 !build? ( >=sys-apps/sed-4.0.5 app-shells/bash:0[readline] >=app-admin/eselect-1.2 python_targets_pypy? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !=virtual/pypy-5:0=[bzip2(+),threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=epydoc? ( python_targets_python2_7 ) || ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 -SRC_URI=mirror://gentoo/portage-2.3.17.tar.bz2 https://dev.gentoo.org/~zmedico/portage/archives/portage-2.3.17.tar.bz2 +SRC_URI=mirror://gentoo/portage-2.3.18.tar.bz2 https://dev.gentoo.org/~zmedico/portage/archives/portage-2.3.18.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 _md5_=c0be31a5d617a475fb3bcf28fe21cb69 diff --git a/metadata/md5-cache/sys-cluster/Manifest.gz b/metadata/md5-cache/sys-cluster/Manifest.gz index 2930a297ee47..1ab230129057 100644 Binary files a/metadata/md5-cache/sys-cluster/Manifest.gz and b/metadata/md5-cache/sys-cluster/Manifest.gz differ diff --git a/metadata/md5-cache/sys-cluster/kube-apiserver-1.8.5 b/metadata/md5-cache/sys-cluster/kube-apiserver-1.8.5 new file mode 100644 index 000000000000..38054c176ae0 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/kube-apiserver-1.8.5 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare setup test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.8 +DESCRIPTION=Kubernetes API server +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.8.5.tar.gz -> kubernetes-1.8.5.tar.gz +_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 user 8bc2845510e2109af75e3eeac607ec81 +_md5_=23feb9717f68c74391c48dce36a35785 diff --git a/metadata/md5-cache/sys-cluster/kube-controller-manager-1.8.5 b/metadata/md5-cache/sys-cluster/kube-controller-manager-1.8.5 new file mode 100644 index 000000000000..49aadd620b90 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/kube-controller-manager-1.8.5 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare setup test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.8 +DESCRIPTION=Kubernetes Controller Manager +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.8.5.tar.gz -> kubernetes-1.8.5.tar.gz +_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 user 8bc2845510e2109af75e3eeac607ec81 +_md5_=87f06e78a4837e5ee6ae16203b486aef diff --git a/metadata/md5-cache/sys-cluster/kube-proxy-1.8.5 b/metadata/md5-cache/sys-cluster/kube-proxy-1.8.5 new file mode 100644 index 000000000000..165846b706f7 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/kube-proxy-1.8.5 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.8 +DESCRIPTION=Kubernetes Proxy service +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.8.5.tar.gz -> kubernetes-1.8.5.tar.gz +_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 +_md5_=e84e2277bf428787621e500b7890b332 diff --git a/metadata/md5-cache/sys-cluster/kube-scheduler-1.8.5 b/metadata/md5-cache/sys-cluster/kube-scheduler-1.8.5 new file mode 100644 index 000000000000..19e8529b9f2c --- /dev/null +++ b/metadata/md5-cache/sys-cluster/kube-scheduler-1.8.5 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare setup test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.8 +DESCRIPTION=Kubernetes Controller Manager +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.8.5.tar.gz -> kubernetes-1.8.5.tar.gz +_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 user 8bc2845510e2109af75e3eeac607ec81 +_md5_=2e0a7a2f4af3f1a1aaa6619a249a525f diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.8.5 b/metadata/md5-cache/sys-cluster/kubectl-1.8.5 new file mode 100644 index 000000000000..99859a131f92 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/kubectl-1.8.5 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.8 +DESCRIPTION=CLI to run commands against Kubernetes clusters +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.8.5.tar.gz -> kubernetes-1.8.5.tar.gz +_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=0f26c5a938778b80e9260d4521dceb22 diff --git a/metadata/md5-cache/sys-cluster/kubelet-1.8.5 b/metadata/md5-cache/sys-cluster/kubelet-1.8.5 new file mode 100644 index 000000000000..4ef90d8c726a --- /dev/null +++ b/metadata/md5-cache/sys-cluster/kubelet-1.8.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.8 +DESCRIPTION=Kubernetes Node Agent +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io +IUSE=hardened +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.8.5.tar.gz -> kubernetes-1.8.5.tar.gz +_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 +_md5_=714cb8640c1d3f4dcc95009d3e0340e2 diff --git a/metadata/md5-cache/sys-kernel/Manifest.gz b/metadata/md5-cache/sys-kernel/Manifest.gz index acff5d65f2e2..1c88b2b0f7a2 100644 Binary files a/metadata/md5-cache/sys-kernel/Manifest.gz and b/metadata/md5-cache/sys-kernel/Manifest.gz differ diff --git a/metadata/md5-cache/sys-kernel/git-sources-4.15_rc3 b/metadata/md5-cache/sys-kernel/git-sources-4.15_rc3 new file mode 100644 index 000000000000..7aa8e9ea1a8a --- /dev/null +++ b/metadata/md5-cache/sys-kernel/git-sources-4.15_rc3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=>=sys-devel/patch-2.7.5 !build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=The very latest -git version of the Linux kernel +EAPI=5 +HOMEPAGE=https://www.kernel.org +IUSE=symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 freedist +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=4.15_rc3 +SRC_URI=https://git.kernel.org/torvalds/p/v4.15-rc3/v4.14 -> patch-4.15-rc3.patch mirror://kernel/linux/kernel/v4.x/linux-4.14.tar.xz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 kernel-2 880361b861490d9503f47d4f16e05f2c ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=4d61b1c207ae9c2b0f6de60fc1485bad diff --git a/metadata/md5-cache/www-apps/Manifest.gz b/metadata/md5-cache/www-apps/Manifest.gz index 521dbf9d0977..71120a68bba6 100644 Binary files a/metadata/md5-cache/www-apps/Manifest.gz and b/metadata/md5-cache/www-apps/Manifest.gz differ diff --git a/metadata/md5-cache/www-apps/gitea-1.3.1 b/metadata/md5-cache/www-apps/gitea-1.3.1 new file mode 100644 index 000000000000..1dbd708be56c --- /dev/null +++ b/metadata/md5-cache/www-apps/gitea-1.3.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst prepare setup test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.8 +DESCRIPTION=A painless self-hosted Git service, written in Go +EAPI=6 +HOMEPAGE=https://github.com/go-gitea/gitea +KEYWORDS=~amd64 ~arm +LICENSE=MIT +RDEPEND=dev-vcs/git +SLOT=0 +SRC_URI=https://github.com/go-gitea/gitea/archive/v1.3.1.tar.gz -> gitea-1.3.1.tar.gz +_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 user 8bc2845510e2109af75e3eeac607ec81 +_md5_=a76983bcd19a794adca4fd14a39d4297 diff --git a/metadata/md5-cache/www-client/Manifest.gz b/metadata/md5-cache/www-client/Manifest.gz index df64c6db12ea..834c220f98b2 100644 Binary files a/metadata/md5-cache/www-client/Manifest.gz and b/metadata/md5-cache/www-client/Manifest.gz differ diff --git a/metadata/md5-cache/www-client/chromium-62.0.3202.89 b/metadata/md5-cache/www-client/chromium-62.0.3202.89 deleted file mode 100644 index 42dd94ec90ef..000000000000 --- a/metadata/md5-cache/www-client/chromium-62.0.3202.89 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup -DEPEND=app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59:= ) >=dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.4.2:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) >=app-arch/gzip-1.7 !arm? ( dev-lang/yasm ) dev-lang/perl >=dev-util/gperf-3.0.3 >=dev-util/ninja-1.7.2 >=net-libs/nodejs-6.9.4 sys-apps/hwids[usb(+)] >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig dev-vcs/git || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/beautifulsoup:python-2[python_targets_python2_7(-),python_single_target_python2_7(+)] >=dev-python/beautifulsoup-4.3.2:4[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/html5lib[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/simplejson[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) >=sys-apps/sed-4 -DESCRIPTION=Open-source version of Google Chrome web browser -EAPI=6 -HOMEPAGE=http://chromium.org/ -IUSE=component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine custom-cflags +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_es +l10n_es-419 +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_vi +l10n_zh-CN +l10n_zh-TW -KEYWORDS=amd64 ~arm ~arm64 ~x86 -LICENSE=BSD -RDEPEND=app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59:= ) >=dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.4.2:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 !=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59 =dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.4.2:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) >=app-arch/gzip-1.7 !arm? ( dev-lang/yasm ) dev-lang/perl >=dev-util/gperf-3.0.3 >=dev-util/ninja-1.7.2 >=net-libs/nodejs-6.9.4 sys-apps/hwids[usb(+)] >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig dev-vcs/git || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/beautifulsoup:python-2[python_targets_python2_7(-),python_single_target_python2_7(+)] >=dev-python/beautifulsoup-4.3.2:4[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/html5lib[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/simplejson[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) >=sys-apps/sed-4 -DESCRIPTION=Open-source version of Google Chrome web browser -EAPI=6 -HOMEPAGE=http://chromium.org/ -IUSE=component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine custom-cflags +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_es +l10n_es-419 +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_vi +l10n_zh-CN +l10n_zh-TW -KEYWORDS=amd64 ~arm ~arm64 ~x86 -LICENSE=BSD -RDEPEND=app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59 =dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.4.2:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 !=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59 =dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.5.0:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) >=app-arch/gzip-1.7 !arm? ( dev-lang/yasm ) dev-lang/perl >=dev-util/gperf-3.0.3 >=dev-util/ninja-1.7.2 >=net-libs/nodejs-6.9.4 sys-apps/hwids[usb(+)] >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig dev-vcs/git || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/beautifulsoup:python-2[python_targets_python2_7(-),python_single_target_python2_7(+)] >=dev-python/beautifulsoup-4.3.2:4[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/html5lib[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/simplejson[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) >=sys-apps/sed-4 -DESCRIPTION=Open-source version of Google Chrome web browser -EAPI=6 -HOMEPAGE=http://chromium.org/ -IUSE=component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine custom-cflags +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_es +l10n_es-419 +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_vi +l10n_zh-CN +l10n_zh-TW -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=BSD -RDEPEND=app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59 =dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.5.0:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 !=net-print/cups-1.3.11:= ) dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59 =dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.5.0:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 !=dev-libs/nss-3.28.3 >=dev-libs/nspr-4.13.1 selinux? ( sec-policy/selinux-mozilla ) pgo? ( >=sys-devel/gcc-4.5 ) rust? ( virtual/rust ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) >=sys-apps/sed-4 virtual/pkgconfig || ( >=dev-lang/python-2.7.5-r2:2.7[ncurses,sqlite,ssl,threads] ) app-arch/zip app-arch/unzip >=sys-devel/binutils-2.16.1 sys-apps/findutils pulseaudio? ( media-sound/pulseaudio ) >=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.25:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-58.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0= ) system-sqlite? ( >=dev-db/sqlite-3.17.0:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.8 ) !gtk2? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=6 -HOMEPAGE=http://www.mozilla.com/firefox -IUSE=bindist eme-free +gmp-autoupdate hardened hwaccel jack pgo rust selinux test custom-cflags custom-optimization dbus debug +jemalloc neon pulseaudio selinux startup-notification system-cairo system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx gtk2 wifi pgo l10n_ach l10n_af l10n_an l10n_ar l10n_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=jack? ( virtual/jack ) >=dev-libs/nss-3.28.3 >=dev-libs/nspr-4.13.1 selinux? ( sec-policy/selinux-mozilla ) >=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.25:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-58.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0= ) system-sqlite? ( >=dev-db/sqlite-3.17.0:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.8 ) !gtk2? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) selinux? ( sec-policy/selinux-mozilla ) -RESTRICT=!bindist? ( bindist ) -SLOT=0 -SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ach.xpi -> firefox-52.5.0esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/af.xpi -> firefox-52.5.0esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/an.xpi -> firefox-52.5.0esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ar.xpi -> firefox-52.5.0esr-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/as.xpi -> firefox-52.5.0esr-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ast.xpi -> firefox-52.5.0esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/az.xpi -> firefox-52.5.0esr-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/bg.xpi -> firefox-52.5.0esr-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/bn-BD.xpi -> firefox-52.5.0esr-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/bn-IN.xpi -> firefox-52.5.0esr-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/br.xpi -> firefox-52.5.0esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/bs.xpi -> firefox-52.5.0esr-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ca.xpi -> firefox-52.5.0esr-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/cak.xpi -> firefox-52.5.0esr-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/cs.xpi -> firefox-52.5.0esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/cy.xpi -> firefox-52.5.0esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/da.xpi -> firefox-52.5.0esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/de.xpi -> firefox-52.5.0esr-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/dsb.xpi -> firefox-52.5.0esr-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/el.xpi -> firefox-52.5.0esr-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/en-GB.xpi -> firefox-52.5.0esr-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/en-ZA.xpi -> firefox-52.5.0esr-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/eo.xpi -> firefox-52.5.0esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/es-AR.xpi -> firefox-52.5.0esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/es-CL.xpi -> firefox-52.5.0esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/es-ES.xpi -> firefox-52.5.0esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/es-MX.xpi -> firefox-52.5.0esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/et.xpi -> firefox-52.5.0esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/eu.xpi -> firefox-52.5.0esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/fa.xpi -> firefox-52.5.0esr-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ff.xpi -> firefox-52.5.0esr-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/fi.xpi -> firefox-52.5.0esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/fr.xpi -> firefox-52.5.0esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/fy-NL.xpi -> firefox-52.5.0esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ga-IE.xpi -> firefox-52.5.0esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/gd.xpi -> firefox-52.5.0esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/gl.xpi -> firefox-52.5.0esr-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/gn.xpi -> firefox-52.5.0esr-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/gu-IN.xpi -> firefox-52.5.0esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/he.xpi -> firefox-52.5.0esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/hi-IN.xpi -> firefox-52.5.0esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/hr.xpi -> firefox-52.5.0esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/hsb.xpi -> firefox-52.5.0esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/hu.xpi -> firefox-52.5.0esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/hy-AM.xpi -> firefox-52.5.0esr-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/id.xpi -> firefox-52.5.0esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/is.xpi -> firefox-52.5.0esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/it.xpi -> firefox-52.5.0esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ja.xpi -> firefox-52.5.0esr-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ka.xpi -> firefox-52.5.0esr-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/kab.xpi -> firefox-52.5.0esr-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/kk.xpi -> firefox-52.5.0esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/km.xpi -> firefox-52.5.0esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/kn.xpi -> firefox-52.5.0esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ko.xpi -> firefox-52.5.0esr-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/lij.xpi -> firefox-52.5.0esr-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/lt.xpi -> firefox-52.5.0esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/lv.xpi -> firefox-52.5.0esr-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/mai.xpi -> firefox-52.5.0esr-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/mk.xpi -> firefox-52.5.0esr-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ml.xpi -> firefox-52.5.0esr-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/mr.xpi -> firefox-52.5.0esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ms.xpi -> firefox-52.5.0esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/nb-NO.xpi -> firefox-52.5.0esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/nl.xpi -> firefox-52.5.0esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/nn-NO.xpi -> firefox-52.5.0esr-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/or.xpi -> firefox-52.5.0esr-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/pa-IN.xpi -> firefox-52.5.0esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/pl.xpi -> firefox-52.5.0esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/pt-BR.xpi -> firefox-52.5.0esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/pt-PT.xpi -> firefox-52.5.0esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/rm.xpi -> firefox-52.5.0esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ro.xpi -> firefox-52.5.0esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ru.xpi -> firefox-52.5.0esr-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/si.xpi -> firefox-52.5.0esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/sk.xpi -> firefox-52.5.0esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/sl.xpi -> firefox-52.5.0esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/son.xpi -> firefox-52.5.0esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/sq.xpi -> firefox-52.5.0esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/sr.xpi -> firefox-52.5.0esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/sv-SE.xpi -> firefox-52.5.0esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/ta.xpi -> firefox-52.5.0esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/te.xpi -> firefox-52.5.0esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/th.xpi -> firefox-52.5.0esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/tr.xpi -> firefox-52.5.0esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/uk.xpi -> firefox-52.5.0esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/uz.xpi -> firefox-52.5.0esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/vi.xpi -> firefox-52.5.0esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/xh.xpi -> firefox-52.5.0esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/zh-CN.xpi -> firefox-52.5.0esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/linux-i686/xpi/zh-TW.xpi -> firefox-52.5.0esr-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/releases/52.5.0esr/source/firefox-52.5.0esr.source.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-52.4-patches-02.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-52.4-patches-02.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-52.4-patches-02.tar.xz -_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 check-reqs bd050ce908e4637604ee604ed4b78e8f desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e mozconfig-v6.52 aeba761913d03fc45f4d6ae2b89165ca mozcoreconf-v5 dfc58397c1e9ecd4420428e695cf8dc8 mozextension 42c5ed513e5325a5d0629ad85bb27c23 mozlinguas-v2 e7b3bd89af6dc1a3dd10be68ba3d574d multilib 97f470f374f2e94ccab04a2fb21d811e pax-utils 4f95120230a315c8caaabeb2307b7eee python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=4db54522b06a31f804a82daead861894 diff --git a/metadata/md5-cache/www-client/firefox-52.5.2 b/metadata/md5-cache/www-client/firefox-52.5.2 new file mode 100644 index 000000000000..1e4b4013fe62 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-52.5.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack +DEPEND=jack? ( virtual/jack ) >=dev-libs/nss-3.28.3 >=dev-libs/nspr-4.13.1 selinux? ( sec-policy/selinux-mozilla ) pgo? ( >=sys-devel/gcc-4.5 ) rust? ( virtual/rust ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) >=sys-apps/sed-4 virtual/pkgconfig || ( >=dev-lang/python-2.7.5-r2:2.7[ncurses,sqlite,ssl,threads] ) app-arch/zip app-arch/unzip >=sys-devel/binutils-2.16.1 sys-apps/findutils pulseaudio? ( media-sound/pulseaudio ) >=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.25:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-58.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0= ) system-sqlite? ( >=dev-db/sqlite-3.17.0:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.8 ) !gtk2? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.15:1.15 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=6 +HOMEPAGE=http://www.mozilla.com/firefox +IUSE=bindist eme-free +gmp-autoupdate hardened hwaccel jack pgo rust selinux test custom-cflags custom-optimization dbus debug +jemalloc neon pulseaudio selinux startup-notification system-cairo system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx gtk2 wifi pgo l10n_ach l10n_af l10n_an l10n_ar l10n_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=jack? ( virtual/jack ) >=dev-libs/nss-3.28.3 >=dev-libs/nspr-4.13.1 selinux? ( sec-policy/selinux-mozilla ) >=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.25:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-58.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0= ) system-sqlite? ( >=dev-db/sqlite-3.17.0:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.8 ) !gtk2? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) selinux? ( sec-policy/selinux-mozilla ) +RESTRICT=!bindist? ( bindist ) +SLOT=0 +SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ach.xpi -> firefox-52.5.2esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/af.xpi -> firefox-52.5.2esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/an.xpi -> firefox-52.5.2esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ar.xpi -> firefox-52.5.2esr-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/as.xpi -> firefox-52.5.2esr-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ast.xpi -> firefox-52.5.2esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/az.xpi -> firefox-52.5.2esr-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/bg.xpi -> firefox-52.5.2esr-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/bn-BD.xpi -> firefox-52.5.2esr-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/bn-IN.xpi -> firefox-52.5.2esr-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/br.xpi -> firefox-52.5.2esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/bs.xpi -> firefox-52.5.2esr-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ca.xpi -> firefox-52.5.2esr-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/cak.xpi -> firefox-52.5.2esr-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/cs.xpi -> firefox-52.5.2esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/cy.xpi -> firefox-52.5.2esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/da.xpi -> firefox-52.5.2esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/de.xpi -> firefox-52.5.2esr-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/dsb.xpi -> firefox-52.5.2esr-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/el.xpi -> firefox-52.5.2esr-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/en-GB.xpi -> firefox-52.5.2esr-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/en-ZA.xpi -> firefox-52.5.2esr-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/eo.xpi -> firefox-52.5.2esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/es-AR.xpi -> firefox-52.5.2esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/es-CL.xpi -> firefox-52.5.2esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/es-ES.xpi -> firefox-52.5.2esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/es-MX.xpi -> firefox-52.5.2esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/et.xpi -> firefox-52.5.2esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/eu.xpi -> firefox-52.5.2esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/fa.xpi -> firefox-52.5.2esr-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ff.xpi -> firefox-52.5.2esr-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/fi.xpi -> firefox-52.5.2esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/fr.xpi -> firefox-52.5.2esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/fy-NL.xpi -> firefox-52.5.2esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ga-IE.xpi -> firefox-52.5.2esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/gd.xpi -> firefox-52.5.2esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/gl.xpi -> firefox-52.5.2esr-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/gn.xpi -> firefox-52.5.2esr-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/gu-IN.xpi -> firefox-52.5.2esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/he.xpi -> firefox-52.5.2esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/hi-IN.xpi -> firefox-52.5.2esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/hr.xpi -> firefox-52.5.2esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/hsb.xpi -> firefox-52.5.2esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/hu.xpi -> firefox-52.5.2esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/hy-AM.xpi -> firefox-52.5.2esr-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/id.xpi -> firefox-52.5.2esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/is.xpi -> firefox-52.5.2esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/it.xpi -> firefox-52.5.2esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ja.xpi -> firefox-52.5.2esr-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ka.xpi -> firefox-52.5.2esr-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/kab.xpi -> firefox-52.5.2esr-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/kk.xpi -> firefox-52.5.2esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/km.xpi -> firefox-52.5.2esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/kn.xpi -> firefox-52.5.2esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ko.xpi -> firefox-52.5.2esr-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/lij.xpi -> firefox-52.5.2esr-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/lt.xpi -> firefox-52.5.2esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/lv.xpi -> firefox-52.5.2esr-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/mai.xpi -> firefox-52.5.2esr-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/mk.xpi -> firefox-52.5.2esr-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ml.xpi -> firefox-52.5.2esr-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/mr.xpi -> firefox-52.5.2esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ms.xpi -> firefox-52.5.2esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/nb-NO.xpi -> firefox-52.5.2esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/nl.xpi -> firefox-52.5.2esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/nn-NO.xpi -> firefox-52.5.2esr-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/or.xpi -> firefox-52.5.2esr-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/pa-IN.xpi -> firefox-52.5.2esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/pl.xpi -> firefox-52.5.2esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/pt-BR.xpi -> firefox-52.5.2esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/pt-PT.xpi -> firefox-52.5.2esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/rm.xpi -> firefox-52.5.2esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ro.xpi -> firefox-52.5.2esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ru.xpi -> firefox-52.5.2esr-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/si.xpi -> firefox-52.5.2esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/sk.xpi -> firefox-52.5.2esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/sl.xpi -> firefox-52.5.2esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/son.xpi -> firefox-52.5.2esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/sq.xpi -> firefox-52.5.2esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/sr.xpi -> firefox-52.5.2esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/sv-SE.xpi -> firefox-52.5.2esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/ta.xpi -> firefox-52.5.2esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/te.xpi -> firefox-52.5.2esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/th.xpi -> firefox-52.5.2esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/tr.xpi -> firefox-52.5.2esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/uk.xpi -> firefox-52.5.2esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/uz.xpi -> firefox-52.5.2esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/vi.xpi -> firefox-52.5.2esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/xh.xpi -> firefox-52.5.2esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/zh-CN.xpi -> firefox-52.5.2esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/linux-i686/xpi/zh-TW.xpi -> firefox-52.5.2esr-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/releases/52.5.2esr/source/firefox-52.5.2esr.source.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-52.5-patches-01.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-52.5-patches-01.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-52.5-patches-01.tar.xz +_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 check-reqs bd050ce908e4637604ee604ed4b78e8f desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e mozconfig-v6.52 aeba761913d03fc45f4d6ae2b89165ca mozcoreconf-v5 dfc58397c1e9ecd4420428e695cf8dc8 mozextension 42c5ed513e5325a5d0629ad85bb27c23 mozlinguas-v2 e7b3bd89af6dc1a3dd10be68ba3d574d multilib 97f470f374f2e94ccab04a2fb21d811e pax-utils 4f95120230a315c8caaabeb2307b7eee python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=2596d4ed0619701e9774f723773828dd diff --git a/metadata/md5-cache/www-client/firefox-bin-52.5.2 b/metadata/md5-cache/www-client/firefox-bin-52.5.2 new file mode 100644 index 000000000000..c20605c5339f --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-52.5.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst unpack +DEPEND=app-arch/unzip >=sys-apps/sed-4 app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=6 +HOMEPAGE=http://www.mozilla.com/firefox +IUSE=+ffmpeg +pulseaudio selinux startup-notification l10n_ach l10n_af l10n_an l10n_ar l10n_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW +KEYWORDS=-* ~amd64 ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme pulseaudio? ( ! firefox-52.5.2esr-ach.xpi ) l10n_af? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/af.xpi -> firefox-52.5.2esr-af.xpi ) l10n_an? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/an.xpi -> firefox-52.5.2esr-an.xpi ) l10n_ar? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/ar.xpi -> firefox-52.5.2esr-ar.xpi ) l10n_as? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/as.xpi -> firefox-52.5.2esr-as.xpi ) l10n_ast? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/ast.xpi -> firefox-52.5.2esr-ast.xpi ) l10n_az? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/az.xpi -> firefox-52.5.2esr-az.xpi ) l10n_bg? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/bg.xpi -> firefox-52.5.2esr-bg.xpi ) l10n_bn-BD? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/bn-BD.xpi -> firefox-52.5.2esr-bn-BD.xpi ) l10n_bn-IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/bn-IN.xpi -> firefox-52.5.2esr-bn-IN.xpi ) l10n_br? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/br.xpi -> firefox-52.5.2esr-br.xpi ) l10n_bs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/bs.xpi -> firefox-52.5.2esr-bs.xpi ) l10n_ca? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/ca.xpi -> firefox-52.5.2esr-ca.xpi ) l10n_cs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/cs.xpi -> firefox-52.5.2esr-cs.xpi ) l10n_cy? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/cy.xpi -> firefox-52.5.2esr-cy.xpi ) l10n_da? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/da.xpi -> firefox-52.5.2esr-da.xpi ) l10n_de? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/de.xpi -> firefox-52.5.2esr-de.xpi ) l10n_el? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/el.xpi -> firefox-52.5.2esr-el.xpi ) l10n_en-GB? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/en-GB.xpi -> firefox-52.5.2esr-en-GB.xpi ) l10n_en-ZA? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/en-ZA.xpi -> firefox-52.5.2esr-en-ZA.xpi ) l10n_eo? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/eo.xpi -> firefox-52.5.2esr-eo.xpi ) l10n_es-AR? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/es-AR.xpi -> firefox-52.5.2esr-es-AR.xpi ) l10n_es-CL? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/es-CL.xpi -> firefox-52.5.2esr-es-CL.xpi ) l10n_es-ES? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/es-ES.xpi -> firefox-52.5.2esr-es-ES.xpi ) l10n_es-MX? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/es-MX.xpi -> firefox-52.5.2esr-es-MX.xpi ) l10n_et? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/et.xpi -> firefox-52.5.2esr-et.xpi ) l10n_eu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/eu.xpi -> firefox-52.5.2esr-eu.xpi ) l10n_fa? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/fa.xpi -> firefox-52.5.2esr-fa.xpi ) l10n_fi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/fi.xpi -> firefox-52.5.2esr-fi.xpi ) l10n_fr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/fr.xpi -> firefox-52.5.2esr-fr.xpi ) l10n_fy? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/fy-NL.xpi -> firefox-52.5.2esr-fy-NL.xpi ) l10n_ga? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/ga-IE.xpi -> firefox-52.5.2esr-ga-IE.xpi ) l10n_gd? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/gd.xpi -> firefox-52.5.2esr-gd.xpi ) l10n_gl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/gl.xpi -> firefox-52.5.2esr-gl.xpi ) l10n_gu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/gu-IN.xpi -> firefox-52.5.2esr-gu-IN.xpi ) l10n_he? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/he.xpi -> firefox-52.5.2esr-he.xpi ) l10n_hi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/hi-IN.xpi -> firefox-52.5.2esr-hi-IN.xpi ) l10n_hr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/hr.xpi -> firefox-52.5.2esr-hr.xpi ) l10n_hsb? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/hsb.xpi -> firefox-52.5.2esr-hsb.xpi ) l10n_hu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/hu.xpi -> firefox-52.5.2esr-hu.xpi ) l10n_hy? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/hy-AM.xpi -> firefox-52.5.2esr-hy-AM.xpi ) l10n_id? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/id.xpi -> firefox-52.5.2esr-id.xpi ) l10n_is? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/is.xpi -> firefox-52.5.2esr-is.xpi ) l10n_it? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/it.xpi -> firefox-52.5.2esr-it.xpi ) l10n_ja? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/ja.xpi -> firefox-52.5.2esr-ja.xpi ) l10n_kk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/kk.xpi -> firefox-52.5.2esr-kk.xpi ) l10n_km? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/km.xpi -> firefox-52.5.2esr-km.xpi ) l10n_kn? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/kn.xpi -> firefox-52.5.2esr-kn.xpi ) l10n_ko? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/ko.xpi -> firefox-52.5.2esr-ko.xpi ) l10n_lt? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/lt.xpi -> firefox-52.5.2esr-lt.xpi ) l10n_lv? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/lv.xpi -> firefox-52.5.2esr-lv.xpi ) l10n_mai? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/mai.xpi -> firefox-52.5.2esr-mai.xpi ) l10n_mk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/mk.xpi -> firefox-52.5.2esr-mk.xpi ) l10n_ml? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/ml.xpi -> firefox-52.5.2esr-ml.xpi ) l10n_mr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/mr.xpi -> firefox-52.5.2esr-mr.xpi ) l10n_ms? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/ms.xpi -> firefox-52.5.2esr-ms.xpi ) l10n_nb? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/nb-NO.xpi -> firefox-52.5.2esr-nb-NO.xpi ) l10n_nl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/nl.xpi -> firefox-52.5.2esr-nl.xpi ) l10n_nn? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/nn-NO.xpi -> firefox-52.5.2esr-nn-NO.xpi ) l10n_or? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/or.xpi -> firefox-52.5.2esr-or.xpi ) l10n_pa? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/pa-IN.xpi -> firefox-52.5.2esr-pa-IN.xpi ) l10n_pl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/pl.xpi -> firefox-52.5.2esr-pl.xpi ) l10n_pt-BR? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/pt-BR.xpi -> firefox-52.5.2esr-pt-BR.xpi ) l10n_pt-PT? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/pt-PT.xpi -> firefox-52.5.2esr-pt-PT.xpi ) l10n_rm? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/rm.xpi -> firefox-52.5.2esr-rm.xpi ) l10n_ro? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/ro.xpi -> firefox-52.5.2esr-ro.xpi ) l10n_ru? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/ru.xpi -> firefox-52.5.2esr-ru.xpi ) l10n_si? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/si.xpi -> firefox-52.5.2esr-si.xpi ) l10n_sk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/sk.xpi -> firefox-52.5.2esr-sk.xpi ) l10n_sl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/sl.xpi -> firefox-52.5.2esr-sl.xpi ) l10n_son? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/son.xpi -> firefox-52.5.2esr-son.xpi ) l10n_sq? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/sq.xpi -> firefox-52.5.2esr-sq.xpi ) l10n_sr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/sr.xpi -> firefox-52.5.2esr-sr.xpi ) l10n_sv? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/sv-SE.xpi -> firefox-52.5.2esr-sv-SE.xpi ) l10n_ta? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/ta.xpi -> firefox-52.5.2esr-ta.xpi ) l10n_te? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/te.xpi -> firefox-52.5.2esr-te.xpi ) l10n_th? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/th.xpi -> firefox-52.5.2esr-th.xpi ) l10n_tr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/tr.xpi -> firefox-52.5.2esr-tr.xpi ) l10n_uk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/uk.xpi -> firefox-52.5.2esr-uk.xpi ) l10n_uz? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/uz.xpi -> firefox-52.5.2esr-uz.xpi ) l10n_vi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/vi.xpi -> firefox-52.5.2esr-vi.xpi ) l10n_xh? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/xh.xpi -> firefox-52.5.2esr-xh.xpi ) l10n_zh-CN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/zh-CN.xpi -> firefox-52.5.2esr-zh-CN.xpi ) l10n_zh-TW? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.5.2esr/linux-i686/xpi/zh-TW.xpi -> firefox-52.5.2esr-zh-TW.xpi ) amd64? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/52.5.2esr/linux-x86_64/en-US/firefox-52.5.2esr.tar.bz2 -> firefox-bin_x86_64-52.5.2.tar.bz2 ) x86? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/52.5.2esr/linux-i686/en-US/firefox-52.5.2esr.tar.bz2 -> firefox-bin_i686-52.5.2.tar.bz2 ) +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e mozextension 42c5ed513e5325a5d0629ad85bb27c23 mozlinguas-v2 e7b3bd89af6dc1a3dd10be68ba3d574d multilib 97f470f374f2e94ccab04a2fb21d811e nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils 4f95120230a315c8caaabeb2307b7eee toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=6c23a033cc258f4d31abb549c6065eff diff --git a/metadata/md5-cache/x11-libs/Manifest.gz b/metadata/md5-cache/x11-libs/Manifest.gz index 11e748467581..3a1b3e0360b4 100644 Binary files a/metadata/md5-cache/x11-libs/Manifest.gz and b/metadata/md5-cache/x11-libs/Manifest.gz differ diff --git a/metadata/md5-cache/x11-libs/libfm-qt-0.11.1 b/metadata/md5-cache/x11-libs/libfm-qt-0.11.1 index 223ce58d4da2..4b1ff92893a9 100644 --- a/metadata/md5-cache/x11-libs/libfm-qt-0.11.1 +++ b/metadata/md5-cache/x11-libs/libfm-qt-0.11.1 @@ -3,10 +3,10 @@ DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/ DESCRIPTION=Qt port of libfm, a library providing components to build desktop file managers EAPI=6 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=amd64 ~arm64 x86 LICENSE=LGPL-2.1+ RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 >=lxde-base/menu-cache-0.4.1 >=x11-libs/libfm-1.2.0:= x11-libs/libxcb:= !=dev-libs/glib-2.18:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev DESCRIPTION=Fast lightweight tabbed filemanager (Qt port) EAPI=6 HOMEPAGE=https://wiki.lxde.org/en/PCManFM -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=amd64 ~arm64 x86 LICENSE=GPL-2+ RDEPEND=>=dev-libs/glib-2.18:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 >=x11-libs/libfm-1.2.0:= x11-libs/libfm-qt:= x11-libs/libxcb:= x11-misc/xdg-utils virtual/eject virtual/freedesktop-icon-theme SLOT=0 SRC_URI=https://github.com/lxde/pcmanfm-qt/releases/download/0.11.1/pcmanfm-qt-0.11.1.tar.xz _eclasses_=cmake-utils 77a5a8d3308359caadcdd91688f20093 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 97ce9decef1ff4b6c5be700283f67343 flag-o-matic a6089a2a4027ae3da4a460dc87b21050 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 185a06792159ca143528e7010368e8af versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=645e57c9b7cc1ab37d96e63c16264abc +_md5_=a7503953979cbc219749e0a3f22c8adf diff --git a/metadata/news/2007-05-04-paludis-0_24/2007-05-04-paludis-0_24.en.txt.asc b/metadata/news/2007-05-04-paludis-0_24/2007-05-04-paludis-0_24.en.txt.asc deleted file mode 100644 index 41dbbf5fa874..000000000000 --- a/metadata/news/2007-05-04-paludis-0_24/2007-05-04-paludis-0_24.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.13 (GNU/Linux) - -iEYEABECAAYFAkrtoE4ACgkQcxLzpIGCsLRC+gCfX+cj8qmRgKb+CoLwUjF/siY4 -sk0An1WTVHg6Vm6pFAKTbxsKfspMPJbc -=OYhI ------END PGP SIGNATURE----- diff --git a/metadata/news/2009-04-06-tetex/2009-04-06-tetex.en.txt.asc b/metadata/news/2009-04-06-tetex/2009-04-06-tetex.en.txt.asc deleted file mode 100644 index c77ce0ba5871..000000000000 --- a/metadata/news/2009-04-06-tetex/2009-04-06-tetex.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.10 (GNU/Linux) - -iEYEABECAAYFAknZCiEACgkQNQqtfCuFnePkzACeMTjE+7PH6QoUP7aOk/cLZJ57 -h5IAn3zBOKY+NGt9sCSfC21o+idT/JwB -=seDb ------END PGP SIGNATURE----- diff --git a/metadata/news/2009-04-06-x_server-1_5/2009-04-06-x_server-1_5.en.txt.asc b/metadata/news/2009-04-06-x_server-1_5/2009-04-06-x_server-1_5.en.txt.asc deleted file mode 100644 index 014e8228079c..000000000000 --- a/metadata/news/2009-04-06-x_server-1_5/2009-04-06-x_server-1_5.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.10 (GNU/Linux) - -iEYEABECAAYFAknZCjcACgkQNQqtfCuFneOlvgCfWpXJs3RzMfAlWXu8srSGZis0 -DK0An3quxyXSWNeOkK+LIrAq9CVSR7LY -=MRuL ------END PGP SIGNATURE----- diff --git a/metadata/news/2009-07-12-xorg-74-alpha/2009-07-12-xorg-74-alpha.en.txt.asc b/metadata/news/2009-07-12-xorg-74-alpha/2009-07-12-xorg-74-alpha.en.txt.asc deleted file mode 100644 index e8d0a4f4f6e3..000000000000 --- a/metadata/news/2009-07-12-xorg-74-alpha/2009-07-12-xorg-74-alpha.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEABECAAYFAkp9VOIACgkQA+4Doc5dVOgX5gCgjYJ8wbxQ2jjVg9phPTcj7Ndd -qc4Aniw7wmu6c+mVt2+LPCGksT5nic5Y -=w6WG ------END PGP SIGNATURE----- diff --git a/metadata/news/2009-10-02-xorg-server-1-6-libxcb-1_4/2009-10-02-xorg-server-1-6-libxcb-1_4.en.txt.asc b/metadata/news/2009-10-02-xorg-server-1-6-libxcb-1_4/2009-10-02-xorg-server-1-6-libxcb-1_4.en.txt.asc deleted file mode 100644 index ea46797d8747..000000000000 --- a/metadata/news/2009-10-02-xorg-server-1-6-libxcb-1_4/2009-10-02-xorg-server-1-6-libxcb-1_4.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEABECAAYFAkrJCScACgkQfUU/I5AasIqG0gCg95ypoQN3rAav8p9cZEuip0zi -XI0AoPchWCd3XDgUqTuvFcqXGSEHmsD/ -=Irzu ------END PGP SIGNATURE----- diff --git a/metadata/news/2009-10-08-gnome-226/2009-10-08-gnome-226.en.txt.asc b/metadata/news/2009-10-08-gnome-226/2009-10-08-gnome-226.en.txt.asc deleted file mode 100644 index 55ddd7b99c76..000000000000 --- a/metadata/news/2009-10-08-gnome-226/2009-10-08-gnome-226.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.8 (GNU/Linux) - -iEYEABECAAYFAkrNWBwACgkQkeYb6olFHJe1HQCdGTvIGUfqjjCKxBIvzVMznf01 -pmQAoNy2QrUBhlUAMlOj5BOUtdVWnXAp -=e110 ------END PGP SIGNATURE----- diff --git a/metadata/news/2009-10-22-default-linux/2009-10-22-default-linux.en.txt.asc b/metadata/news/2009-10-22-default-linux/2009-10-22-default-linux.en.txt.asc deleted file mode 100644 index aa104f571187..000000000000 --- a/metadata/news/2009-10-22-default-linux/2009-10-22-default-linux.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.13 (GNU/Linux) - -iEYEABECAAYFAkrgpMUACgkQjqGN5W0RyKKZHQCgjLkeRRFmCRdHSvtxaIjt7oui -H+4AniOcDXUIyNQD3E6U5SR9LAkufmk6 -=6h9h ------END PGP SIGNATURE----- diff --git a/metadata/news/2010-01-31-eselect-opengl/2010-01-31-eselect-opengl.en.txt.asc b/metadata/news/2010-01-31-eselect-opengl/2010-01-31-eselect-opengl.en.txt.asc deleted file mode 100644 index a42258711b89..000000000000 --- a/metadata/news/2010-01-31-eselect-opengl/2010-01-31-eselect-opengl.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAkuP06oACgkQjqGN5W0RyKJM9wCeMmgGiOcpG8p6BcLIBLO2s7Mn -PtAAmwQOcpPwi8bD0BYVVb1YPCeKH2hJ -=Ca4S ------END PGP SIGNATURE----- diff --git a/metadata/news/2010-02-21-mysql-upgrade/2010-02-21-mysql-upgrade.en.txt.asc b/metadata/news/2010-02-21-mysql-upgrade/2010-02-21-mysql-upgrade.en.txt.asc deleted file mode 100644 index 5a7907f2a57b..000000000000 --- a/metadata/news/2010-02-21-mysql-upgrade/2010-02-21-mysql-upgrade.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iQEcBAABAgAGBQJLhcdhAAoJEAb1tEFm2PSbthsH/RGzbLrUB7ntcat34WjqH6KS -4c+5pCvUWzkgvdfFJ36N9P7BOO1M65ObU2mS6b65nXIWt88Jii76HPZvBN+93MIQ -utvQn0Isbc2/g7CYFQZTgPxckCouV5PPicow57Qtz1K48wAIRhxZOVGh3cn0XGnB -wAgUwaP84msVdVvGdjV91OZWo+rwqOV0NuSqOhODifzUNdpbdWFcaqq8gFG68dtv -fxZpwvzkcbrTN9QAQdN3ZuLKoB4VuRa0/LVrainE7RpGC35DfthcdF/nGhTrNsPh -8vy8LLAreAhuEdrs0N8c8Mwwda4kYK1+Eqo57GLkMH9nPIDX96OyCzwx1MYI20c= -=yeaI ------END PGP SIGNATURE----- diff --git a/metadata/news/2010-02-28-layman-storage-path-change/2010-02-28-layman-storage-path-change.en.txt.asc b/metadata/news/2010-02-28-layman-storage-path-change/2010-02-28-layman-storage-path-change.en.txt.asc deleted file mode 100644 index fbbc34c6aad5..000000000000 --- a/metadata/news/2010-02-28-layman-storage-path-change/2010-02-28-layman-storage-path-change.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAkuOvSAACgkQsAvGakAaFgDdGQCgjQyWt7Kwyh1oz7rxjQPQwOhZ -NjUAoJyuoTYVBDiHNGWs8oUO9N23DTDD -=xNpZ ------END PGP SIGNATURE----- diff --git a/metadata/news/2010-03-01-mythtv-upgrade/2010-03-01-mythtv-upgrade.en.txt.asc b/metadata/news/2010-03-01-mythtv-upgrade/2010-03-01-mythtv-upgrade.en.txt.asc deleted file mode 100644 index bbd1eb629203..000000000000 --- a/metadata/news/2010-03-01-mythtv-upgrade/2010-03-01-mythtv-upgrade.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAkuL40EACgkQG4/rWKZmVWkOnwCgvK30dQq5EPyM8iIaOG+zVZ/O -u+AAn3M3eKhP3VUZN5pAEZoOPX4CiuZc -=cxr8 ------END PGP SIGNATURE----- diff --git a/metadata/news/2010-03-23-new-subprofiles/2010-03-23-new-subprofiles.en.txt.asc b/metadata/news/2010-03-23-new-subprofiles/2010-03-23-new-subprofiles.en.txt.asc deleted file mode 100644 index 27b3e916d6d2..000000000000 --- a/metadata/news/2010-03-23-new-subprofiles/2010-03-23-new-subprofiles.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAkuozkIACgkQjDdoMVfcAHj2wACggGPTFK+Mjso7voU543VcfK0k -e6gAoMWlSU+lI2R/8/X+wC87YmCinnwW -=EbUf ------END PGP SIGNATURE----- diff --git a/metadata/news/2010-03-25-python-3_1/2010-03-25-python-3_1.en.txt.asc b/metadata/news/2010-03-25-python-3_1/2010-03-25-python-3_1.en.txt.asc deleted file mode 100644 index c910489e0839..000000000000 --- a/metadata/news/2010-03-25-python-3_1/2010-03-25-python-3_1.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.15 (GNU/Linux) - -iQIcBAABAgAGBQJLq9kmAAoJEFtpjAED8H0Yu/0QAMnsuG64BTJ10p7vFEafqNhu -fkKTuvxOHw2dCJ1BClaIpDgJXxB0mf+/g6FoGJXrKEXANe5MUYrvLVxFDsayHxQH -SWKyu8MQD80BMGNJBLUNdTPInGqOMWBkTSzAN4KOEldc3pjfaxNLTS7it0nxQR6u -LcatSnOZbS0Isy6ZE7BwLURQtKer4EEr+iBS8jupDx0YZ7YIJArhM0Xxtnyc66ic -Y8oje1srUR2Qo8Phu+gmD1Qyx+27P3Q8vMjFGUi4YHD6clT3f0bmwwbDMLkowyIh -JlMqz9qFumGffMqTC4j1vNn8icvy8y4Rs315SMtJ82+H8MsR1KpWO9C66ZTQKBqp -ym2979PXOTIoInKuHnBwwf6Se5aGxqZK2KEKBi0jcjZIrrlNmAmxSGZrZH+9t5db -3Sj1BnZXHUvn1egrbdXSEyfWwheU2ekYfWagp0QFzoEZQNlvaoBEMUno9u8qobYO -mXx/SEiggBftXFvdDPOVfLQyG6KQIIj/I74OLttUvzI33/G2T8VCzSs/VJQ7D7Us -WKuQjZDwQ932w9fxvMSAXiZ3q6bAc4DsLQUPq515fRqkyYG1wAvMA9DaBGx6ykIh -Sr0pZKsugxV6W4GoM/D48fIxMn30Of/lsbs9bxh+wf0jgGuJO9mhshz6ifRzVnhJ -SCdOcQp4CFOIpUaCl1s/ -=BedG ------END PGP SIGNATURE----- diff --git a/metadata/news/2010-05-02-gnome-228/2010-05-02-gnome-228.en.txt.asc b/metadata/news/2010-05-02-gnome-228/2010-05-02-gnome-228.en.txt.asc deleted file mode 100644 index 69e270560604..000000000000 --- a/metadata/news/2010-05-02-gnome-228/2010-05-02-gnome-228.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAkvdgwsACgkQCaWpQKGI+9R+2QCeOdXAtmfm2U0atYWvcbWpwLuA -1JkAnjXChfLI9ex9/M4i2h7nWYSjv8bE -=3EwM ------END PGP SIGNATURE----- diff --git a/metadata/news/2010-10-22-perl-5_12-upgrade-procedure/2010-10-22-perl-5_12-upgrade-procedure.en.txt.asc b/metadata/news/2010-10-22-perl-5_12-upgrade-procedure/2010-10-22-perl-5_12-upgrade-procedure.en.txt.asc deleted file mode 100644 index dab8d619c997..000000000000 --- a/metadata/news/2010-10-22-perl-5_12-upgrade-procedure/2010-10-22-perl-5_12-upgrade-procedure.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.16 (GNU/Linux) - -iEYEABEDAAYFAkzBvtAACgkQu8cU0ZxnzZbfGgCfdoVC9zHTWTLyIAd5bro3KfRX -WCMAn0Nnmwu6OtdwjXo1LCNIhTJQGYPR -=7NH5 ------END PGP SIGNATURE----- diff --git a/metadata/news/2010-10-27-hardened-gcc4-info/2010-10-27-hardened-gcc4-info.en.txt.asc b/metadata/news/2010-10-27-hardened-gcc4-info/2010-10-27-hardened-gcc4-info.en.txt.asc deleted file mode 100644 index de29fae9ddef..000000000000 --- a/metadata/news/2010-10-27-hardened-gcc4-info/2010-10-27-hardened-gcc4-info.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.16 (GNU/Linux) - -iEYEABECAAYFAkzIfYoACgkQe6JQqv15gH+78wCeOAb9Zcrc0tkdwZ+jDHptV0tY -EIwAnAzAulXlRTi9jMD/qtFuP9G152Es -=clyW ------END PGP SIGNATURE----- diff --git a/metadata/news/2010-11-13-hardened-profiles/2010-11-13-hardened-profiles.en.txt.asc b/metadata/news/2010-11-13-hardened-profiles/2010-11-13-hardened-profiles.en.txt.asc deleted file mode 100644 index 2cc1c324a3ec..000000000000 --- a/metadata/news/2010-11-13-hardened-profiles/2010-11-13-hardened-profiles.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.16 (GNU/Linux) - -iEYEABECAAYFAkzd0sIACgkQl5yvQNBFVTWYtACeK1qkaZV+A54CzEptE0Cx6jfS -+mQAni5jgmmZyXjE+2Np6KrSaU96AhJg -=597m ------END PGP SIGNATURE----- diff --git a/metadata/news/2011-02-13-libgphoto2-2_4_10/2011-02-13-libgphoto2-2_4_10.en.txt.asc b/metadata/news/2011-02-13-libgphoto2-2_4_10/2011-02-13-libgphoto2-2_4_10.en.txt.asc deleted file mode 100644 index d720f35fab3e..000000000000 --- a/metadata/news/2011-02-13-libgphoto2-2_4_10/2011-02-13-libgphoto2-2_4_10.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.16 (GNU/Linux) - -iEYEABECAAYFAk1cKuUACgkQCaWpQKGI+9QUbgCfazP4Oi9uPb+hel+TF4gB5+2n -FQIAn2lRnik8RyvyuunDYHEI000/lPH6 -=rC6K ------END PGP SIGNATURE----- diff --git a/metadata/news/2011-02-14-gnome-232/2011-02-14-gnome-232.en.txt.asc b/metadata/news/2011-02-14-gnome-232/2011-02-14-gnome-232.en.txt.asc deleted file mode 100644 index 75a43745e651..000000000000 --- a/metadata/news/2011-02-14-gnome-232/2011-02-14-gnome-232.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.16 (GNU/Linux) - -iEYEABECAAYFAk1eT8AACgkQCaWpQKGI+9RljgCeKZVOkFezzGVM0Ecm0+vfOthi -PDsAoIgDcqNGfpVjWWOx0InjpHIl6rNE -=27Uh ------END PGP SIGNATURE----- diff --git a/metadata/news/2011-02-19-ia64-java-removal/2011-02-19-ia64-java-removal.en.txt.asc b/metadata/news/2011-02-19-ia64-java-removal/2011-02-19-ia64-java-removal.en.txt.asc deleted file mode 100644 index e1017164c7c2..000000000000 --- a/metadata/news/2011-02-19-ia64-java-removal/2011-02-19-ia64-java-removal.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iEYEABECAAYFAk1gDJQACgkQtbrAj05h3oTUwQCdFs0d8GKacr0N1YgjYItjq2rd -ETEAoJOdsWyC3FOeCab4qqOWzXwdyAaF -=Voef ------END PGP SIGNATURE----- diff --git a/metadata/news/2011-04-26-gnustep-new-layout/2011-04-26-gnustep-new-layout.en.txt.asc b/metadata/news/2011-04-26-gnustep-new-layout/2011-04-26-gnustep-new-layout.en.txt.asc deleted file mode 100644 index a0ea322b75af..000000000000 --- a/metadata/news/2011-04-26-gnustep-new-layout/2011-04-26-gnustep-new-layout.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iEYEABECAAYFAk22aOQACgkQDhqwQZQ3nG1KBACgxlCsdp4ZqbrNpqaqlr4+dtwy -4XMAoPdOdaZjx8WrcIAgsmpAcY7jX+yn -=k9ts ------END PGP SIGNATURE----- diff --git a/metadata/news/2011-04-27-glib-228/2011-04-27-glib-228.en.txt.asc b/metadata/news/2011-04-27-glib-228/2011-04-27-glib-228.en.txt.asc deleted file mode 100644 index 09d38073658a..000000000000 --- a/metadata/news/2011-04-27-glib-228/2011-04-27-glib-228.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iF4EABEIAAYFAk24GZUACgkQXkR9YqOcLPGctQD+PNPuMTfAVuGohxvERLACizzd -C1tDzUulrtJB6sougLUA/ilqcRP8fQYpa2NMlPjIi27ZYTXIvMcxD3MOi/04wnh3 -=pv0a ------END PGP SIGNATURE----- diff --git a/metadata/news/2011-05-01-baselayout-update/2011-05-01-baselayout-update.en.txt.asc b/metadata/news/2011-05-01-baselayout-update/2011-05-01-baselayout-update.en.txt.asc deleted file mode 100644 index 2d26fedf81d1..000000000000 --- a/metadata/news/2011-05-01-baselayout-update/2011-05-01-baselayout-update.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iEYEABECAAYFAk29qS4ACgkQblQW9DDEZTirrwCfckYo58Afhu72Nq+/IuRMy0J6 -vz4An3WBBCPZPV2ViEoszjssk54sOuke -=ZZvG ------END PGP SIGNATURE----- diff --git a/metadata/news/2011-08-28-mesa-r600g/2011-08-28-mesa-r600g.en.txt.asc b/metadata/news/2011-08-28-mesa-r600g/2011-08-28-mesa-r600g.en.txt.asc deleted file mode 100644 index 4db04f6e956d..000000000000 --- a/metadata/news/2011-08-28-mesa-r600g/2011-08-28-mesa-r600g.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iEYEABECAAYFAk5aqBAACgkQ+gvH2voEPRDumwCeMZU6+GY8ZMDbLE0h3wREQ1Ct -HXkAmwS2j0l8KMg6hgOs1lK7/OlREpep -=4flS ------END PGP SIGNATURE----- diff --git a/metadata/news/2011-10-15-libpng15/2011-10-15-libpng15.en.txt.asc b/metadata/news/2011-10-15-libpng15/2011-10-15-libpng15.en.txt.asc deleted file mode 100644 index 43e149cc4c5f..000000000000 --- a/metadata/news/2011-10-15-libpng15/2011-10-15-libpng15.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.18 (GNU/Linux) - -iQEcBAABAgAGBQJOmb86AAoJEEdUh39IaPFNvlUH/0h02Ya8pAc8GlFt1pxFCSEd -Hqdu8Fx8eVtIjAo9/9mumUl4Syor9awVpfhbh2fo6WQG1BK8Dflo4jQwzLekidge -lHJYzB5dkscho8+PlWBCXNQQB8V0o+3L7h23K4M+rXJJGKfDZOIX1R3+XlffYaQY -T3lki4vr0WE3oA2D8R3BZGKTtMEvm4Rqm+oFZBQo7rmueLHlCXiUjFX3SeydA8ha -t+I69rx3bgqA3hpcnINS5VUKgDJP/x8YjVEook7JnUHif5Al4CWJ8vT9GmDEh/HD -n9TKFRLMDY73TMAPiqSQCdt3L7ZkBlhVYaQIvWdUl7SjO7lIJsw62MaM3f0qxL0= -=Hapc ------END PGP SIGNATURE----- diff --git a/metadata/news/2011-12-06-kde473-kdepim/2011-12-06-kde473-kdepim.en.txt.asc b/metadata/news/2011-12-06-kde473-kdepim/2011-12-06-kde473-kdepim.en.txt.asc deleted file mode 100644 index 91d908499fb3..000000000000 --- a/metadata/news/2011-12-06-kde473-kdepim/2011-12-06-kde473-kdepim.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iEYEABECAAYFAk7eomEACgkQ3ao2Zwy3NWoqyQCdGpnoHNJkA2B9b0X+SrB/LM09 -VJgAn2qyL0wgbeLvuchXwdUcauD1PqLG -=9Nxz ------END PGP SIGNATURE----- diff --git a/metadata/news/2011-12-30-bacula-updates/2011-12-30-bacula-updates.en.txt.asc b/metadata/news/2011-12-30-bacula-updates/2011-12-30-bacula-updates.en.txt.asc deleted file mode 100644 index d0ee08826822..000000000000 --- a/metadata/news/2011-12-30-bacula-updates/2011-12-30-bacula-updates.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iEYEABECAAYFAk8Blp4ACgkQQe4uqXYgU9W9dACfSLfOG5hslRDESU/GHpIjK6Mh -Ik4An3XlqvvXhotd/GLUgFwnKrYulM8T -=2shN ------END PGP SIGNATURE----- diff --git a/metadata/news/2012-02-14-baselayout-1-deprecation/2012-02-14-baselayout-1-deprecation.en.txt.asc b/metadata/news/2012-02-14-baselayout-1-deprecation/2012-02-14-baselayout-1-deprecation.en.txt.asc deleted file mode 100644 index fc65e78cba7c..000000000000 --- a/metadata/news/2012-02-14-baselayout-1-deprecation/2012-02-14-baselayout-1-deprecation.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iEYEABECAAYFAk85qogACgkQblQW9DDEZTh6ZwCgmx7TZK37O8llvFULSKacne9K -CVUAnjin57OjSiVqfBSD2DIlzjzIYZll -=EzBo ------END PGP SIGNATURE----- diff --git a/metadata/news/2012-04-24-libjpeg-turbo-by-default/2012-04-24-libjpeg-turbo-by-default.en.txt.asc b/metadata/news/2012-04-24-libjpeg-turbo-by-default/2012-04-24-libjpeg-turbo-by-default.en.txt.asc deleted file mode 100644 index 22ceb1e226a0..000000000000 --- a/metadata/news/2012-04-24-libjpeg-turbo-by-default/2012-04-24-libjpeg-turbo-by-default.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iQEbBAABAgAGBQJPltPcAAoJEEdUh39IaPFNc1wH9imsiRDmxp629KBQpxQ7aj+o -U6IxzLLDKWciNFa+NNlqPB6/YT6R1j4ikjR4KdQU/WPkuDms6EWhLbkvZ001dJVB -/yaVmP+SLlbd7mMwGUtv7P/1Iz1/YKIzddjUEQS3Lh7T0WMuP9tnGncP7lsjICcb -5mFF3hg+97rl9oNwPdIe5KmiNWH47JPbg+BjHAyR10LKE9ZGKMg7/yXIwD0/3xyY -37mq52FTyEs6KEsiN6vCQfEdUjfbxkdV+uTbCLlCyGORd6kYTARAjXQ++qfZbGTh -C7HI5nyoccafMGAUlMMPO7j3/jt1OJ6u6hO9TLrg1RXHNLq4HRrq+IxYbULe9w== -=Wzu7 ------END PGP SIGNATURE----- diff --git a/metadata/news/2012-07-23-upgrading-postfix/2012-07-23-upgrading-postfix.en.txt.asc b/metadata/news/2012-07-23-upgrading-postfix/2012-07-23-upgrading-postfix.en.txt.asc deleted file mode 100644 index ad76a8bcff37..000000000000 --- a/metadata/news/2012-07-23-upgrading-postfix/2012-07-23-upgrading-postfix.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iQIcBAABCAAGBQJQDWUdAAoJEHfx8XVYajsf5eMP/jkGOtKa1NUq9s60O0KnklMs -nZOlN2mCMc9ZKP6fXtNUMYE8pskB/VBOYtfqr9BFROMZPGaIf1VoZ0C11xswGmqZ -z61W7xY/4AT5RWtq2405onQ0mO82AVZP8A8cNZH1+ISLPRTayVwdsCgU1ANeORL0 -n9C7nP8IrRZShGHupf7jWAyBZQ8rbhlct2awu63GxREq5ifswOY50jzlyK9iTfyH -TdiuhLfrFQb/SZYWSrXRBrDpLZARLk6ZWGDJ+tYSQ10lB6E9ELaxUwC/v98ds2d1 -oQfqqasq1/H2FoZ54bUY7iwnXtohgKxmwEOU6tjtqcJiyTBNXD2ZXYkJKo5e3P3n -yAvls+1lURhJB7X3gyD1B6x2a1N4stQvxcWx4yzXf04IrYLAgeOmQdKDQ5AkPKkW -T9Lr7uLFGbeHYS1wNAXqfHpIvS9Rod+oOLtCBdR65chrw6J5imBx6KV/2cmC6Qka -2hpAT0IYvcvC11pS6armeGeWA7kR1lesPjflxpjRyTumP1vd183NZU8jq7C7c5ua -nGB79VCo9GarkrHStOdEt/R2bAE6Kforx4TeqOVIqlnInFE7TY6LCeuZlXfO5I+6 -nargDJ+cBlyuSTUOQM0MvQMBCIYKXHjKfZIpRqFGb7Hw0Gide5lGTZS2KV4TnJCw -UXYXR52bF2QqSzNskicz -=tW4I ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-02-10-new-13-profiles-server/2013-02-10-new-13-profiles-server.en.txt.asc b/metadata/news/2013-02-10-new-13-profiles-server/2013-02-10-new-13-profiles-server.en.txt.asc deleted file mode 100644 index 59188442e383..000000000000 --- a/metadata/news/2013-02-10-new-13-profiles-server/2013-02-10-new-13-profiles-server.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iEYEABECAAYFAlEYCxgACgkQ3ao2Zwy3NWoD1QCfTcD675ieLYh4j17Bvl4z3oM2 -Ty8AniisMcIwn/wqgT8H82Va5O/zjwgd -=+fiB ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-02-10-new-13-profiles/2013-02-10-new-13-profiles.en.txt.asc b/metadata/news/2013-02-10-new-13-profiles/2013-02-10-new-13-profiles.en.txt.asc deleted file mode 100644 index 0a950a1023d3..000000000000 --- a/metadata/news/2013-02-10-new-13-profiles/2013-02-10-new-13-profiles.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iEYEABECAAYFAlEYCvsACgkQ3ao2Zwy3NWorsgCaA2lhzK6vdHa+SFtd92EWqiXs -A/MAoKMchhhqhC9HZUXb9xWhq8sh5TBN -=sBhY ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-03-29-udev-upgrade/2013-03-29-udev-upgrade.en.txt.asc b/metadata/news/2013-03-29-udev-upgrade/2013-03-29-udev-upgrade.en.txt.asc deleted file mode 100644 index d2edaa693e47..000000000000 --- a/metadata/news/2013-03-29-udev-upgrade/2013-03-29-udev-upgrade.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iQEcBAABAgAGBQJRWGlJAAoJEEdUh39IaPFNDCgIAKF6HMthMqbM8EiFk+0MGRGi -83HOlEve6rOqYUQVg8ziSQXD4S8EqgvPIBBh8SWnKq4wfsr5ARpooyFMFXPTLiW6 -na4SJeDwPUkMSG9wUObnAen6xsY5GRpJ5XE3FLvCYnsH7kxzcPw2Ys1XE6plXUfN -hmH5jIAV5P9dmkcaIfYXYIpECy3oUH+dwhMfKoSYSy4rs2XSuOdRgaTeQ3pL1kdR -SdYkLa+MLQuR3937CosIUFdekKRfIiiC4ysxnF1EemSl//Adr95H01YfPKRm11qm -Q4AqfLSrGJYJH+uS0qLSxnwptTqtKm6S3Gdw1Dcfas4OAxn+vXc/rqlZD6M5qZE= -=lqMR ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-04-10-baselayout-1-deprecation-final-warning/2013-04-10-baselayout-1-deprecation-final-warning.en.txt.asc b/metadata/news/2013-04-10-baselayout-1-deprecation-final-warning/2013-04-10-baselayout-1-deprecation-final-warning.en.txt.asc deleted file mode 100644 index 35d96de674c1..000000000000 --- a/metadata/news/2013-04-10-baselayout-1-deprecation-final-warning/2013-04-10-baselayout-1-deprecation-final-warning.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iEYEABECAAYFAlFl1FgACgkQblQW9DDEZTiiNgCghjfUOZMgWNMEXUHC6cGfW9JL -9HcAn2INJT3R6Mqoge7ofSSo1uub3HX8 -=GANE ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-06-01-mysql-pbxt-dropped/2013-06-01-mysql-pbxt-dropped.en.txt.asc b/metadata/news/2013-06-01-mysql-pbxt-dropped/2013-06-01-mysql-pbxt-dropped.en.txt.asc deleted file mode 100644 index f8335a3731ef..000000000000 --- a/metadata/news/2013-06-01-mysql-pbxt-dropped/2013-06-01-mysql-pbxt-dropped.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0 - -iQJ8BAABCgBmBQJV9cJNXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMDlCNDQ4NjEyNDI4NjA5REVEMDI3MzIy -MjBDRDFDNUJERUVEMDIwAAoJECIM0cW97tAgz6IQAPV2aSEUcOFY1OhfMJ+pTr+J -Q88MZAiPafCX2yXhCZb08MwQ+DtVaDE9xfNUoSbXFUmxUP5snCd61eMvY0ptHS+E -T5/GinrmtAe9wqzaWfVlWEMW4gzVmBjfqpfIKVgex/PkXZbXtZug4P8XOcXNVavD -3di7WBa/Vaqcrmz9yGOAt5mojUufTz0gARo4rgu+sMJUNYBO+JeGxjcXSqy0dMas -y5QT2PSLnr2Sx1vU3lTctcbiN/PN9PPeEBpKeTh40dOgXrCvhnGNSKh4noREC/tR -Gvp8OeXFbiA635o5SbFtdijD9nRK8clsj8zuNYfPvWQ9u+5qGXME8yYAOgefqO8B -6lipVkbxDuX3FfO280CZMgsxOQ0N+FRWXD8LZcf4trvWdCfnwSvcIuoSwKXobWND -cg03wjJA8HFXbjqkoqIbZWf7Uxp/RRv4xhaNdL1oYTTwSLiWyJjXUje80ymLFzbD -d9TFhAib6IAPi9u+JQphE4fh/JSwM7hGqWTyDTwrKxDVDXWo3CLZ/GsgGtdTdEcA -j3mxgUhpihlxkZ7hYQQCvdwlr61zj0F8wGVvLAXzdELzwQFzrsx+JkGmSF6h7PhR -EZgaWZcKfQTSnBT5rDlul+no2wnLwxWGcRKwrtDeMlJ3xRcrgo/ojhSL4XwVz7Hc -mtAeEFd1VzjjA/q8H5Tm -=EMHo ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-06-30-cups16/2013-06-30-cups16.en.txt.asc b/metadata/news/2013-06-30-cups16/2013-06-30-cups16.en.txt.asc deleted file mode 100644 index 3ad23863eb0b..000000000000 --- a/metadata/news/2013-06-30-cups16/2013-06-30-cups16.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iQIcBAABCgAGBQJR0CggAAoJEJS/30SErRQv+RcP/2huylbV/5l5BaVuoS6Yy2za -8+DcVeFqKxk6OxSEzJx/yrnjWhHlSJxJ4BjXqB5EtwmWjeq4njqzYOUH2BZpeXNv -IprD/Qc16TXVB1YYMlXrbgriLdBzUABW62Y4JO9AJ10kz2h5ze913veTVC7aN5w3 -FCvQ3N206BzjTPij+10HCPnOkCbTDkLbObi8IHVEB3LmUUcLsu6qOPkBA2xFuUlr -87f1LgazwhYZdDxZS0/kStdLUKioW4xkSXLzzWKP1QVjBABTvIVfgVgkEWE0UA5S -998+NGwNfAbEwM/gIQroiXraNCFS1fVc5/8SG0AbfpD53990itJjrM9C63XgTzbS -aYihy1+nU4MGJIy8kzSXGkp5VKOTO+5k+bqIZ3vf5Ou09sMbVvIf/eYMwzCwG4oi -T355hp5XJe18d9WhDr1Ebe/8Z6gTgM2lQ49/ORN6lKYhU98WjINbeEpcU0auNLJ/ -M9Ww6RfgiuTWd3r7Wia8H8coGqSCne5cC9rknxNATgievFobS1tVyns/mFj/FjzW -DuYcCtzvZvh+TUrlrApiWgQep6RDO7+oLhlmYy6ZJkmwzBDuuWnAzLEtxPgJg0nF -DmvwkL16t/uC1TnMZ5Np4rfo7pEYlCNnUZ6dNxF8yThGto6uAKcQOTUC8AbFW1Oq -pzhzSpiHtNnoQAolWbIn -=4eE2 ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-08-07-vanilla-sources-stablization-policy/2013-08-07-vanilla-sources-stablization-policy.en.txt.asc b/metadata/news/2013-08-07-vanilla-sources-stablization-policy/2013-08-07-vanilla-sources-stablization-policy.en.txt.asc deleted file mode 100644 index 15d4273a8013..000000000000 --- a/metadata/news/2013-08-07-vanilla-sources-stablization-policy/2013-08-07-vanilla-sources-stablization-policy.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.20 (GNU/Linux) - -iEYEABEIAAYFAlIC3doACgkQPDPGULV25OPdCQCgkpul7iG1gHDz/3g2Moiyzf1e -7RcAoMSXVGgEojsUoeQxA4UZXGaTcs/o -=I2Cp ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-09-22-minor-arches-1/2013-09-22-minor-arches-1.en.txt.asc b/metadata/news/2013-09-22-minor-arches-1/2013-09-22-minor-arches-1.en.txt.asc deleted file mode 100644 index 6ab5d8c480c3..000000000000 --- a/metadata/news/2013-09-22-minor-arches-1/2013-09-22-minor-arches-1.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.20 (GNU/Linux) - -iQIcBAABCgAGBQJSPqvGAAoJEJS/30SErRQvafkQAIRw7BNXe+/W0f3x57V/tWTq -59e17+HvKOIlhGAUZZUWYKcpZBy6pRCU1AW6U/rYBmHv1b2DQDylgR0ZS4kTv/nr -mcSmusINpbPRzfeJxsoy5SgZQpmIfUdfScAhgMQKybNBHGk/SrA3M1bYG1wSOwyY -0xoGfzcPHYVVmEY502U+pzgj6HQatdCkGv70dr/Rvy0AfkCydazCl8G7mbOs/qYY -Q6xB34zuwOgQDdMqGy+eEv8yzjuq3aR5oY2J0ylq7O0/ZDlZmr1sMF8M34WufG+0 -7JLjgc12ONo71TWRz+MwesK66yGXYReO01XySWhwYAOMzvbmBUQ8Bj2IZGri45DY -nMmg4gl1URjBzUkmbE72EspQb06HNzmPz0p5sw2qcWoi4aR2WJl20w6OYD3EYU/2 -4gjnX6T1DejDe7R4ht+5P+uoF9xUG0EZf9c2N00gU/CjiVHMJRI3MEWdvS90dVC5 -u2MUa8DD7LlgejsK3NMGmknCooL1HMiF7bG4osV1AvYCLDyUwa4Z+qmPYuCVHoeW -H+KBocLN6aSvoSYPuMte+b+yKM1rJYabdv2dVI6OXalDuWZvL1wZaQGeS05X4zBI -Brs2Z99M374VRiO67MdHcQwcEDqGhSrn/boC8rzRDaO3rgbqYjynaEcqbdfnk0up -0uSdI4dWKim6VRVkkudx -=5FmL ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-09-27-initramfs-required/2013-09-27-initramfs-required.en.txt.asc b/metadata/news/2013-09-27-initramfs-required/2013-09-27-initramfs-required.en.txt.asc deleted file mode 100644 index 91b4564668d5..000000000000 --- a/metadata/news/2013-09-27-initramfs-required/2013-09-27-initramfs-required.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.20 (GNU/Linux) - -iEYEABECAAYFAlJE6s0ACgkQblQW9DDEZTh/NwCgnCgm1TzkYvnFjDHCshEizug7 -F9oAnRRaHINrygIfRkCFEAmZrxiWYaFL -=U3tK ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-10-14-grub2-migration/2013-10-14-grub2-migration.en.txt.asc b/metadata/news/2013-10-14-grub2-migration/2013-10-14-grub2-migration.en.txt.asc deleted file mode 100644 index 883bf5bee91a..000000000000 --- a/metadata/news/2013-10-14-grub2-migration/2013-10-14-grub2-migration.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iF4EABEIAAYFAlJbNhAACgkQC77qH+pIQ6Q+8gD/e8WyG0T0N/9EmpwoC3apW3Ts -XpYq1n/LtYToVcZn5IUBAJjd/GPUj/gaFzuyk9Kfy87GJd4ZQLL9Leaf0jfkpzac -=heha ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-10-24-minor-arches-2/2013-10-24-minor-arches-2.en.txt.asc b/metadata/news/2013-10-24-minor-arches-2/2013-10-24-minor-arches-2.en.txt.asc deleted file mode 100644 index a1dc20e27cba..000000000000 --- a/metadata/news/2013-10-24-minor-arches-2/2013-10-24-minor-arches-2.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iQJ8BAABCgBmBQJSaZFnXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQwNzlCRDk4QzA4RENBRkYzQUEwRjQzMDlF -QkU2QTMzNkJFMTkwMzlDAAoJEOvmoza+GQOcBmMQAK6ZEvAc7jD9uqeFqFU+h2/Q -2FWSrRPTCLF7fhl8DQ5K/Irh9ti0TWxfSg+zgHzCP3b/ZRx4nZIFakKZ9WhxDbVH -qGXxL4LPp54izSQ5O6dK3b010v88rwKrQaWtI+alIOoiQy5L1lOLiGhgrv7eHVtz -TF7IEewQeXGySAmTW4xbmMERswsT50amUkvV9Ri2PIGdrBReZ6paO4aCGCkSBHef -MMVP0tM/3VfOaGfzBB/Eh4X0AOrd6wqe3kLIohZdo7pp+RH3aXPo69aLF1vXbi6v -PUWR9BkVaUnXyyoXAnPnT/NudGaptVp/jgVxsEicsWcxM5r9b2rDs5qC9LWFZm3B -p8P9SHv/mr/dz432tEG8Ik6gwel29sDqVeiepBqTY6aoHYutNdFEim7C20YHyJdq -YIOwbAzD/ECLyIGnjM2tnJVadCE8+vJym0FqldU6JvrrdLlxR23ushPBKmcASD5E -iXqsAyPM0+dqmFgz0KHiSp7nvmDxp64y4X8Rh+45FPoUcyior/gk399gwgqrd0jT -VAbM6SYYylqVq6T3GGefT0RtuUCr8SMpTLJQzdamKfn7+ckvg4IKhSFD45F5gIOk -YQbW4jWWlg8bmr0QC5Sb/cKCewLZlFXnImuSWJ4eLicDAXNHTI6VT3tz7sThQyIg -e3Yx76hV7gdSTQdM0umm -=lwoK ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-11-07-python-exec-package-move/2013-11-07-python-exec-package-move.en.txt.asc b/metadata/news/2013-11-07-python-exec-package-move/2013-11-07-python-exec-package-move.en.txt.asc deleted file mode 100644 index 8393678765aa..000000000000 --- a/metadata/news/2013-11-07-python-exec-package-move/2013-11-07-python-exec-package-move.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iQJ8BAABCgBmBQJSfAuoXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2REJCMDdDQzRGMERBRDA2RUEwQUZFNDFC -MDdBMUFFQUVGQjQ0NjRFAAoJELB6GurvtEZObdwP/2Yf2Lamrmwv2C/isim+j332 -TNJ/FjAdlP29Qbw0QBZ1+uXUGKIPpH1kLlPfK4qoxIdCh7vBEfqkQ0JCqXpqIjp8 -HleTguEc0eygn+ddg8k8Hj9s0EzrLTSpzP6GNyfvGVvESmaUoGig8xmaTH+Z6tGd -iHPpN1sFE4vh2sJmg0IO0nLNrMa0kf+enCAZOFpDTPFbS7lFu4xRqcFCI0FsdM7P -833iHwUDJ2tEWuZ3ajtSryJChQfE80RElxSKucMfXwhO6bYqjH2D/+Oy5UNs0zEE -bNHzWdKYMYxjyLd3vOQa9GIZ8YB83CN9JLnI5zcub67yagVWEM71g2Ll325V29dP -8shj5tmlHuwRXp+RMXSnifRh5EUt9rqg8Um1VuX1bt8XQ/RWZbAcprrWPafZnkOK -BPfzQ4qpFmP9GsdImHLYR1oqVBlNIVCImp2I2ToKDv+MgIXp3u55j8CsDARGoVNK -Pthf0HEqU/nW5z0GMQY0xOAhOPeED3YK2RMvwyei07WqbtRcEO2D/52oqq/8HKWb -4iyBf4YMMhdZjefUaVx2eBHTxxS4vV7h91gdcNml9yAsoYm3QowOwmUwafBv4Wj2 -5ijyaGQPO6dRA2N1+5lUYYaW9yqhFhRuNiNRHu7DqN8YrfwLm1NrTex3evcYBJve -USFV+7XtVAZYa+MBrk4d -=uG6F ------END PGP SIGNATURE----- diff --git a/metadata/news/2013-11-23-gnome-38/2013-11-23-gnome-38.en.txt.asc b/metadata/news/2013-11-23-gnome-38/2013-11-23-gnome-38.en.txt.asc deleted file mode 100644 index 3408f463e9ce..000000000000 --- a/metadata/news/2013-11-23-gnome-38/2013-11-23-gnome-38.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iEYEABECAAYFAlKQ8koACgkQCaWpQKGI+9T3MwCeLbN+r15EIbIZtgyv/S5eqyql -p0oAn0Yp/dLpxCAsJemLdn04uLMk7c9H -=eu02 ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-02-25-udev-upgrade/2014-02-25-udev-upgrade.en.txt.asc b/metadata/news/2014-02-25-udev-upgrade/2014-02-25-udev-upgrade.en.txt.asc deleted file mode 100644 index 54ee6771e3d7..000000000000 --- a/metadata/news/2014-02-25-udev-upgrade/2014-02-25-udev-upgrade.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iQEcBAABAgAGBQJTDJ5YAAoJEEdUh39IaPFNymYIAIeiKmL5teMiMgyqGJ7JkuYW -1libbWb3m0GAfTBxfKxnc6hQdRGTnZMVesGlHfrG08MnzcDz77aH60ZLFcPa4STx -xC4xIOdVEWOIl1di3yxqyJqwO0891jlIUTD+utkMMLF+qHAYP2Spf0vSwoTOLen5 -MM+fjxYReEHY0y8f5i0ylYMFG0H2jqHluw0SAimWRs5/gRRYGll71YrHPX2jrSpU -0ZF1X+b39azVElnuywLPXXh/LKO+ZsWN6b6mdO4Pxi+ieyKoHS0AxUf6SXhmXSQE -Sek39Z2Rto3Sq5ajDvIB5P4t1mshovDWkz6fTmRGrW/0iwlDa6wlRGOnJjI8g/s= -=rvgu ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-03-12-profile-eapi-5/2014-03-12-profile-eapi-5.en.txt.asc b/metadata/news/2014-03-12-profile-eapi-5/2014-03-12-profile-eapi-5.en.txt.asc deleted file mode 100644 index 3aa319468800..000000000000 --- a/metadata/news/2014-03-12-profile-eapi-5/2014-03-12-profile-eapi-5.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iQEcBAABAgAGBQJTIAi6AAoJEEdUh39IaPFNZF8H/2jXXz8gz/8Vn71tlbvjeunO -yCM5/eG3798OyOrOIdainwKxRsrEf2S1UpzDmNHdel9mLMSBt4kPzfbuFbP3t85K -vv0e6DvsJooopc1jetFSugvoXpdSo8FKzV50DjNR3fcKAEQ0CPk6KjG+3kiM53Wq -gVVjmzfqkKAnHPw69Yl5zlo663u1NiB7lGdoQ47T8xEG3WagQwMTOSTu+LD7SMTc -fgoIfwXOmXOB2rRtxMGNY4wU9IZuiVnad8v/Ljfjd9eYVHg+c5rKd2i0qltIS8+E -M1KI24xYnROKXdTtOJyFZeStTperZTuS1zWHLZX/9oQIWdTSBdzuCdWh6GwL9PY= -=2eGK ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-03-16-ruby-1_8-removal/2014-03-16-ruby-1_8-removal.en.txt.asc b/metadata/news/2014-03-16-ruby-1_8-removal/2014-03-16-ruby-1_8-removal.en.txt.asc deleted file mode 100644 index 75b0f0cef9b5..000000000000 --- a/metadata/news/2014-03-16-ruby-1_8-removal/2014-03-16-ruby-1_8-removal.en.txt.asc +++ /dev/null @@ -1,32 +0,0 @@ ------BEGIN PGP MESSAGE----- -Version: GnuPG v2.0 - -owFtU31QVFUcXfAjfRPqqDiWGDeisXLfvl2RhV1RWdhdXWWRljV10JG3u3fZp++r -9+7bdZUMY0IUcBQNxSTdFMpEJtKp0bSP1czElMlMx89GchxH0owiCbPuWzFz8v13 -3z3n3HPO/d21Cf00RNzA1q6aY7ZIZ9zufmFPygS9YSKpTyMNRlJSPGHSoMskJcgJ -QZrVQV6HlqBXvukudjOIhWbgwgiAEaAPMenBHxM1QacHPuinFRYRFgUFBMkMnDSv -QBa4Dh0ogRLI4iQFlmSXQB4Jgk6QSqYQuQKP8JJ0h0WsjuASRIkszfBEgSAj6DOD -h+4IFwwyMiPw+CeRD0My6UCQI+2CxNHIjC3oCSsjY3aYdPhJBy8jmmVViSwfDJIs -zZdQfflMBBFz7XQ5YlkCtAw8EPI4FGIk6AN4TxFlJEGaAwwPZig8VI2k6YoMC4g5 -8H54CB4RkRVRFCQE/JLAARSAANMh4IWQDjh4INKS6oZ9yFHrIh6QQgzLYguA9iIm -SOPg6rEeWoZAlAQ/w8JxMnDNzpm30G1xTbO5C0GQlhjaw0LVal/pgMAcr8AvUnis -IvBYFAX+69GkIwiHH4QFRQJeRZJw72wYQBmy0KseGYMy+D4kEReB74uRgdqYIVML -VI4EvQLHQd5Hx+TxLoEE4A3gZiFgEMCLGNykAxYUq4ATMBw94gG7ZZkglOQYwANl -BERBlhk1y791CH6A2/qfIVltRa0VB8kNQO/imEZfFCBDhBi+BAQZ2kwQg/tyxSwB -OSCEVE7M6uNI2PsjLh8rAlFfQILAgwACCImymaJCoZAuNlnqjKljTUGe4vGAUurM -UHojlaanQpC8P12kgcwkMyhiVbynvyaO0OQNiFffl21kmQZ/IzUvMLKsQIn0i1I2 -L6BY17Ipw2QwmozWDGtahtFqybCZcox2Q7peb8wx2NMyrbmWiekWgy1XQwwe9uB1 -bywbem9KjyAaZ0R+GtNr37z+k6J93GHXxaQKzrhi/6gXJ68pXSyuqvH6y/XnN3VU -5Wn97yacryjQdCgHOMpWd+bHdevOZg+KupbOj9S3xA3q2hEabO269n10mmN6/eno -oJlLFrLhr/c5awPTne0Nke2aqtzshU0biFk364rNHQO8HxYdnrvtvaSnG3+pKFvp -/Dy5cMuIhgup2qbo1DcaLku+uraDK54svXciueWv2orm1Bv1d3vqh+VrN6fsSOil -b4Xn/X7jqPfKqJo3j7Rda2tO/LuueFfSzjMbo09t3Vu+99Wa+aMjjkJ7cyJ3unjo -perKQN7YmZPHF0VH//HDx503P72U+FYKWfFM4/T3Uxet0nQ/u03qiV+2NW9udsT9 -xI6qnq2lbf0r006vOR7ubN+z//nq2ZHhxZ/Vzur96pzy0gHttgSysvr2c+U1445e -bLIPYBdcDR88durOPSbcYh3ZGBbGZ1Yl170cl/DbXqZxFF02tDnfubPqaofdmrR7 -zNSV1fnXe8/tmX/no47rnfXLEz9YtvpbJbU7UpCUfuJC4eYvguVHzrRGdbPj3Tfn -NDM1DZvOLR1+4cjbTaW3tp/dmOybutr5esqkaSfHDkzfdfJua6j/9j+/O1yZP+LX -Vq2id1zUbVivPWE57r0k2662n3VbHEu/XB5650rLwVOLhqzN8oUvU0fNW36+Ufva -oayc87eHdLUv/wc= -=4QwK ------END PGP MESSAGE----- diff --git a/metadata/news/2014-06-03-upower-loses-hibernate-suspend-to-systemd/2014-06-03-upower-loses-hibernate-suspend-to-systemd.en.txt.asc b/metadata/news/2014-06-03-upower-loses-hibernate-suspend-to-systemd/2014-06-03-upower-loses-hibernate-suspend-to-systemd.en.txt.asc deleted file mode 100644 index e3f89a40ef0a..000000000000 --- a/metadata/news/2014-06-03-upower-loses-hibernate-suspend-to-systemd/2014-06-03-upower-loses-hibernate-suspend-to-systemd.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iQEcBAABAgAGBQJTuqsdAAoJEEdUh39IaPFNrvsH/j8Kx76syqf6YzfunxIxz4Hx -P6YzJKa1YtyBAQuXVGh5Jl+qKUEcXQnVw5Vkd53Gd2ts9gpvwOchYbAUr5tbt0sL -/4tbCUlH4nSFo70tjLsmt3VDjyoUXUwarnqZONEVbPsqZm7kU3qJKmpyhtkDYla5 -WvaWSgP66/FvQIl2cgzL+tA4OshH7iMdaBwNkxhH08H5ropm/MmsicF503PJEZFJ -v8Gf1JkBhKjGQKPA+vZANOZBbwFbCxnA93zlGWZ+DL/hcAwhheE53mFZY7Jrc06K -YS7GbFUDrmAxGujc4tL7KhWdBl/8wmLQNQsGJ+38I4/eQVBaPX8UFusXvmnJ1N8= -=9lHA ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-06-15-gcc48_ssp/2014-06-15-gcc48_ssp.en.txt.asc b/metadata/news/2014-06-15-gcc48_ssp/2014-06-15-gcc48_ssp.en.txt.asc deleted file mode 100644 index bed3050b9709..000000000000 --- a/metadata/news/2014-06-15-gcc48_ssp/2014-06-15-gcc48_ssp.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0 - -iQEcBAABCgAGBQJUBl+UAAoJEO04vUmVeoRj6hkIAI0Tv7xCf50nQFaNjYn0eRFd -kQcvU6P3Xg/uHREyZLH2L6TbVTvcBQZxZWq0sn73444sPisXVzdK6pYft4KoLm6j -X2Gmo6Ca9LA7KIdZ/agyjE6HqEz1X49glr0b76OUe9JieTymFnUXW11fz8dzK8T9 -7954uLelZ31snP1hIFHO/1hpQpXXJRjM1SQi1gJYJjOCHsFuz+wy4zpllY9mt8xx -lgExVHtslUOQxY22+TScbvPSWAu0u28ItXd8/XsQwmQJYCGZAl5Cqq7NcI1dZmM9 -ho8n/qGrT0VLITDyk4Rn4gynogA1VfnuqLk9QZqZzG5COi4FCZZ/9s7z5q20EiM= -=7Pue ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-07-17-dhcpcd_6_4_2_changes_defaults_for_ipv6/2014-07-17-dhcpcd_6_4_2_changes_defaults_for_ipv6.en.txt.asc b/metadata/news/2014-07-17-dhcpcd_6_4_2_changes_defaults_for_ipv6/2014-07-17-dhcpcd_6_4_2_changes_defaults_for_ipv6.en.txt.asc deleted file mode 100644 index ec8af63425b4..000000000000 --- a/metadata/news/2014-07-17-dhcpcd_6_4_2_changes_defaults_for_ipv6/2014-07-17-dhcpcd_6_4_2_changes_defaults_for_ipv6.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEABECAAYFAlPGk4MACgkQblQW9DDEZTiegQCffP0J23W1bUekr3CWpz9vkjDB -u84An2AH3TlneRgOp5UMCuYZQ7Izcd+W -=owFf ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-08-20-mysql_5_5_upgrade_procedures/2014-08-20-mysql_5_5_upgrade_procedures.en.txt.asc b/metadata/news/2014-08-20-mysql_5_5_upgrade_procedures/2014-08-20-mysql_5_5_upgrade_procedures.en.txt.asc deleted file mode 100644 index 2b9101bf6018..000000000000 --- a/metadata/news/2014-08-20-mysql_5_5_upgrade_procedures/2014-08-20-mysql_5_5_upgrade_procedures.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQEcBAABAgAGBQJT8/LyAAoJEE4V4vFnx44dYWQIAK/pwDO0rYQeIMu44DqSSqRb -FklJNY3Y2B0Chphsu/nIXSeKOmUaxRITh+DM4IJXjtFTafxQHjr3ST/76sEBSDkk -8avnkYSTahAAz2qyWauXv5f+e/AUqaPlvxWB2iy0e6Fs3GGbeglcoMRRs2kW1upY -7rAgdUI6ptB6lv5k9H6bs5HtgDUkdc6nawZhqLUJQFslmDofogSBXfchb8WUgiUR -9HRLYnjp78Qa+8OD5jmrZnNEhy1Wp48nlgrwYGfyj51DAVb69Mchi335traeencW -v9QHo+2Zm67gMeMY/xrIHg20tXjgTUx303KOj7l4sQA1PJX6miFeX8djuIlcFwk= -=JDNo ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-10-04-restructuring_of_mips_profiles/2014-10-04-restructuring_of_mips_profiles.en.txt.asc b/metadata/news/2014-10-04-restructuring_of_mips_profiles/2014-10-04-restructuring_of_mips_profiles.en.txt.asc deleted file mode 100644 index 1de6055c1449..000000000000 --- a/metadata/news/2014-10-04-restructuring_of_mips_profiles/2014-10-04-restructuring_of_mips_profiles.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCAAGBQJUMDhvAAoJEJOE+m71LUu69k8QAIJl00UECVN324GTJJRWoZ2X -F8adQxmSXMo8hwP6pe58cyJRRZGaIDjQu8y84WdRK07DcBXkXYVlTrdxARwIscqJ -8SAsNt3hVgKQNCS2vQaLnjHXtZhzPC+WJL6571SCbmQGyUDxVm9hu13R5UpwHFRI -ZB6HKV2X23lsW6PxNHcKoVu/YQoUzcFstFly0RvUrrNkluuzyoDcn288b7S9Y/eY -0I2ocNdH9B/YkW6LzYU5lO/womX0CorsTBpyIVBfiTSj9whsMgak4kl9fkygjRRY -0ULZ112gxVCcLLaQWgto1qczfo5BYaBVh3Q5jwW/m20aVwotRyynjyzLcVUeZpfP -YB5Sz5fG4bqNLWsKKd1kpJNI8j6NzSmA8jqTSSYlfWrYK2A6Gu7HnIaWPRFc6CkO -hCZA6gFn08HiB/WeGbPfKw+qXn1GX0yMTH1g2VWBY5P3AYd0JjLMim99B7QDBHij -KsChFUPILMEF2igc6bB9CfaN3hGXm8hbrvihxOHJG43aq1nqpdQz57uZBmjBNyi7 -yuCI3EzbvENicH82zE1+XRpYv3gL1+tLC6WRqzHrpDtisdyOj0DLsLjS+44k01at -8TMtHyafp0taBSicTBZJKczeE3tGnvM8OPwSDaWd5u1q4WQle9ERLrf6QJduyG5n -QRs5fsGMjtYxjMbHEUo1 -=eyit ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-10-22-mythtv-schedulesdirect-change/2014-10-22-mythtv-schedulesdirect-change.en.txt.asc b/metadata/news/2014-10-22-mythtv-schedulesdirect-change/2014-10-22-mythtv-schedulesdirect-change.en.txt.asc deleted file mode 100644 index 0f8ef1037283..000000000000 --- a/metadata/news/2014-10-22-mythtv-schedulesdirect-change/2014-10-22-mythtv-schedulesdirect-change.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iF4EABEIAAYFAlRDyP8ACgkQCMFw3lXsEjp9sQD/ZDro5iyKMeqH5fZyr3VD0MVH -EmLWN0rHzORWcLtghf0A/0bxUqf74UvCEbEMcQaijO2kxjYDSiSC4DVc22EifaCm -=vb3J ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-10-22-upgrading-to-musl-1_1_5/2014-10-22-upgrading-to-musl-1_1_5.en.txt.asc b/metadata/news/2014-10-22-upgrading-to-musl-1_1_5/2014-10-22-upgrading-to-musl-1_1_5.en.txt.asc deleted file mode 100644 index f6b6ead14e4f..000000000000 --- a/metadata/news/2014-10-22-upgrading-to-musl-1_1_5/2014-10-22-upgrading-to-musl-1_1_5.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCAAGBQJUSC5tAAoJEJOE+m71LUu6nowP/3NwBCvL6JZ6Kgel4qRsPL9b -fGZ8jlwK22XUv23GZ0M2QpEqov7CzBuCwiIboghdIsZfspEEmYqiwSM3fwDJBtLS -I8kGuK16eSDTiW2Nzbm67OMBHZiyg6sigbUPI18hxzQB2TBmk/X26GCJUo3BsZwS -htWwWphQnT6kWH9InurGdz6XJ5bnVy49ZNEXOf5ixGB/KECYX2hsox/xLiwSkWo7 -bw8CoKI+hzmMYsTC5XUqr9Yex27SEkYiR/FTL2Gu3A0WxyGmySI0k6ZSxD+i+81a -IbuesjEwXCD4M27UtJpP6dAwjWzVr0hztgsg7Hcx1YVrMYxwkaWfrBAZgcHZDv+F -5lYoM+V8uMbkKINWStD5iOC3oCwnIq9wa3dJ18gDJhbFmDwdaEtyHWoFUbpPLMOz -VBXyltxFBTZ/D3R2IT4ygDgOHm5xXT7JIhtk2mC8d0v0CUnIpsoCwe5iMyrOce9N -D/a/b3ip91Yttl0bfmWk7Couv6o67trwG8+hv7QYsSdJVfcLdDy8V2jUb3KZdI4F -iE78TZxlLBUUMdB6nChEKL3qa63+c2eYLSjjYxnJ+OaI43IndTEl05I/z0M+JS+D -3c15dKJpSX10EudmIJIoh8Q/YQpvV9/Cq0gC3iFngbKyvC+cCUpm+M0wU4zFYhFV -fCOtboRffXp8xiXQ4A76 -=Axqr ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-10-26-gcc_4_7_introduced_new_c++11_abi/2014-10-26-gcc_4_7_introduced_new_c++11_abi.en.txt.asc b/metadata/news/2014-10-26-gcc_4_7_introduced_new_c++11_abi/2014-10-26-gcc_4_7_introduced_new_c++11_abi.en.txt.asc deleted file mode 100644 index 71d65d7b6919..000000000000 --- a/metadata/news/2014-10-26-gcc_4_7_introduced_new_c++11_abi/2014-10-26-gcc_4_7_introduced_new_c++11_abi.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCAAGBQJUTNsSAAoJEJOE+m71LUu6mZYQAIyerv/ypTJBGehr3sNtxJug -aAgrFG6AF+y35/beaxFl2R4EhRPRKzUY5RTunrPd1o5QUay+lkzlhkyiZY2R/nQs -p3K7HzoBg2onW8wYtDNKAuPXu/r5lPMlF4WM10l/jyK63nbbVSqKooF8VFEh1M0C -FDqyF52biY2dDTWsVuqTle7SO/synCIGj5IvTM3pvfcID4vVIrYk8YNGljuFlirW -RnViqygIR+u4J36J5KAjJYpxE7e61Gtz/gP/q6eWIG9LnOUiq+gHSgcA+6rlxi4V -PKBx7Fgabs8wbrLEZ12wjMhEN/SDVwtWREfZfz/OMGqd1nkY5z3SxGZ760iGgZuJ -Jk9IyxZ2b1rRxtzF+BGsIEAluxb3VDWO5XX88nloxcWaWx9wYZbkT8eVoz1DnNKV -5AQSaQPtMJQq1HwsviZ3W4JPiotdsE8ERjQi6s2X0ekPubhidG/jqW7hRaobOrPH -SvHjTNjZiMDP9rwbLnWSur+/VZKgLQVHhhAX8fSHgmekPwBEjXRA1rCNNtLkYwh7 -z2LAP5+8v8eJAFw/U15emLWNKJKyzJMA1oq7f5NfYD6aWasBveBdbdP7AHJ1kHp4 -wh0JhAF0O7Ir7d2SNgsKHnNMANHcBaSykmkzydWbBycTAcvtAOIe24mYDEds5AGb -ZvMKkPqa774AzuTXV3xX -=JFZ/ ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-11-07-udev-upgrade/2014-11-07-udev-upgrade.en.txt.asc b/metadata/news/2014-11-07-udev-upgrade/2014-11-07-udev-upgrade.en.txt.asc deleted file mode 100644 index 406f9a5e5790..000000000000 --- a/metadata/news/2014-11-07-udev-upgrade/2014-11-07-udev-upgrade.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQEcBAABAgAGBQJUXLahAAoJEEdUh39IaPFNouQH/15VC3GjxIaDFleBrYlXPM1b -71RIDAQVgiGfMB2SvIEPyRZ7YxOXCbRnAXr09IkziDYxZcIVRwj+HOjMNoBRt/26 -3MTpZjB6hp1qScwZBCjahJGi/BQ+w564oxS/gpnSAMZIsX5+68YzwniJ5Jpgz8Gy -aY6SMODD0P8h7DHuzPgScR+A29eS9bdOUCRPuzl3MLFzZo4htdY2LNDQKF1mNmAz -NJeINjc6uxBffDjA8nl+s5hjgi/P8wuE51DI6HE8EIjGkV/2hn6uUcMUVFCw2gnZ -j7t7m21fUSRfsY9Iv0ucHDlMlpwZAUJbQJtc4P+xqZrS/aQNBuhalJNDQ32OlTY= -=SL12 ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-11-11-kgcc64-sparc-removal/2014-11-11-kgcc64-sparc-removal.en.txt.asc b/metadata/news/2014-11-11-kgcc64-sparc-removal/2014-11-11-kgcc64-sparc-removal.en.txt.asc deleted file mode 100644 index f6ee267e369d..000000000000 --- a/metadata/news/2014-11-11-kgcc64-sparc-removal/2014-11-11-kgcc64-sparc-removal.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEABECAAYFAlRp3CUACgkQuQc30/atMkBWegCfUeS9rme6u7HxiWNZkUGWoPpv -HB0AoIm7Du6w0Xluoap/pl5iv0IXF5YI -=fGH0 ------END PGP SIGNATURE----- diff --git a/metadata/news/2014-11-25-bash-completion-2_1-r90/2014-11-25-bash-completion-2_1-r90.en.txt.asc b/metadata/news/2014-11-25-bash-completion-2_1-r90/2014-11-25-bash-completion-2_1-r90.en.txt.asc deleted file mode 100644 index ed9cc4f90c6c..000000000000 --- a/metadata/news/2014-11-25-bash-completion-2_1-r90/2014-11-25-bash-completion-2_1-r90.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQJ8BAABCgBmBQJUc7wdXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2REJCMDdDQzRGMERBRDA2RUEwQUZFNDFC -MDdBMUFFQUVGQjQ0NjRFAAoJELB6GurvtEZOVSgQAIr354YAxhE2gRS/fyG0r0WD -5wipNaYU1tgcNmN1GFhasp2cwLPdmFNueqvp/MUoR/rA9U1yvNhGRDjJS++KF4u7 -nbWSZczWBfxDTGuDJ4+uS3BkeeFGsL2z2v+tkKZUfnnK0c6ZW7Qk9pUZNqRBnptP -QKjWikq98Dn0+jJUdiK6fG4LjPUL4B1jvKZUSCtm4jCLsYWymF1ffrZprEyYX3i5 -0T0CqN+HAo8TvosYCPedMJR7Hh4BOSrw1gfZchgPh5gcq0I3zO5zat6HkF1y6joF -50f+p/f5fSf5xqyTui5sVvb8P99XlKDuGy3EJe4Bah/LKdvot8/NdXh2xL+Bj9QU -l1MFeUrpktKgNbdzPsmg4VbVy7CTkynVw3tSmNMVc85HP6mpAE6eobSDWCtLf6wm -f4GJZBK+Sk9Vd3NeyI+QOIUWDs2cfn460HOXiocRDEjEzqB5N3LMWLtYO1Vr7EbN -NOfuAj2A5Rs2+X4yftN3RcJMQK5fWZQHyEQkkowLZLNIt+54xCs5BCrK2GK1zCi/ -+3Yp77Low9M4qjXB2bHblW2Edi5XmxdyNrtDymVbH3QLKKA6JgkBVy+jOacCZkp2 -Dg/1c+Rb3qnW4jWkbvNb3UFFnzl3W7VDLL0wttpwgrVTkA/Ivu/Qe3XH/N0iZdfu -ZNXVGXYhTIySbu18cb7O -=UzD3 ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-02-01-use-libav/2015-02-01-use-libav.en.txt.asc b/metadata/news/2015-02-01-use-libav/2015-02-01-use-libav.en.txt.asc deleted file mode 100644 index 4c707dd034c6..000000000000 --- a/metadata/news/2015-02-01-use-libav/2015-02-01-use-libav.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0 - -iQJ7BAABCgBmBQJVL6ACXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5MTlDREQ0NUU5Mjc4RkU2RjJDNTAyNzU0 -RkRGOUNGRDJGQUM1MTRFAAoJEE/fnP0vrFFO/OEP+OVRQZ9qhhCQZk2aMPHyVjWq -WOosaFV/CzBNSevLsr1cSdYOVBPD8jfbEpnX77cAU515GhFYBj5t6/3ALvHrR+yv -TELpGoJqCrfzX7QjI+uNWTkWGd3LztcZF1qrfyKsaYV2rhtZP8DQEca73HVSpe/Z -HpDVG6x/PQX3ynLcRH3ojaEATA2By8pf/rrDZZumRVce0+Af87U0FvEvOU8iVQCS -c4eI9XkOMSN0ZrGyfE1Rdqqr3VzGgCKltdOXoQQxhzsC9CPFsCHcXSnFjpM318h9 -FRyDauyuGR0tDQvLJZzkcQTP4V+hayA/IgBxlDKQwAf98u9MOc83CzglIUnYiI7A -26Ez8Vnl+zTaMwKSTzoq/Zc9rLU44by3ew0u9vhhLeDs80Xqmrk4KRi+761fJwWi -mj5QG94Z8lCEUzddAjHt4D2AOjoxMGhKZj8vxcKhjZQMz4Cl9HgZ6KllyX84rNYZ -/No6Ob3H5yUCJYVxMOKDGgZWl3aWi2wmYyENPckDA3lBOi0dKumjJCvMGIGEJLfO -/sNsFKdA1bf5xSq021c3AOFUuCBbnq0aO2jlrVITEFgKUnsV0IqJEttFyI8eDwb2 -jwnRmKmGzjpNley4FLYM9f9J5r6JKo3PZ3r0YbYjHgJ/7+IFRD4tdSt9epKRaX/1 -QFZnkjYnvflc7oq69Tw= -=r8nK ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-02-02-nfs-service-changes/2015-02-02-nfs-service-changes.en.txt.asc b/metadata/news/2015-02-02-nfs-service-changes/2015-02-02-nfs-service-changes.en.txt.asc deleted file mode 100644 index e4b872d4523b..000000000000 --- a/metadata/news/2015-02-02-nfs-service-changes/2015-02-02-nfs-service-changes.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEABECAAYFAlTOvR8ACgkQblQW9DDEZTgZVQCfet8NCFgtHFd2Td5Njglf3cHo -lJsAn3qXn3U9YXr313KKe0aNNQ3x6nu2 -=XpII ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-02-04-portage-sync-changes/2015-02-04-portage-sync-changes.en.txt.asc b/metadata/news/2015-02-04-portage-sync-changes/2015-02-04-portage-sync-changes.en.txt.asc deleted file mode 100644 index 796ef4176996..000000000000 --- a/metadata/news/2015-02-04-portage-sync-changes/2015-02-04-portage-sync-changes.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0 - -iQJ8BAABCgBmBQJU05EeXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2OUZEQTI0MjY5QzhCNUE3RTlFMjMxRTkw -MTg2ODIyMzFCOTI2RTRGAAoJEAGGgiMbkm5PkLgQAJsBmEFsvV3e0mMJr+vIW8pV -+aunYvpZE5QYCtTX/buwBH4QHHvZz5LgOxSjZvkDPJtpgFNtP1d46XbK0tySmNfR -zYBASELkwrnF2ODmKSvo0HpqMOYNjkP7sSD23+mRN+TPS8Fw2QS8Wt9yDP4ba2yx -mJLGaelB5B98FSnbvTw3Tz+0lbuqyqF3kbp7/Z2t+CERhAsKCRF8TedCsvaIaR3M -jn73FmHN5XmPjUHgL/fxoKFSVcz+0oixLYSON/3J5g6ZZscvhwVOrkBVtrCgot0q -PYnPiFIHT1IKXMwDbReIfFkFw6FPbvWID0WjMzBmqVoroHEitOSqygVDA/4RYRMe -RrsozGxWOwah7Mu+v28Pk61J1pk/RjlbNXmr86V51hCPdd7fidf4tHzSJgIfWYth -u5QTu14Fi9rk2gtmJVjoC24dqkNVCemZXeFhqvrQ+/JsBCkdkVz+YyzkaSzwOj/q -vDtSF/VcHTr40bz9TNs3faEJ1OBxJ0f4vdbTB+jOvfzlib0v6dAdHWnyDuLcNaVe -e/idsUvEumDU9Phr+KMprHtvIRjplhdriNUrGWjWCJtRce7IHzk0bwxyhB/60QQr -N4gr4oW9m63LfMSLMEwnsV9VCGaX9k0Jh8zDXRaqb4vutXUwB1B7MJfaQKQnOEon -2PHNsP6quhXB5Dk9Lu1b -=nLlP ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt.asc b/metadata/news/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt.asc deleted file mode 100644 index 24ff156bc818..000000000000 --- a/metadata/news/2015-04-06-apache-addhandler-addtype/2015-04-06-apache-addhandler-addtype.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEABECAAYFAlUigTAACgkQsAvGakAaFgCjYgCgolN2sUZAffYDBcPQ5tQ/nJJH -vOUAn2VaVIeKYOcmlQV8hct2IhL4ZfMC -=/vsQ ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-04-16-ffmpeg-default/2015-04-16-ffmpeg-default.en.txt.asc b/metadata/news/2015-04-16-ffmpeg-default/2015-04-16-ffmpeg-default.en.txt.asc deleted file mode 100644 index 1944c0f64883..000000000000 --- a/metadata/news/2015-04-16-ffmpeg-default/2015-04-16-ffmpeg-default.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0 - -iQJ8BAABCgBmBQJVL6BuXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5MTlDREQ0NUU5Mjc4RkU2RjJDNTAyNzU0 -RkRGOUNGRDJGQUM1MTRFAAoJEE/fnP0vrFFOHVsQAL8S2H3MxtXxvAucRydeNa1u -UfXoyVC/0QzwWAGCmrBCOpf7XSdDZth8HSBmlnE9ttEqc5Csbn7hOiENOuUfhzsH -6QtPtOSvGtAk3Kw3M+e0Q6pezPE8AzpUIs3RZVu4+vDz553MqEyzAS8bC8Eldzku -c4CQ9/mztAEyvmjfZRh7ZGlW7D+9G+L9SOK8EH2SBjMi5RhOrly0eZa5cF9nXAyz -UC1D0wRahyCBOdipRSbJnhe/QuRYrozVqjqLam1w2m31E4tswRE6hos77QB4yhr9 -NAVO36/KUuU7PeI7bIMh7ORcC5WzrlCwoD4T1eg13BSTtgFdK3U23w3y/BJLkdrx -ha36fYhnbo2x+am/VZ4TVrBrf5gTXUVZjV3pKPAt2Ce6h/FA+yy4POK+m/+LtAhG -aWJXiHN+ZkaP2thM9bSBE4dAgwFdBfg7z9UPCG7Zx6QC+3q5nLh1Kq9409kczVly -8tVRjO/Lp19xMGBc93EsLDv7ald91oeYJ/mW04BDrq5XpTEDHmRuz8BHNR7c7zMP -tY0CmogMc/NS1NIncRNEMCz6QcN1D4cHpudnApbmnoyQJrd7N1QIEGjYahKO4yZv -Ju/Zzjtm0XLIZwApeY+qEGEOpker1QC25iSsLa+m0jFOedSShGy92P7aQWM5rg84 -CTxqR92X3fUhWU5fTPTu -=l+fp ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-05-01-shorewall-changes/2015-05-01-shorewall-changes.en.txt.asc b/metadata/news/2015-05-01-shorewall-changes/2015-05-01-shorewall-changes.en.txt.asc deleted file mode 100644 index 6515bd2cdb69..000000000000 --- a/metadata/news/2015-05-01-shorewall-changes/2015-05-01-shorewall-changes.en.txt.asc +++ /dev/null @@ -1,55 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -Title: shorewall is now a single package -Author: Thomas D. -Content-Type: text/plain -Posted: 2015-04- -Revision: 1 -News-Item-Format: 1.0 -Display-If-Installed: net-firewall/shorewall-core -Display-If-Installed: net-firewall/shorewall6 -Display-If-Installed: net-firewall/shorewall-lite -Display-If-Installed: net-firewall/shorewall6-lite -Display-If-Installed: net-firewall/shorewall-init - -Starting with net-firewall/shorewall-4.6 we have re-integrated - - - net-firewall/shorewall-core - - net-firewall/shorewall6 - - net-firewall/shorewall-lite - - net-firewall/shorewall6-lite - - net-firewall/shorewall-init - -into a new all-in-one net-firewall/shorewall ebuild (see bug 522278). - -The new all-in-one ebuild makes maintenance a lot more easier because the -package is proxy-maintained and finding someone who is willing to help -you bumping 6 packages each time you provide an update was not easy in -the past. - -Because net-firewall/shorewall{-core,6,-lite,6-lite,init} is now -integrated in net-firewall/shorewall, we have to hard mask these old -ebuilds in the new monolithic ebuild to prevent file collisions. - -Due to this block we cannot migrate to the new version without user -interaction. Please remove the previous split ebuilds from your system if -you want to upgrade: - - $ emerge --ask --unmerge 'net-firewall/shorewall-*' \ - 'net-firewall/shorewall6*' - - -Please note: -Since the second shorewall-4.6 ebuild is now stabilized and shorewall-4.5 -is not compatible with the perl-5.20 (see bug 524558) we will start the -removal process for shorewall-4.5 ebuilds within the next 30 days. ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0 - -iKYEARECAGYFAlVC6DlfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl -bnBncC5maWZ0aGhvcnNlbWFuLm5ldDdDQUM1OUY0ODkzMERBREU1NUQ1RjJBRkIy -OEVDMjEzQjgwNzJCMEQACgkQso7CE7gHKw18gwCfd+9rMpm1KMRfZMKJjlIUFPzB -SZMAn02AdNbfGTSVRdMTgH1hj9+I1Hyd -=WJss ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-06-08-udev-init-scripts-changes/2015-06-08-udev-init-scripts-changes.en.txt.asc b/metadata/news/2015-06-08-udev-init-scripts-changes/2015-06-08-udev-init-scripts-changes.en.txt.asc deleted file mode 100644 index 0adec347e2af..000000000000 --- a/metadata/news/2015-06-08-udev-init-scripts-changes/2015-06-08-udev-init-scripts-changes.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEABECAAYFAlV4rskACgkQblQW9DDEZTjjugCdEES0H+9SNP+C3JMP0WjVKewl -teoAn2F7jXjWUv6G6ONSax59CXG0itS+ -=ZSH+ ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-07-25-python-targets/2015-07-25-python-targets.en.txt.asc b/metadata/news/2015-07-25-python-targets/2015-07-25-python-targets.en.txt.asc deleted file mode 100644 index ea7e36f9a2e6..000000000000 --- a/metadata/news/2015-07-25-python-targets/2015-07-25-python-targets.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iF4EABEIAAYFAlWzsagACgkQRxvnM+8pGj8f6gD/REEK79IoxTdE0+GctUg17/iA -HRkBR+nCz+VOdHd2ziMA/1mGLGFMPlH+hTuTMwDXkqNZj6ubjQCmNwFrX3cntoAH -=eOWd ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-08-11-nepomuk-removal/2015-08-11-nepomuk-removal.en.txt.asc b/metadata/news/2015-08-11-nepomuk-removal/2015-08-11-nepomuk-removal.en.txt.asc deleted file mode 100644 index 594367276654..000000000000 --- a/metadata/news/2015-08-11-nepomuk-removal/2015-08-11-nepomuk-removal.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.1 - -iQJ8BAABCgBmBQJVyjeuXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0N0Y0MTczMjZGRTRGODM5M0MzOTU4RDAy -OTU0NDVDRUY5MDcyRDJGAAoJEClURc75By0vv+AQAMkio+WhdU+gE3rDNdKuRts4 -aXafLqE8pIi+kcURGmsuWquc9hv90qcRgYdN7O12jIRHA9YLhsJCa8tbvDw9cP3r -17qG1FBwAE1qDDhWOAeMN+LovL5qnRnZNN52LSSbpFbCp7gzSwSGp+gRsNg3VYVW -LtwwYUm22DafFIfWAgk0ie/2H3JdTaJv/Ob++ZE6aQjlnLplQe9n0fGYmrp3EV8Y -gumVD3tH7327Ic2vexxvy/sWcPgbY4UeNXQKxlYkIpwcFzm/bjofqFHrq1xH5Dm5 -arxMb56M98U5oVtrWve1+7TVDbWsOfOEjaEliAuel7QjS6aAMlQHoWhpn1maFCZX -vpTVW6JS0o+GbTg39+oGxQ/x6WCuNUW/kf3Y4SWxYygL61nrf/lK7EyBKefF0IZd -G+HDFXkMff2WXE/bp8GZRoGz5UCpWaEqx7blhNNQRTI8AXFQpMPdLJGpkIiepRIl -1FRCNeZ5GMlXjszsTxyU6YomYHqK+nalV2olcb1mu8u8DuEMdFWfY9ckQtMYQJ1i -9bxAGtZuQMiEGBp0PJ4JxBgpnRYhsQyry6MCCdBN7vEeb0Gwd/i3baG2xb8FNIEw -TRHYpD1NlaPoF8L7x2qn9eNbJSgM0d/y5y0ZVWnUes/yczBZEEHUfL/S8o5cX3bb -1PVTIWOsEtz0mzFI5Mfy -=6hti ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-08-26-ruby-19-removal/2015-08-26-ruby-19-removal.en.txt.asc b/metadata/news/2015-08-26-ruby-19-removal/2015-08-26-ruby-19-removal.en.txt.asc deleted file mode 100644 index 8012c25398da..000000000000 --- a/metadata/news/2015-08-26-ruby-19-removal/2015-08-26-ruby-19-removal.en.txt.asc +++ /dev/null @@ -1,32 +0,0 @@ ------BEGIN PGP MESSAGE----- -Version: GnuPG v2.0 - -owFtk3tMFEccx0/wxUp5GK0KEQel4oO9vTsEvBPUgwO9okJOUAwWs3c3d7e4t3uZ -nb1HWqtoNZiUlmi0sRRblRLA4KPxERWJylUetW0akoYq+IivBI2tmkZNW9vZ9aw1 -df+bnd/vO5/vd35T/1a0hhox+ujjur7CffdHtEfX2VMNOn0WrZtPG7JpJNtDtN5I -I+gV/SyvhYIWB/Gq3idsGYd5aAI2UgD0WiOIVCx48ceg1TEGrR44oYuVeUyZZewR -kQksZwUZ8sDW1eGGCOR6kQzdi91QwKKoFZF7IVUgCpgs6bKQj6hjGMSMj2c5gSoV -JQydJvAKjrJBPydxokB+UitgQKKtGHrpIhF5WWwiUDrKwkmkO0RbXbRVkDDL84pE -rhP6aZ4V3Ixqj7BSlEq93GZVvXhYCdghFIgpzCHoBGRP9kkYQdYLOAEUQTuSWRRS -YbSV+veo1fBFABC8JiTJPp+IMHAh0QuwBwIiAYEgBrTAKgAfixQi/lWPEhn1sinA -8TzBAKwDc36WmFeOtrMSBD4kujgepkvAVp6/Zl2Z2baksGwl8LOIY+08VHAjwQOK -9DhEoVoWiIooEFHs+e95Oi1FWV0gJMoIOGSESPZ8CEAJ8tChHKmWcuROkI+EQe6M -k4CSmt6YAZQeBB2i1wsFJ6vKk10Ki8DhIelCwGFAFkq5QacFZqxG4BVJOX6NgdDy -nB8iSS2wQwkDnyhJnOLl3zhEFyBp/Q9IUlJRYiVGCjzQsV7ViFgBEsSYE9zAz7Em -ioqJ+FKRgOQRA0qPivqmJsL+GuUbRSCOGKQoMgjAg7FPMjFMIBDQqtOlzJky2gwU -GIEMKaPMDKMzMIZMJmKNdoko8tJoI51Jk/GjSaLQyVDbo+wjNSMozbJRUcqjK5yw -SUO+CZpZnCTJENEuH1osiFgNXzLmGPXZxmxLjiUzJ9tizik05mcX6bN0uux8fVHm -fEuBeV6WWV9YoKFiEl6++JyWBM3hrPHl68Oxc4Z/2N8dzzSdcwxPW9R/N2qcecbl -yq821wQbh8NNO2d/dvDAg4HqqjN5J85yXQkPHl+ZXN5e1kXv/e7zypqfpj8aSt2k -u1EzNx7faVxg3Aufzuutx+aesxW0M7nj+r2lx01b4k/Hfs3X5m+tjctb9NfYoMc4 -km7tcEU3Nbg/XIuTj8VNr/qzb//grJ6od2/1hXc8uVXSb99go4tjYw4eTGkFGx8u -THl/8Pg1d9L59oxRtfDSuiPm0+eHpjxvnn2sAJUWx92sr6yWN6TDK3sGBq6uyevb -vXbZ5a5pu5i3J21N6o0xXOqnGyvSYk8Mbg4fDe76tr/ilzmdkifNsvOQ9dFsg1YM -jC0e07bhYkbSsLNjx68lk2/XRO9L+aDn1NjxScHtwW12y6hQJ1x8QDdzU+bf52ak -ThWq206ePPTzheTyi4nhpqT65RuncCXpngsD5v64T+uu7R0MHWntnBa4kVY3JiVu -TcLA9y25pklZT8u/+IZp/n01XrUo1VyR8qxgztDgxBlHfrwZFy6e+vB8m3nLeOb+ -nTamd3pdwzvPEi9dXbL0VG7UyZmf+LovtvbcrqlabV0KD6cdbVg4dUL3x7XFX9If -HQ4PXb5nvR5ODMvB1ESmds8tx4XO51Ty2YfNzc//GHdgYnJG1co9JbsDg1eOb+we -3ZB5d27zb+t3Pc1b0AL0K86UNrb9Aw== -=dwc1 ------END PGP MESSAGE----- diff --git a/metadata/news/2015-09-09-libvirt-init-script-changes/2015-09-09-libvirt-init-script-changes.en.txt.asc b/metadata/news/2015-09-09-libvirt-init-script-changes/2015-09-09-libvirt-init-script-changes.en.txt.asc deleted file mode 100644 index 5ba22c3aee53..000000000000 --- a/metadata/news/2015-09-09-libvirt-init-script-changes/2015-09-09-libvirt-init-script-changes.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0 - -iQJ8BAABCgBmBQJV8FXfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBNTM5MEQ2RTNFMTkyNzlCNzVDMzIwOTVB -MkJDMDNEQzg3RUQxQkQ0AAoJEKK8A9yH7RvU1vkP/R5H3l7EJJtFsyfNNYKacRTF -CuIaUsaSbOGehdS0NY3iEj41glDKT1XUrOQoDKuiKjSC1O2H6qkhBmy180Zl0VqB -6yCEiSYGC6VRlkCfD/6rLZa3pS6YRzNdNOPE8nsUo3vqcOFovgPEgzGoKb6h7dnp -quuPjed9vhPcjvEAkHrb0MGWGVt9EprSfGq2Pt3NsmEsx+8FY6VAVdTBc59nw7RS -xln4aKXKUW9nqreOILXoa+4afJrQpdEwqMm1dd2fHtfQny++aSPpldYrVPjkdBl7 -pqiTmM0nV81kyuxhhBpkPdW7DRURfXSHhGvGTwu0TuCznPacLQA8GtM8kdENTIQG -aY8qFDQHMOQXCDnJl5oRFO1V/rzGnvWhc/i46iU7C8nueIpZEwBiopG0dXmW1K0E -r1egYn2b2y/gymduUVk+ONMMjrH83iyHOmwyC7F5Xy1UhX01zbclDRzmnjN2Mo7h -ZoDWxapALYu0AplejgVUggnQAVjFHUDsg/HPAUafhgIuDDrW7PaUUxyYYQKbfWtK -5+5WBe6KonVSRqahnyE/5zpwfWKDHy99BwY+7hz0TboEgsDroUctX2N5OazDfyfg -zK60C1VcPgjzJJSnwaVkt6eAoaTHAYPFDO0kobL8ZJscPx2fGJc/1hubhNUAF/R+ -3lawwv3U7b5Xg+7+kmNk -=PNbk ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-10-07-openrc-0-18-localmount-and-netmount-changes/2015-10-07-openrc-0-18-localmount-and-netmount-changes.en.txt.asc b/metadata/news/2015-10-07-openrc-0-18-localmount-and-netmount-changes/2015-10-07-openrc-0-18-localmount-and-netmount-changes.en.txt.asc deleted file mode 100644 index eb9d8329ea2f..000000000000 --- a/metadata/news/2015-10-07-openrc-0-18-localmount-and-netmount-changes/2015-10-07-openrc-0-18-localmount-and-netmount-changes.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCAAGBQJWFU3/AAoJEJtAqO3K+uczmWwP/1gjGujAFj8NcxQaB6LM8eOr -BkBPe5xpTb6JqSaPZy6EKAziHgryk9RUUCCTF2EI0hrzB8sg79bJ7x1I/XoFMhKu -qQsRtvjtiLix75L08lgZ5KuQULba3ErOJJhoBLFM3mrGJNC0AgCN2it+HHbYPfdf -zR6jBfEtvsVzQ2LN6Fh6FQswtOyoag+lei2w//vLK9hFgrAkjGmjAl4G+UywW+hM -TAiwDuwdIn6izQ4Hfu1dmdA4ugdpMwVGIVwmoub/DbpNbpvQQMf8FGBgzzbGgWs3 -RSqZPOlfH3CX0E/jJanUY7l8YFtS3nd7XLPPFkB2WZ6fKqYF0DFTRtrcOqHDT88N -ksMFvnCt6jF/6r15/Sz9VUQoBfIEnMRLqeHfrH/MROVDTg9nnhY6uqYDr0Yn29pD -t8wGfgs5Kds0tiUxnCvcTBazRztVDKQZQPxUsrNBmGdVRf8L757ltMZofftZh8fl -SehUrA/YO+X1ROlUvvv5x9Ik6AAARcJOotTHbLWplayyC6f/bvAkmy8UnLXo30Zh -Z2rx3ZAZ0UuVYZWKWkXl1vJg8ANK93o7nvUTgc1/LVJhG5BoxceDEy4DJmXAiPgC -erghByQQfAi2aDlslql6mDx4XAQwuBFPYnkHZapGCgAlsSMw8Lh0Jkp0rw5ic3Q0 -QZyhSSWZkF7VjTRB6nY9 -=Bkvu ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-10-21-future-support-of-hardened-sources-kernel/2015-10-21-future-support-of-hardened-sources-kernel.en.txt.asc b/metadata/news/2015-10-21-future-support-of-hardened-sources-kernel/2015-10-21-future-support-of-hardened-sources-kernel.en.txt.asc deleted file mode 100644 index 31e9f2489610..000000000000 --- a/metadata/news/2015-10-21-future-support-of-hardened-sources-kernel/2015-10-21-future-support-of-hardened-sources-kernel.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCAAGBQJWLOeNAAoJEGYZIgZZJvHWlRwP/28YwYuwqSrJ8eOKl+PFITKI -0wlMT/zSSvLU5vOV/ukfS1mILWHIYMr6hNwKu4gqA9YLKUgmhCL1R5HsujFQo1/3 -4n9tSnBsNvdLTJEB15fe5htavwnLaxMBqVGCGALRl1INlYFBbmQjm2W5nX8Jw1Uv -WwayBk+9tfhvCw/gvfo904MNaS7Xhj3XiE8YIwpom6mjrjJV6hRX0OpcL/dByRfh -MN/03EdYzPl+sUd7LD3zMsmLCKSiOw+OoWg8zF/2Qr0oEuTrJIwtbxPCMQrMwh7p -NhDZwot2yQhlLqLN5jHtaxWo2HL+jnljWcbvuUlx5K9S4swhcYfVze4PdKszf5E0 -Nc/YCzewL+26f5F2xkD60B8lx5EXSL3ysdzm7zgqhn2rkSVy0AMNg+GduR81T+j1 -VmzFKDGWsthgH0xd552zs22dA3tAFya575pNFi5JlMUpu0Qha6zC9UDZ5RVcJmBJ -EBJVeAJLLkDpuPC3IMcVNr1UCG2TK5W3GimdY9nzjgZL2fvcXLmEYVHjVm/scDOy -8zJ8Nw/LWshT/jXgZfelFrgyL0+gm8NB4mVWTGZWAlBhzAoolIv+KbhVgyLQ1Pjh -7AQfyrr0KTpgW24kd9dnzCD2QnAM07AHNRmG/XMbtls8g+zVGl7zFQvWXGDPdrUC -2YBiOa9vmqOjbTJWeV7r -=R4yN ------END PGP SIGNATURE----- diff --git a/metadata/news/2015-12-16-python-abiflags-rebuild-needed/2015-12-16-python-abiflags-rebuild-needed.en.txt.asc b/metadata/news/2015-12-16-python-abiflags-rebuild-needed/2015-12-16-python-abiflags-rebuild-needed.en.txt.asc deleted file mode 100644 index c9afe4f05140..000000000000 --- a/metadata/news/2015-12-16-python-abiflags-rebuild-needed/2015-12-16-python-abiflags-rebuild-needed.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABEIAB0WIQSC6+o3VgHHi7vNKkVHG+cz7ykaPwUCWDhcMgAKCRBHG+cz7yka -P6YWAP4+G+TPd16an7p99Mh+Xl8V3Bip+JYGnXFDOVstqri1XAEA32Ywr6tf9Br3 -zCyXg8zPFrxnglHoPgaKyPk+PaL7khw= -=ajt6 ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-01-08-some-dhcpcd-hooks-are-now-examples/2016-01-08-some-dhcpcd-hooks-are-now-examples.en.txt.asc b/metadata/news/2016-01-08-some-dhcpcd-hooks-are-now-examples/2016-01-08-some-dhcpcd-hooks-are-now-examples.en.txt.asc deleted file mode 100644 index 3a8ea0b77136..000000000000 --- a/metadata/news/2016-01-08-some-dhcpcd-hooks-are-now-examples/2016-01-08-some-dhcpcd-hooks-are-now-examples.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCAAGBQJWkHV1AAoJEJtAqO3K+uczxA4P/iCz61M9X0rGVtgWk/ejLua3 -sF/oZFee6HlJI8S3fPDjXORi6eJMp34Pm9H6u6PHkCXNecaPWvLtmkGagUpuL0/q -P8vGy6z8/ClHe3ESYyusFntkKL+8dbSUa73Qv/eWWSD8v3j7ZWT6MbJgPDXJxJKg -dt31FHL7rURS5O9gfTakye7Y8FkCu++3ZpaN6bbwgm75wfQWIEAmxSmrMBbNsn4n -KeZvY6wRpyKHj5A0pnEQQrSqAk41sYQ/3o/yMKWsPdM64J/+FUgRPEyvh1QeiJeF -Qo+6mGtCIk9jIfzyrkQnrhlcjI4RuurSSidoLJ83wkPkv+nqK4N0wVRSh3JcpH5m -tU4NCcOX4rztxxW+44CrPN2DEs2Euu1q334tvNcYVya91bM2ibNZpBL6HN61CpPd -1lsJnXvZQwNE/Ez1/hxUVuWPCqrBmC0fmGI7ozDJkNySk8mCM9Gut3s0wlYYsfxm -/rfjHfai6/SZmzRgcEh4RylsrRio3/yGRg+f9IFC4UlytSkg06stMSy/yPM/gZv0 -i7Smo8cnR0XEa+pmz7MJ0j4CJogkcpFpeUGdMDHoanlliaBfWaJSIGdXflhUP/ht -ZKMZ9VqSrjPlwmteFFla9O/v9F/xCwJ06eErPNHsksp0l8gHePnakowFKFaX9FBi -cETDSnICTh5aSSFi5zbW -=G62h ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-01-27-upgrading-to-apache-2_4/2016-01-27-upgrading-to-apache-2_4.en.txt.asc b/metadata/news/2016-01-27-upgrading-to-apache-2_4/2016-01-27-upgrading-to-apache-2_4.en.txt.asc deleted file mode 100644 index e03df93e8db8..000000000000 --- a/metadata/news/2016-01-27-upgrading-to-apache-2_4/2016-01-27-upgrading-to-apache-2_4.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCAAGBQJWqM3DAAoJEJ+WuSkwOAOBr7AQAIy++Uh8/jBRsJn/AQBKFlxz -4fltAX1Q6DS5uskyhRQYV56WnpjVvOcX/QS8L30hf4i7i59oIvfslmk2/JZSBNfc -wMtkPx95lG4dAHQG6wZSvEISDBB6vpqHmqpHkCcY+WSr2dlqg5jV1jgRj2rSlggd -uIl0XVX3/WfNRxglDaEjZJrGKa6uArvDIBWnlhpa+sTkdSbqHt+UT39Q/CX0FQ56 -l+ee61+WvxUzE7eA6f24FtHna965fh22+fWXTFHjqVTDGgoVQd10gUstjXeGAM0G -vD9eLsbBQiBae0bf8BAoY6ztY3XwZqZx4OUZv/TO0r0HyClKzlkx+RzM3JTkZcRO -ULel+qzzMH/CyppDsL2GLtOZ/XX2iktYn1dwlEIQmDP19PJVKP/s2SniKHqTTXq7 -Dk5PGK4PwgmUTlMxl0lnmvYBiBF9qph1h2PIVgbfpHo6GPs6DYfegO5tITEN8U0c -oAmKEH8T3JSIkkN0FotaCFNPJngA7umhSvz9nFqcxXc8pD+F2oFPrvxQ8z060tOJ -9sWcFBH6wU5khm9lMyH3mpqp4CjHSJU4iLKZTk+PvD8VQlVXV+Z4crTH+xBnIcaR -z8/vb9eJRb1bKdHfZMJAEMShFh+dspbrJuaiXndjqNbdbWEEtO7gX/AE6QB/HSMz -ONHIodD4/KuajQx6RcIA -=OSZQ ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-04-07-kde-plasma5-stable/2016-04-07-kde-plasma5-stable.en.txt.asc b/metadata/news/2016-04-07-kde-plasma5-stable/2016-04-07-kde-plasma5-stable.en.txt.asc deleted file mode 100644 index 571a33ee7ba7..000000000000 --- a/metadata/news/2016-04-07-kde-plasma5-stable/2016-04-07-kde-plasma5-stable.en.txt.asc +++ /dev/null @@ -1,18 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0 - -iQJiBAABCgBMBQJXBojuRRSAAAAAABQAKGlzc3Vlci1mcHJAbm90YXRpb25zOTc5 -MTY5NkQ3RDM3NkRBN0U5QjZGMTUwMDZCMUYzOERDQTQ1QTFFQwAKCRAGsfONykWh -7CAdD/4nVSOlSWNrchf+OHf+tHJApQnBajIfoZJpT04wTweKQ00kvBeoRI7eE65z -NbKsteOHcxgCncPQcczouBMN/4GO2/Dz/VdRttF/pwULws144je4pIHPo5c04ymh -kLC95JLw/LboOtbKtYuF6iauQVCuOFAY72zn/i5Dch78VFnUxle+xiCyprmktA4B -xD/gmj2Ii6d/B9JdiiHSms9RTl0NcRg0L0wIv80ISreubqeJGxgxzRXZ7hnR/bdM -+6+jmmCVSi+UidTNGIP47bPIWYTvLCXIDvt7keoBAZdVPUzjH1ogo1Fgr3rYTdyJ -0RPVOJPcFxFjQThSImbzUrT2sIg7w+L7DVfy1ycsY2TUTejr19w9t6TNi++lorhp -ZG2QHOjIizDVccra6JJKmuxEovxGy77om/cig2KPz+R4oBPGpTIdYO02Tt1AG4wn -9FJAqmlDQ/gLNATK0AVURw9LumtDZtwBx81/sAuprXAhV0zwO7rTjXO/QdbJxYFn -X4MmmxuISq4k7d765hsGZckoDyrYMu8Q3qIRX2fSq+quljZe42gFPZSB6Ehnba2P -o301YnDlULvVRfBDfJeMh87eABXq2LQWvOLo6J0oin2UlYam5LOMK7myTwb77WO0 -kcLzuq9PR3ugdH60SMaWfaTIq/nAnp/qZG0QDfIxcV2NWmaS+w== -=lCi7 ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-04-24-default-video-cards/2016-04-24-default-video-cards.en.txt.asc b/metadata/news/2016-04-24-default-video-cards/2016-04-24-default-video-cards.en.txt.asc deleted file mode 100644 index ff30974c9005..000000000000 --- a/metadata/news/2016-04-24-default-video-cards/2016-04-24-default-video-cards.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0 - -iQJ8BAABCgBmBQJXHVL1XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ1RDFCODdDQUUxMkUwNkJCNjUyMDMxOEIy -MzI0RTdCNTY2REYyNjExAAoJECMk57Vm3yYRoFoQAIn0QswHkr2wwycM21mhnq99 -zTfSEo6UqZdPfaBItyM1QPzRjzLd1tm4henp1ebTCL8GJhjzpA0mrhk6oHa8KWuZ -qVkcj5hUuCuBqAjSq+XSzbwGAbvgtm76GA5mgAT6/UOTISStYmum/niKS6dGnJo1 -pgfld2eQG7hRNSeXpRXPb3NMnVv4XTz0UvRTq/2rrqrdHnIa0RtBo6l03HP+ays7 -nivcNCgFv1UUKzaK4Dfwj5Ro6txJdYKxNlsupwIpPCjZs+tAjsAYKb/JqvpE3j8d -mSA7nUJ2ZoeDtEKID8UoF6ccWzBUBYBBMxnsmKVYMMOHIn9+NvtnkwP7kMlv329I -4aXoBTzdxq1g+EL0S9hEP+Jw7t+9w4SEoq5n8BSHaZ+9zRTgHcQhC+vlik6fpvb7 -C6z9KHCyPOWFfeNx/O/ENnG0jtmOOI7aX8Th9TKTk21a49gf9ichf5kvUQiIP+Q3 -uCCx7helJb9dcouAS0JHhvg+r+MadOOBB5XLeEXaVHkefNiyZh3dhlC8TuqJAe8x -XYXzA9ad/HysKQRnKxGhRAlCjQsh9GkfciUglx1Oe1XnRuzms8V7z3OjzeYuA7JA -TbYb3yjDEH860qjbeaYpz9ZjhLxP2iD3bYXQYUzQNVQmK4JLBwj7oyaJppS1Rrw3 -IB6GjyhU7cq3hluh/rm8 -=cfJi ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-05-23-lastpass-changes/2016-05-23-lastpass-changes.en.txt.asc b/metadata/news/2016-05-23-lastpass-changes/2016-05-23-lastpass-changes.en.txt.asc deleted file mode 100644 index 6b25745c95be..000000000000 --- a/metadata/news/2016-05-23-lastpass-changes/2016-05-23-lastpass-changes.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQEcBAABCgAGBQJXQmlQAAoJEIT4AuXAiM4zNJ4IAKsT/SMHXhQDxbOFKAduAVd4 -BRu6yOqcMmuXSfHw7sCRX4QX5JGQedNZ8Lt1v3Ehi71D1pIeK9OmVc61ILcpUyfs -iEv3T9o4V50bgcrCJxRCNMWk7OgRJgFJyrLdPdvz1ECkIvdDBqDrzTAWKXhsJpNF -zLeU4u2mKZhAbMGJy1BwPNvu/y4WdgNg0qu3Szvb/8pya13/CVL5s4tgbbvcgny0 -aDfWDuwFa233Tos2AzlIBfTXlQgaqpT2QiLKyzH0HjNxrcnQl/4sAO/5s3zAX+ti -rhqAzkBFyDzbHK/hfJrd4HcakbyO3gEDh+oprou7BFgKtWt1tt2cJhEdmqBbo1U= -=EIC1 ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-06-23-l10n-use_expand/2016-06-23-l10n-use_expand.en.txt.asc b/metadata/news/2016-06-23-l10n-use_expand/2016-06-23-l10n-use_expand.en.txt.asc deleted file mode 100644 index e0ef7cc0c515..000000000000 --- a/metadata/news/2016-06-23-l10n-use_expand/2016-06-23-l10n-use_expand.en.txt.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQEcBAABCAAGBQJXa2W8AAoJEMMJBoUcYcJzzD4H+wdawek/66xLVxpbc43IhCN8 -G/sxeNCG7PNcNXQVS+YO5kJdYb7v/4D0rTtlwuPfgO9c7moFSldmyewUJsDYCW4/ -2RJ2eoWNsBlD/aTQZVnrBFVt2sxmX6Tl7sEh5qwiggcqJn2dIJn6TkZhJBSr+wCX -chBtKCxfSlMrj3qDqZxmTiYDfyMSq3BXFRygmvhqGI7HjfGEhaejEFBRdoLT8yQS -wqT/auhONnt+x+92nC+0Iij0DXcqNY+wghuvC4VxT2MxbCxRzhWhhCFJMPa5EzvU -Mf+inQP9GV+87YlfpueoDCIDsShVWIGqQpl95eSnBcduABwvL/kFUeXtzqnrhbM= -=BZ4h ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-08-08-openafs-debug_rodata/2016-08-08-openafs-debug_rodata.en.txt.asc b/metadata/news/2016-08-08-openafs-debug_rodata/2016-08-08-openafs-debug_rodata.en.txt.asc deleted file mode 100644 index 9e3ba907d8b9..000000000000 --- a/metadata/news/2016-08-08-openafs-debug_rodata/2016-08-08-openafs-debug_rodata.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCgAGBQJXqDXyAAoJEPZTWjO6HuSNwz8QALXcJb2DWdAWJvXHCUQnusks -aqACr77F2ItjbGwDP/CGkzcHrCbZwpiEkwiIoOq4+1vawH5a5ycG5YgBZ4uivJVm -JMM2MmwSBnVgSiE8agkvRI/bYHEeTw61cUIEPIHyZr2Iznyq6lQT7L0pdC0WCFV0 -OlrIFCZFuQKHRaH+VWQg10zRx44StPQZyBIZGlQESte6qfiH0xw7b5BQfSGSQYJM -kO90SWnFedYAoO+AFkZTZxlFUwzJLPfwhwxg97GyEZLM/c/W7BV1vGsY52CsgWk8 -1MqBgTILDQZsRhcWewNibjpc7R1onz8kI6IHC91u+HweeM659W5OWfSJacz/AN4L -9cj9iuoK8IvE0ymtJZO2rAntn7OGSRCJvyhLhJr6D81NEySI4JZiEtL9al85zyoo -qXQd6lNm4O5bwkpW3Zg4DFniqZIh6aT5vN0Powvf3OY5+EkN33UpofHyuMsGRPR1 -KAnC3QFclu8z1LPGr6Qo87upA3kn8aab7rCQuIJshDJ46MizPbnN+tipH5xC3uQh -oc3D+oqltwbiswi7MZ6hnOC3HnGJnnzJBB1qbXkeV+0z1YYjwU5Yslody7YdNYKW -7fJN+4nznyoYQYlSFuZKazuEWXSAd9QawQe0QWXl4nE7aTAFLNZPSLoid05mYRLj -taTVf+leYGf4kYfwUZdN -=nrHk ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-08-11-grub2_multislot_default/2016-08-11-grub2_multislot_default.en.txt.asc b/metadata/news/2016-08-11-grub2_multislot_default/2016-08-11-grub2_multislot_default.en.txt.asc deleted file mode 100644 index 08d51ee10164..000000000000 --- a/metadata/news/2016-08-11-grub2_multislot_default/2016-08-11-grub2_multislot_default.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCAAGBQJXrIh2AAoJEJtAqO3K+ucz9WgP/0w2uaET4idGRbKkU3TIYaRx -9MOLTPh8Md5hX8OlWmeHLpVsyjpPeb7/gz0uWAfhQRXBOJAtzPT/fpBcomRf+UkI -ATu9AT5sue0Rwcg7Bi9qMhvQNeQb/6cXqR3Avaf/EFlEtochCP22vXur6hANAE2L -H80z8GsQyYl/M8WT+JLvYHTInepWPKbmvlC2+oK+Jl+qQ7pRNfD5Dj0NUIOu2OFt -XNaXIxPqiq3SbwLtzMmrpEoBoSV419jCrnyucRym5OnB7MBdLHj3tjwv6V2nYS/U -8KOl8kTaU6ffnB5TCSA33ytra2HYKoqAPa1RavilqURkHpCle3rjtlcxvXHy2LD5 -gDXW7JitvaPniplCNuPJxg5oIOT4sl4u92DJByjjpeRnsoWg0XOPH+/bewMUzY6H -Bv5f4s340Z+A0L7v0ndiC7taj7iJgRRbk5gPeYwJBT2+RCgQxBN5jhZXbc+SaUx1 -4xjqw0YHXdc2ygJZbGIq46hJOmcb1asJJxP38yGLM7OyBy3yNxvb39sihicNsLZb -Tsw/+4SMPzG5zFtVSHXxb9keuy9DnCVy7B1iavHnNh7pQXVY5LsT2EomK6HDzaXW -S2702KN+qQrgK6WN8qaKaqI6nxixzF+zVHYYI4B2Rp3m3P51x62I7rLcPboz6Quy -ttY8WaRIerc1ESYphlhK -=MBhj ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-09-26-migration-to-sys-libs_uclibc-ng/2016-09-26-migration-to-sys-libs_uclibc-ng.en.txt.asc b/metadata/news/2016-09-26-migration-to-sys-libs_uclibc-ng/2016-09-26-migration-to-sys-libs_uclibc-ng.en.txt.asc deleted file mode 100644 index 96dde397db8c..000000000000 --- a/metadata/news/2016-09-26-migration-to-sys-libs_uclibc-ng/2016-09-26-migration-to-sys-libs_uclibc-ng.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCAAGBQJX6Z/FAAoJENe4dETWg5zI4ckP/2GiUs/Qn5BKuWSSjql+OG7L -F99kuGPGXrEUrnLIWZlG79NA590hz1gk+0SsMu2nmC5kPb3xxw3gVKwLhB4fDmLD -y4IieeOeZa+tFsWVoqzKN3kTEwRKTqno2iBC37dVoQ/OwAm9sHmprJltAclecupC -NW6W0YF/l780Xclxl9b5xxtC2CCXSYDeT/bqizjzo2FDq9xHGMj/h6+yNZ+EunJP -BLVoaXlR8udJRM9Nk+1NqIwdwrcphvXp4pw8sSWUMawBMKuiJtEDhQXPO+OMOQPI -8SH+E8jD+GeitO41qQLaaUm/Z6GGSJUVPWEWrg//6t19+/SOloAWtlCWnGZK3W94 -evYzO6f/tWHZ431YukpPkbX6wFUMcS+rteMSY+Dzn0JPMyMmkNF+Rcq8aACdqVK0 -AvvoqnxOK3yKRCNeeJwofFku6vDkfoWLaN0L8OSLKpdXVWuB6gP7WiNVEcZos8aN -25ls8aOG6AoZhCOoXiP1n8Z6GD+G+Bc8UE8pbn30AA+Eco2VYV64fBk1hu36HzD3 -+OOSiROwqW+XgOLFXBHSw1uDA/crg0Qw7NJpwSKEItXlNAT3cD9VeZjsXqdPlfhW -hmNwKCvhiCaj1cR7LiQf+YKPdx+j4VE9wlA58FtisExg5CJ5ParQhWfb4I3d6kPP -gisov2VADg1nmZoAnN4Q -=mQdl ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-09-27-openrc_0_22_updates/2016-09-27-openrc_0_22_updates.en.txt.asc b/metadata/news/2016-09-27-openrc_0_22_updates/2016-09-27-openrc_0_22_updates.en.txt.asc deleted file mode 100644 index c7dc2cf16888..000000000000 --- a/metadata/news/2016-09-27-openrc_0_22_updates/2016-09-27-openrc_0_22_updates.en.txt.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCAAGBQJX6n/pAAoJEJtAqO3K+uczg74P/iRWpfdhlVSGmSeK01gYdovS -2exOYTr7Qm8g4hYG9CIKVh6jvMbt1lu42tsXdZtva6h3AjGgwTYxPXMoQ2RUOIJ2 -r30bLEuq6m6ngiD+ezDYGUtI6sgP93N4dEhayOYfYieZ6RtTRrXidRntKMzDQfMS -lsx1+qt1QuEk84W3MT6AfdFQvb8oeWE6FO6OPHZxQTIxa5aMhXkLqivtjYIBZoEh -DMxufyR339/gRI4uXdxe5IeTd63dHZhja8cPWVZ5gBoiwAJVy+6JtMdTJRjQS3An -QUZ76fGs8TR5ByEJWYWsiGPEFac/+oMan7R7pdhNXRNN5x28Bngd2IYv52MEdjAa -ypFA3EONIwMSOfDdAG3cK63reKpHzgDVAplr9C3BrngumxBXsNnubHOZmQPPYIZh -OChgqP//tXPDsMuKYA695Vlg2+53zMk5lKO14pGx2nKSgDB7MkugZjyew8WVH7JE -svvyDjU0bPVYOKyrMqrWPRqoIeXMDmKW1/ruczaKuDg4/W1zp+RDHpOjlX6qJo8W -9kydAO5ovlu6JDljRx5rrlaHtFWUQMVxn4lGG5nGnNn/R9HW/OspkEliuL+SgUSQ -cTJp7oGRHJxOiLWjd8ye1w9ENOqvgMbr/ItqrQvrWtzVBjbQ2L7xTKicTDFpKusU -oW4Rq+6RJATzYXDm+RIw -=YGde ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-10-25-llvm_3_9_with_llvm_targets/2016-10-25-llvm_3_9_with_llvm_targets.en.txt.asc b/metadata/news/2016-10-25-llvm_3_9_with_llvm_targets/2016-10-25-llvm_3_9_with_llvm_targets.en.txt.asc deleted file mode 100644 index f79f5df9bf99..000000000000 --- a/metadata/news/2016-10-25-llvm_3_9_with_llvm_targets/2016-10-25-llvm_3_9_with_llvm_targets.en.txt.asc +++ /dev/null @@ -1,18 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQJ8BAABCgBmBQJYD1uUXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2REJCMDdDQzRGMERBRDA2RUEwQUZFNDFC -MDdBMUFFQUVGQjQ0NjRFAAoJELB6GurvtEZO6XkQAJd87DBWVHCIzQC5YMVavUvs -jrdJ3vgYpFK6+v+4K4qVGbjSZAodve236wxA2vx4VmLufjD0+yIOXs/EvZ2oxUNp -ZX6m3Yv/wFJWGJKXI+BTQZGEoPVGq+7Tj1Cm+35y5xkrv4EFFuj8XN3sD8wWVy4R -2LtqHq0/iVA8jFR1ElrljyMGsgGxGoKYN2hYZ6sva/l33NKu71WuCICfgYGYE1jp -HiQ4vT0fUppeeY17RcXKjhLt/Y/ykPGpJ9JuuvamCvK6SwD7rWGdZ4AFc+tKioxS -Oy6BKAR1huhsxmF/oldl9YgyoRQOfP0IAaMNSNsU822Or8yfDvR9Mj3XlQ4i7cOh -SsKyOtbvAnp1jKzSgRSuG0Vp9kqxUlfa8qT1OOeUsDcuMsgzmbXR05GAN0SwLhXI -an9WSQwUvYanV6/taFlwYwezc5CZ0lHWRRSeIcM4n6iTacGOtA3o/Jfzx0W+DBJF -J5xBmq0m9drcQBhFimfU+Q/MUCOmV435k1vBIsfdIy3e6qYm/iQOIs3ASx2tCRNR -1jYmECUFr4NBj1jcYI0FXBzEpf1tBHpONKiXe/sCBQIiCEOG4l4DanLUJOmRZmGK -7ApnU1BDAFHi72RN1AM8aU8f2qzZqqvUsDnHMiOQChshHHpj8g/lhB8jnzhpgUxt -ld5p2rn+ya2Fr2uFyZ/z -=YHRH ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-11-04-important_fstab_and_localmount_update/2016-11-04-important_fstab_and_localmount_update.en.txt.asc b/metadata/news/2016-11-04-important_fstab_and_localmount_update/2016-11-04-important_fstab_and_localmount_update.en.txt.asc deleted file mode 100644 index 1b616cff3db8..000000000000 --- a/metadata/news/2016-11-04-important_fstab_and_localmount_update/2016-11-04-important_fstab_and_localmount_update.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABEIAB0WIQSC6+o3VgHHi7vNKkVHG+cz7ykaPwUCWD6+HAAKCRBHG+cz7yka -P2uUAQCny+8xYqKbg8yu8aQWo3zxJaPgYahja0JJRIzwa6ZIVAD/d4qBckAfMJ/L -XuTB78+9LgegBq2HOOo5A+hyNWm9Znc= -=Nh76 ------END PGP SIGNATURE----- diff --git a/metadata/news/2016-12-06-ruby-20-removal/2016-12-06-ruby-20-removal.en.txt.asc b/metadata/news/2016-12-06-ruby-20-removal/2016-12-06-ruby-20-removal.en.txt.asc deleted file mode 100644 index 826de297a4b3..000000000000 --- a/metadata/news/2016-12-06-ruby-20-removal/2016-12-06-ruby-20-removal.en.txt.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF4EABEIAAYFAlhFyJMACgkQiIP6VqMIqNdWlQD/aE34wK8R2290jUu62hybyi8d -FLKRNvG2wixbg/5t+sUBAIuEFXUZXiBA4L6qyXnN1L5oTBzGJk+/psNGAcCO+K8x -=aRMD ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-01-15-kde-plasma-4-removal/2017-01-15-kde-plasma-4-removal.en.txt.asc b/metadata/news/2017-01-15-kde-plasma-4-removal/2017-01-15-kde-plasma-4-removal.en.txt.asc deleted file mode 100644 index 0e8ac6e58d30..000000000000 --- a/metadata/news/2017-01-15-kde-plasma-4-removal/2017-01-15-kde-plasma-4-removal.en.txt.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIcBAABCAAGBQJYgRehAAoJEOclVpXYugee8oUQAJVsQXVGHIX+pShKsCXnupMP -1H5X+xJlYJ/co4lR9dVT+7wCL2jMT31qiWx1aBo5qj74Ftdlc1IqaDaZG8nDQcwq -43eIBaqxO0D1VCw55ENSkKLHDwNEk9TiuwDBkhsgaS+HffihTCkYAtH/38ykiNUc -eQwm1KCplfhH84rezxuRy+CtzZ0x+TeAeDUtwoqNc0UEY4Mv1aAY9nkokjhMlMR7 -SiiQZvKxfAyWBiQZwGwGiaLYN+iu0nTNBI4bxwLayTuLWt8QxtSBvfvlbCW9wDxL -ZGsqLH4+Q7GjATKYnaDJcx8KvY9dFdOzfCYtMbMW9miDjmqSrvKUCbPtgZ8hG1fi -9W6XPwwDWhHWve6lDQ7BCFvpCVMvCbfAlUNOy2X/M4nE37IWc8pWv9DR52qCEqD9 -lkmCo5ox6V1lY5GiUrTFzGjFEx5FHsjC4rUxS0Y9mu0P2dY5WsblL8/USqndEGR8 -r3f7btCss90T1cORV1frG/00OKF265Zs2rn3lY5dGiZsv0mgGB8fUnzBT+NyXMZW -qmvLJ73bi1ULGuYr+4VlHF8OPMGpViEIE9PjdrSsvBNqgaznJ+xoku76pMBXlaCa -F6zqoqA5Sp+mETFqm95PFxskhLMLlI69IjLlZucXFRpk5lQU330YIcrXL5YYhQ0X -kXujpiXRwrEL93qnpooS -=bRjP ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-01-21-python-exec-2-3-reclaims-python-symlinks/2017-01-21-python-exec-2-3-reclaims-python-symlinks.en.txt.asc b/metadata/news/2017-01-21-python-exec-2-3-reclaims-python-symlinks/2017-01-21-python-exec-2-3-reclaims-python-symlinks.en.txt.asc deleted file mode 100644 index 081e5a9b3c8f..000000000000 --- a/metadata/news/2017-01-21-python-exec-2-3-reclaims-python-symlinks/2017-01-21-python-exec-2-3-reclaims-python-symlinks.en.txt.asc +++ /dev/null @@ -1,18 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQKTBAABCgB9FiEEbbsHzE8NrQbqCv5BsHoa6u+0Rk4FAliEac9fFIAAAAAALgAo -aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDZE -QkIwN0NDNEYwREFEMDZFQTBBRkU0MUIwN0ExQUVBRUZCNDQ2NEUACgkQsHoa6u+0 -Rk5O5A//a+8jRsF3svf5ZQ5F5KNZzrjiovI7F0XN/jlV41R46b3LzCrDsDnTqLbf -7Rh1ZHPv+FAnHgYSjKLaqw+dxzGDQztg8iC4N9tOgPjRkB5wVFsOdtHpH1xwrh6o -TDcKlXd8917b3b0U6qKUMl35lV7vDN8XSrcSzoF1ha7vxRRLHVLGC3cJazGdKz4r -ZYeCSwVRX3QlzsMEnfTug0ayE76SFaqFpB6PPUSmYouRcxQHzR5HAr2x3tHLIz/S -PeDPCCflk6QNsQVZB95vj+HHhXExvw0yjleMrvrps//UR7tgcg8X0m2esmEjC5rd -FPeC3A+xCHeCV3lmsFCBfu+cWQr4X8Lpi3wGx5XO+eBDekzAJmbe1OJXA66m5tXy -N9z4zWSOq4d03nguhKHO94Gw8LnSGO7dABSdZSuVrFueBACkh/4dtWdycdG+wyos -oIS9uhlT1tV7QgL4I/77rxxPROLiqik/tVUsfyoDw9iEhemsH84JrlctmZc0zpAu -WrVr+klYl0M4nu8MUa43f3GiN+Lu9PNohIHEKeepPvrekG6yP4+GehQihEbp7gZS -DCe3zXlKvwUZxuPoEWtNHbM0AfcK/hce+n3hlIoNALeYWP18Fpf3iz8TaYZuyG71 -nRK1lqmrjm2fURpwau/E1mmGcYX1vBEL1Z9jspehH0QwYEABwQk= -=+2up ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22.en.txt.asc b/metadata/news/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22.en.txt.asc deleted file mode 100644 index 9670121f9e98..000000000000 --- a/metadata/news/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22.en.txt.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIcBAABCAAGBQJYnbfjAAoJENe4dETWg5zIJggQAJmR5WLPqG3IjEWRLzaCmWts -cHNlSALbtM4SECSVPnTL3G+41rukc/3H+59H1AuWkH/vb7KaTd9ZGQFF96vzJhxE -1zSxkW9nKKaGDw8fEJnQ3R7qjRPdnNjUf9Xwn3Z09uj1hT2KnSHtPZIzuk4GF+nY -UvYO0tSq0oUlW6HxNh+zUa5t43CqFV5+oxCxbukBbZbzvUuv0p2caiA2pxMVSaS/ -FlP0bTpoDV86mNZvuCaAPctCumyzQP7hj5ZJpXNfNslcYoHwwZxWN9o/+CIuvZsK -fhsIHdxuDEwZJrlFJ/otsu8AnXYtpXVrHM6Yj9AE6M0q4p6NjNY/lBAw0ev49Bzx -tpyZ9zuPU37Qm7thYol55U4lfN/tPKR2glj24ULP/N20f1Ekame0TL0eFDoJh+qp -Ska0YjPyzs2hufC6LS26uTR9VCl+MQse43C57srjZkA1z03TOvtEJatNrl66MAj7 -H9ihJ6Q2orr/2FBZBvvV/hhvH95cbMw/Yoc9AOAEYtMiwi3IaJiy+DHG5XrtiTa2 -LiCpqzW5ucf9sO6ynMIohSaLoSOvVN7uITMGJvdKPpdXMf4IYceI+P+iRNTClix5 -+zz+iB+1xOQImMeDnomuxtFb8O+OdgoQ67Ab+vD7Lm+4MZabOi5XTSMFx+OJDEPk -mQiHcIFqMSrCgNsqamW/ -=W101 ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-03-02-exim-chunking-bug/2017-03-02-exim-chunking-bug.en.txt.asc b/metadata/news/2017-03-02-exim-chunking-bug/2017-03-02-exim-chunking-bug.en.txt.asc deleted file mode 100644 index 3f86e7f31674..000000000000 --- a/metadata/news/2017-03-02-exim-chunking-bug/2017-03-02-exim-chunking-bug.en.txt.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iEYEABEKAAYFAli3tbUACgkQX3X2B8XHTok0KwCgpXNoKwwHq6bGaF6eWHWmOfKD -POgAn1bTgP5gua8vWa2es5nptjDLg+y+ -=GGQl ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-04-10-split-and-slotted-wine/2017-04-10-split-and-slotted-wine.en.txt.asc b/metadata/news/2017-04-10-split-and-slotted-wine/2017-04-10-split-and-slotted-wine.en.txt.asc deleted file mode 100644 index 6ec4d887b761..000000000000 --- a/metadata/news/2017-04-10-split-and-slotted-wine/2017-04-10-split-and-slotted-wine.en.txt.asc +++ /dev/null @@ -1,42 +0,0 @@ ------BEGIN PGP MESSAGE----- - -owGlVg9wVMUZzxHbCRsQxloiA5QFoZByL38IrXCD2GAE4mgISUBgYGDv3t7dcu/e -Pt7u5e6cCh1oCZ0ixIZpRyuKpkpFDRbGaQFj2lQZ7DSmUUtG22G0A7UOiNGmYyll -6Lf77nKXP8502kxu7t3ut7/v9/377WudWFhQ5Jv+bvWM48duu+Z7cfzh4PyFFZV3 -GBWLjMoKQzgWkwaxTUNYXEpqGklm0zJql8mUXH/pF5eamLRoABPHMWg8YRHJuF2u -bLA+iuEo1keZHUHVCRnlbgDX1RuriGsSIfDS3PO3I9SWnJdxN7IM3c1tCT+NprQD -8JKmZLljEWajei6ARgDnSKIG2swE+A3gSlRHk8KolTRurOBunEgwLKtANQzYkLRR -GzZqbSGJZSmI0aQDFQg1SuIqtjjJZBQ/oEIBCL/3xGy8UrPETGDpElswdViZkyRJ -47DL45hJgWDP1FvEwg4JxUhE20A2JE9CvJhgmyb9I7NETc9RGULVAseJnfb8JgR1 -BY7ZHI7IKHUpJvDhYcgRdmnEpUIlQGDuApYKzGIhHRZKcjcmcJACtou5Df8UNwMY -U89hrEslo+qQzRVyGcYrueIa5q4i6scoxz8XfpJZFoY88iQWDHIoiU15QoCFTq/2 -rfDVFnMsijI+hVrMRmhmU2SlISyOacqhsAQEiQ34BEKzKBFUYCJwkiqPAjvUjUPK -hoBD3A6zSMLVLoWijSkJRbP1ytHRmYOcbgMLh8hQVFApcJQ0UxSkkEevFDwh4RSQ -EdQhAEoz5aMCGI/IzBhdr/OSawyIKoBGmxmZAAM44QjpUhL36OqWs1UioFpe62R4 -Ipz/N99iMQgurCPilpnXYkAuRE28tvGeO2cbELxeNMwqc8ns0rGYZEwCeQTUk9Ho -rc8TQxz+JwoL/gsKaifff22KSfC7EgrHEnFcpzb+LxJDeVjwxSRg1PI5qMnjHm6u -V6BxwhaJjCwGTZGQtNJYkxnNBOYTukU9ARkPoBShrFOoNROADR3njZMCUOOuVoIJ -BlDKKsTjQWZ7YwXjKpVZep6JtM/5Y3suhVluioJQxSn0Yw44xBNgBo84SwKBL/U7 -yEeUXytTfiEAstrSzSlZM9Vzm4FFo2FVCNJN65nKyAseNq6eXuoNNDRmGK9QM5wi -cRhv/0jaXkryh0gXDFyg+oQlaHXCZNyveY86oCjp6uYsdYrgsoqltaJHKWRUyQtw -i0IxiOc6DtIeinIOsWUyNXYHgUSs1UqtDnBHajVSXoVDQyzMQlkx8ateUkY0Tt0I -CB5zZYJYGsiPklEGAgZ8HJc3MxPaWOGY1KG2Se1QGlpKcCuhXJeh++FWlPABtwFc -r/USJETSL5anIMWmyx1HXTaCI8c7o6LKp4Ej+WI3LLIQNIQnstmbJBufJ+WZ2LQZ -wSIdt5gdw0HwYiLdv5S5WWmm5tCA+T3x9grvVWxhWaUf5+sUrCz0IzAbUg5g1uh5 -8MRfc1e3I9yekGkzM88qFwKuk5Asz3x7rzLodpz57Z0EHsO6y1DvD+UJ4ZbD/HmJ -MZbhYQvDTMeAM4b0Z0Qki4YD5+R6pIP8Iz8YV3VTga+oYMaUWTd1HTp19sSqf53v -m/HZhuw73JfGqfeyAjR+cnbl66WTbmzfvN74yPfSbzay3oXRZ6a8XdBmtx7dP5ja -N/2dTT88d2Zuw9bY73/SOu1E8eSPay4PPNxxn++WPxQ2fWf58s6uebz34AC5dbD6 -saff23t/34bfXvra1LPXd/O+V//m23e5/2rDo7vWFB/7VmDOxc9Pn582Z13Vgda6 -X/PNRwe3faX34RdWXws4Oxs29+7YXfLm9lcvbOiMfejvLJ770OS3T/aMX1y1avJz -nT//x8zOtadoYP1z/Sf6n1xNcPfs+9yuRzZ/2L1uTu2PB3xu9Qdtn5SJqsHHTxc/ -/mzR8UMlm75Mw+fW/bH/xeDNu2a2Vj7/91/W3bxu5tzvdnwz1XLg7olTj/xp58We -cXtuvOWgw19dMwFNLC6ZM/5Kf80Lr5wveffi7Jn8jV3shu/K/lm3t9y1cdK95tX3 -z7dtLdk1/eDVJWcbxm3yPbi4e7vYeeXioUlPPlLT4vgfWPvOhGentnw6fdGD1/bP -K39jX+mswaJbPl/6561d925p23HgypTrn/T+aGAwtX9R8IMdPU992t7RM1D4xJa5 -J4/0/7Svw1hy1+GWS8+81f40H9z26OLn5dLfBd7c0b4nsvfo6y+fqTl68MC/p3Rv -2X3hwseHSMdfJ37/yJk7S19DTXv4KyuXXT+1p63+o1/d+to/nyra+43bquyffVbX -f275yyUP+e5Y3VD0/nuPFUy4MG3BsRWTvvfS9oNPOMfbY2s29p08/XrP1PZ7Crsa -Cp3GpZf/0v0f -=p7Vt ------END PGP MESSAGE----- diff --git a/metadata/news/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt.asc b/metadata/news/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt.asc deleted file mode 100644 index bedb5671afe3..000000000000 --- a/metadata/news/2017-07-16-systemd-rootprefix/2017-07-16-systemd-rootprefix.en.txt.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABEIAB0WIQSC6+o3VgHHi7vNKkVHG+cz7ykaPwUCWYI3/AAKCRBHG+cz7yka -Pw4aAQDS76AiK5gg3gvxFvoThxC0uAh2I7Ep1Wi+PSzSivTCjwD+Peg3aVVZUg3I -3+DJagUMrJEOFpcX1/Y0xWsJS2PaLGY= -=d8/u ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc b/metadata/news/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc deleted file mode 100644 index 23d89052b7ed..000000000000 --- a/metadata/news/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIyBAABCgAcBQJZraFoFRxrbG9uZGlrZUBrbG9uZGlrZS5lcwAKCRD0vdLv6P94 -+SIMD/4v2HbdDNfn968rn8l0HaNM9I4c+RtTZUndwo2B5ARxblVaHEQpVYTYeUyZ -0sptBitU3eHSqfsFkE6OQjzGW0lcrBEjM3mMnKhoKLCIfvcu/87qUND0i7RtlDcu -1lK118L5mApOeQOdC+xnHvPQ4k14OvJIJ84kqQwxILoClMES9hYGp2tHWy2TyFn+ -yexyuAtZ48XlhXuDJohcho+DSx7rJLvJJQzZWdEB/31eBa2PFLcXOhkeXmSFahBv -5+xuEqQpKtLI70gKEDqyUb+jUArpOYezg2/imiAHozlsSrDdDPvbHvGYnel/MZew -WyEydO1rEFrc7lh7Xie1rQGW0cN8MJ5c8q753n6nbpFJSTZhgJf3vcvNu7pxthZL -cSUPckfpUL0Np7vpbBxPWKJwAdWBC7HnaQ/ml6HWz1sUzDDqxEEkzCWh+YDdYXoT -qcnP5Ac9GZwZ9hnOROWOnnM6dvr1EgP35/3taj8IRSW8ez3XTGZES/m90vxakjZ2 -ja4exBwZ3LamSzIkJHkMh7QoAlZjR7luApEyFtj/2r3hf6Xo+oTi6ly9xUQSGJz1 -1nQwaxV4wgT2QDgxOrWjFIBFaAgGqWL+rdPnE9TSWCt7SAeE72+VobWftkf3y0AJ -4mtjV6sGTF4BhwAdhfsLarYUNgjAJUq453gNkC9zEWaGz1MeOg== -=p2Ig ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-10-04-gentoolkit-dev-deprecation/2017-10-04-gentoolkit-dev-deprecation.en.txt.asc b/metadata/news/2017-10-04-gentoolkit-dev-deprecation/2017-10-04-gentoolkit-dev-deprecation.en.txt.asc deleted file mode 100644 index 0316d64b4b1d..000000000000 --- a/metadata/news/2017-10-04-gentoolkit-dev-deprecation/2017-10-04-gentoolkit-dev-deprecation.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQKTBAABCgB9FiEEajvU08I0XMDAEy7K7CuK4FwF4G4FAlnVJDtfFIAAAAAALgAo -aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDZB -M0JENEQzQzIzNDVDQzBDMDEzMkVDQUVDMkI4QUUwNUMwNUUwNkUACgkQ7CuK4FwF -4G5/DxAAjSFSnswBW/l9uYx2fLWc0yMbHjapyPUNYkxmHbw8hTLek3DUPwRkaKyq -CarLf7bAp37kr8fVJLM0KdQYgpN8kCgyaVOmheYpisClmRDe6jMo0YWI1P33Wbwz -fJLbKP4c1sPKPHnF9c2RPJleL6O0Ee1CsFFcTN/uGxXLo5cfcSHVZXxFu5mg60Jw -MUgt6Vrbd2uwHAA95RvBc6rF5unw4z9IkNynlzgzu0Nd+c0fRFVqGLrUCSHeQMNI -stgcfGFJ08ssewALz2fjfCVep2XJCOTi7J2F58fMCqhrxnk5x6ikk66rP8+9Y+wW -lmQwON2zXu6VudepFeDXtVlHI+cY7RyVZqteSmqKDwG8+cT3yJuV5bHY0RogXO/e -HXc50GIgrshFT/NZLn0+z6NBMgPN5jpvTDnGPtrQJZN+qGKbTEcfStDXhiDxbV9+ -oOjg3Vyatqjgy+xydGYAEtbsjosrVubCA6NzHuFSSkRmztCcaqJWbfggoBjSF9jq -Ifs5JulF0QigsNxOv0UHqbT2KlPh2Qr+VF9yYYpXD/7FEDKXgL+fzhxKoMUTo76Y -WQN/SSprZGyC+vKtCv+0lmCs/h1aTW1MY21YwfZ2qXO6VgcPQn7eucOBeVoXsh7y -aWWEhLqS+4+8X0mJBIJ1F8eoZcpknmO7PV5Svifvx8vnRgntync= -=M9ya ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt.asc b/metadata/news/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt.asc deleted file mode 100644 index 3831b64e2988..000000000000 --- a/metadata/news/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQKTBAABCgB9FiEEwo/LD3vtE3qssC2JpEzzc+fumeQFAlncHHJfFIAAAAAALgAo -aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEMy -OEZDQjBGN0JFRDEzN0FBQ0IwMkQ4OUE0NENGMzczRTdFRTk5RTQACgkQpEzzc+fu -meTvYA/5AcLnThg464MxP0/z/aDMKAL94RN9xscpGEZVl2oq3tJaBZRPrf/Z7krF -9LXjkMXafsRxrtDgkWUaxgyNriKHFVs4863jZ7+WSGOucFS/yUpVtmd6ZvlUwkp9 -lbQIUgzU2RqLP2nYARVts4VsP7mgXVcCT+CHqMFVEGb4QhcOU5PVRbTt6/8tiG2N -HvRR85rAOJGGcLLpXXdFsyCMMmMCPdge495RQV3Jb9kBaagd6p8S2x2jJZV/fZHR -vi4HGrQZbViMn2n84w6UGymNpaevGdUswzcnH6fwLcQYgO1xIL7qvYCOzBcwYGLF -kvgHfEpzudovGJfYTSVeEaNzeOCKKtB/WP961lg2I3XtA2XbPvE2r5AK3sBgJ1BC -X7DBSUEqdbMr9vRPoSukZmIbnBBat4mVUhQ+kSKUDelzBOuxJvkHUYWnVhOVmn0q -2lcZZbFNj/RzKfQEPomoWrmTx9fiFu4U2imRmzIHk3AgHwRyf2NlZtzuV5I+JqVB -R/5Z6Oz0dOTPg83VxNonNQ2tkYV+uBqIrKRYlp/P+3qCrJw+F86mVjAfWNxipG4S -/Hx2JJxi2HcpxzCN3kn/OTebbwDnJjpuUJmwcCvY2CbOrzfXyQ8TjWfOeoSheMCM -Cn/nm8wO731YBh/htXVldiG7Xheuq1ySi++1HgzRnxo7kgkooH0= -=taR8 ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-10-13-openrc-service-binary-removal/2017-10-13-openrc-service-binary-removal.en.txt.asc b/metadata/news/2017-10-13-openrc-service-binary-removal/2017-10-13-openrc-service-binary-removal.en.txt.asc deleted file mode 100644 index 7d25dfb23233..000000000000 --- a/metadata/news/2017-10-13-openrc-service-binary-removal/2017-10-13-openrc-service-binary-removal.en.txt.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEnB9e/J8YI6T0NBsJm0Co7cr65zMFAlng6F8ACgkQm0Co7cr6 -5zP4lg/9Fgz9Eg7wYkjQU9Pk2hKTc3h+kgHJpSWJn7zfY95fWX6J8inlcvVkBT+Y -kTa7AeHR76LmRXO6rsERB3tnP7r+Rh0hNYCC3HGSeYxG/L6xRLOPDhzAPANnmPBM -ryD63vWtWEt+QYvKco/oDn5N0+8/Y8giCOgFM4H8ioDgc68lQpTWSXzu778OuLz9 -ho2TPw6TEoT9ewgK5miZyjknFOlEsUNLbvNXzH6n3m5sx3XRwUtTr84A66PatQnD -e1hjEUWWe8ymY+Am/gqadvFwVbqu/zTPgUQ0mKp1ElG2xj9JF3nNttd4dM49bSIl -lfgntOo7Y2q9l+XxHlSxSJolv3Ed8IR9ZTi4wa0aXhCoVTo/LiilmTajzWt0fLL+ -rnZz+LM4Gr0ZxHFFlR+XJNH3kyPy1m2ghRLeYII/qFyX6f7rv7/GpLQfBtdSVa4Z -VgdDzldzukTQqVPzVbJznhW6Q118+4iNH1rN7dUbZfImruy1sXWiu3hrbMNJS2cD -d1KexTQvF9kZRwDUQnKZwrFWQMs80mEdUCIartsZyvf70wEFLhbCOehL4tjSF1JQ -fnM3vovFDUsLl1/DOAurzsDpxC/q549W7HqMKjbTIjmliEKWfIcmY4BsBH8vlZOT -SAws16TNhPrGFurR+uWYZ8k+67LFWbdAN80B6/z0+Y/UjR6ptb8= -=XVGm ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-11-21-old-wine-versions-moving-to-overlay/2017-11-21-old-wine-versions-moving-to-overlay.en.txt.asc b/metadata/news/2017-11-21-old-wine-versions-moving-to-overlay/2017-11-21-old-wine-versions-moving-to-overlay.en.txt.asc deleted file mode 100644 index f79306baa6b3..000000000000 --- a/metadata/news/2017-11-21-old-wine-versions-moving-to-overlay/2017-11-21-old-wine-versions-moving-to-overlay.en.txt.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEv526yLNI+t7RHfJZHNlBHbKvGPsFAlodoOwACgkQHNlBHbKv -GPuSoRAAt/ge/oFK7YpJI32O5pPxexrKv5ZSWfUe6nH9bBjSohan3NGm6k+4/BT1 -HoW9MddWsHn/YMEjuGUVKmh9tiZmUmGWwJSZM4pW6EcUsYbBAW2ptB2Wrp3cHVFh -oWnbuRuwzIDrgtqak2+86rT9q2/GkzPOK/lNjmIy/nuZFJztnwc25p9O71sWVCKY -QCBShIU/XLvb4F43W5aIJyLjZdfl2EG7irWQrePBUAG7VsdBnAdOYGmWxAgXOjCt -eR5wIqM2Tki8h1F7aDDZExgpH8XAnU/d1pwEt0uBM2BudNde70zt8WmMaH2NtTz+ -nlap/+EwfW2/WYk9R2PBYfo1ycrI0svQNSrm2zaubOR0LoZ9N4HbhwPcgrhCfy9p -Hnex34kenT87vplF6cgmpionXgFEkBH4W0nQOvT3TlH4NT/R4XXGN6qzXsUmJXjA -pYPJdYXG5nLAAzw662lY2ZBiB9FW5KwdGCvLhrgl/XVOzfWyIoY+jWTgAKCZV6Ir -8UzhLWxL7MVDvZf2FC+6H/r1H2C7AfqeFtXzoAesyM5xLsCcjm0eiqpMZ0tItBox -UPPaHZP75SHEtZ4wnDWxpyaLSEoX2qxLWq8UygvP5V+QpAjtyo1JpyeBPl7O/b3R -sXi+1CzptLjGasP6A31yHWhXGAEGNm/HVtwCflIoCRgtS3Iv7u0= -=2WAH ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-11-22-games-destable/2017-11-22-games-destable.en.txt.asc b/metadata/news/2017-11-22-games-destable/2017-11-22-games-destable.en.txt.asc deleted file mode 100644 index 244984fef3c3..000000000000 --- a/metadata/news/2017-11-22-games-destable/2017-11-22-games-destable.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQKTBAABCgB9FiEEXrdwYOnkaGW8ULoAWQcrcuxajzgFAloVTBBfFIAAAAAALgAo -aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDVF -Qjc3MDYwRTlFNDY4NjVCQzUwQkEwMDU5MDcyQjcyRUM1QThGMzgACgkQWQcrcuxa -jzgezw//TDE07ksFlNoUG3m2Zzd5IlhC1uJARjQhOCHKKvzBWklfAG69j8U9d0ER -zXbrUCEdlpgpICstcBkdiMGfP3P/DCdn7mn8NJcZUhx8fGjZ2Stdj+KJ9071IyRj -YIxzsroZVzG7eOZ9/rLDyMD/DDqRKJluwzsjh+GtyAhsReap98VGp2T5WnzlmN+Z -a0+cVzgTIZfv+OEyspdwW2AnweHaU8naN52XiKEKtCdEoLNlsm8YEgudJrLamqYx -zbviF5/o6Az3oS1ZvIbXNTWPE6u5cMGS09lITqjT1LDJF11KqKBo0SDt3xbRjwTt -qucJg0ClVfVfeZEIJZC3QEA3Bi9dDMEZels1EBgKTEZvYX1nzEpHYZmWk8iBhKsK -l6LVK2LDzWdeOkyMV8+jCbszt3VloVHrf64KcWA2iV6zGPcCmC9xZHUllkl21hNS -HzH9/bwqEfar3uB4ydSKJjQfXUxkB6XLgxSqlOtS2oo3Brf2+uYLelXP30bEs/9T -i38oukvVxP2EJ69OAq3C8BxyR7Nls4v7lq7vsf/Twu05Vh+8qUdpzlZJgCcrlrG3 -di0G15WvB234URnDRTLC7OcZKp5OIhHJGyt0GY1lvah1dv8ark+uyt4mHhJam4ag -JOC24kJC2NObKz0cDLL0hP6SkC1Z+TQG77miXM9sBn2iGufSKYU= -=W/Bk ------END PGP SIGNATURE----- diff --git a/metadata/news/2017-11-30-new-17-profiles/2017-11-30-new-17-profiles.en.txt.asc b/metadata/news/2017-11-30-new-17-profiles/2017-11-30-new-17-profiles.en.txt.asc deleted file mode 100644 index 4f1f79c8501b..000000000000 --- a/metadata/news/2017-11-30-new-17-profiles/2017-11-30-new-17-profiles.en.txt.asc +++ /dev/null @@ -1,19 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQKTBAABCgB9FiEEwo/LD3vtE3qssC2JpEzzc+fumeQFAlofLntfFIAAAAAALgAo -aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEMy -OEZDQjBGN0JFRDEzN0FBQ0IwMkQ4OUE0NENGMzczRTdFRTk5RTQACgkQpEzzc+fu -meSTSxAAzuipE/owKHTuhqo4kBtvcXHhEXRrXnQWH9fYQWYmf6t0FX/Am3/Vuf6g -BXzojK9RAr6xzT38L6EzVgVLd/BCNQEcmqs7IUP7Q76M8wbzUZI0oX38z+GIbg5d -xYKMZRiPHM3RgARKNY3x0OKJSmDm3wBVpz5lub41qy+4Yr7VeQn+pfmJugK2wohy -iwODyjnEe+N9QE+92Qb2icskMjgxdg++aithY/W0t0Nn23b5WrnvgkQF22AEsGf5 -yf7ooqdo6S4JCSZ2zoVsACmZwax6lFSpZ0dE+3T4idKfrHLkS3JqunfBzpWfhIK0 -S71o/xkwYfDJUQpM5+A5H3t1TlZg1Kgn7k+wP6MRd8Dm3IV7098NdxAjCPPcKe0I -lEZXTSOq47DvV7seHGxLITY1yoFUnwF4v4BxzMxnLkV9KFfptb3yreAChrUuQz0P -SRohrbiEk5tKlSwkIHw/CDvoC7gpUFfQY/h745FFZ2O8SuBibE5MP9iHwCSFP0a3 -wYQU2mcqoNwJXOFhJivljUJLoieWvgzbQ319JTmvEBMTH0Qs0vklQ3QuGYqG9zUS -pOC0GkBXbC1/QVBcuuAW0m0x/Z9GIG4u057gQYpB9m6AJ2FI5WCDGTYwh2VkBKs1 -Q86pZrNmI3B8JK9krYZS8c0tmRNl4eMKGIIUyd4WbErtICnADw8= -=U4Gj ------END PGP SIGNATURE----- diff --git a/metadata/news/Manifest.files.gz b/metadata/news/Manifest.files.gz index 45658a143417..afe5887606f3 100644 Binary files a/metadata/news/Manifest.files.gz and b/metadata/news/Manifest.files.gz differ diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 0a5c65cc4e86..b05304df5f82 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Sun, 10 Dec 2017 20:09:44 +0000 +Mon, 11 Dec 2017 10:08:29 +0000 diff --git a/metadata/news/timestamp.commit b/metadata/news/timestamp.commit index 75e1893250da..a43437d57fcb 100644 --- a/metadata/news/timestamp.commit +++ b/metadata/news/timestamp.commit @@ -1 +1 @@ -12e357ceeef0f3a4e17da01a0cf7591b629ca63b 1511992991 2017-11-29T22:03:11+00:00 +119a7a72d0c16428b5b1d53399b0ef1840290cb5 1512979722 2017-12-11T08:08:42+00:00 diff --git a/metadata/projects.xml b/metadata/projects.xml index 493da81b3c8d..ee01edf2e59f 100644 --- a/metadata/projects.xml +++ b/metadata/projects.xml @@ -2478,10 +2478,6 @@ developers and volunteer mentors. https://wiki.gentoo.org/wiki/Project:Overlays The Gentoo Overlays project is responsible for the administration of the overlays and the overlays.gentoo.org / repos.gentoo.org websites. - - djc@gentoo.org - Dirkjan Ochtman - idl0r@gentoo.org Christian Ruppert @@ -2502,11 +2498,6 @@ developers and volunteer mentors. NP-Hardass Hosted Overlays for Developers and Projects - - robbat2@gentoo.org - Robin Johnson - Git - sping@gentoo.org Sebastian Pipping @@ -3199,11 +3190,6 @@ developers and volunteer mentors. Chris Reffett Developer - - jstein@gentoo.org - Jonas Stein - Developer - mgorny@gentoo.org Michał Górny diff --git a/metadata/timestamp b/metadata/timestamp index 71bc57044811..586b37e0c82f 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Sun Dec 10 20:09:44 UTC 2017 +Mon Dec 11 10:08:29 UTC 2017 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index d0cfc183394d..04d74ed88795 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Sun, 10 Dec 2017 20:30:01 +0000 +Mon, 11 Dec 2017 10:30:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index c7e636dcdf57..4de84677a9e3 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -c1dd842d0104a10bfe6778597676aaa139f8d360 1512932819 2017-12-10T19:06:59+00:00 +4b9aefe0775d3f55aa7f7adb453aa3d5d839e0db 1512984373 2017-12-11T09:26:13+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index f3e2d1682a56..6bc1a9780909 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1512936601 Sun 10 Dec 2017 08:10:01 PM UTC +1512986701 Mon 11 Dec 2017 10:05:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index 0a5c65cc4e86..b05304df5f82 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Sun, 10 Dec 2017 20:09:44 +0000 +Mon, 11 Dec 2017 10:08:29 +0000 diff --git a/net-analyzer/Manifest.gz b/net-analyzer/Manifest.gz index 4bdad7e34fad..a2bbebcaaf84 100644 Binary files a/net-analyzer/Manifest.gz and b/net-analyzer/Manifest.gz differ diff --git a/net-analyzer/ntopng/files/pointer-cmp.patch b/net-analyzer/ntopng/files/ntopng-3.0-pointer-cmp.patch similarity index 100% rename from net-analyzer/ntopng/files/pointer-cmp.patch rename to net-analyzer/ntopng/files/ntopng-3.0-pointer-cmp.patch diff --git a/net-dns/Manifest.gz b/net-dns/Manifest.gz index d2a3432b21e3..742306b7132b 100644 Binary files a/net-dns/Manifest.gz and b/net-dns/Manifest.gz differ diff --git a/net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild b/net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild new file mode 100644 index 000000000000..fa3472999ef4 --- /dev/null +++ b/net-dns/ldns-utils/ldns-utils-1.7.0-r1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MY_P=${P/-utils} + +DESCRIPTION="Set of utilities to simplify various dns(sec) tasks" +HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/" +SRC_URI="http://www.nlnetlabs.nl/downloads/ldns/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="+dane ecdsa examples gost ssl" + +DEPEND=">=net-libs/ldns-${PV}[dane?,ecdsa?,gost?] + examples? ( net-libs/libpcap )" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +src_configure() { + cd "${S}"/drill + econf $(use_with ssl) + + if use examples; then + cd "${S}"/examples + econf \ + $(use_enable dane) \ + $(use_enable ecdsa) \ + $(use_enable gost) \ + $(use_enable ssl sha2) \ + $(use_with ssl) + fi +} + +src_compile() { + emake -C drill + if use examples; then + emake -C examples + fi +} + +src_install() { + cd "${S}"/drill + emake DESTDIR="${D}" install + dodoc ChangeLog.22-nov-2005 README REGRESSIONS + + if use examples; then + cd "${S}"/examples + emake DESTDIR="${D}" install + newdoc README README.examples + fi +} diff --git a/net-firewall/Manifest.gz b/net-firewall/Manifest.gz index 8585ad1c09dd..0f2077a0c192 100644 Binary files a/net-firewall/Manifest.gz and b/net-firewall/Manifest.gz differ diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild index c9dd8f8091fe..21ac82a52ad2 100644 --- a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild +++ b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/fwbuilder/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ppc ppc64 x86" IUSE="" DEPEND=" diff --git a/net-libs/Manifest.gz b/net-libs/Manifest.gz index b6bbc40a69c9..aed688b1cb14 100644 Binary files a/net-libs/Manifest.gz and b/net-libs/Manifest.gz differ diff --git a/net-libs/ldns/ldns-1.7.0-r2.ebuild b/net-libs/ldns/ldns-1.7.0-r2.ebuild new file mode 100644 index 000000000000..054d81a0e12d --- /dev/null +++ b/net-libs/ldns/ldns-1.7.0-r2.ebuild @@ -0,0 +1,98 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit eutils multilib-minimal python-single-r1 + +DESCRIPTION="a library with the aim to simplify DNS programming in C" +HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/" +SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="+dane doc +ecdsa gost libressl python ssl static-libs vim-syntax" + +# configure will die if ecdsa is enabled and ssl is not +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND=" + python? ( ${PYTHON_DEPS} ) + ecdsa? ( + !libressl? ( >=dev-libs/openssl-1.0.1e:0[-bindist,${MULTILIB_USEDEP}] ) + ) + !libressl? ( >=dev-libs/openssl-1.0.1e:0[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND} + python? ( dev-lang/swig ) + doc? ( app-doc/doxygen ) +" + +RESTRICT="test" # 1.6.9 has no test directory + +MULTILIB_CHOST_TOOLS=( + /usr/bin/ldns-config +) + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +multilib_src_configure() { + ECONF_SOURCE=${S} \ + econf \ + $(use_enable static-libs static) \ + $(use_enable gost) \ + $(use_enable ecdsa) \ + $(use_enable dane) \ + $(multilib_native_use_with python pyldns) \ + $(multilib_native_use_with python pyldnsx) \ + --with-ssl="${EPREFIX}"/usr \ + --enable-sha2 \ + --without-drill \ + --without-examples \ + --disable-dane-ta-usage \ + --disable-rpath + + # >=openssl-1.1.0 required for dane-ta +} + +src_prepare() { + epatch "${FILESDIR}/${P}-CVE-2017-1000231.patch" + epatch "${FILESDIR}/${P}-CVE-2017-1000232.patch" +} + +multilib_src_compile() { + default + + if multilib_is_native_abi && use doc ; then + emake doxygen + fi +} + +multilib_src_install() { + default + + if multilib_is_native_abi && use doc ; then + dohtml -r doc/html/. + fi +} + +multilib_src_install_all() { + dodoc Changelog README* + + prune_libtool_files --modules + use python && python_optimize + + if use vim-syntax ; then + insinto /usr/share/vim/vimfiles/ftdetect + doins libdns.vim + fi + + einfo + elog "Install net-dns/ldns-utils if you want drill and examples" + einfo +} diff --git a/net-mail/Manifest.gz b/net-mail/Manifest.gz index e38b0ecf20a4..6f7f46ec7d27 100644 Binary files a/net-mail/Manifest.gz and b/net-mail/Manifest.gz differ diff --git a/net-mail/mailman/Manifest b/net-mail/mailman/Manifest index 359dd48de485..c15ff367a430 100644 --- a/net-mail/mailman/Manifest +++ b/net-mail/mailman/Manifest @@ -1,2 +1,3 @@ DIST mailman-2.1.23.tgz 9290881 BLAKE2B 79b1740c6980327f904622a28e93a6a7f7cd47a508c0293dfdad9050ab1735143770001ab8bb0c5e6a082f97d2b288f30164e66f25bf0e9bfb936910bbeca4ed SHA512 398dd5c301005512900aff38c068ee641eea9f2970dfde17c37a8641759bd6fff8e6d37ad63c0c86b4b1594459b3c92023844ca4ec23d1681ac02542bd97f8db DIST mailman-2.1.24.tgz 9251009 BLAKE2B a1530e424554b762ef2996cd2423cae15bff18760295d42b50d258451b9ba421509555b70b92bfaca01919d454b94d27c99560e18140c970e3cb119e2f7052b2 SHA512 f62f224abe5eb4804828a4d83389432b34595b8d4533310cda4da58ab10c2e62e0b2419929dcc53c32e2754d8f62fa8ef68877db4c65f6112f08f0e452fd6a38 +DIST mailman-3.1.1.tar.gz 749014 BLAKE2B 00cf756de1a6ce5a05f30b033ad7d1ebc5664bb1c6fadb5d602c4e34e373ee7a0df0801e6b68b0816ee819f77caef33bbc4b8490df1c8f01fd2fb35664fd3757 SHA512 b09962ec99ca1ce1eafd40409a00f976dc47d82adb707313f4516400db6439af8597a1c4e30262fb228c102508ede688912480dbb1dcca9721bb0333693f1d85 diff --git a/net-mail/mailman/mailman-3.1.1.ebuild b/net-mail/mailman/mailman-3.1.1.ebuild new file mode 100644 index 000000000000..e8c5877caad4 --- /dev/null +++ b/net-mail/mailman/mailman-3.1.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="Mailman -- the GNU mailing list manager" +HOMEPAGE="http://www.list.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +#KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="" # nothing til this is finished +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + ~dev-python/aiosmtpd-1.0[${PYTHON_USEDEP}] + dev-python/alembic[${PYTHON_USEDEP}] + dev-python/atpublic[${PYTHON_USEDEP}] + >=dev-python/dnspython-1.14.0[${PYTHON_USEDEP}] + >=dev-python/falcon-1.0.0[${PYTHON_USEDEP}] + dev-python/flufl-bounce[${PYTHON_USEDEP}] + >=dev-python/flufl-i18n-2.0.1[${PYTHON_USEDEP}] + >=dev-python/flufl-lock-3.1[${PYTHON_USEDEP}] + dev-python/lazr-config[${PYTHON_USEDEP}] + dev-python/passlib[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/sqlalchemy[${PYTHON_USEDEP}] + dev-python/zope-component[${PYTHON_USEDEP}] + dev-python/zope-configuration[${PYTHON_USEDEP}] + dev-python/zope-event[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] +" diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index 07d7742edbfa..729fa6afa88b 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/rsync/rsync-3.1.2-r2.ebuild b/net-misc/rsync/rsync-3.1.2-r2.ebuild index d91316b29b77..01cac92a25b6 100644 --- a/net-misc/rsync/rsync-3.1.2-r2.ebuild +++ b/net-misc/rsync/rsync-3.1.2-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://rsync.samba.org/ftp/rsync/src/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" if [[ ${PV} != *_pre ]] ; then -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="acl examples iconv ipv6 static stunnel xattr" diff --git a/net-vpn/Manifest.gz b/net-vpn/Manifest.gz index 3e5612eaca83..4ceed2526db7 100644 Binary files a/net-vpn/Manifest.gz and b/net-vpn/Manifest.gz differ diff --git a/net-vpn/wireguard/Manifest b/net-vpn/wireguard/Manifest index d85e70320bcd..e84b79cf2b00 100644 --- a/net-vpn/wireguard/Manifest +++ b/net-vpn/wireguard/Manifest @@ -1 +1 @@ -DIST WireGuard-0.0.20171127.tar.xz 212408 BLAKE2B a79d04e77c04be96e5dd4c86e038bb43f33ffb8121688f7fbe4d747496feb675fae078c11bf450989472624d3cb56404da4cc9217c10fc75f77b3372d198f3b8 SHA512 31fb30f8a8eca96cee43d95b2ca10c05dd7f17f7f5695da6979e0d949735d5488065431529e580a881e3302cf78415c5132e116dc83ba1c40881de8b99627b95 +DIST WireGuard-0.0.20171211.tar.xz 239496 BLAKE2B d3cdbcdb09074e009360da9c775ca6fbbd5ab37ba13c6ba07a6397edac2a1cfc425637d0d7f21902c56370c5035fb105dd190387f464ce3541a9051bd30c1848 SHA512 8dfdf09753305e247dbc3a2cb77fcd1abec50dd7c4b1f0643270eea3236c418f9c4daac4215bf99bc6a66c0801b86c1e83ce097cdbf81d6549614f21b6ffbe35 diff --git a/net-vpn/wireguard/wireguard-0.0.20171127.ebuild b/net-vpn/wireguard/wireguard-0.0.20171211.ebuild similarity index 100% rename from net-vpn/wireguard/wireguard-0.0.20171127.ebuild rename to net-vpn/wireguard/wireguard-0.0.20171211.ebuild diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index c469ef74d7fa..ff7315857d87 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/default/linux/uclibc/package.mask b/profiles/default/linux/uclibc/package.mask index b257ae14c4fe..da2e709730f9 100644 --- a/profiles/default/linux/uclibc/package.mask +++ b/profiles/default/linux/uclibc/package.mask @@ -12,6 +12,9 @@ sys-fs/udev # Working on it, bug #470884 dev-libs/elfutils +# packages that unconditionally depend on dev-libs/elfutils + (10 Dec 2017) +# Site blocks certain IP blocks from downloading files, while the package +# may not be mirrored. (bug #640508) +# Masked for removal on 2018-01-12 +app-arch/defluff + # Thomas Beierlein (10 Dec 2017) # Development stopped, nasty build system. # Functionality superseded by media-radio/wsjtx. diff --git a/sci-electronics/Manifest.gz b/sci-electronics/Manifest.gz index 3d689f2c0af5..262d2eea04bb 100644 Binary files a/sci-electronics/Manifest.gz and b/sci-electronics/Manifest.gz differ diff --git a/sci-electronics/geda/files/geda-1.9.2-guile-2.2.patch b/sci-electronics/geda/files/geda-1.9.2-guile-2.2.patch new file mode 100644 index 000000000000..631673367801 --- /dev/null +++ b/sci-electronics/geda/files/geda-1.9.2-guile-2.2.patch @@ -0,0 +1,16 @@ +--- geda-gaf-1.9.2/m4/geda-guile.m4 ++++ geda-gaf-1.9.2/m4/geda-guile.m4 +@@ -35,8 +35,13 @@ + GUILE_MIN_TEENY=`echo ${GUILE_MIN_VER} | sed -e 's;.*\.;;'` + + _found_pkg_config_guile=yes ++ PKG_CHECK_MODULES(GUILE, [guile-2.2 >= $GUILE_MIN_VER], ++ [GUILE_PKG_NAME=guile-2.2], [_found_pkg_config_guile=no]) ++ ++ if test "${_found_pkg_config_guile}" = "no" ; then + PKG_CHECK_MODULES(GUILE, [guile-2.0 >= $GUILE_MIN_VER], + [GUILE_PKG_NAME=guile-2.0], [_found_pkg_config_guile=no]) ++ fi + + if test "${_found_pkg_config_guile}" = "no" ; then + PKG_CHECK_MODULES(GUILE, [guile-1.8 >= $GUILE_MIN_VER], diff --git a/sci-electronics/geda/geda-1.8.2.ebuild b/sci-electronics/geda/geda-1.8.2.ebuild index 4fa4b255d039..62f0f84095c3 100644 --- a/sci-electronics/geda/geda-1.8.2.ebuild +++ b/sci-electronics/geda/geda-1.8.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 -inherit eutils fdo-mime flag-o-matic gnome2-utils versionator +inherit eutils xdg-utils flag-o-matic gnome2-utils versionator MY_PN=${PN}-gaf MY_P=${MY_PN}-${PV} @@ -21,6 +21,7 @@ CDEPEND=" x11-libs/gtk+:2 >=x11-libs/cairo-1.2.0 >=dev-scheme/guile-1.8[deprecated] + =dev-libs/libstroke-0.5.1 )" @@ -69,13 +70,13 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } diff --git a/sci-electronics/geda/geda-1.9.2.ebuild b/sci-electronics/geda/geda-1.9.2-r1.ebuild similarity index 85% rename from sci-electronics/geda/geda-1.9.2.ebuild rename to sci-electronics/geda/geda-1.9.2-r1.ebuild index c51bd3844de8..4408d1012751 100644 --- a/sci-electronics/geda/geda-1.9.2.ebuild +++ b/sci-electronics/geda/geda-1.9.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils fdo-mime gnome2-utils versionator +EAPI=6 +inherit autotools eutils xdg-utils gnome2-utils versionator MY_PN=${PN}-gaf MY_P=${MY_PN}-${PV} @@ -40,13 +40,19 @@ S=${WORKDIR}/${MY_P} DOCS="AUTHORS NEWS README" +PATCHES=( "${FILESDIR}"/${P}-guile-2.2.patch ) + src_prepare() { + default + if ! use doc ; then sed -i -e '/^SUBDIRS = /s/docs//' Makefile.in || die fi if ! use examples ; then sed -i -e 's/\texamples$//' Makefile.in || die fi + + eautoreconf } src_configure() { @@ -70,13 +76,13 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz index fe9ea3b7bc5f..6878bd0a75c8 100644 Binary files a/sci-libs/Manifest.gz and b/sci-libs/Manifest.gz differ diff --git a/sci-libs/hdf5/hdf5-1.10.1.ebuild b/sci-libs/hdf5/hdf5-1.10.1.ebuild index 49e39d56ec08..4b97584a479c 100644 --- a/sci-libs/hdf5/hdf5-1.10.1.ebuild +++ b/sci-libs/hdf5/hdf5-1.10.1.ebuild @@ -18,11 +18,11 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF5/releases/${MAJOR_P}/${MY_P}/src/${MY_P LICENSE="NCSA-HDF" SLOT="0/${PV%%_p*}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="cxx debug examples fortran mpi static-libs szip threads zlib" +IUSE="cxx debug examples fortran +hl mpi static-libs szip threads zlib" REQUIRED_USE=" cxx? ( !mpi ) mpi? ( !cxx ) - threads? ( !cxx !mpi !fortran )" + threads? ( !cxx !mpi !fortran !hl )" RDEPEND=" mpi? ( virtual/mpi[romio] ) diff --git a/sci-libs/mkl/Manifest b/sci-libs/mkl/Manifest index 4f160bc69e22..015a339f3b95 100644 --- a/sci-libs/mkl/Manifest +++ b/sci-libs/mkl/Manifest @@ -1 +1 @@ -DIST l_mkl_p_10.0.5.025.tgz 230389719 SHA256 c98f2c5c652c02ac7200cba40d996b1f11b567278d849016b7ee3b0320e26e3c SHA512 621c3bfdecb57313e375424e391c0630a29efd70196e3e4bfc5b4ddd03aa45fda4761523652d875f2e60d466a0010c06659306b11f20966fba4943c308fa6f84 WHIRLPOOL 6c96123254aebd897e061ee971f487bd5d51586e74572da18bb5461ab8f7fb2cbb34e5f782c11712a7ece8b58b348554c07a68dd91ff5fc9771894e3aef04352 +DIST l_mkl_p_10.0.5.025.tgz 230389719 BLAKE2B 622dd0076c8e6d747f170685b6a378db95aa2453d15a53c93ef863729bb8dc76409d7bf72f8bab8ef9a07d8efe1e448cb9e7fc8e6f0c0b2cbbf0a0f6944e2a86 SHA512 621c3bfdecb57313e375424e391c0630a29efd70196e3e4bfc5b4ddd03aa45fda4761523652d875f2e60d466a0010c06659306b11f20966fba4943c308fa6f84 diff --git a/sys-apps/Manifest.gz b/sys-apps/Manifest.gz index e8ff13dc49cc..63e3433ad82b 100644 Binary files a/sys-apps/Manifest.gz and b/sys-apps/Manifest.gz differ diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild index 9f59ae36b38f..5706fd59a8ac 100644 --- a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild +++ b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~arm ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~arm ~arm64 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" RDEPEND="sys-apps/gentoo-functions" DEPEND="${RDEPEND}" diff --git a/sys-apps/baselayout/baselayout-2.4.1-r2.ebuild b/sys-apps/baselayout/baselayout-2.4.1-r2.ebuild index d137c15e5274..bc82d2ddcdb2 100644 --- a/sys-apps/baselayout/baselayout-2.4.1-r2.ebuild +++ b/sys-apps/baselayout/baselayout-2.4.1-r2.ebuild @@ -93,7 +93,7 @@ multilib_layout() { case ${CHOST} in *-gentoo-freebsd*) ;; # We want it the other way on fbsd. i?86*|x86_64*|powerpc*|sparc*|s390*) - if [ -d "${prefix}lib32" ] ; then + if [[ -d ${prefix}lib32 && ! -h ${prefix}lib32 ]] ; then rm -f "${prefix}lib32"/.keep if ! rmdir "${prefix}lib32" 2>/dev/null ; then ewarn "You need to merge ${prefix}lib32 into ${prefix}lib" diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild index 7e43ea7af598..a7d95e53ed43 100644 --- a/sys-apps/baselayout/baselayout-9999.ebuild +++ b/sys-apps/baselayout/baselayout-9999.ebuild @@ -111,7 +111,7 @@ multilib_layout() { case ${CHOST} in *-gentoo-freebsd*) ;; # We want it the other way on fbsd. i?86*|x86_64*|powerpc*|sparc*|s390*) - if [ -d "${prefix}lib32" ] ; then + if [[ -d ${prefix}lib32 && ! -h ${prefix}lib32 ]] ; then rm -f "${prefix}lib32"/.keep if ! rmdir "${prefix}lib32" 2>/dev/null ; then ewarn "You need to merge ${prefix}lib32 into ${prefix}lib" diff --git a/sys-apps/dbus-broker/Manifest b/sys-apps/dbus-broker/Manifest index e3fb5774c229..73606f490f20 100644 --- a/sys-apps/dbus-broker/Manifest +++ b/sys-apps/dbus-broker/Manifest @@ -1,5 +1,5 @@ DIST c-dvar-7706828ecda2d8c508d6fc233dc9d198bab482ad.tar.gz 28454 BLAKE2B e109755fc3392f1c91820606af81852464a45b32ef43a9bce6fe32095f463336df8c5fe2410573830a1ac368d99d7e3da4cedb7e5ec89761459a5c6b9f54af11 SHA512 b6d69b11b3e47e8538c8eab04780966480db3881bf642f732b883f0b995ba374382fff54abe81eabe377d029445cc4af5bf52c8740282b0c03b959d8d5ae944d -DIST c-list-9e50b8b08e0b0b75e1c651d5aa4e3cf94368a574.tar.gz 20459 BLAKE2B d2d884a1eb865fc929bf1a17c8f898ff04295ed627617cef4e1ce943525805eadda5e5940fbc6158a0576800f1fbffb27193eb2dbff5ca78c112fa10199662b6 SHA512 d45630c8a54ca9145862b673afc3a15a19d330f46c9a1eb451c2282c2701d596cead45e6bb57a9e32aab344a3732f70ff8fe27d13065ebd8b402dd37a252ad05 -DIST c-rbtree-6181232360c9b517a6af3d82ebdbdce5fe36933a.tar.gz 24927 BLAKE2B 89b0cbf67d83bc40aa8300366a93d2b410678a5b6152ba781151a08676c9f404de6209c26d7486d5e3503682e7dc215db1dcb6c5c1fc6b51d90e2798924d6c8c SHA512 4ff8d8def07882850b1983f8eb9b4c82e444429beafbf249385717805a5a89427bb91bde6dcfb60565866f90ee3daa8d35e681ab65cb0a1f20dcb96dcd9e0756 +DIST c-list-72c59181d677a3f50b201d51f190b1bff02d4279.tar.gz 20474 BLAKE2B e1459b064cf0bfd7656338b03f2f591b56308bab8541f72be0822a7849630d05d11c5f9df31753ae9cb6ca25389eef1e24a2e50791c81faea1d6e487bd06a46e SHA512 9f271160d1f3e40128ba158409730216c829060fa9f9844e7243826fd0219c3f678980eed5b8e15e13d65c6408b959bd47e07197791e06d03f6864fe9a9cf359 +DIST c-rbtree-825f626a16257c5f0b0c523c11ce1bca16851180.tar.gz 27988 BLAKE2B 9a6b47cee256e96c3cd7db1e3de684b7628427e90f3000cb69f7d177085322e37d8636b3d14d659c3619316e248ec9e970466b066491483c2e8787d1d8942d04 SHA512 649aff910fb38b49462f794fd908d6d6071c9b064ed8445255d674df2184277bd54ff04c2c1789b61585f377aa1fd611c4e241b5104641d60ae5ec803d675894 DIST c-sundry-50c8ccf01b39b3f11e59c69d1cafea5bef5a9769.tar.gz 26702 BLAKE2B c67af60b180b80c358c94d43961423cd18b147ec98dd71fa9e858ae6b67ad29d1d1484816be9eff1ce5c7193aa22b7b754f4cc535888c2a62b88ea43155f71c6 SHA512 44fccf4509ad752f7ef8aef7e1afd62eb51660f2daba42f0ad8b1711a62ec53aa2bde78b895fbdd939ba9a1ba1fc06621c2506eb068948da4d6e7192cb8df29e -DIST dbus-broker-8.tar.gz 153824 BLAKE2B c8bee2d3fbbb09842a70d69a1e5944318f36bdefcd0d8c79bd2291f7a170e7e864c434e94232339d039492c1142b54e7f1f9397f138c0655594794672bac7760 SHA512 423d78569ce23c04bdc6639f3a3e554ffaec32f9c81076edefc84cb691b10a096a177edc677aed8b136709ffafe611a53b5e34f7cd5ee2147b0500fba81b5221 +DIST dbus-broker-9.tar.gz 155810 BLAKE2B ebb64f35303de988ea081b6dc9186a53317c5e610ca826afc4243191148f6d8d7038d6aa6f94bdd7b5225ebd2f2d93394d467605e5f878617becfd487ad0dfb6 SHA512 4eed5dede2ba6d45b883b1a484d59b774655063334611413e165558cb1e2efb21a5e17a182e836ae43cbfbfd366737c709d53ed0b9ec29ba3a9cd3718b29ec40 diff --git a/sys-apps/dbus-broker/dbus-broker-8.ebuild b/sys-apps/dbus-broker/dbus-broker-9.ebuild similarity index 89% rename from sys-apps/dbus-broker/dbus-broker-8.ebuild rename to sys-apps/dbus-broker/dbus-broker-9.ebuild index ba718173881c..62c8053832d1 100644 --- a/sys-apps/dbus-broker/dbus-broker-8.ebuild +++ b/sys-apps/dbus-broker/dbus-broker-9.ebuild @@ -10,8 +10,8 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/bus1/dbus-broker.git" else dvar=7706828ecda2d8c508d6fc233dc9d198bab482ad - list=9e50b8b08e0b0b75e1c651d5aa4e3cf94368a574 - rbtree=6181232360c9b517a6af3d82ebdbdce5fe36933a + list=72c59181d677a3f50b201d51f190b1bff02d4279 + rbtree=825f626a16257c5f0b0c523c11ce1bca16851180 sundry=50c8ccf01b39b3f11e59c69d1cafea5bef5a9769 SRC_URI="https://github.com/bus1/dbus-broker/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/c-util/c-dvar/archive/${dvar}.tar.gz -> c-dvar-${dvar}.tar.gz @@ -27,8 +27,7 @@ HOMEPAGE="https://github.com/bus1/dbus-broker/wiki" LICENSE="Apache-2.0" SLOT="0" -IUSE="audit +launcher selinux test" -RESTRICT="!test? ( test )" +IUSE="audit +launcher selinux" RDEPEND=" audit? ( sys-process/audit ) @@ -42,7 +41,6 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/docutils virtual/pkgconfig - test? ( >=sys-apps/dbus-1.10 ) " src_prepare() { diff --git a/sys-apps/dbus-broker/dbus-broker-9999.ebuild b/sys-apps/dbus-broker/dbus-broker-9999.ebuild index ba718173881c..62c8053832d1 100644 --- a/sys-apps/dbus-broker/dbus-broker-9999.ebuild +++ b/sys-apps/dbus-broker/dbus-broker-9999.ebuild @@ -10,8 +10,8 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/bus1/dbus-broker.git" else dvar=7706828ecda2d8c508d6fc233dc9d198bab482ad - list=9e50b8b08e0b0b75e1c651d5aa4e3cf94368a574 - rbtree=6181232360c9b517a6af3d82ebdbdce5fe36933a + list=72c59181d677a3f50b201d51f190b1bff02d4279 + rbtree=825f626a16257c5f0b0c523c11ce1bca16851180 sundry=50c8ccf01b39b3f11e59c69d1cafea5bef5a9769 SRC_URI="https://github.com/bus1/dbus-broker/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/c-util/c-dvar/archive/${dvar}.tar.gz -> c-dvar-${dvar}.tar.gz @@ -27,8 +27,7 @@ HOMEPAGE="https://github.com/bus1/dbus-broker/wiki" LICENSE="Apache-2.0" SLOT="0" -IUSE="audit +launcher selinux test" -RESTRICT="!test? ( test )" +IUSE="audit +launcher selinux" RDEPEND=" audit? ( sys-process/audit ) @@ -42,7 +41,6 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/docutils virtual/pkgconfig - test? ( >=sys-apps/dbus-1.10 ) " src_prepare() { diff --git a/sys-apps/fwupdate/fwupdate-9.ebuild b/sys-apps/fwupdate/fwupdate-9.ebuild index 0a68fa746ce7..74e9ccfa61bc 100644 --- a/sys-apps/fwupdate/fwupdate-9.ebuild +++ b/sys-apps/fwupdate/fwupdate-9.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit mount-boot +inherit mount-boot toolchain-funcs DESCRIPTION="Tools for using the ESRT and UpdateCapsule() to apply firmware updates" HOMEPAGE="https://github.com/rhinstaller/fwupdate" @@ -30,6 +30,7 @@ PATCHES=( do_make() { emake \ + CC="$(tc-getCC)" \ EFIDIR="gentoo" \ GNUEFIDIR="/usr/$(get_libdir)" \ "${@}" diff --git a/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild b/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild index e0476f1e13ac..26aeb9bb97a6 100644 --- a/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild +++ b/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities" diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest index 684876dd10cf..d9d76ed1a5f8 100644 --- a/sys-apps/portage/Manifest +++ b/sys-apps/portage/Manifest @@ -1,6 +1,6 @@ DIST portage-2.3.13.tar.bz2 945477 BLAKE2B 0ad44859f04db529713cc80a51e6dadc767ed6b6d0aef1d070650d82133c05e161eaa9fd1e208b3078c513ccf6f73136b8bf865542f0dc9396de9142bad1d32c SHA512 71d9ea6c9a889572f60e7e501e9f8739db588cffd98a431303906eb90c1f7bb85c55f6779cbfb921630149d1b3174539fe2357fbeffbbe9857998907e3215ad3 DIST portage-2.3.14.tar.bz2 948535 BLAKE2B 765c9eabb64c3b095993bb244481df2d243f57ad97029d7bb3d9ac89fd0ee939fb3a2aaa624a0f40959820903d70e6c209518d97df6b82501325963c963db9df SHA512 36daf3b9425e08a8e136e87dbb7be43d4688b5505203f11938a07b916da441e1f802b1cbd2e97505c0dc1c249ba5fda2a059a4ad515c2887f8199d1e130a2732 DIST portage-2.3.16.tar.bz2 949134 BLAKE2B f8e7b6f13dfbf9aecdec444705042c6584c324522c0d131bf3c10f8fbfd5f6eeb97134afa42ed23da37f36ad4e2a0fc27129aebeb100aed2e3fd650c360ed060 SHA512 5847904b3262adcef04c7d6781cf2d03130480a49c5343a3a2d5cc36ddc7245ac30b1ba152329f96e2e4ca8d62ef387554cb228798db60f6f8141830d147dfaf -DIST portage-2.3.17.tar.bz2 953854 BLAKE2B 8b4367d647d29550fb50c807013a896eceac5ca137ea8d85157c32b7a99b6af7f39b60173ad40df7606d4c213025d8fbd617e9b6f3bf6f580c09cd07d4ce6d37 SHA512 9864ceae200b2137c695cd5af856a277971ab3bb0bedafcb1ed59aa4f647f3a412bf22bf0f4067f87716a4296f76d4a602bb4e7714ba1c89213720e34d11e152 +DIST portage-2.3.18.tar.bz2 954588 BLAKE2B 9ab3b0d3fab188c5fd301fb1023d5be47cf585ac9816836e9f5edb76aceaf2b45e9e67f3bb50dbdfe24cd58a9dcaad3009096563d91ee35fec631a4691371b52 SHA512 b27f05239014f6172a85e162186d73ae60195f2ae5d71a5d5b14f26c7c14f547081e732fcd0978ca0a0026a0c40a4926737680f32540d4c6e20b9b0d16b16118 DIST portage-2.3.6.tar.bz2 943085 BLAKE2B 5c649ec5f5a82b5f55c71425d13ee3335a773c7f78500d6ec963594c95eba5d9fc49c37ab5ca1bde7621398443d526a8a1485b67748f859726f7f581e2d88091 SHA512 5bcfb678c1ea0cd97a983ee7520c9ecabd07d5bb0fd01c70b74fd7b6ce478f4a109aac84d40b82426719ca7c9ee6aed3affb3b9754045e62b4c664ae113cf055 DIST portage-2.3.8.tar.bz2 938062 BLAKE2B 3f7bedf6268131a3b3539d53c8a7bb069b533b3a78e5eec521b6201439c8ee5e66996e798fe295561d0a94bfcd32adf414d4f8b5e7a93035cea09749406e64a3 SHA512 4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8 diff --git a/sys-apps/portage/portage-2.3.17.ebuild b/sys-apps/portage/portage-2.3.18.ebuild similarity index 100% rename from sys-apps/portage/portage-2.3.17.ebuild rename to sys-apps/portage/portage-2.3.18.ebuild diff --git a/sys-cluster/Manifest.gz b/sys-cluster/Manifest.gz index 5e24e040e648..f2b5f41aa36e 100644 Binary files a/sys-cluster/Manifest.gz and b/sys-cluster/Manifest.gz differ diff --git a/sys-cluster/kube-apiserver/Manifest b/sys-cluster/kube-apiserver/Manifest index eb11d0b726f4..30dd22c52e57 100644 --- a/sys-cluster/kube-apiserver/Manifest +++ b/sys-cluster/kube-apiserver/Manifest @@ -1,2 +1,3 @@ DIST kubernetes-1.8.3.tar.gz 23203777 BLAKE2B ce8cd5fab6f309bfa5611a66be5c244bec1bfbd5f8dc2db045755f870a5a1bdc2791842a967a0537874b805a3fa49c9a2bec4aac218db35790bf14ed9e88b38a SHA512 6538b60daf91ad0b89e07d1c7d3a5127ac65f642aa317aefc030656488decf0f288ec7d71390755e90e1452f0719916c38ac45ec71d67969d0f4cf7b402682c8 DIST kubernetes-1.8.4.tar.gz 23213010 BLAKE2B 0c8f4ad04c1ee709344d17ffa37a1d532f437d0b7e04fdc84b6d940346f2b5746c91376b0d2e55a76bb5414b4b7c285da039e7267e7879151b848c9a4112b90e SHA512 4b487256e49cb5d93c22b1992a84f079147bddb243d3b3ca5e984939dca334d62501de426bf3ba1e8e511642bbf4b999091c97b0b1885b87c5bcc9936d29e8c3 +DIST kubernetes-1.8.5.tar.gz 23235782 BLAKE2B 923c4e5a0a3dc19d57665bf184bdd33fcbd9ffacf4aaf6a89553568631cdbc136f4bc0f6de0619bbabdc9f9bab05c495626bdccd1879bffb231fa31792707d08 SHA512 c4d6b2bafb4bc148ffe2273433241ff0564c6a452469180c2289f3f90fde72f0817881332502d08bcba3095809d71865255e8702d1e210dda81dff3310c24124 diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.8.5.ebuild b/sys-cluster/kube-apiserver/kube-apiserver-1.8.5.ebuild new file mode 100644 index 000000000000..920080a62a38 --- /dev/null +++ b/sys-cluster/kube-apiserver/kube-apiserver-1.8.5.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit user golang-build golang-vcs-snapshot + +EGO_PN="k8s.io/kubernetes" +ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Kubernetes API server" +HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" +SRC_URI="${ARCHIVE_URI}" + +LICENSE="Apache-2.0" +SLOT="0" + +DEPEND="dev-go/go-bindata" + +RESTRICT="test" + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} +} + +src_prepare() { + default + sed -i -e "s/git archive/git-archive/" src/${EGO_PN}/hack/lib/version.sh || die + sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die + sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die +} + +src_compile() { + LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v +} + +src_install() { + pushd src/${EGO_PN} || die + dobin _output/bin/${PN} + popd || die + keepdir /var/log/${PN} + fowners ${PN}:${PN} /var/log/${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} + insinto /etc/logrotate.d + newins "${FILESDIR}"/${PN}.logrotated ${PN} +} diff --git a/sys-cluster/kube-controller-manager/Manifest b/sys-cluster/kube-controller-manager/Manifest index eb11d0b726f4..30dd22c52e57 100644 --- a/sys-cluster/kube-controller-manager/Manifest +++ b/sys-cluster/kube-controller-manager/Manifest @@ -1,2 +1,3 @@ DIST kubernetes-1.8.3.tar.gz 23203777 BLAKE2B ce8cd5fab6f309bfa5611a66be5c244bec1bfbd5f8dc2db045755f870a5a1bdc2791842a967a0537874b805a3fa49c9a2bec4aac218db35790bf14ed9e88b38a SHA512 6538b60daf91ad0b89e07d1c7d3a5127ac65f642aa317aefc030656488decf0f288ec7d71390755e90e1452f0719916c38ac45ec71d67969d0f4cf7b402682c8 DIST kubernetes-1.8.4.tar.gz 23213010 BLAKE2B 0c8f4ad04c1ee709344d17ffa37a1d532f437d0b7e04fdc84b6d940346f2b5746c91376b0d2e55a76bb5414b4b7c285da039e7267e7879151b848c9a4112b90e SHA512 4b487256e49cb5d93c22b1992a84f079147bddb243d3b3ca5e984939dca334d62501de426bf3ba1e8e511642bbf4b999091c97b0b1885b87c5bcc9936d29e8c3 +DIST kubernetes-1.8.5.tar.gz 23235782 BLAKE2B 923c4e5a0a3dc19d57665bf184bdd33fcbd9ffacf4aaf6a89553568631cdbc136f4bc0f6de0619bbabdc9f9bab05c495626bdccd1879bffb231fa31792707d08 SHA512 c4d6b2bafb4bc148ffe2273433241ff0564c6a452469180c2289f3f90fde72f0817881332502d08bcba3095809d71865255e8702d1e210dda81dff3310c24124 diff --git a/sys-cluster/kube-controller-manager/kube-controller-manager-1.8.5.ebuild b/sys-cluster/kube-controller-manager/kube-controller-manager-1.8.5.ebuild new file mode 100644 index 000000000000..678bdaaf6a29 --- /dev/null +++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.8.5.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit user golang-build golang-vcs-snapshot + +EGO_PN="k8s.io/kubernetes" +ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Kubernetes Controller Manager" +HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" +SRC_URI="${ARCHIVE_URI}" + +LICENSE="Apache-2.0" +SLOT="0" + +DEPEND="dev-go/go-bindata" + +RESTRICT="test" + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} +} + +src_prepare() { + default + sed -i -e "s/git archive/git-archive/" src/${EGO_PN}/hack/lib/version.sh || die + sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die + sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die +} + +src_compile() { + LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v +} + +src_install() { + pushd src/${EGO_PN} || die + dobin _output/bin/${PN} + popd || die + keepdir /var/log/${PN} + fowners ${PN}:${PN} /var/log/${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} + insinto /etc/logrotate.d + newins "${FILESDIR}"/${PN}.logrotated ${PN} +} diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest index eb11d0b726f4..30dd22c52e57 100644 --- a/sys-cluster/kube-proxy/Manifest +++ b/sys-cluster/kube-proxy/Manifest @@ -1,2 +1,3 @@ DIST kubernetes-1.8.3.tar.gz 23203777 BLAKE2B ce8cd5fab6f309bfa5611a66be5c244bec1bfbd5f8dc2db045755f870a5a1bdc2791842a967a0537874b805a3fa49c9a2bec4aac218db35790bf14ed9e88b38a SHA512 6538b60daf91ad0b89e07d1c7d3a5127ac65f642aa317aefc030656488decf0f288ec7d71390755e90e1452f0719916c38ac45ec71d67969d0f4cf7b402682c8 DIST kubernetes-1.8.4.tar.gz 23213010 BLAKE2B 0c8f4ad04c1ee709344d17ffa37a1d532f437d0b7e04fdc84b6d940346f2b5746c91376b0d2e55a76bb5414b4b7c285da039e7267e7879151b848c9a4112b90e SHA512 4b487256e49cb5d93c22b1992a84f079147bddb243d3b3ca5e984939dca334d62501de426bf3ba1e8e511642bbf4b999091c97b0b1885b87c5bcc9936d29e8c3 +DIST kubernetes-1.8.5.tar.gz 23235782 BLAKE2B 923c4e5a0a3dc19d57665bf184bdd33fcbd9ffacf4aaf6a89553568631cdbc136f4bc0f6de0619bbabdc9f9bab05c495626bdccd1879bffb231fa31792707d08 SHA512 c4d6b2bafb4bc148ffe2273433241ff0564c6a452469180c2289f3f90fde72f0817881332502d08bcba3095809d71865255e8702d1e210dda81dff3310c24124 diff --git a/sys-cluster/kube-proxy/kube-proxy-1.8.5.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.8.5.ebuild new file mode 100644 index 000000000000..162ba7e725f9 --- /dev/null +++ b/sys-cluster/kube-proxy/kube-proxy-1.8.5.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit golang-build golang-vcs-snapshot + +EGO_PN="k8s.io/kubernetes" +ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Kubernetes Proxy service" +HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" +SRC_URI="${ARCHIVE_URI}" + +LICENSE="Apache-2.0" +SLOT="0" + +DEPEND="dev-go/go-bindata" + +RESTRICT="test" + +src_prepare() { + default + sed -i -e "s/git archive/git-archive/" src/${EGO_PN}/hack/lib/version.sh || die + sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die + sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die +} + +src_compile() { + LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v +} + +src_install() { + pushd src/${EGO_PN} || die + dobin _output/bin/${PN} + popd || die + keepdir /var/log/${PN} /var/lib/${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} + insinto /etc/logrotate.d + newins "${FILESDIR}"/${PN}.logrotated ${PN} +} diff --git a/sys-cluster/kube-scheduler/Manifest b/sys-cluster/kube-scheduler/Manifest index eb11d0b726f4..30dd22c52e57 100644 --- a/sys-cluster/kube-scheduler/Manifest +++ b/sys-cluster/kube-scheduler/Manifest @@ -1,2 +1,3 @@ DIST kubernetes-1.8.3.tar.gz 23203777 BLAKE2B ce8cd5fab6f309bfa5611a66be5c244bec1bfbd5f8dc2db045755f870a5a1bdc2791842a967a0537874b805a3fa49c9a2bec4aac218db35790bf14ed9e88b38a SHA512 6538b60daf91ad0b89e07d1c7d3a5127ac65f642aa317aefc030656488decf0f288ec7d71390755e90e1452f0719916c38ac45ec71d67969d0f4cf7b402682c8 DIST kubernetes-1.8.4.tar.gz 23213010 BLAKE2B 0c8f4ad04c1ee709344d17ffa37a1d532f437d0b7e04fdc84b6d940346f2b5746c91376b0d2e55a76bb5414b4b7c285da039e7267e7879151b848c9a4112b90e SHA512 4b487256e49cb5d93c22b1992a84f079147bddb243d3b3ca5e984939dca334d62501de426bf3ba1e8e511642bbf4b999091c97b0b1885b87c5bcc9936d29e8c3 +DIST kubernetes-1.8.5.tar.gz 23235782 BLAKE2B 923c4e5a0a3dc19d57665bf184bdd33fcbd9ffacf4aaf6a89553568631cdbc136f4bc0f6de0619bbabdc9f9bab05c495626bdccd1879bffb231fa31792707d08 SHA512 c4d6b2bafb4bc148ffe2273433241ff0564c6a452469180c2289f3f90fde72f0817881332502d08bcba3095809d71865255e8702d1e210dda81dff3310c24124 diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.8.5.ebuild b/sys-cluster/kube-scheduler/kube-scheduler-1.8.5.ebuild new file mode 100644 index 000000000000..61414d011f79 --- /dev/null +++ b/sys-cluster/kube-scheduler/kube-scheduler-1.8.5.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit user golang-build golang-vcs-snapshot + +EGO_PN="k8s.io/kubernetes" +ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Kubernetes Controller Manager" +HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" +SRC_URI="${ARCHIVE_URI}" + +LICENSE="Apache-2.0" +SLOT="0" + +DEPEND="dev-go/go-bindata" + +RESTRICT="test" + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} +} + +src_prepare() { + default + sed -i -e "s/git archive/git-archive/" src/${EGO_PN}/hack/lib/version.sh || die + sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die + sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die +} + +src_compile() { + LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=plugin/cmd/${PN} GOFLAGS=-v +} + +src_install() { + pushd src/${EGO_PN} || die + dobin _output/bin/${PN} + popd || die + keepdir /var/log/${PN} + fowners ${PN}:${PN} /var/log/${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} + insinto /etc/logrotate.d + newins "${FILESDIR}"/${PN}.logrotated ${PN} +} diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest index eb11d0b726f4..30dd22c52e57 100644 --- a/sys-cluster/kubectl/Manifest +++ b/sys-cluster/kubectl/Manifest @@ -1,2 +1,3 @@ DIST kubernetes-1.8.3.tar.gz 23203777 BLAKE2B ce8cd5fab6f309bfa5611a66be5c244bec1bfbd5f8dc2db045755f870a5a1bdc2791842a967a0537874b805a3fa49c9a2bec4aac218db35790bf14ed9e88b38a SHA512 6538b60daf91ad0b89e07d1c7d3a5127ac65f642aa317aefc030656488decf0f288ec7d71390755e90e1452f0719916c38ac45ec71d67969d0f4cf7b402682c8 DIST kubernetes-1.8.4.tar.gz 23213010 BLAKE2B 0c8f4ad04c1ee709344d17ffa37a1d532f437d0b7e04fdc84b6d940346f2b5746c91376b0d2e55a76bb5414b4b7c285da039e7267e7879151b848c9a4112b90e SHA512 4b487256e49cb5d93c22b1992a84f079147bddb243d3b3ca5e984939dca334d62501de426bf3ba1e8e511642bbf4b999091c97b0b1885b87c5bcc9936d29e8c3 +DIST kubernetes-1.8.5.tar.gz 23235782 BLAKE2B 923c4e5a0a3dc19d57665bf184bdd33fcbd9ffacf4aaf6a89553568631cdbc136f4bc0f6de0619bbabdc9f9bab05c495626bdccd1879bffb231fa31792707d08 SHA512 c4d6b2bafb4bc148ffe2273433241ff0564c6a452469180c2289f3f90fde72f0817881332502d08bcba3095809d71865255e8702d1e210dda81dff3310c24124 diff --git a/sys-cluster/kubectl/kubectl-1.8.5.ebuild b/sys-cluster/kubectl/kubectl-1.8.5.ebuild new file mode 100644 index 000000000000..9a83dfbdf26d --- /dev/null +++ b/sys-cluster/kubectl/kubectl-1.8.5.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit golang-build golang-vcs-snapshot bash-completion-r1 + +EGO_PN="k8s.io/kubernetes" +ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="CLI to run commands against Kubernetes clusters" +HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" +SRC_URI="${ARCHIVE_URI}" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +DEPEND="dev-go/go-bindata" + +RESTRICT="test" + +src_prepare() { + default + sed -i -e "s/git archive/git-archive/" src/${EGO_PN}/hack/lib/version.sh || die + sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die + sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die +} + +src_compile() { + LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v + pushd src/${EGO_PN} || die + _output/bin/${PN} completion bash > ${PN}.bash || die + _output/bin/${PN} completion zsh > ${PN}.zsh || die + popd || die +} + +src_install() { + pushd src/${EGO_PN} || die + dobin _output/bin/${PN} + + newbashcomp ${PN}.bash ${PN} + insinto /usr/share/zsh/site-functions + newins ${PN}.zsh _${PN} + + popd || die +} diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest index eb11d0b726f4..30dd22c52e57 100644 --- a/sys-cluster/kubelet/Manifest +++ b/sys-cluster/kubelet/Manifest @@ -1,2 +1,3 @@ DIST kubernetes-1.8.3.tar.gz 23203777 BLAKE2B ce8cd5fab6f309bfa5611a66be5c244bec1bfbd5f8dc2db045755f870a5a1bdc2791842a967a0537874b805a3fa49c9a2bec4aac218db35790bf14ed9e88b38a SHA512 6538b60daf91ad0b89e07d1c7d3a5127ac65f642aa317aefc030656488decf0f288ec7d71390755e90e1452f0719916c38ac45ec71d67969d0f4cf7b402682c8 DIST kubernetes-1.8.4.tar.gz 23213010 BLAKE2B 0c8f4ad04c1ee709344d17ffa37a1d532f437d0b7e04fdc84b6d940346f2b5746c91376b0d2e55a76bb5414b4b7c285da039e7267e7879151b848c9a4112b90e SHA512 4b487256e49cb5d93c22b1992a84f079147bddb243d3b3ca5e984939dca334d62501de426bf3ba1e8e511642bbf4b999091c97b0b1885b87c5bcc9936d29e8c3 +DIST kubernetes-1.8.5.tar.gz 23235782 BLAKE2B 923c4e5a0a3dc19d57665bf184bdd33fcbd9ffacf4aaf6a89553568631cdbc136f4bc0f6de0619bbabdc9f9bab05c495626bdccd1879bffb231fa31792707d08 SHA512 c4d6b2bafb4bc148ffe2273433241ff0564c6a452469180c2289f3f90fde72f0817881332502d08bcba3095809d71865255e8702d1e210dda81dff3310c24124 diff --git a/sys-cluster/kubelet/kubelet-1.8.5.ebuild b/sys-cluster/kubelet/kubelet-1.8.5.ebuild new file mode 100644 index 000000000000..f50b649733f0 --- /dev/null +++ b/sys-cluster/kubelet/kubelet-1.8.5.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit golang-build golang-vcs-snapshot + +EGO_PN="k8s.io/kubernetes" +ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Kubernetes Node Agent" +HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" +SRC_URI="${ARCHIVE_URI}" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="hardened" + +DEPEND="dev-go/go-bindata" + +RESTRICT="test" + +src_prepare() { + default + sed -i -e "s/git archive/git-archive/" src/${EGO_PN}/hack/lib/version.sh || die + sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN}/hack/lib/golang.sh || die + sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die +} + +src_compile() { + export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" + LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v +} + +src_install() { + pushd src/${EGO_PN} || die + dobin _output/bin/${PN} + popd || die + keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} + insinto /etc/logrotate.d + newins "${FILESDIR}"/${PN}.logrotated ${PN} +} diff --git a/sys-kernel/Manifest.gz b/sys-kernel/Manifest.gz index d06ef80a0bc1..9290b987048e 100644 Binary files a/sys-kernel/Manifest.gz and b/sys-kernel/Manifest.gz differ diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 7dbca1c11594..48c1316e8da8 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,3 +1,4 @@ DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 DIST patch-4.15-rc1.patch 43506905 BLAKE2B b6126c5f86574042d1c1dc3f305eea3453b24a7049458d720d2a7826ad0070ff4f7db930e46969bd5696bbba74008e58217ff742ba1c2ef67c94a2795a64c31e SHA512 ede06f733521cc274456f62b01441ec6194425c0455d937db9324275978fc855372aefbf19d895e8bfbe11dcfe2145dff672c9c3b693315fb9c8e14b280fd43a DIST patch-4.15-rc2.patch 44097969 BLAKE2B b0ebb776063a83eda0dab583a4c53cb19366dcc50ac32dc12eb7de7a033a8b8671f66f587ad34a62864958d111e16e1efe336e8fef0b6b188bccaaecce8d9451 SHA512 a1833e28b7e513c71c6a14e3caf6c1709ebb2c4cb9804ec31a4d0afd2a6b3f339f5fd6523197459f6a96d0b9b4ba4885e188a88365b1d195a8e38ced3c2910cb +DIST patch-4.15-rc3.patch 45281665 BLAKE2B ff9051f836b8efeaa0c356a58221f5464413807dbe5c5e2b879e6b57f0ee67da1ab1b245f10de95db4054d3b20c799d3b30b8f6573a118172b38939d4b09575a SHA512 871bd2804f50ab732c73c67e9d41daa3f1bc427c00d846be06068155e5f2fb0e3a6b0941d949e8488f6b987953dd8ee06f23f34d676d567cadabae894f9b1025 diff --git a/sys-kernel/git-sources/git-sources-4.15_rc3.ebuild b/sys-kernel/git-sources/git-sources-4.15_rc3.ebuild new file mode 100644 index 000000000000..163014d38b8d --- /dev/null +++ b/sys-kernel/git-sources/git-sources-4.15_rc3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="1" +K_BASE_VER="4.14" +K_EXP_GENPATCHES_NOUSE="1" +K_FROM_GIT="yes" +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="https://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +RDEPEND="" +DEPEND="${RDEPEND} + >=sys-devel/patch-2.7.5" + +pkg_postinst() { + postinst_sources +} diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz index dc23cf51b684..f8444b0352fb 100644 Binary files a/www-apps/Manifest.gz and b/www-apps/Manifest.gz differ diff --git a/www-apps/gitea/Manifest b/www-apps/gitea/Manifest index 4c7c83b25f1e..0d035e17496d 100644 --- a/www-apps/gitea/Manifest +++ b/www-apps/gitea/Manifest @@ -1,2 +1,3 @@ DIST gitea-1.2.3.tar.gz 14336812 BLAKE2B 9c0d1aed458cb2accaf6138f949a6f49b470ae32b75dd921b88cac93cfc61c361791270541fbeae9ecc300b8266abcc1d0b677514536d0697c5a2952b74af18e SHA512 b519bb2fae20da75444a9cb971ab1db0aed04261c6522464feb2e0bad28bc5b8fff3ce8a85f8d26e9cfe79b41c29e540b3ff0aa0c3e99ce90e9e9a1ec26a165e DIST gitea-1.3.0.tar.gz 14780025 BLAKE2B a290bf1583a741cfee5ff69c7997114d802643dc0b213a41bbac08713201ce05192d9ad4d7b33639ae173b79d3c5dbd154b7fd753a744ec64550df4786fdc5a2 SHA512 51cfcb53a039ce8c7995748bd54ea34b88b404de35ef6c9c5742b220fee814fe81670634aa272bbd0002431e70e757b0e460d159e41b7378c93cd5aa820d45f4 +DIST gitea-1.3.1.tar.gz 14783710 BLAKE2B 20e333719aa1a670488046406dc942fd843fcb2ea92473006e255a6a8f2f00709bf87443a425302d0c73916260a5d2e7876e00233a3e1ceb657439ac3d7a4873 SHA512 45161e089d5437b5aacc9589a50a61da3a8f4c88edb33fe3605eb49f36f67cb0a8a80f261016745a6c5131755f7963b1b61df62e47aab2bcd43a6932dceadd0f diff --git a/www-apps/gitea/gitea-1.3.1.ebuild b/www-apps/gitea/gitea-1.3.1.ebuild new file mode 100644 index 000000000000..5f27f86c5d6c --- /dev/null +++ b/www-apps/gitea/gitea-1.3.1.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit user golang-build golang-vcs-snapshot + +EGO_PN="code.gitea.io/gitea" +GIT_COMMIT="81fd8c8" +ARCHIVE_URI="https://github.com/go-gitea/gitea/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~arm" + +DESCRIPTION="A painless self-hosted Git service, written in Go" +HOMEPAGE="https://github.com/go-gitea/gitea" +SRC_URI="${ARCHIVE_URI}" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND="dev-go/go-bindata" +RDEPEND="dev-vcs/git" + +pkg_setup() { + enewgroup git + enewuser git -1 /bin/bash /var/lib/gitea git +} + +src_prepare() { + default + local GITEA_PREFIX=${EPREFIX}/var/lib/gitea + sed -i -e "s/git rev-parse --short HEAD/echo ${GIT_COMMIT}/"\ + -e "s/\"main.Version.*$/\"main.Version=${PV}\"/"\ + -e "s/-ldflags '-s/-ldflags '/" src/${EGO_PN}/Makefile || die + sed -i -e "s#^APP_DATA_PATH = data#APP_DATA_PATH = ${GITEA_PREFIX}/data#"\ + -e "s#^PATH = data/gitea.db#PATH = ${GITEA_PREFIX}/data/gitea.db#"\ + -e "s#^PROVIDER_CONFIG = data/sessions#PROVIDER_CONFIG = ${GITEA_PREFIX}/data/sessions#"\ + -e "s#^AVATAR_UPLOAD_PATH = data/avatars#AVATAR_UPLOAD_PATH = ${GITEA_PREFIX}/data/avatars#"\ + -e "s#^TEMP_PATH = data/tmp/uploads#TEMP_PATH = ${GITEA_PREFIX}/data/tmp/uploads#"\ + -e "s#^PATH = data/attachments#PATH = ${GITEA_PREFIX}/data/attachments#"\ + -e "s#^ROOT_PATH =#ROOT_PATH = ${EPREFIX}/var/log/gitea#"\ + -e "s#^ISSUE_INDEXER_PATH =#ISSUE_INDEXER_PATH = ${GITEA_PREFIX}/indexers/issues.bleve#"\ + src/${EGO_PN}/conf/app.ini || die +} + +src_compile() { + GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/${EGO_PN} generate + TAGS="bindata pam sqlite" LDFLAGS="" CGO_LDFLAGS="-fno-PIC" GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/${EGO_PN} build +} + +src_install() { + pushd src/${EGO_PN} || die + dobin gitea + insinto /var/lib/gitea/conf + newins conf/app.ini app.ini.example + popd || die + insinto /etc/logrotate.d + newins "${FILESDIR}"/gitea.logrotated gitea + newinitd "${FILESDIR}"/gitea.initd gitea + newconfd "${FILESDIR}"/gitea.confd gitea + keepdir /var/log/gitea /var/lib/gitea/data + fowners -R git:git /var/log/gitea /var/lib/gitea/ +} + +pkg_postinst() { + if [[ ! -e ${EROOT}/var/lib/gitea/conf/app.ini ]]; then + elog "No app.ini found, copying the example over" + cp "${EROOT}"/var/lib/gitea/conf/app.ini{.example,} || die + else + elog "app.ini found, please check example file for possible changes" + fi +} diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz index 86e875fb740b..4e05ca31e0c4 100644 Binary files a/www-client/Manifest.gz and b/www-client/Manifest.gz differ diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest index 400ca74383f6..76e1a71147bb 100644 --- a/www-client/chromium/Manifest +++ b/www-client/chromium/Manifest @@ -1,6 +1,3 @@ -DIST chromium-62.0.3202.89.tar.xz 517100784 BLAKE2B c257a554c12bba7b38c85de41e97f900efc43578f3d5a5de5adbb01eebba8ef75c885db3e9c052ce2dabf9bf63b02dbea7b54606cb8d412fb9d5f433d919dee4 SHA512 11ed71d2c9ebf82c9b704111d85d01c5600fc1caeb66e0dfaca172b20bb357817d717b3bcc13f704072b77550fa7fa74f990725b1d7d85d4d2b82cc1baec9578 -DIST chromium-62.0.3202.94.tar.xz 517173548 BLAKE2B 1ec2cadd6581ea14566a0ae9803aecbf176712379a5d56e9f970e7cf5de06d51e2812247c09e96fcfcd3d8f671cead224089479855379be72b591455c76b3c77 SHA512 09e05aec663de94633fb7b658154a5b0146159dea0f434ef412405530274daefc5e554be8120653b840d2b55f5e35202be1a653ece7796d00956df58bc7608ad -DIST chromium-63.0.3239.70.tar.xz 534258328 BLAKE2B 8e6d846333bfea5e28f04cf2f856a295f0a179bb5d8fa8777d9b4ec8808814b79475a10a4c22dfd7bd606e7cdd99e15a32eb0aae7027a42f4526a05942f6ec85 SHA512 fdc5f433e3520cd053a48dfb107b33da6d844429169047e132663435708ed8fbbabf6949290aca0ff15eecd66fc470c9218bb9fc0376811c7684c8c67fdded6c DIST chromium-63.0.3239.84.tar.xz 534280828 BLAKE2B 08437f625a97ea49f274140a0444dc5531e7a178a99d04592194158817169f4b9c42769dd76b5df624b5189705b17b9b049f61c2474b411ee520439213f12513 SHA512 049a09a821606ff7f52fa8f41d34f0e67c02a20a346841dfcbb06c4138c60a62240f33d9255662260251e5be913a14b004cb2a12873d2ed34751be2b1efb3f34 DIST chromium-64.0.3260.2.tar.xz 568772508 BLAKE2B 8aee43fded3504c5a64b537d8845096a4412353c16ae24b405c10b20b0e49e926bf8db531fa03390cc608c39e5cb09a2b2aab659ceda9320bf8e1f69d75e8bd2 SHA512 f7003976c8c5449569e0017fae5e1f2f7150a297a4bb4ad2a9bafe69e9fb4e931c76efeecbe07cc11a00af5a49591655734f21892e69e3ac523fc4d3faa2795f DIST chromium-64.0.3282.14.tar.xz 482211216 BLAKE2B 0ffc69478719903e39998fd6f908883dadcb32580a64b1e8a93b270dfb221cb89b674c7e288649de24e468a56da78cdbf35af9693cd24f5cba158789db609d30 SHA512 75b851be4bf4814e91a4e7a036b7aa78d0c76e138605a42ebe9ce8d2017a1f95eb2dc67bd73f4fa911ce2a28cec769a699f52c98c2b1b3a037321af517692c28 diff --git a/www-client/chromium/chromium-62.0.3202.89.ebuild b/www-client/chromium/chromium-62.0.3202.89.ebuild deleted file mode 100644 index b0de71dabd78..000000000000 --- a/www-client/chromium/chromium-62.0.3202.89.ebuild +++ /dev/null @@ -1,653 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -PYTHON_COMPAT=( python2_7 ) - -CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he - hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr - sv sw ta te th tr uk vi zh-CN zh-TW" - -inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs versionator xdg-utils - -DESCRIPTION="Open-source version of Google Chrome web browser" -HOMEPAGE="http://chromium.org/" -SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" -IUSE="component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine" -RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" - -COMMON_DEPEND=" - app-arch/bzip2:= - cups? ( >=net-print/cups-1.3.11:= ) - dev-libs/expat:= - dev-libs/glib:2 - system-icu? ( >=dev-libs/icu-59:= ) - >=dev-libs/libxml2-2.9.4-r3:=[icu] - dev-libs/libxslt:= - dev-libs/nspr:= - >=dev-libs/nss-3.14.3:= - >=dev-libs/re2-0.2016.05.01:= - gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) - >=media-libs/alsa-lib-1.0.19:= - media-libs/fontconfig:= - media-libs/freetype:= - >=media-libs/harfbuzz-1.4.2:=[icu(-)] - media-libs/libjpeg-turbo:= - media-libs/libpng:= - system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) - >=media-libs/openh264-1.6.0:= - pulseaudio? ( media-sound/pulseaudio:= ) - system-ffmpeg? ( - >=media-video/ffmpeg-3:= - || ( - media-video/ffmpeg[-samba] - >=net-fs/samba-4.5.10-r1[-debug(-)] - ) - !=net-fs/samba-4.5.12 - media-libs/opus:= - ) - sys-apps/dbus:= - sys-apps/pciutils:= - virtual/udev - x11-libs/cairo:= - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3[X] - x11-libs/libX11:= - x11-libs/libXcomposite:= - x11-libs/libXcursor:= - x11-libs/libXdamage:= - x11-libs/libXext:= - x11-libs/libXfixes:= - >=x11-libs/libXi-1.6.0:= - x11-libs/libXrandr:= - x11-libs/libXrender:= - x11-libs/libXScrnSaver:= - x11-libs/libXtst:= - x11-libs/pango:= - app-arch/snappy:= - media-libs/flac:= - >=media-libs/libwebp-0.4.0:= - sys-libs/zlib:=[minizip] - kerberos? ( virtual/krb5 ) -" -# For nvidia-drivers blocker, see bug #413637 . -RDEPEND="${COMMON_DEPEND} - !=www-client/chromium-9999 - !=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]" && - has_version --host-root "dev-python/html5lib[${PYTHON_USEDEP}]" && - has_version --host-root "dev-python/simplejson[${PYTHON_USEDEP}]" -} - -if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then - EBUILD_DEATH_HOOKS+=" chromium_pkg_die"; -fi - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -Some web pages may require additional fonts to display properly. -Try installing some of the following packages if some characters -are not displayed properly: -- media-fonts/arphicfonts -- media-fonts/bitstream-cyberbit -- media-fonts/droid -- media-fonts/ipamonafont -- media-fonts/noto -- media-fonts/ja-ipafonts -- media-fonts/takao-fonts -- media-fonts/wqy-microhei -- media-fonts/wqy-zenhei - -To fix broken icons on the Downloads page, you should install an icon -theme that covers the appropriate MIME types, and configure this as your -GTK+ icon theme. -" - -PATCHES=( - "${FILESDIR}/${PN}-widevine-r1.patch" - "${FILESDIR}/${PN}-FORTIFY_SOURCE-r2.patch" - "${FILESDIR}/${PN}-gcc5-r3.patch" - "${FILESDIR}/${PN}-gn-bootstrap-r17.patch" - "${FILESDIR}/${PN}-glibc2.26-r1.patch" -) - -pre_build_checks() { - if [[ ${MERGE_TYPE} != binary ]]; then - local -x CPP="$(tc-getCXX) -E" - if tc-is-clang && ! version_is_at_least "3.9.1" "$(clang-fullversion)"; then - # bugs: #601654 - die "At least clang 3.9.1 is required" - fi - if tc-is-gcc && ! version_is_at_least 5.0 "$(gcc-version)"; then - # bugs: #535730, #525374, #518668, #600288, #627356 - die "At least gcc 5.0 is required" - fi - fi - - # Check build requirements, bug #541816 and bug #471810 . - CHECKREQS_MEMORY="3G" - CHECKREQS_DISK_BUILD="5G" - eshopts_push -s extglob - if is-flagq '-g?(gdb)?([1-9])'; then - CHECKREQS_DISK_BUILD="25G" - if ! use component-build; then - CHECKREQS_MEMORY="16G" - fi - fi - eshopts_pop - check-reqs_pkg_setup -} - -pkg_pretend() { - pre_build_checks -} - -pkg_setup() { - pre_build_checks - - # Make sure the build system will use the right python, bug #344367. - python-any-r1_pkg_setup - - chromium_suid_sandbox_check_kernel_config -} - -src_prepare() { - default - - mkdir -p third_party/node/linux/node-linux-x64/bin || die - ln -s "${EPREFIX}"/usr/bin/node third_party/node/linux/node-linux-x64/bin/node || die - - local keeplibs=( - base/third_party/dmg_fp - base/third_party/dynamic_annotations - base/third_party/icu - base/third_party/nspr - base/third_party/superfasthash - base/third_party/symbolize - base/third_party/valgrind - base/third_party/xdg_mime - base/third_party/xdg_user_dirs - breakpad/src/third_party/curl - chrome/third_party/mozilla_security_manager - courgette/third_party - net/third_party/mozilla_security_manager - net/third_party/nss - third_party/WebKit - third_party/analytics - third_party/angle - third_party/angle/src/common/third_party/base - third_party/angle/src/common/third_party/murmurhash - third_party/angle/src/third_party/compiler - third_party/angle/src/third_party/libXNVCtrl - third_party/angle/src/third_party/trace_event - third_party/boringssl - third_party/brotli - third_party/cacheinvalidation - third_party/catapult - third_party/catapult/third_party/polymer - third_party/catapult/third_party/py_vulcanize - third_party/catapult/third_party/py_vulcanize/third_party/rcssmin - third_party/catapult/third_party/py_vulcanize/third_party/rjsmin - third_party/catapult/tracing/third_party/d3 - third_party/catapult/tracing/third_party/gl-matrix - third_party/catapult/tracing/third_party/jszip - third_party/catapult/tracing/third_party/mannwhitneyu - third_party/catapult/tracing/third_party/oboe - third_party/ced - third_party/cld_2 - third_party/cld_3 - third_party/crc32c - third_party/cros_system_api - third_party/devscripts - third_party/dom_distiller_js - third_party/fips181 - third_party/flatbuffers - third_party/flot - third_party/freetype - third_party/glslang-angle - third_party/google_input_tools - third_party/google_input_tools/third_party/closure_library - third_party/google_input_tools/third_party/closure_library/third_party/closure - third_party/googletest - third_party/hunspell - third_party/iccjpeg - third_party/inspector_protocol - third_party/jinja2 - third_party/jstemplate - third_party/khronos - third_party/leveldatabase - third_party/libXNVCtrl - third_party/libaddressinput - third_party/libjingle - third_party/libphonenumber - third_party/libsecret - third_party/libsrtp - third_party/libudev - third_party/libwebm - third_party/libxml/chromium - third_party/libyuv - third_party/lss - third_party/lzma_sdk - third_party/markupsafe - third_party/mesa - third_party/modp_b64 - third_party/mt19937ar - third_party/node - third_party/node/node_modules/polymer-bundler/lib/third_party/UglifyJS2 - third_party/openmax_dl - third_party/ots - third_party/pdfium - third_party/pdfium/third_party/agg23 - third_party/pdfium/third_party/base - third_party/pdfium/third_party/build - third_party/pdfium/third_party/bigint - third_party/pdfium/third_party/freetype - third_party/pdfium/third_party/lcms - third_party/pdfium/third_party/libopenjpeg20 - third_party/pdfium/third_party/libpng16 - third_party/pdfium/third_party/libtiff - third_party/ply - third_party/polymer - third_party/protobuf - third_party/protobuf/third_party/six - third_party/qcms - third_party/sfntly - third_party/skia - third_party/skia/third_party/gif - third_party/skia/third_party/vulkan - third_party/smhasher - third_party/spirv-headers - third_party/spirv-tools-angle - third_party/sqlite - third_party/swiftshader - third_party/swiftshader/third_party/llvm-subzero - third_party/swiftshader/third_party/subzero - third_party/usrsctp - third_party/vulkan - third_party/vulkan-validation-layers - third_party/web-animations-js - third_party/webdriver - third_party/webrtc - third_party/widevine - third_party/woff2 - third_party/zlib/google - url/third_party/mozilla - v8/src/third_party/valgrind - v8/third_party/inspector_protocol - - # gyp -> gn leftovers - base/third_party/libevent - third_party/adobe - third_party/speech-dispatcher - third_party/usb_ids - third_party/xdg-utils - third_party/yasm/run_yasm.py - ) - if ! use system-ffmpeg; then - keeplibs+=( third_party/ffmpeg third_party/opus ) - fi - if ! use system-icu; then - keeplibs+=( third_party/icu ) - fi - if ! use system-libvpx; then - keeplibs+=( third_party/libvpx ) - keeplibs+=( third_party/libvpx/source/libvpx/third_party/x86inc ) - fi - if use tcmalloc; then - keeplibs+=( third_party/tcmalloc ) - fi - - # Remove most bundled libraries. Some are still needed. - build/linux/unbundle/remove_bundled_libraries.py "${keeplibs[@]}" --do-remove || die -} - -bootstrap_gn() { - if tc-is-cross-compiler; then - local -x AR=${BUILD_AR} - local -x CC=${BUILD_CC} - local -x CXX=${BUILD_CXX} - local -x NM=${BUILD_NM} - local -x CFLAGS=${BUILD_CFLAGS} - local -x CXXFLAGS=${BUILD_CXXFLAGS} - local -x LDFLAGS=${BUILD_LDFLAGS} - fi - einfo "Building GN..." - set -- tools/gn/bootstrap/bootstrap.py -s -v --no-clean - echo "$@" - "$@" || die -} - -src_configure() { - local myconf_gn="" - - # GN needs explicit config for Debug/Release as opposed to inferring it from build directory. - myconf_gn+=" is_debug=false" - - # Component build isn't generally intended for use by end users. It's mostly useful - # for development and debugging. - myconf_gn+=" is_component_build=$(usex component-build true false)" - - myconf_gn+=" use_allocator=$(usex tcmalloc \"tcmalloc\" \"none\")" - - # Disable nacl, we can't build without pnacl (http://crbug.com/269560). - myconf_gn+=" enable_nacl=false" - - # Use system-provided libraries. - # TODO: freetype (https://bugs.chromium.org/p/pdfium/issues/detail?id=733). - # TODO: use_system_hunspell (upstream changes needed). - # TODO: use_system_libsrtp (bug #459932). - # TODO: use_system_protobuf (bug #525560). - # TODO: use_system_ssl (http://crbug.com/58087). - # TODO: use_system_sqlite (http://crbug.com/22208). - - # libevent: https://bugs.gentoo.org/593458 - local gn_system_libraries=( - flac - harfbuzz-ng - libdrm - libjpeg - libpng - libwebp - libxml - libxslt - openh264 - re2 - snappy - yasm - zlib - ) - if use system-ffmpeg; then - gn_system_libraries+=( ffmpeg opus ) - fi - if use system-icu; then - gn_system_libraries+=( icu ) - fi - if use system-libvpx; then - gn_system_libraries+=( libvpx ) - fi - build/linux/unbundle/replace_gn_files.py --system-libraries "${gn_system_libraries[@]}" || die - - # Optional dependencies. - myconf_gn+=" enable_hangout_services_extension=$(usex hangouts true false)" - myconf_gn+=" enable_widevine=$(usex widevine true false)" - myconf_gn+=" use_cups=$(usex cups true false)" - myconf_gn+=" use_gconf=false" - myconf_gn+=" use_gnome_keyring=$(usex gnome-keyring true false)" - myconf_gn+=" use_kerberos=$(usex kerberos true false)" - myconf_gn+=" use_pulseaudio=$(usex pulseaudio true false)" - - # TODO: link_pulseaudio=true for GN. - - myconf_gn+=" fieldtrial_testing_like_official_build=true" - - if tc-is-clang; then - myconf_gn+=" is_clang=true clang_use_chrome_plugins=false" - else - myconf_gn+=" is_clang=false" - fi - - # Never use bundled gold binary. Disable gold linker flags for now. - # Do not use bundled clang. - # Trying to use gold results in linker crash. - myconf_gn+=" use_gold=false use_sysroot=false linux_use_bundled_binutils=false use_custom_libcxx=false" - - ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)" - myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)" - myconf_gn+=" ffmpeg_branding=\"${ffmpeg_branding}\"" - - # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . - # Note: these are for Gentoo use ONLY. For your own distribution, - # please get your own set of keys. Feel free to contact chromium@gentoo.org - # for more info. - local google_api_key="AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc" - local google_default_client_id="329227923882.apps.googleusercontent.com" - local google_default_client_secret="vgKG0NNv7GoDpbtoFNLxCUXu" - myconf_gn+=" google_api_key=\"${google_api_key}\"" - myconf_gn+=" google_default_client_id=\"${google_default_client_id}\"" - myconf_gn+=" google_default_client_secret=\"${google_default_client_secret}\"" - - local myarch="$(tc-arch)" - if [[ $myarch = amd64 ]] ; then - myconf_gn+=" target_cpu=\"x64\"" - ffmpeg_target_arch=x64 - elif [[ $myarch = x86 ]] ; then - myconf_gn+=" target_cpu=\"x86\"" - ffmpeg_target_arch=ia32 - elif [[ $myarch = arm64 ]] ; then - myconf_gn+=" target_cpu=\"arm64\"" - ffmpeg_target_arch=arm64 - elif [[ $myarch = arm ]] ; then - myconf_gn+=" target_cpu=\"arm\"" - ffmpeg_target_arch=$(usex neon arm-neon arm) - else - die "Failed to determine target arch, got '$myarch'." - fi - - # Make sure that -Werror doesn't get added to CFLAGS by the build system. - # Depending on GCC version the warnings are different and we don't want - # the build to fail because of that. - myconf_gn+=" treat_warnings_as_errors=false" - - # Disable fatal linker warnings, bug 506268. - myconf_gn+=" fatal_linker_warnings=false" - - # Avoid CFLAGS problems, bug #352457, bug #390147. - if ! use custom-cflags; then - replace-flags "-Os" "-O2" - strip-flags - - # Prevent linker from running out of address space, bug #471810 . - if use x86; then - filter-flags "-g*" - fi - - # Prevent libvpx build failures. Bug 530248, 544702, 546984. - if [[ ${myarch} == amd64 || ${myarch} == x86 ]]; then - filter-flags -mno-mmx -mno-sse2 -mno-ssse3 -mno-sse4.1 -mno-avx -mno-avx2 - fi - fi - - # Make sure the build system will use the right tools, bug #340795. - tc-export AR CC CXX NM - - # Define a custom toolchain for GN - myconf_gn+=" custom_toolchain=\"//build/toolchain/linux/unbundle:default\"" - - if tc-is-cross-compiler; then - tc-export BUILD_{AR,CC,CXX,NM} - myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:host\"" - myconf_gn+=" v8_snapshot_toolchain=\"//build/toolchain/linux/unbundle:host\"" - else - myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:default\"" - fi - - # https://bugs.gentoo.org/588596 - append-cxxflags $(test-flags-CXX -fno-delete-null-pointer-checks) - - # Bug 491582. - export TMPDIR="${WORKDIR}/temp" - mkdir -p -m 755 "${TMPDIR}" || die - - if ! use system-ffmpeg; then - local build_ffmpeg_args="" - if use pic && [[ "${ffmpeg_target_arch}" == "ia32" ]]; then - build_ffmpeg_args+=" --disable-asm" - fi - - # Re-configure bundled ffmpeg. See bug #491378 for example reasons. - einfo "Configuring bundled ffmpeg..." - pushd third_party/ffmpeg > /dev/null || die - chromium/scripts/build_ffmpeg.py linux ${ffmpeg_target_arch} \ - --branding ${ffmpeg_branding} -- ${build_ffmpeg_args} || die - chromium/scripts/copy_config.sh || die - chromium/scripts/generate_gn.py || die - popd > /dev/null || die - fi - - bootstrap_gn - - einfo "Configuring Chromium..." - set -- out/Release/gn gen --args="${myconf_gn}" out/Release - echo "$@" - "$@" || die -} - -src_compile() { - local ninja_targets="chrome chromedriver" - if use suid; then - ninja_targets+=" chrome_sandbox" - fi - - # Build mksnapshot and pax-mark it. - if tc-is-cross-compiler; then - eninja -C out/Release host/mksnapshot || die - pax-mark m out/Release/host/mksnapshot - else - eninja -C out/Release mksnapshot || die - pax-mark m out/Release/mksnapshot - fi - - # Even though ninja autodetects number of CPUs, we respect - # user's options, for debugging with -j 1 or any other reason. - eninja -C out/Release ${ninja_targets} || die - - pax-mark m out/Release/chrome -} - -src_install() { - local CHROMIUM_HOME="/usr/$(get_libdir)/chromium-browser" - exeinto "${CHROMIUM_HOME}" - doexe out/Release/chrome - - if use suid; then - newexe out/Release/chrome_sandbox chrome-sandbox - fperms 4755 "${CHROMIUM_HOME}/chrome-sandbox" - fi - - doexe out/Release/chromedriver - - local sedargs=( -e "s:/usr/lib/:/usr/$(get_libdir)/:g" ) - sed "${sedargs[@]}" "${FILESDIR}/chromium-launcher-r3.sh" > chromium-launcher.sh || die - doexe chromium-launcher.sh - - # It is important that we name the target "chromium-browser", - # xdg-utils expect it; bug #355517. - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium-browser - # keep the old symlink around for consistency - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium - - dosym "${CHROMIUM_HOME}/chromedriver" /usr/bin/chromedriver - - # Allow users to override command-line options, bug #357629. - insinto /etc/chromium - newins "${FILESDIR}/chromium.default" "default" - - pushd out/Release/locales > /dev/null || die - chromium_remove_language_paks - popd - - if use widevine; then - # These will be provided by chrome-binary-plugins - rm out/Release/libwidevinecdm*.so || die - fi - - insinto "${CHROMIUM_HOME}" - doins out/Release/*.bin - doins out/Release/*.pak - doins out/Release/*.so - - if ! use system-icu; then - doins out/Release/icudtl.dat - fi - - doins -r out/Release/locales - doins -r out/Release/resources - - insinto "${CHROMIUM_HOME}/swiftshader" - doins out/Release/swiftshader/*.so - - newman out/Release/chrome.1 chromium.1 - newman out/Release/chrome.1 chromium-browser.1 - - # Install icons and desktop entry. - local branding size - for size in 16 22 24 32 48 64 128 256 ; do - case ${size} in - 16|32) branding="chrome/app/theme/default_100_percent/chromium" ;; - *) branding="chrome/app/theme/chromium" ;; - esac - newicon -s ${size} "${branding}/product_logo_${size}.png" \ - chromium-browser.png - done - - local mime_types="text/html;text/xml;application/xhtml+xml;" - mime_types+="x-scheme-handler/http;x-scheme-handler/https;" # bug #360797 - mime_types+="x-scheme-handler/ftp;" # bug #412185 - mime_types+="x-scheme-handler/mailto;x-scheme-handler/webcal;" # bug #416393 - make_desktop_entry \ - chromium-browser \ - "Chromium" \ - chromium-browser \ - "Network;WebBrowser" \ - "MimeType=${mime_types}\nStartupWMClass=chromium-browser" - sed -e "/^Exec/s/$/ %U/" -i "${ED}"/usr/share/applications/*.desktop || die - - # Install GNOME default application entry (bug #303100). - insinto /usr/share/gnome-control-center/default-apps - newins "${FILESDIR}"/chromium-browser.xml chromium-browser.xml - - readme.gentoo_create_doc -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update - readme.gentoo_print_elog -} diff --git a/www-client/chromium/chromium-62.0.3202.94.ebuild b/www-client/chromium/chromium-62.0.3202.94.ebuild deleted file mode 100644 index 2ae4fb01ad0c..000000000000 --- a/www-client/chromium/chromium-62.0.3202.94.ebuild +++ /dev/null @@ -1,653 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -PYTHON_COMPAT=( python2_7 ) - -CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he - hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr - sv sw ta te th tr uk vi zh-CN zh-TW" - -inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs versionator xdg-utils - -DESCRIPTION="Open-source version of Google Chrome web browser" -HOMEPAGE="http://chromium.org/" -SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" -IUSE="component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine" -RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" - -COMMON_DEPEND=" - app-arch/bzip2:= - cups? ( >=net-print/cups-1.3.11:= ) - dev-libs/expat:= - dev-libs/glib:2 - system-icu? ( >=dev-libs/icu-59 =dev-libs/libxml2-2.9.4-r3:=[icu] - dev-libs/libxslt:= - dev-libs/nspr:= - >=dev-libs/nss-3.14.3:= - >=dev-libs/re2-0.2016.05.01:= - gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) - >=media-libs/alsa-lib-1.0.19:= - media-libs/fontconfig:= - media-libs/freetype:= - >=media-libs/harfbuzz-1.4.2:=[icu(-)] - media-libs/libjpeg-turbo:= - media-libs/libpng:= - system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) - >=media-libs/openh264-1.6.0:= - pulseaudio? ( media-sound/pulseaudio:= ) - system-ffmpeg? ( - >=media-video/ffmpeg-3:= - || ( - media-video/ffmpeg[-samba] - >=net-fs/samba-4.5.10-r1[-debug(-)] - ) - !=net-fs/samba-4.5.12 - media-libs/opus:= - ) - sys-apps/dbus:= - sys-apps/pciutils:= - virtual/udev - x11-libs/cairo:= - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3[X] - x11-libs/libX11:= - x11-libs/libXcomposite:= - x11-libs/libXcursor:= - x11-libs/libXdamage:= - x11-libs/libXext:= - x11-libs/libXfixes:= - >=x11-libs/libXi-1.6.0:= - x11-libs/libXrandr:= - x11-libs/libXrender:= - x11-libs/libXScrnSaver:= - x11-libs/libXtst:= - x11-libs/pango:= - app-arch/snappy:= - media-libs/flac:= - >=media-libs/libwebp-0.4.0:= - sys-libs/zlib:=[minizip] - kerberos? ( virtual/krb5 ) -" -# For nvidia-drivers blocker, see bug #413637 . -RDEPEND="${COMMON_DEPEND} - !=www-client/chromium-9999 - !=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]" && - has_version --host-root "dev-python/html5lib[${PYTHON_USEDEP}]" && - has_version --host-root "dev-python/simplejson[${PYTHON_USEDEP}]" -} - -if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then - EBUILD_DEATH_HOOKS+=" chromium_pkg_die"; -fi - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -Some web pages may require additional fonts to display properly. -Try installing some of the following packages if some characters -are not displayed properly: -- media-fonts/arphicfonts -- media-fonts/bitstream-cyberbit -- media-fonts/droid -- media-fonts/ipamonafont -- media-fonts/noto -- media-fonts/ja-ipafonts -- media-fonts/takao-fonts -- media-fonts/wqy-microhei -- media-fonts/wqy-zenhei - -To fix broken icons on the Downloads page, you should install an icon -theme that covers the appropriate MIME types, and configure this as your -GTK+ icon theme. -" - -PATCHES=( - "${FILESDIR}/${PN}-widevine-r1.patch" - "${FILESDIR}/${PN}-FORTIFY_SOURCE-r2.patch" - "${FILESDIR}/${PN}-gcc5-r3.patch" - "${FILESDIR}/${PN}-gn-bootstrap-r17.patch" - "${FILESDIR}/${PN}-glibc2.26-r1.patch" -) - -pre_build_checks() { - if [[ ${MERGE_TYPE} != binary ]]; then - local -x CPP="$(tc-getCXX) -E" - if tc-is-clang && ! version_is_at_least "3.9.1" "$(clang-fullversion)"; then - # bugs: #601654 - die "At least clang 3.9.1 is required" - fi - if tc-is-gcc && ! version_is_at_least 5.0 "$(gcc-version)"; then - # bugs: #535730, #525374, #518668, #600288, #627356 - die "At least gcc 5.0 is required" - fi - fi - - # Check build requirements, bug #541816 and bug #471810 . - CHECKREQS_MEMORY="3G" - CHECKREQS_DISK_BUILD="5G" - eshopts_push -s extglob - if is-flagq '-g?(gdb)?([1-9])'; then - CHECKREQS_DISK_BUILD="25G" - if ! use component-build; then - CHECKREQS_MEMORY="16G" - fi - fi - eshopts_pop - check-reqs_pkg_setup -} - -pkg_pretend() { - pre_build_checks -} - -pkg_setup() { - pre_build_checks - - # Make sure the build system will use the right python, bug #344367. - python-any-r1_pkg_setup - - chromium_suid_sandbox_check_kernel_config -} - -src_prepare() { - default - - mkdir -p third_party/node/linux/node-linux-x64/bin || die - ln -s "${EPREFIX}"/usr/bin/node third_party/node/linux/node-linux-x64/bin/node || die - - local keeplibs=( - base/third_party/dmg_fp - base/third_party/dynamic_annotations - base/third_party/icu - base/third_party/nspr - base/third_party/superfasthash - base/third_party/symbolize - base/third_party/valgrind - base/third_party/xdg_mime - base/third_party/xdg_user_dirs - breakpad/src/third_party/curl - chrome/third_party/mozilla_security_manager - courgette/third_party - net/third_party/mozilla_security_manager - net/third_party/nss - third_party/WebKit - third_party/analytics - third_party/angle - third_party/angle/src/common/third_party/base - third_party/angle/src/common/third_party/murmurhash - third_party/angle/src/third_party/compiler - third_party/angle/src/third_party/libXNVCtrl - third_party/angle/src/third_party/trace_event - third_party/boringssl - third_party/brotli - third_party/cacheinvalidation - third_party/catapult - third_party/catapult/third_party/polymer - third_party/catapult/third_party/py_vulcanize - third_party/catapult/third_party/py_vulcanize/third_party/rcssmin - third_party/catapult/third_party/py_vulcanize/third_party/rjsmin - third_party/catapult/tracing/third_party/d3 - third_party/catapult/tracing/third_party/gl-matrix - third_party/catapult/tracing/third_party/jszip - third_party/catapult/tracing/third_party/mannwhitneyu - third_party/catapult/tracing/third_party/oboe - third_party/ced - third_party/cld_2 - third_party/cld_3 - third_party/crc32c - third_party/cros_system_api - third_party/devscripts - third_party/dom_distiller_js - third_party/fips181 - third_party/flatbuffers - third_party/flot - third_party/freetype - third_party/glslang-angle - third_party/google_input_tools - third_party/google_input_tools/third_party/closure_library - third_party/google_input_tools/third_party/closure_library/third_party/closure - third_party/googletest - third_party/hunspell - third_party/iccjpeg - third_party/inspector_protocol - third_party/jinja2 - third_party/jstemplate - third_party/khronos - third_party/leveldatabase - third_party/libXNVCtrl - third_party/libaddressinput - third_party/libjingle - third_party/libphonenumber - third_party/libsecret - third_party/libsrtp - third_party/libudev - third_party/libwebm - third_party/libxml/chromium - third_party/libyuv - third_party/lss - third_party/lzma_sdk - third_party/markupsafe - third_party/mesa - third_party/modp_b64 - third_party/mt19937ar - third_party/node - third_party/node/node_modules/polymer-bundler/lib/third_party/UglifyJS2 - third_party/openmax_dl - third_party/ots - third_party/pdfium - third_party/pdfium/third_party/agg23 - third_party/pdfium/third_party/base - third_party/pdfium/third_party/build - third_party/pdfium/third_party/bigint - third_party/pdfium/third_party/freetype - third_party/pdfium/third_party/lcms - third_party/pdfium/third_party/libopenjpeg20 - third_party/pdfium/third_party/libpng16 - third_party/pdfium/third_party/libtiff - third_party/ply - third_party/polymer - third_party/protobuf - third_party/protobuf/third_party/six - third_party/qcms - third_party/sfntly - third_party/skia - third_party/skia/third_party/gif - third_party/skia/third_party/vulkan - third_party/smhasher - third_party/spirv-headers - third_party/spirv-tools-angle - third_party/sqlite - third_party/swiftshader - third_party/swiftshader/third_party/llvm-subzero - third_party/swiftshader/third_party/subzero - third_party/usrsctp - third_party/vulkan - third_party/vulkan-validation-layers - third_party/web-animations-js - third_party/webdriver - third_party/webrtc - third_party/widevine - third_party/woff2 - third_party/zlib/google - url/third_party/mozilla - v8/src/third_party/valgrind - v8/third_party/inspector_protocol - - # gyp -> gn leftovers - base/third_party/libevent - third_party/adobe - third_party/speech-dispatcher - third_party/usb_ids - third_party/xdg-utils - third_party/yasm/run_yasm.py - ) - if ! use system-ffmpeg; then - keeplibs+=( third_party/ffmpeg third_party/opus ) - fi - if ! use system-icu; then - keeplibs+=( third_party/icu ) - fi - if ! use system-libvpx; then - keeplibs+=( third_party/libvpx ) - keeplibs+=( third_party/libvpx/source/libvpx/third_party/x86inc ) - fi - if use tcmalloc; then - keeplibs+=( third_party/tcmalloc ) - fi - - # Remove most bundled libraries. Some are still needed. - build/linux/unbundle/remove_bundled_libraries.py "${keeplibs[@]}" --do-remove || die -} - -bootstrap_gn() { - if tc-is-cross-compiler; then - local -x AR=${BUILD_AR} - local -x CC=${BUILD_CC} - local -x CXX=${BUILD_CXX} - local -x NM=${BUILD_NM} - local -x CFLAGS=${BUILD_CFLAGS} - local -x CXXFLAGS=${BUILD_CXXFLAGS} - local -x LDFLAGS=${BUILD_LDFLAGS} - fi - einfo "Building GN..." - set -- tools/gn/bootstrap/bootstrap.py -s -v --no-clean - echo "$@" - "$@" || die -} - -src_configure() { - local myconf_gn="" - - # GN needs explicit config for Debug/Release as opposed to inferring it from build directory. - myconf_gn+=" is_debug=false" - - # Component build isn't generally intended for use by end users. It's mostly useful - # for development and debugging. - myconf_gn+=" is_component_build=$(usex component-build true false)" - - myconf_gn+=" use_allocator=$(usex tcmalloc \"tcmalloc\" \"none\")" - - # Disable nacl, we can't build without pnacl (http://crbug.com/269560). - myconf_gn+=" enable_nacl=false" - - # Use system-provided libraries. - # TODO: freetype (https://bugs.chromium.org/p/pdfium/issues/detail?id=733). - # TODO: use_system_hunspell (upstream changes needed). - # TODO: use_system_libsrtp (bug #459932). - # TODO: use_system_protobuf (bug #525560). - # TODO: use_system_ssl (http://crbug.com/58087). - # TODO: use_system_sqlite (http://crbug.com/22208). - - # libevent: https://bugs.gentoo.org/593458 - local gn_system_libraries=( - flac - harfbuzz-ng - libdrm - libjpeg - libpng - libwebp - libxml - libxslt - openh264 - re2 - snappy - yasm - zlib - ) - if use system-ffmpeg; then - gn_system_libraries+=( ffmpeg opus ) - fi - if use system-icu; then - gn_system_libraries+=( icu ) - fi - if use system-libvpx; then - gn_system_libraries+=( libvpx ) - fi - build/linux/unbundle/replace_gn_files.py --system-libraries "${gn_system_libraries[@]}" || die - - # Optional dependencies. - myconf_gn+=" enable_hangout_services_extension=$(usex hangouts true false)" - myconf_gn+=" enable_widevine=$(usex widevine true false)" - myconf_gn+=" use_cups=$(usex cups true false)" - myconf_gn+=" use_gconf=false" - myconf_gn+=" use_gnome_keyring=$(usex gnome-keyring true false)" - myconf_gn+=" use_kerberos=$(usex kerberos true false)" - myconf_gn+=" use_pulseaudio=$(usex pulseaudio true false)" - - # TODO: link_pulseaudio=true for GN. - - myconf_gn+=" fieldtrial_testing_like_official_build=true" - - if tc-is-clang; then - myconf_gn+=" is_clang=true clang_use_chrome_plugins=false" - else - myconf_gn+=" is_clang=false" - fi - - # Never use bundled gold binary. Disable gold linker flags for now. - # Do not use bundled clang. - # Trying to use gold results in linker crash. - myconf_gn+=" use_gold=false use_sysroot=false linux_use_bundled_binutils=false use_custom_libcxx=false" - - ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)" - myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)" - myconf_gn+=" ffmpeg_branding=\"${ffmpeg_branding}\"" - - # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . - # Note: these are for Gentoo use ONLY. For your own distribution, - # please get your own set of keys. Feel free to contact chromium@gentoo.org - # for more info. - local google_api_key="AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc" - local google_default_client_id="329227923882.apps.googleusercontent.com" - local google_default_client_secret="vgKG0NNv7GoDpbtoFNLxCUXu" - myconf_gn+=" google_api_key=\"${google_api_key}\"" - myconf_gn+=" google_default_client_id=\"${google_default_client_id}\"" - myconf_gn+=" google_default_client_secret=\"${google_default_client_secret}\"" - - local myarch="$(tc-arch)" - if [[ $myarch = amd64 ]] ; then - myconf_gn+=" target_cpu=\"x64\"" - ffmpeg_target_arch=x64 - elif [[ $myarch = x86 ]] ; then - myconf_gn+=" target_cpu=\"x86\"" - ffmpeg_target_arch=ia32 - elif [[ $myarch = arm64 ]] ; then - myconf_gn+=" target_cpu=\"arm64\"" - ffmpeg_target_arch=arm64 - elif [[ $myarch = arm ]] ; then - myconf_gn+=" target_cpu=\"arm\"" - ffmpeg_target_arch=$(usex neon arm-neon arm) - else - die "Failed to determine target arch, got '$myarch'." - fi - - # Make sure that -Werror doesn't get added to CFLAGS by the build system. - # Depending on GCC version the warnings are different and we don't want - # the build to fail because of that. - myconf_gn+=" treat_warnings_as_errors=false" - - # Disable fatal linker warnings, bug 506268. - myconf_gn+=" fatal_linker_warnings=false" - - # Avoid CFLAGS problems, bug #352457, bug #390147. - if ! use custom-cflags; then - replace-flags "-Os" "-O2" - strip-flags - - # Prevent linker from running out of address space, bug #471810 . - if use x86; then - filter-flags "-g*" - fi - - # Prevent libvpx build failures. Bug 530248, 544702, 546984. - if [[ ${myarch} == amd64 || ${myarch} == x86 ]]; then - filter-flags -mno-mmx -mno-sse2 -mno-ssse3 -mno-sse4.1 -mno-avx -mno-avx2 - fi - fi - - # Make sure the build system will use the right tools, bug #340795. - tc-export AR CC CXX NM - - # Define a custom toolchain for GN - myconf_gn+=" custom_toolchain=\"//build/toolchain/linux/unbundle:default\"" - - if tc-is-cross-compiler; then - tc-export BUILD_{AR,CC,CXX,NM} - myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:host\"" - myconf_gn+=" v8_snapshot_toolchain=\"//build/toolchain/linux/unbundle:host\"" - else - myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:default\"" - fi - - # https://bugs.gentoo.org/588596 - append-cxxflags $(test-flags-CXX -fno-delete-null-pointer-checks) - - # Bug 491582. - export TMPDIR="${WORKDIR}/temp" - mkdir -p -m 755 "${TMPDIR}" || die - - if ! use system-ffmpeg; then - local build_ffmpeg_args="" - if use pic && [[ "${ffmpeg_target_arch}" == "ia32" ]]; then - build_ffmpeg_args+=" --disable-asm" - fi - - # Re-configure bundled ffmpeg. See bug #491378 for example reasons. - einfo "Configuring bundled ffmpeg..." - pushd third_party/ffmpeg > /dev/null || die - chromium/scripts/build_ffmpeg.py linux ${ffmpeg_target_arch} \ - --branding ${ffmpeg_branding} -- ${build_ffmpeg_args} || die - chromium/scripts/copy_config.sh || die - chromium/scripts/generate_gn.py || die - popd > /dev/null || die - fi - - bootstrap_gn - - einfo "Configuring Chromium..." - set -- out/Release/gn gen --args="${myconf_gn}" out/Release - echo "$@" - "$@" || die -} - -src_compile() { - local ninja_targets="chrome chromedriver" - if use suid; then - ninja_targets+=" chrome_sandbox" - fi - - # Build mksnapshot and pax-mark it. - if tc-is-cross-compiler; then - eninja -C out/Release host/mksnapshot || die - pax-mark m out/Release/host/mksnapshot - else - eninja -C out/Release mksnapshot || die - pax-mark m out/Release/mksnapshot - fi - - # Even though ninja autodetects number of CPUs, we respect - # user's options, for debugging with -j 1 or any other reason. - eninja -C out/Release ${ninja_targets} || die - - pax-mark m out/Release/chrome -} - -src_install() { - local CHROMIUM_HOME="/usr/$(get_libdir)/chromium-browser" - exeinto "${CHROMIUM_HOME}" - doexe out/Release/chrome - - if use suid; then - newexe out/Release/chrome_sandbox chrome-sandbox - fperms 4755 "${CHROMIUM_HOME}/chrome-sandbox" - fi - - doexe out/Release/chromedriver - - local sedargs=( -e "s:/usr/lib/:/usr/$(get_libdir)/:g" ) - sed "${sedargs[@]}" "${FILESDIR}/chromium-launcher-r3.sh" > chromium-launcher.sh || die - doexe chromium-launcher.sh - - # It is important that we name the target "chromium-browser", - # xdg-utils expect it; bug #355517. - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium-browser - # keep the old symlink around for consistency - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium - - dosym "${CHROMIUM_HOME}/chromedriver" /usr/bin/chromedriver - - # Allow users to override command-line options, bug #357629. - insinto /etc/chromium - newins "${FILESDIR}/chromium.default" "default" - - pushd out/Release/locales > /dev/null || die - chromium_remove_language_paks - popd - - if use widevine; then - # These will be provided by chrome-binary-plugins - rm out/Release/libwidevinecdm*.so || die - fi - - insinto "${CHROMIUM_HOME}" - doins out/Release/*.bin - doins out/Release/*.pak - doins out/Release/*.so - - if ! use system-icu; then - doins out/Release/icudtl.dat - fi - - doins -r out/Release/locales - doins -r out/Release/resources - - insinto "${CHROMIUM_HOME}/swiftshader" - doins out/Release/swiftshader/*.so - - newman out/Release/chrome.1 chromium.1 - newman out/Release/chrome.1 chromium-browser.1 - - # Install icons and desktop entry. - local branding size - for size in 16 22 24 32 48 64 128 256 ; do - case ${size} in - 16|32) branding="chrome/app/theme/default_100_percent/chromium" ;; - *) branding="chrome/app/theme/chromium" ;; - esac - newicon -s ${size} "${branding}/product_logo_${size}.png" \ - chromium-browser.png - done - - local mime_types="text/html;text/xml;application/xhtml+xml;" - mime_types+="x-scheme-handler/http;x-scheme-handler/https;" # bug #360797 - mime_types+="x-scheme-handler/ftp;" # bug #412185 - mime_types+="x-scheme-handler/mailto;x-scheme-handler/webcal;" # bug #416393 - make_desktop_entry \ - chromium-browser \ - "Chromium" \ - chromium-browser \ - "Network;WebBrowser" \ - "MimeType=${mime_types}\nStartupWMClass=chromium-browser" - sed -e "/^Exec/s/$/ %U/" -i "${ED}"/usr/share/applications/*.desktop || die - - # Install GNOME default application entry (bug #303100). - insinto /usr/share/gnome-control-center/default-apps - newins "${FILESDIR}"/chromium-browser.xml chromium-browser.xml - - readme.gentoo_create_doc -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update - readme.gentoo_print_elog -} diff --git a/www-client/chromium/chromium-63.0.3239.70.ebuild b/www-client/chromium/chromium-63.0.3239.70.ebuild deleted file mode 100644 index c228cfc0c39d..000000000000 --- a/www-client/chromium/chromium-63.0.3239.70.ebuild +++ /dev/null @@ -1,657 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -PYTHON_COMPAT=( python2_7 ) - -CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he - hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr - sv sw ta te th tr uk vi zh-CN zh-TW" - -inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs versionator xdg-utils - -DESCRIPTION="Open-source version of Google Chrome web browser" -HOMEPAGE="http://chromium.org/" -SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine" -RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" - -COMMON_DEPEND=" - app-arch/bzip2:= - cups? ( >=net-print/cups-1.3.11:= ) - dev-libs/expat:= - dev-libs/glib:2 - system-icu? ( >=dev-libs/icu-59 =dev-libs/libxml2-2.9.4-r3:=[icu] - dev-libs/libxslt:= - dev-libs/nspr:= - >=dev-libs/nss-3.14.3:= - >=dev-libs/re2-0.2016.05.01:= - gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) - >=media-libs/alsa-lib-1.0.19:= - media-libs/fontconfig:= - media-libs/freetype:= - >=media-libs/harfbuzz-1.5.0:=[icu(-)] - media-libs/libjpeg-turbo:= - media-libs/libpng:= - system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) - >=media-libs/openh264-1.6.0:= - pulseaudio? ( media-sound/pulseaudio:= ) - system-ffmpeg? ( - >=media-video/ffmpeg-3:= - || ( - media-video/ffmpeg[-samba] - >=net-fs/samba-4.5.10-r1[-debug(-)] - ) - !=net-fs/samba-4.5.12 - media-libs/opus:= - ) - sys-apps/dbus:= - sys-apps/pciutils:= - virtual/udev - x11-libs/cairo:= - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3[X] - x11-libs/libX11:= - x11-libs/libXcomposite:= - x11-libs/libXcursor:= - x11-libs/libXdamage:= - x11-libs/libXext:= - x11-libs/libXfixes:= - >=x11-libs/libXi-1.6.0:= - x11-libs/libXrandr:= - x11-libs/libXrender:= - x11-libs/libXScrnSaver:= - x11-libs/libXtst:= - x11-libs/pango:= - app-arch/snappy:= - media-libs/flac:= - >=media-libs/libwebp-0.4.0:= - sys-libs/zlib:=[minizip] - kerberos? ( virtual/krb5 ) -" -# For nvidia-drivers blocker, see bug #413637 . -RDEPEND="${COMMON_DEPEND} - !=www-client/chromium-9999 - !=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]" && - has_version --host-root "dev-python/html5lib[${PYTHON_USEDEP}]" && - has_version --host-root "dev-python/simplejson[${PYTHON_USEDEP}]" -} - -if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then - EBUILD_DEATH_HOOKS+=" chromium_pkg_die"; -fi - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -Some web pages may require additional fonts to display properly. -Try installing some of the following packages if some characters -are not displayed properly: -- media-fonts/arphicfonts -- media-fonts/bitstream-cyberbit -- media-fonts/droid -- media-fonts/ipamonafont -- media-fonts/noto -- media-fonts/ja-ipafonts -- media-fonts/takao-fonts -- media-fonts/wqy-microhei -- media-fonts/wqy-zenhei - -To fix broken icons on the Downloads page, you should install an icon -theme that covers the appropriate MIME types, and configure this as your -GTK+ icon theme. -" - -PATCHES=( - "${FILESDIR}/${PN}-widevine-r1.patch" - "${FILESDIR}/${PN}-FORTIFY_SOURCE-r2.patch" - "${FILESDIR}/${PN}-gcc5-r4.patch" - "${FILESDIR}/${PN}-clang-r1.patch" - "${FILESDIR}/${PN}-webrtc-r0.patch" - "${FILESDIR}/${PN}-gcc5-r5.patch" -) - -pre_build_checks() { - if [[ ${MERGE_TYPE} != binary ]]; then - local -x CPP="$(tc-getCXX) -E" - if tc-is-clang && ! version_is_at_least "3.9.1" "$(clang-fullversion)"; then - # bugs: #601654 - die "At least clang 3.9.1 is required" - fi - if tc-is-gcc && ! version_is_at_least 5.0 "$(gcc-version)"; then - # bugs: #535730, #525374, #518668, #600288, #627356 - die "At least gcc 5.0 is required" - fi - fi - - # Check build requirements, bug #541816 and bug #471810 . - CHECKREQS_MEMORY="3G" - CHECKREQS_DISK_BUILD="5G" - eshopts_push -s extglob - if is-flagq '-g?(gdb)?([1-9])'; then - CHECKREQS_DISK_BUILD="25G" - if ! use component-build; then - CHECKREQS_MEMORY="16G" - fi - fi - eshopts_pop - check-reqs_pkg_setup -} - -pkg_pretend() { - pre_build_checks -} - -pkg_setup() { - pre_build_checks - - # Make sure the build system will use the right python, bug #344367. - python-any-r1_pkg_setup - - chromium_suid_sandbox_check_kernel_config -} - -src_prepare() { - default - - mkdir -p third_party/node/linux/node-linux-x64/bin || die - ln -s "${EPREFIX}"/usr/bin/node third_party/node/linux/node-linux-x64/bin/node || die - - local keeplibs=( - base/third_party/dmg_fp - base/third_party/dynamic_annotations - base/third_party/icu - base/third_party/nspr - base/third_party/superfasthash - base/third_party/symbolize - base/third_party/valgrind - base/third_party/xdg_mime - base/third_party/xdg_user_dirs - chrome/third_party/mozilla_security_manager - courgette/third_party - net/third_party/mozilla_security_manager - net/third_party/nss - third_party/WebKit - third_party/analytics - third_party/angle - third_party/angle/src/common/third_party/base - third_party/angle/src/common/third_party/smhasher - third_party/angle/src/third_party/compiler - third_party/angle/src/third_party/libXNVCtrl - third_party/angle/src/third_party/trace_event - third_party/blink - third_party/boringssl - third_party/breakpad - third_party/breakpad/breakpad/src/third_party/curl - third_party/brotli - third_party/cacheinvalidation - third_party/catapult - third_party/catapult/common/py_vulcanize/third_party/rcssmin - third_party/catapult/common/py_vulcanize/third_party/rjsmin - third_party/catapult/third_party/polymer - third_party/catapult/tracing/third_party/d3 - third_party/catapult/tracing/third_party/gl-matrix - third_party/catapult/tracing/third_party/jszip - third_party/catapult/tracing/third_party/mannwhitneyu - third_party/catapult/tracing/third_party/oboe - third_party/catapult/tracing/third_party/pako - third_party/ced - third_party/cld_2 - third_party/cld_3 - third_party/crc32c - third_party/cros_system_api - third_party/devscripts - third_party/dom_distiller_js - third_party/fips181 - third_party/flatbuffers - third_party/flot - third_party/freetype - third_party/glslang-angle - third_party/google_input_tools - third_party/google_input_tools/third_party/closure_library - third_party/google_input_tools/third_party/closure_library/third_party/closure - third_party/googletest - third_party/hunspell - third_party/iccjpeg - third_party/inspector_protocol - third_party/jinja2 - third_party/jstemplate - third_party/khronos - third_party/leveldatabase - third_party/libXNVCtrl - third_party/libaddressinput - third_party/libjingle - third_party/libphonenumber - third_party/libsecret - third_party/libsrtp - third_party/libudev - third_party/libwebm - third_party/libxml/chromium - third_party/libyuv - third_party/lss - third_party/lzma_sdk - third_party/markupsafe - third_party/mesa - third_party/modp_b64 - third_party/mt19937ar - third_party/node - third_party/node/node_modules/polymer-bundler/lib/third_party/UglifyJS2 - third_party/openmax_dl - third_party/ots - third_party/pdfium - third_party/pdfium/third_party/agg23 - third_party/pdfium/third_party/base - third_party/pdfium/third_party/build - third_party/pdfium/third_party/bigint - third_party/pdfium/third_party/freetype - third_party/pdfium/third_party/lcms - third_party/pdfium/third_party/libopenjpeg20 - third_party/pdfium/third_party/libpng16 - third_party/pdfium/third_party/libtiff - third_party/ply - third_party/polymer - third_party/protobuf - third_party/protobuf/third_party/six - third_party/qcms - third_party/sfntly - third_party/skia - third_party/skia/third_party/gif - third_party/skia/third_party/vulkan - third_party/smhasher - third_party/spirv-headers - third_party/spirv-tools-angle - third_party/sqlite - third_party/swiftshader - third_party/swiftshader/third_party/llvm-subzero - third_party/swiftshader/third_party/subzero - third_party/usrsctp - third_party/vulkan - third_party/vulkan-validation-layers - third_party/web-animations-js - third_party/webdriver - third_party/webrtc - third_party/widevine - third_party/woff2 - third_party/zlib/google - url/third_party/mozilla - v8/src/third_party/valgrind - v8/third_party/inspector_protocol - - # gyp -> gn leftovers - base/third_party/libevent - third_party/adobe - third_party/speech-dispatcher - third_party/usb_ids - third_party/xdg-utils - third_party/yasm/run_yasm.py - ) - if ! use system-ffmpeg; then - keeplibs+=( third_party/ffmpeg third_party/opus ) - fi - if ! use system-icu; then - keeplibs+=( third_party/icu ) - fi - if ! use system-libvpx; then - keeplibs+=( third_party/libvpx ) - keeplibs+=( third_party/libvpx/source/libvpx/third_party/x86inc ) - fi - if use tcmalloc; then - keeplibs+=( third_party/tcmalloc ) - fi - - # Remove most bundled libraries. Some are still needed. - build/linux/unbundle/remove_bundled_libraries.py "${keeplibs[@]}" --do-remove || die -} - -bootstrap_gn() { - if tc-is-cross-compiler; then - local -x AR=${BUILD_AR} - local -x CC=${BUILD_CC} - local -x CXX=${BUILD_CXX} - local -x NM=${BUILD_NM} - local -x CFLAGS=${BUILD_CFLAGS} - local -x CXXFLAGS=${BUILD_CXXFLAGS} - local -x LDFLAGS=${BUILD_LDFLAGS} - fi - einfo "Building GN..." - set -- tools/gn/bootstrap/bootstrap.py -s -v --no-clean - echo "$@" - "$@" || die -} - -src_configure() { - local myconf_gn="" - - # GN needs explicit config for Debug/Release as opposed to inferring it from build directory. - myconf_gn+=" is_debug=false" - - # Component build isn't generally intended for use by end users. It's mostly useful - # for development and debugging. - myconf_gn+=" is_component_build=$(usex component-build true false)" - - myconf_gn+=" use_allocator=$(usex tcmalloc \"tcmalloc\" \"none\")" - - # Disable nacl, we can't build without pnacl (http://crbug.com/269560). - myconf_gn+=" enable_nacl=false" - - # Use system-provided libraries. - # TODO: freetype (https://bugs.chromium.org/p/pdfium/issues/detail?id=733). - # TODO: use_system_hunspell (upstream changes needed). - # TODO: use_system_libsrtp (bug #459932). - # TODO: use_system_protobuf (bug #525560). - # TODO: use_system_ssl (http://crbug.com/58087). - # TODO: use_system_sqlite (http://crbug.com/22208). - - # libevent: https://bugs.gentoo.org/593458 - local gn_system_libraries=( - flac - # Need harfbuzz_from_pkgconfig target - #harfbuzz-ng - libdrm - libjpeg - libpng - libwebp - libxml - libxslt - openh264 - re2 - snappy - yasm - zlib - ) - if use system-ffmpeg; then - gn_system_libraries+=( ffmpeg opus ) - fi - if use system-icu; then - gn_system_libraries+=( icu ) - fi - if use system-libvpx; then - gn_system_libraries+=( libvpx ) - fi - build/linux/unbundle/replace_gn_files.py --system-libraries "${gn_system_libraries[@]}" || die - - # See dependency logic in third_party/BUILD.gn - myconf_gn+=" use_system_harfbuzz=true" - - # Optional dependencies. - myconf_gn+=" enable_hangout_services_extension=$(usex hangouts true false)" - myconf_gn+=" enable_widevine=$(usex widevine true false)" - myconf_gn+=" use_cups=$(usex cups true false)" - myconf_gn+=" use_gconf=false" - myconf_gn+=" use_gnome_keyring=$(usex gnome-keyring true false)" - myconf_gn+=" use_kerberos=$(usex kerberos true false)" - myconf_gn+=" use_pulseaudio=$(usex pulseaudio true false)" - - # TODO: link_pulseaudio=true for GN. - - myconf_gn+=" fieldtrial_testing_like_official_build=true" - - if tc-is-clang; then - myconf_gn+=" is_clang=true clang_use_chrome_plugins=false" - else - myconf_gn+=" is_clang=false" - fi - - # Never use bundled gold binary. Disable gold linker flags for now. - # Do not use bundled clang. - # Trying to use gold results in linker crash. - myconf_gn+=" use_gold=false use_sysroot=false linux_use_bundled_binutils=false use_custom_libcxx=false" - - ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)" - myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)" - myconf_gn+=" ffmpeg_branding=\"${ffmpeg_branding}\"" - - # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . - # Note: these are for Gentoo use ONLY. For your own distribution, - # please get your own set of keys. Feel free to contact chromium@gentoo.org - # for more info. - local google_api_key="AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc" - local google_default_client_id="329227923882.apps.googleusercontent.com" - local google_default_client_secret="vgKG0NNv7GoDpbtoFNLxCUXu" - myconf_gn+=" google_api_key=\"${google_api_key}\"" - myconf_gn+=" google_default_client_id=\"${google_default_client_id}\"" - myconf_gn+=" google_default_client_secret=\"${google_default_client_secret}\"" - - local myarch="$(tc-arch)" - if [[ $myarch = amd64 ]] ; then - myconf_gn+=" target_cpu=\"x64\"" - ffmpeg_target_arch=x64 - elif [[ $myarch = x86 ]] ; then - myconf_gn+=" target_cpu=\"x86\"" - ffmpeg_target_arch=ia32 - elif [[ $myarch = arm64 ]] ; then - myconf_gn+=" target_cpu=\"arm64\"" - ffmpeg_target_arch=arm64 - elif [[ $myarch = arm ]] ; then - myconf_gn+=" target_cpu=\"arm\"" - ffmpeg_target_arch=$(usex neon arm-neon arm) - else - die "Failed to determine target arch, got '$myarch'." - fi - - # Make sure that -Werror doesn't get added to CFLAGS by the build system. - # Depending on GCC version the warnings are different and we don't want - # the build to fail because of that. - myconf_gn+=" treat_warnings_as_errors=false" - - # Disable fatal linker warnings, bug 506268. - myconf_gn+=" fatal_linker_warnings=false" - - # Avoid CFLAGS problems, bug #352457, bug #390147. - if ! use custom-cflags; then - replace-flags "-Os" "-O2" - strip-flags - - # Prevent linker from running out of address space, bug #471810 . - if use x86; then - filter-flags "-g*" - fi - - # Prevent libvpx build failures. Bug 530248, 544702, 546984. - if [[ ${myarch} == amd64 || ${myarch} == x86 ]]; then - filter-flags -mno-mmx -mno-sse2 -mno-ssse3 -mno-sse4.1 -mno-avx -mno-avx2 - fi - fi - - # Make sure the build system will use the right tools, bug #340795. - tc-export AR CC CXX NM - - # Define a custom toolchain for GN - myconf_gn+=" custom_toolchain=\"//build/toolchain/linux/unbundle:default\"" - - if tc-is-cross-compiler; then - tc-export BUILD_{AR,CC,CXX,NM} - myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:host\"" - myconf_gn+=" v8_snapshot_toolchain=\"//build/toolchain/linux/unbundle:host\"" - else - myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:default\"" - fi - - # https://bugs.gentoo.org/588596 - append-cxxflags $(test-flags-CXX -fno-delete-null-pointer-checks) - - # Bug 491582. - export TMPDIR="${WORKDIR}/temp" - mkdir -p -m 755 "${TMPDIR}" || die - - if ! use system-ffmpeg; then - local build_ffmpeg_args="" - if use pic && [[ "${ffmpeg_target_arch}" == "ia32" ]]; then - build_ffmpeg_args+=" --disable-asm" - fi - - # Re-configure bundled ffmpeg. See bug #491378 for example reasons. - einfo "Configuring bundled ffmpeg..." - pushd third_party/ffmpeg > /dev/null || die - chromium/scripts/build_ffmpeg.py linux ${ffmpeg_target_arch} \ - --branding ${ffmpeg_branding} -- ${build_ffmpeg_args} || die - chromium/scripts/copy_config.sh || die - chromium/scripts/generate_gn.py || die - popd > /dev/null || die - fi - - bootstrap_gn - - einfo "Configuring Chromium..." - set -- out/Release/gn gen --args="${myconf_gn}" out/Release - echo "$@" - "$@" || die -} - -src_compile() { - local ninja_targets="chrome chromedriver" - if use suid; then - ninja_targets+=" chrome_sandbox" - fi - - # Build mksnapshot and pax-mark it. - if tc-is-cross-compiler; then - eninja -C out/Release host/mksnapshot || die - pax-mark m out/Release/host/mksnapshot - else - eninja -C out/Release mksnapshot || die - pax-mark m out/Release/mksnapshot - fi - - # Even though ninja autodetects number of CPUs, we respect - # user's options, for debugging with -j 1 or any other reason. - eninja -C out/Release ${ninja_targets} || die - - pax-mark m out/Release/chrome -} - -src_install() { - local CHROMIUM_HOME="/usr/$(get_libdir)/chromium-browser" - exeinto "${CHROMIUM_HOME}" - doexe out/Release/chrome - - if use suid; then - newexe out/Release/chrome_sandbox chrome-sandbox - fperms 4755 "${CHROMIUM_HOME}/chrome-sandbox" - fi - - doexe out/Release/chromedriver - - local sedargs=( -e "s:/usr/lib/:/usr/$(get_libdir)/:g" ) - sed "${sedargs[@]}" "${FILESDIR}/chromium-launcher-r3.sh" > chromium-launcher.sh || die - doexe chromium-launcher.sh - - # It is important that we name the target "chromium-browser", - # xdg-utils expect it; bug #355517. - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium-browser - # keep the old symlink around for consistency - dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium - - dosym "${CHROMIUM_HOME}/chromedriver" /usr/bin/chromedriver - - # Allow users to override command-line options, bug #357629. - insinto /etc/chromium - newins "${FILESDIR}/chromium.default" "default" - - pushd out/Release/locales > /dev/null || die - chromium_remove_language_paks - popd - - if use widevine; then - # These will be provided by chrome-binary-plugins - rm out/Release/libwidevinecdm*.so || die - fi - - insinto "${CHROMIUM_HOME}" - doins out/Release/*.bin - doins out/Release/*.pak - doins out/Release/*.so - - if ! use system-icu; then - doins out/Release/icudtl.dat - fi - - doins -r out/Release/locales - doins -r out/Release/resources - - insinto "${CHROMIUM_HOME}/swiftshader" - doins out/Release/swiftshader/*.so - - # Install icons and desktop entry. - local branding size - for size in 16 22 24 32 48 64 128 256 ; do - case ${size} in - 16|32) branding="chrome/app/theme/default_100_percent/chromium" ;; - *) branding="chrome/app/theme/chromium" ;; - esac - newicon -s ${size} "${branding}/product_logo_${size}.png" \ - chromium-browser.png - done - - local mime_types="text/html;text/xml;application/xhtml+xml;" - mime_types+="x-scheme-handler/http;x-scheme-handler/https;" # bug #360797 - mime_types+="x-scheme-handler/ftp;" # bug #412185 - mime_types+="x-scheme-handler/mailto;x-scheme-handler/webcal;" # bug #416393 - make_desktop_entry \ - chromium-browser \ - "Chromium" \ - chromium-browser \ - "Network;WebBrowser" \ - "MimeType=${mime_types}\nStartupWMClass=chromium-browser" - sed -e "/^Exec/s/$/ %U/" -i "${ED}"/usr/share/applications/*.desktop || die - - # Install GNOME default application entry (bug #303100). - insinto /usr/share/gnome-control-center/default-apps - newins "${FILESDIR}"/chromium-browser.xml chromium-browser.xml - - readme.gentoo_create_doc -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update - readme.gentoo_print_elog -} diff --git a/www-client/chromium/chromium-63.0.3239.84.ebuild b/www-client/chromium/chromium-63.0.3239.84.ebuild index 71a061010b7a..be37d445c4f1 100644 --- a/www-client/chromium/chromium-63.0.3239.84.ebuild +++ b/www-client/chromium/chromium-63.0.3239.84.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine" RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" @@ -537,9 +537,10 @@ src_configure() { "$@" || die } -host_binary() { +src_compile() { + # Build mksnapshot and pax-mark it. local x - for x; do + for x in mksnapshot v8_context_snapshot_generator; do if tc-is-cross-compiler; then eninja -C out/Release "host/${x}" pax-mark m "out/Release/host/${x}" @@ -548,11 +549,6 @@ host_binary() { pax-mark m "out/Release/${x}" fi done -} - -src_compile() { - # Build mksnapshot and pax-mark it. - host_binary mksnapshot v8_context_snapshot_generator # Work around circular dep issue # https://chromium-review.googlesource.com/c/chromium/src/+/617768 diff --git a/www-client/chromium/chromium-64.0.3282.14.ebuild b/www-client/chromium/chromium-64.0.3282.14.ebuild index e436cbd1b599..c0f32ba37a41 100644 --- a/www-client/chromium/chromium-64.0.3282.14.ebuild +++ b/www-client/chromium/chromium-64.0.3282.14.ebuild @@ -539,9 +539,13 @@ src_configure() { "$@" || die } -host_binary() { +src_compile() { + # Calling this here supports resumption via FEATURES=keepwork + python_setup + + # Build mksnapshot and pax-mark it. local x - for x; do + for x in mksnapshot v8_context_snapshot_generator; do if tc-is-cross-compiler; then eninja -C out/Release "host/${x}" pax-mark m "out/Release/host/${x}" @@ -550,14 +554,6 @@ host_binary() { pax-mark m "out/Release/${x}" fi done -} - -src_compile() { - # Calling this here supports resumption via FEATURES=keepwork - python_setup - - # Build mksnapshot and pax-mark it. - host_binary mksnapshot v8_context_snapshot_generator # Work around circular dep issue # https://chromium-review.googlesource.com/c/chromium/src/+/617768 diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest index 83c2b11535a7..f86a38df346e 100644 --- a/www-client/firefox-bin/Manifest +++ b/www-client/firefox-bin/Manifest @@ -82,6 +82,90 @@ DIST firefox-52.5.0esr-vi.xpi 450805 BLAKE2B bd8a2736fbd24b7baba21d2bc0211d9fe4b DIST firefox-52.5.0esr-xh.xpi 441173 BLAKE2B a88b80ef8f86b254be5d217345c05c40260d966022c23c15286474238c95cfce380847be77ef13d2ba14bcad7084cb4533a82f1fa2042351a479e30fcd9161a3 SHA512 be55000cff66448d0e33cb5805414084e9e8f4a1956cba862debfac1e50c491252d2e4b17b4b96a4c46fcf95e78418666e7247233e91f56e0619020d891606bf DIST firefox-52.5.0esr-zh-CN.xpi 461695 BLAKE2B 82a26f8b61d0786859e525784983573565794b610b73df831cc74a9bbb15a1da7b715bdf554b1521a054a89861584ee1b9ad25ad64892cdc8b08c28f4605c563 SHA512 f2eb141e46e157e729abff7a7100be71aad7f19c1397431ee00fa22946ed5e0136485da7f11e2ab604245c4f0134bc56f1839afb4d1e57cc61d69f19d11e0b12 DIST firefox-52.5.0esr-zh-TW.xpi 472534 BLAKE2B 3eefc0240f3b39779bf1815de9287e54da0a52b22bee3a0d998108209e844323fc9763e8250c3e3ba853cd2cc3f998393d753bfea799238cdfe4a946fe514af7 SHA512 733beb033f83441f76706194e107413db0b90e8f19f8e2463dbd3504f07a8c8587f41449713cc100431902670e2df94f0086654df5c3cde6d6517616353f9c2c +DIST firefox-52.5.2esr-ach.xpi 427640 BLAKE2B e15767842d78a4de50744a2467214dc84c22877d6bab70cdc02dfd61f3123816f3f40eaf42a00be594b416715b2863a3c7579fffc16bca1a0320ae53fe3200bd SHA512 520f8f9a694430a0d85dc840bf2654c186ab9df7eed2a4d5b18e5937038983f70d9feb78a12a187cc49b0cd035465ff6dd9f732b1de9eedc931e3a5c21f53432 +DIST firefox-52.5.2esr-af.xpi 436823 BLAKE2B 6fe0d2f9bea490f0f8833518462ebc1959775abad57030035e6bb0f331905a6950a4e648b5725bf24668703692fbab1563a3b87557c6c0a100e71deda1d8d1e5 SHA512 c6fbe8a9e98b888f60c528d58b5947eb7538c387457132aa2c9877ea5bec8c10fb575674f4fe8eb41e20f028fb52c55155276c106aa4a7641055c3dd4c08e66d +DIST firefox-52.5.2esr-an.xpi 445142 BLAKE2B bc77e8cd79f8859a78cb2cda679c2e34c1b94cb5b7348653ecbee71ceefc32abd761650ee34f3110525afab0ab855299e287cbf3151003c3872121980128e90a SHA512 36f795f4a2c3c9bacd83e9ad975ac8cf9e867e32d81e4749ba659e7ab82ff15cee70504769f0258a9a28fbd1544e28797ab7b746e5c317a34731d64c075c2014 +DIST firefox-52.5.2esr-ar.xpi 473381 BLAKE2B 03271baef60d0a3497b64ae6202245ba83414b38679aa874cf4367a8d0a826d4841c8f9b848db2b72b4b44ef14d6142c3f01cee7fada0132cefae529cf03832a SHA512 9aa29bd27b3b9c0ffe4c6b8c319c603b8f9bbce15d901ccde840561bcc0870b959861f82e7e2416815328a7a49b36854fe82aaf078fa237d32198443e5996be6 +DIST firefox-52.5.2esr-as.xpi 486888 BLAKE2B 6cf6fb998ce7625ce95a8eb13edd9359f2b37269bdf2320e4862df76e036073f2db8bed9010cab6cce0005a27d4e16bf504dc778fd234f909e690effd9d36cad SHA512 520291be28928368d276f96204b2eb0ef5f564d986d5c608bc87e55e4964c033cc057f3b8e31fe0448e70a48f48dd1d33e35683b408c659a0b70d80239d09308 +DIST firefox-52.5.2esr-ast.xpi 440033 BLAKE2B badd7b0651faafcac83c081c81d3ae141b5eee141e99d9218ccaeb20b85439d56296433c90307c3b63805730d2ca635ae777626e7b1b3fcd5be5db8befc52a13 SHA512 b3324b0d5c32cbbbad2e305a81edf584e87b273f2d8798922d595dcd58283c8500fbf6f252a833de8633fabf340b1e1ac1fa6ad8f9a7d2909adf2626c6ce34eb +DIST firefox-52.5.2esr-az.xpi 454923 BLAKE2B 740d29e21ab1a5b26f533fa91f41cc51e96e75c68ba156c3bf1e2f55d376e082350059a01d4b58f0a60c890bac012d3181b6b0095dfea832b7b632f35e11f769 SHA512 5c710803c426ee26184e300c8ea62d6b5965cbdb7039a649ba7f1ecce77d58a9790124467b683adc66b8b9cb78dddb97659633f65b14ef8ebc6a6399baef3fd8 +DIST firefox-52.5.2esr-bg.xpi 487892 BLAKE2B 95eca0ee4b1f8ef8b79edb9d2a8b84ef595a3e092bf7eceeeba8b85c1843483dc89820af2689a6bef0b35e7435ccff1bb13ba95931b739fad1d287dff53a5546 SHA512 ee9a9e59c86ce0173dd99c96602244ab7a2a7f9f424c11125a4af1253dfe6e6d7e838a674b1b840d0f3ac9a45a3bfddd0b693b0676d6dcd30e87676db94f8ddf +DIST firefox-52.5.2esr-bn-BD.xpi 511995 BLAKE2B 1ff506afc3423b64af8739555885a4c0e271f4c1089972af6723e6f0de15e94a19098ce136db385be85506bdba53ce0699058cbfd60f1b07ea4ec30daa5b2a0e SHA512 5a1fd91cb356734f34371eb9ebc1dd4b7c350a62272c0e8454b2dddacbdb72773f20e13286b4355592ad389d452764c3b01ced5f20ae5fe44d9af98f2015f2f7 +DIST firefox-52.5.2esr-bn-IN.xpi 509375 BLAKE2B b1f46c25a2cb72f054772d3c0b15e548dfc272a78fcaf9204443e8ea23f2fdc520ebf3925a72cd2af22e009a19284acf48b1e4daa4423828eedc0d3b58304c50 SHA512 25cbf24c77cda6564bfe568e3c92ab5e0b6bc6641625d1d7c362b8d064641ff27e4b666e0842138c637bb4218f26764511d96f656449705274c46486ddcedf61 +DIST firefox-52.5.2esr-br.xpi 435483 BLAKE2B af1bb6a3b6576bfb3a321c2d9642ad15578a09d513f6661ddcb3cda2af0736721007eba1f56de27d08ffb36f104efaa8748d71bbd52d9cfce92ccfb8bb3eb5a0 SHA512 785813c1541d052d8e1424d84299bcb96cbcce059b044a6ce7f5388537013c1462e3d69662613f690584102896395120dd7a3e7465bd1728d781ef8a7b904eff +DIST firefox-52.5.2esr-bs.xpi 441783 BLAKE2B 876d350d7900209efc396d89454dcbe212d116ff0724b04fdcb0d1fccb475fa50d1fe1797268c95b47af4300fb83a40a79ed78ed5579c18fac167652cf273246 SHA512 1db985c9050f572b5ef26e7a40db1ee09bc62aad4f9db3da8073c9e614ee53b4012741c036d9fb3080e304630d21430b7dd83494ceda408774a4a992be2ddc1d +DIST firefox-52.5.2esr-ca.xpi 443304 BLAKE2B d4a13e83071240d5d0742f28f3ebd26553f9639626ff7435bbdd4a3f45818eb935b1b6e2bcebd65be20477fe56b4cd1977b3e62134fe6a5b645cec4fbb95c86f SHA512 7ed789bc3d4c4e70dcf8b249130184de0a326040810d1a811e40a75f7e9685d20b2e1aee162a3313232c18d376a1511f088655148c2629a4fb9093a9c32936be +DIST firefox-52.5.2esr-cs.xpi 444075 BLAKE2B 0cf2509e68dedcb7d3c35e2a4d3bbc6b224180de94430033771ac6cdaa949cfc47bb105815a02b1da042e782d96eb117ed1a34725e85021b4fc99ab4dff986a5 SHA512 59b3da73a866a03868d4899ae6d82fab53bba757b7849df8d68025a10165a1cc8c6b78040c9f549a82eb5cf3043a2f146857b61ed90bf8fb4e5118e1114ecf86 +DIST firefox-52.5.2esr-cy.xpi 436583 BLAKE2B c76971e75d027da64adf045a51d32d3de96ca28a979c631952ce29cbad637ca7eaa6e04229e3c7a7dfaf93a433249f70d5147f33eec2f81d087057e6fbd994a2 SHA512 f83295dc4583f390dba952fb12819c8b9af1163176de0d22d104ecf51f6228510d1c081338fdb64d0b009f700a40f59125126cba9acbbeb4432470afb1a15ac6 +DIST firefox-52.5.2esr-da.xpi 424394 BLAKE2B 2b0889fbb80a5321ad67e502b2d5b305ec53f49689449f487e5daee4f8aec7f436eb28313f0d505bf0b0861bdf134ae04047bc5821c99f2f8c798d7f639c55af SHA512 12d06846306b714a282147aee9f565ccd8fd4b064a134ca3567b991e76a6fb248502e39959db12465e158686111f20cc4d5e71796abfeb0f7c649b2073a97d45 +DIST firefox-52.5.2esr-de.xpi 442479 BLAKE2B f3f05dfd8e56f9455ba263cb3c0461c2290b9eb7b0e73d66c3d09ac2abd03f379c0d795cc8904dc2f76af412460b80092f0f90d5eca00795bd2f131799ac0e1a SHA512 ed327e22cfb23430d24569b03b9909b8aee78f6c1c8a3b0668be0daa8e5c866d6fe8a4ac3e4846901826e60a6a13cdf90a657bdd2a29d625eb8d23fd41b767d6 +DIST firefox-52.5.2esr-el.xpi 516592 BLAKE2B 102e11a28865248ce0ad51f7ed93c8cdc92f9ec2d428db4eadfef6c17a7b8e9324ea8dac9ee276209412c988e6910ab87a31d94f6116ba6f1d1dd74bd6d383ad SHA512 ce8ab19343e748b46641c1ae0b100c4ff904300808c925a7e11fc06f8bc30c6d8aef35754d7f595e1fc486fc7ddf9263254f6fd1cb2d8a7e99454ab8e1c2a93c +DIST firefox-52.5.2esr-en-GB.xpi 419324 BLAKE2B 4cf7892ad81436131c97e3c7492b752e52d59188e30e506e7983cb1a68327c656aa8cfa35fe60b61e8d9e78f19f54c1878bfd13067c29ff3d94162f82cbcde9d SHA512 5e6e5d9259b85857302f3d4fcb4d83dc0426b5747381a183fcafc66ee34f91697c4fa27249344cdb368e5a592983a6dc0af0031a9baba86ea3fc4cc3a5fe4692 +DIST firefox-52.5.2esr-en-ZA.xpi 412212 BLAKE2B 2499e8f68168b508934214ee10066a7269246827b426a3d8881d4ab39270a8d086c6fd7787ecaacb459437c1e46833af52587c52fbe7eaded0f26a380949b1a6 SHA512 9b38057d98c0d8697ffbfc8db10881e1a3284efa2335260ac5d35b911fff5b62bddab6fbadf252dc04e32ee55df400b54fcc1dca6c351aab88b364014e10aced +DIST firefox-52.5.2esr-eo.xpi 437474 BLAKE2B 51dade72c5185c33bb0ad3d3bf5ce73b7ed645e44458db183589d5a1fd333f4cb7f2f9ce60636fcabe8ec20993cff60123f96cf7fe9b04433d98ceb548933f05 SHA512 047c979f4aec2aa1a2709600150acdad48c4488c6881714604be58f12272a5742f88487c0ced0311b55cafe4cfa8b4c24e22ac34ecc366063ac5487b1f517055 +DIST firefox-52.5.2esr-es-AR.xpi 445925 BLAKE2B 45866ea0c2cec268c43356bdb4b48c6c42c7104496ae52aed5eae2ceda72e054aa26e9713fea090ca6bfe5ea00e24d97735bd8da908e572c0f322080583d2be9 SHA512 51170d1bc0532dc057e78cc195852d75024618a4722adc3b5c794fe4aefea947d9060f65fd81b8367f5d0bfd18f2fafdf7dbf23e851bacb669e8f94b5d6d9962 +DIST firefox-52.5.2esr-es-CL.xpi 445676 BLAKE2B 511abd56052b35fd9c75f6f3d2dc2cc96bb71bce36ecbc4c48ced5dff47556498deb11c190378c87333968f7757fb5d2b5779fecb70883bac51317712b828404 SHA512 50fd47a2a12fe6dc0ba0f1ab21e2eddcdcc4a3a82c75380e329e31fe818c299f95c88c6128e2262edfaf8764382db668f8b22624903014a49c76492f840a2d68 +DIST firefox-52.5.2esr-es-ES.xpi 344875 BLAKE2B d159f496aa076600a540dd9ad8a96f8054a745c4abd5e7858277e6d75fdb79fe3bd728151e2372090bd26add21c08b1ebb25a767d571ef621e0fc3712aff27b6 SHA512 a70185ee1165feda7d9dbf9694d77d0f57d1fcbcee7b3c11033fa2c48aef8260f07a248391fd5a279ae4d71d7c14af9d519478bd874fca301fd657a43a97681c +DIST firefox-52.5.2esr-es-MX.xpi 448385 BLAKE2B 306f9a9745f90daf336b4e5a97585e756d0aac78e674797c9b041dc4af953f52179016f908bbd551930a03335e1e4a649b8d6fb7c31bd3f67bf14ab822a01324 SHA512 af1a538744b493faf7c4ec888abf832eaa35537a2202d8bcbbca21e02d7886e464345bc8c5f2625721489f595a5bd75b771bb5fbb024fb259e59aa6fc31f3f8f +DIST firefox-52.5.2esr-et.xpi 425113 BLAKE2B 95d07d553b27f77ccba359cf6dfde9c480cc74602b6d2a8ec54d75b4dc6dcea71f91ea8fcb0b4313a94685b4e53a61a8a4f6d47ec02e4048a67356e87e6a13db SHA512 c8927c532457443b9080a10ab49bdcefaf5da64f5b867fc01a6a2ace0d73dc06e274db70844fee4cd0061d6d25be43fbcec04ead393f4bf9fca5eedae77dbca8 +DIST firefox-52.5.2esr-eu.xpi 438479 BLAKE2B fa2f24888fe06c02d6e8aaa8cda4453949f0065227a0c26c33267066fae5ec82e80c59b9619b8c4d613bf627cb6591f99106517a08a371d324d3708a335d9716 SHA512 036c52a3ee9988498437bc1bee2c09823797332a40006aff021b440cd54aa3db5b132891e42085fcb49417412dcdc04bac55a2454dcd88c7fdcf2dd863a9132c +DIST firefox-52.5.2esr-fa.xpi 491344 BLAKE2B a1d0799e00702bf8b4d9f71a5ef461d677c44a2dd8356e5707a228078b3c7bf34cb339a0337bff7085f1f420b80f60fb800a2b5cf19f4a409f061c4c6abadf10 SHA512 cec8e2b2111f804157feeb9eb203bed29950394193b2483c540236cd48d96c6b10e7ee5dce29b449f364b617748756caad1fdd3ffb348a5f4bbbe091c0be23a6 +DIST firefox-52.5.2esr-fi.xpi 430061 BLAKE2B f804886f02dca86a943679498c22bd292a764cd7a0df6c282b718f9ca6b77afc1f633d9ee87ede10841e5c5c2b364f015c6232103ff7cab201dfcd6cd241411d SHA512 c15a841d1e80601cd45ebff58baeeef22f9ed57cc901d5fbfd1f660f0e11c6db18697d1b24a702a1ad1eebcaf91205e6fb07a3f5e56a8e6a28cb41394dcdc03d +DIST firefox-52.5.2esr-fr.xpi 450210 BLAKE2B 928c6f43268e08e4d693824a09eca6223540c2aeebf6ea2adbe3c890c5c58fa1630ddbfb96d8eb6ef339a5771635cf30a50b98d2c3b86fcff5c160cc622ebde2 SHA512 2a30fc383720d5f6e624dda20ae084550ab9eb303d45f914accff49a0cf1061a7de68378cf6247e9637ad96ae54c25204629c35fea34d1dbbaaf4c034a33ebf6 +DIST firefox-52.5.2esr-fy-NL.xpi 444974 BLAKE2B b275a5e7c3ec9cb82634b533ccb53a613f09f5b859654d46d8ca1e5017c17926b4af20ec4ae05f9f9c17ed3f2b0e0831427d44245282b964a4765fce9fbfc64c SHA512 83d5782ee3b2f8bdd93f23c31d5350310b25641ccaabbbe0ddf46bba3bbdc1445394d51c227c6654b8b9e285a9082476cff22d737e94a787bb16c498611584db +DIST firefox-52.5.2esr-ga-IE.xpi 458165 BLAKE2B 4662265d637c7073aa20b766c701e11730ff7ec6f600ed8e901c925e1a0dbaa88fbeb053d7e99f47311ccef9060ce2b320c425f76ee3c8f7215f596f034e8601 SHA512 ccfaef912f2313e8c29b5bf2e4002bf03329cbf2618cf29ca8c62e26c310db1700d0179794a4c9d9660b40ea5994c346c34f5635edd8ed46d7ce32690ee46371 +DIST firefox-52.5.2esr-gd.xpi 447268 BLAKE2B d40e67c9f90d54aa81c40ff73f9a6d78ab421dc8a3c5a9933b559681b2548b602cfe039fb2bd0bca94ca8aff8e4fa31e15603701a8e9b61c030840cbf2171efb SHA512 92575ae7335ba8789490d0533a0e58363b733672c7b9176d3f78be1ce9c7b67c6243f9fbe944917345385371a1d0e082b32d92b4ec10e54c2b26db4d9382dd25 +DIST firefox-52.5.2esr-gl.xpi 447295 BLAKE2B 6393712bfa82d169571bd10e7ac7698d053b460a1162e1b8583d67962d9aa8f24b751ef8c929604dfcdfbacab0c75998cd8a2d01920b1f8f1bfc25384e96578c SHA512 f71929370b2da144ed3cd586794e6014aebcbb5b3f4f2aa56ca913c9b55848424a74c4fcef81f3e8337dc9144277bc74676edefaba9d7296983535ba9dc3d713 +DIST firefox-52.5.2esr-gu-IN.xpi 489365 BLAKE2B 3030dd45cc176de8aa9549db6b114a0a5ea25cc346a284096ef298482547ff1a04c5fdeecb9fe3762322d23ed163ac3d99b9b39a30cd5f1f3e1c697b65bb4d4d SHA512 947eb7a4ac48c03f347afbb81d6f80882bc78725fdc138fc21c2f5f2a9582e2fcb160c7c4469d8feef4cb615fb8383022543eaa26c55b947b92d9e85fa833a32 +DIST firefox-52.5.2esr-he.xpi 455282 BLAKE2B 41c3791594dcdbd7d947fdfb5e78ea73c8639d27a0a252c542bb6a7511d15313ebf4483470cbc1f89345988c4c7ef314d8e1d6f5aa02b351aea8ba4cece969e8 SHA512 a6ef0b6af0424d31c7fea99d752caa8a3178ca64cce5cc3ed5d0e14d45b062f223a8f3199d57e7ee854797395bdbc3ba39361dc49c45d1877a8ed52648730a59 +DIST firefox-52.5.2esr-hi-IN.xpi 506518 BLAKE2B a8b201d23c5ada691e99bed91d3706ade9f578ece0fe4cb33b6d75a4acc669ce3cd7d67c9c5e194124814e76a5f401b1ae5b024a6b0f6a020926ffd5b3d9349e SHA512 040163d1abd00573c88a5e5f74b687aefe7a00c631e6d8ee691ccb3d39789092cc76b328904da8f874e3feaadd5a5efffb486da02f91e374c9a171acd661440b +DIST firefox-52.5.2esr-hr.xpi 447503 BLAKE2B 2da6197782600b7b6efe7df8c3cac6fb8508170153b11ee8d215dd0ddc7511be21f58f311414c443e44ac760f1850c4ced329447f6384282afdf73957aa06caa SHA512 54369257057055c9e716e453956d9c3c8de5aa9482fc1d67aa5d16cb882110abe94814f3c52e43acc47795a8e46157d05cb56b7a416317b6d3abc416a87d4726 +DIST firefox-52.5.2esr-hsb.xpi 457259 BLAKE2B 7ccb91f6165e0571325397985e7f2afb3139337abe24db1308f1bafb1ecca3f9eacdfb03caf7fa397477520cee33aba793fee27b235c026be2b017ee284469b4 SHA512 1441f985c3f1cac6049d7d35a5b6a5f209c3ace55eb27de06891a4c44b3c790c56fd13db014d4c18c2614b298ba69ba8dd1ab5d41acc1660cd8b846c1410ba22 +DIST firefox-52.5.2esr-hu.xpi 451496 BLAKE2B dff2c3d1f01e0d71bfc0ceb1e0cbe91d3e2905fa817b4f325ea4a36d32b30003841af2fe2d00a526184bc81eb27bb1dbc38e046d6db09eaa06fdeaa7697b6623 SHA512 62dc52d4b202fe6bd9b5b11dd239f73be9fdd4c55b79776e4013badc1290b69fa2252ba6ce3c977f77edab637c10874394c3ccd40c12a5461113e0015a2ac877 +DIST firefox-52.5.2esr-hy-AM.xpi 495773 BLAKE2B e7cd79da4e6af428b02a31fd57af4722d1d7b2fd5ea84f0125bb81f0f747a4fd7adba33fc64758aa0adf6717f92a6c431a1675771f1565dd07768b785a881b6d SHA512 39e71dfe5d7c5e18a5aa0fea32647e1b8e4f10f93b407d9c6569956cd88a9cf12325cf24d168f967dc70eeeeeff9dfa1dfbef62a29c6869a9eb3b11301e54d4b +DIST firefox-52.5.2esr-id.xpi 426023 BLAKE2B c120f663f61b1ccf8bdbe1a968b37be3d9ed8a6d5fc9e4ff6c935a52bcbca59bebcebccb39bfddc0673b3fdde55e3290fdb7a2373f0e24e5961328f30daf1de8 SHA512 57a8c1f9ef02fdebaeae2b0479b85ca4cae1110aa1e8dd31c7ff1e217a3062ac4430aa16c5fb0a472f0c436c325b5e73f07c8e224fbac550b22c1c2bfd21df0b +DIST firefox-52.5.2esr-is.xpi 442693 BLAKE2B b2418e30d9f74db970833fe5b3a0209636a102cb119959d58792b5ada0dd3b921a8e2d227dee25ae0136fc176c197aec60a7a90c25dd13c36579303d7281fb43 SHA512 3dc732ce73a5ed0b3a8fce9f9ea3d75efbbacb2d64103585068105ce973bb4389d7333b8edaa0d4b1c012929db68fde28ba4000d954af2d34749268c3d93a4f6 +DIST firefox-52.5.2esr-it.xpi 339221 BLAKE2B a3a62af8807a9799b396496e82488659269264c70c9f97c1d3816da36f02fc5a71b6090b218b7643608b8ae55ebc4241a1d501ab300f6fa6224bca73d0b6e0ab SHA512 5ebc0ce2ea7e3fe911e5a8933ee22e563b90fd222a77fb3ca801e78f48da5785057a7158baac894510930008488a8d3c989dc7d2c43de636d6e4bfd10be2fe78 +DIST firefox-52.5.2esr-ja.xpi 488343 BLAKE2B 5210cf097b626f22eb3e6f9027502c93a63e57d3ef02f08f6977a9fe3794e58353bf2ac5f57b000f408c9abd17fdb555708f83c369fec418259205f814e883b9 SHA512 ad9d3f4da722c646c857b81b2ce44dc8d692d3a8a3f7bffa69fed58875223df0542443ef66b1670fda4483cb3855eb921919a434f61fd3d46627d3f2623e93e1 +DIST firefox-52.5.2esr-kk.xpi 496939 BLAKE2B c9949a4e85522bc4a2401341cf209a941e73c425866491817a25f3e1e180da86237dafed73084ad57be22305db7c10db4571ec1faffb322698d691eda16cc7cc SHA512 163d5a7b43e51f2bdee9ce6c3c079726e3a5ad01fe59127b26ca6013ce8204339c3d9b1ecdccc90ab2f6dabf355e35c3b11a307ef485af949fa702e4229261b1 +DIST firefox-52.5.2esr-km.xpi 520343 BLAKE2B bcfc2f83793234c6cb712a5613cf3dada309c2234213746a8a589e4fb77921effbafcf0fd6e11159c8a9c19c8dc031ac5ed8c9e6c2c8def624ba939dabb94b9e SHA512 7d9db710044fb98d7b67723322d0715902ff60cd13c9a3002efb4a514236bb9bf626bfc955bdedbf4f920e899cbbde28e3b3597bdce097e93dd13d5473ff63b1 +DIST firefox-52.5.2esr-kn.xpi 519455 BLAKE2B df433b9733d6d8676f7c37c516c269063ebbc85681847ebfce127e11877fdce058cbcdfe416b84ad36e7fd2efe3c181eb4273ccedc5818ba2f042a5c25365da0 SHA512 70a93016f9c196af0a53868e84557e5cedaffa270e06e2c8b95543f08d47f3a23a94bdcbd81be0e26c6b5329248a0c328dc9cc677cd77d2924dfc04341263543 +DIST firefox-52.5.2esr-ko.xpi 463630 BLAKE2B e593945c4377466c8fa841820462c9fafa20c84811e8290aadfaa5e7b4fdc3ba8b0b514b01c15108aed89fbc2da017c4213c68b69f36e603cb5f6146c70b2169 SHA512 e325f0d71cc302d3e3acab4be5ebc61cb498cbef53ca20aaa5b19778251939c14a6f2409536420183f2596061dacbf0812390e36735df65302b61d85779a7d85 +DIST firefox-52.5.2esr-lt.xpi 452236 BLAKE2B 3df053cf4ae79cce9950553baa1f6b818f7f8d1d0b03d23a27fa8de667bb8b038cb1c1f73812e67653de9ed782b8a420a98c4c579077160b90f685365dec7dda SHA512 77da4ba606af7b9a8824704cb63f30bbfca0c123c8aa446e1c1a1235a047e46781a38c74bdcb8a8bb6f17d1d6e3a49198bf572748b14b00e590d35d999c2e150 +DIST firefox-52.5.2esr-lv.xpi 448450 BLAKE2B 9728525ed6013c3e12c10c7e5f8de7cc591636ea87b91a6f91060b0ea34af834cf845246487bb64e6b9abb73e198be80c6108d17f1baca0e48bc8e9253f32c7f SHA512 c5bffc00a26e6e5de97a1582546d9ee0490f98954ca0c9de30cc9f75642aa5e5199691860d2df813227b73f4db026a52299746d421e82a302b6b304d1099279e +DIST firefox-52.5.2esr-mai.xpi 499841 BLAKE2B fa895eb70cd281970ba37c810a59bef101c53db3cb814b805171f90c3f8e63337920ea811a474c575a0f6319fdd9a374810ffffa3aec42611e35facc668d302f SHA512 1bd265605e0962afbde84524867a766b8c7d8938a2617575ef500f6bb940e712dda8a554061337275f48a5353351fe0d8beebcef52f134eec384aa48f6d8a730 +DIST firefox-52.5.2esr-mk.xpi 496200 BLAKE2B 1375294cbae32bbd9f4fe0efa4a6341c208814acd419e3450569ec0c2bdfb95081f12f3623cc681b997b67f35b07c1ca0aeafddfa9d9ac64746d1f58f78f7990 SHA512 b96fd43f05c6bd42aa5298ab3f9e4beea7902c424a467ef4d688962e7017ba55a38c9ef998f668aa7a945436673dca365e6f4b587d6a29a90446d1242e79ac42 +DIST firefox-52.5.2esr-ml.xpi 516486 BLAKE2B 4c69cdb02c7f927bcaa600c23bf89cd32308f5078fb5c798f3358c5d1de03a044bcc233e6a9c9b04314b784a9b607bc28ac7cffe080e47fdecc5b8edaa57e0db SHA512 3775b2e795b2d36fc2046fad08e2afd7365c8548e366dc0cb8aeab04052b404854ebfe71c3ef4ab85c31e401af7141420e588c29534ae335227351e5b5c8b64d +DIST firefox-52.5.2esr-mr.xpi 502431 BLAKE2B 4d0f370bb70d82da43a9f2d5be779614acbedc7d799ac60b430b5b9cc9ec4948f8e4c1f786db3150a809a5a6402898b6abc170f953dec6eede80e474e8ce6cd4 SHA512 5ebfbc0cdd2e4eb7100d633b3ad5afdcc739dfdf2b964f2991207b92948b1f6af5573e2b92582112bb8575495e4161f8c14c845e3f845f270465a1a0e49f9426 +DIST firefox-52.5.2esr-ms.xpi 435990 BLAKE2B eb3d323ed8c7dee0262644d61d788bc3e825e72b108cc7c43087d0a99bbfc5cc5d2ff550880d700107ee3725e02a6021eee167a44f436ffef2f92bae5531d42b SHA512 35b27e286d8f99340895d5529de7cd0603f6ed64431d639644a93e38f6ea01ec46e69fc4f79a519303dabdba4c33314396dbe27a1f1e3e2822ae9ab00eb14403 +DIST firefox-52.5.2esr-nb-NO.xpi 434412 BLAKE2B bd34ccdd089f59e03024502578cb551d907345953b975699f0e93c056209307c99ca5795d690fb36465b305ddb1f731e0498b7497db15d0fd8c5ea5c370a7876 SHA512 e0da8ecafd6bfc92038bda2178f92d007ce3aedb3a881cd63d8569993767c875dbed5f1b5ba9836f99e06e3eeba46401bb5789c5cfb94b5ef455f2f9b9686c2c +DIST firefox-52.5.2esr-nl.xpi 432007 BLAKE2B 35e334b4dfffbd8460a886f8bcd3310eea796b545a1fe1e5b1f423c1a19f88f3525caa78172117f2d4753b67fde4bac85803905d74a0386c0d0e0f278fc7babb SHA512 6e4bcbfec8878bf102840eff14e8103c4054ff4c7991ab53e0ee57246b0ff2df2ee8186ab2256878359059e99245cb3ea1022c463b568bce2a194bb8f54d98ef +DIST firefox-52.5.2esr-nn-NO.xpi 428645 BLAKE2B ddaa77d81581252469c1b96b29a557e99ea8a04c5d511137f9eeebb445107b5dccf48f830873447e7c6d076155cde5315770b374e43d3b97ae8ad01b031a280b SHA512 ed6aa2ba076936191ee4d95c876ef6194047d54b72b8f18a5cae61488eb712e3ba72d6bb3c0b0bb8f6c2cc218a6cac996be0d84c3c0582532d1bd5b8d7b36d50 +DIST firefox-52.5.2esr-or.xpi 496917 BLAKE2B c49ab3c295472b8b2b1b83e237b64443d84c440a532d3485f98761661dc2a01cadda41ad22ef66705dd1ca54b74c0961160873027bbd8f22d1441d81aa80e1f9 SHA512 06e0603dc38b629eb28854cd4e13004970d70126803174c338b6bd255d55fc8b8757b62634a8724fef8617874e2805163c31ffd46f5f551039251b15c2ff09e2 +DIST firefox-52.5.2esr-pa-IN.xpi 476587 BLAKE2B c1cca69fcc9cd745727734c183bf3596888198c872f6de837b02f2268f142417e61f55ce7ee803905776ffdb78e96ea4c509c716cc3603eb1c3703e8797f06b6 SHA512 08381dcb270eb2a0961ec57e24d4ebcaa841d16efb20848cbb10ad624b2856faba3366d6594b3dcc21035c4d1a752084df52644d98eee8424e469e79a7747199 +DIST firefox-52.5.2esr-pl.xpi 352851 BLAKE2B 78f1dc93e9f8f1eaeee08940285d0d912d7bafaeee24bef7441a9fa545e790be70d8bf24212bcbdd1d9f1db127f8e97c1f6e1a34fed193577021edf5341a6e18 SHA512 4f5f2bee23519ee2d394f80d8006116d102f6a2c9d545e0b6b397bc6a7b6437a42bea2d6f48ea854d228a0c30eea879302125701f4f045fda6deb0ef93effc96 +DIST firefox-52.5.2esr-pt-BR.xpi 438170 BLAKE2B 9f6222186a9dfb7ea92a451bfed37e073d09876be8eef1013771e57b2f92f3ee6a9aa2008002a742def7d3e6fe3f5a04203d4084b2232ff0d5656dbf72eb707d SHA512 1e75601cf8ad9fc96747be55c9910ac7da0fd5da659c1c2c878cb26d230b2aed5c10a1c51d336ba4e1b16f21bcaccfacbeb6770eb82d2b4d94388a93ed625ab6 +DIST firefox-52.5.2esr-pt-PT.xpi 436727 BLAKE2B a8a43e5288a7db90698e315b4de2b3c2016ced896e0a7f81ff21d46082ae8b61d0f65c3a5eda76a916b5ba961cdf99443578ea523c15422f515e6a119ff977ce SHA512 999a3c25036c6b9262da41038a566f835bcda3df5d9832f9a9a4dfe164324539a4116456bc984e5e1a113b7c54a993024b245c5fb2b64b74d190a01adaf0dba5 +DIST firefox-52.5.2esr-rm.xpi 434608 BLAKE2B 361c040cb42aec5953e4a0b7a16e82ab0329804657ba15342e2fbec76da3ec4ec932d0585433d60f71c98f3de92872622e29b15c56badfa620841e6f2e28e0ce SHA512 7076ca5396aba6adf9d0d71203989e96bc76d79565b4efe082523874e7f300f6569a0052205179ae8674b109137e5304d84eb63382f6fdd5141f26d735401c00 +DIST firefox-52.5.2esr-ro.xpi 449938 BLAKE2B bd447420017900f3e8af72d401ea2f407607d07f61dd32aa7af5cd4c4c9c874acb713af587743971c7491fa479d7a7783795501c24b51bffcb44aecacc172ac8 SHA512 d977bb248fb7e3fa27ff096f9291c343e8274e2733ab4f7bd081116706a92aed9224b4764dc6bdbf19d598ffd391eb5c53154ceb980968fc0b91469c7154b3cf +DIST firefox-52.5.2esr-ru.xpi 395364 BLAKE2B 028dc17ff097db72b7902d07e0d435fbc432339996eaaf482e1c9b53412e24e3c01ac42c1811596350190eaefaa47328b684957350614fb25dcf7d5cd1cac0f2 SHA512 a5bb0a6357e695631c58f4f18f11c13027277fae733698b417d288551f07c75b1f51487cdc415667e5c615d0fcd40f1970e8e11eae23d7dc1cbce6a0f44ed3ef +DIST firefox-52.5.2esr-si.xpi 491958 BLAKE2B a53ae7f1f8fde98587aeee928aaa58f90516f8e8bbb1cf41cadfc2339cdc8ddef5f91999963eba8d2d3257952bc03b428f0ec7da90ee3ab3c38546c503be965e SHA512 0e3fda717d989fabc187277f8c0f75ec6e061a823551afa2bed74867561b4a2d0d9245e15e2c8951a83c3f1d3ccd463f269a44e7ee1bd67113c10b9cf036b75e +DIST firefox-52.5.2esr-sk.xpi 455820 BLAKE2B 9b093b783f7ff22e59ca0462e22ca77d6485d62bb1f389041f24c6c874f4a7edb63663a8d75a24144f39e5c846dd7dd09ead097e885d9bb411ca52b3fa5788e8 SHA512 9d8007cf5a48ec6e428ad97bc15b5156d6fe85e854c5410e59bd5fea71ffea9a60004b58f0f7bfd177ee66b87f7dfb4050527238bd264448de9f14a0cc4a8740 +DIST firefox-52.5.2esr-sl.xpi 433482 BLAKE2B d9119ba0f85e4833b1d1fea0cb8a514e19d8b72018baffe9b28a1dadbb2306f95af80c037f6d06055520f65dcca810dd3ae08feb31d28d8735b23700b5179ae9 SHA512 76ba972f9d1957b23fc78abadfec2e1e2fe9d46b448e14378d3875c074730d4853f3d03f407eccbc74d327c411eae6c936995b031d6662944b3d7cd6a08350ec +DIST firefox-52.5.2esr-son.xpi 435127 BLAKE2B b9faee9881f3ffb9522175a3ffb05d0d4f074712c4b41136e2c1ae7d32719cdcb3d98d1495c3d7504145c827a1d9c4e8441bccd5b2e613b73dff4edcb9883814 SHA512 3eab66bb43d6076c92f8decbc236c8d08d83f92762467928b7cdb389e213ca399d3d863dea6390d49ec5f4e89553394e05874d317334688f74b2f59686c4eadf +DIST firefox-52.5.2esr-sq.xpi 448155 BLAKE2B f87f11fb96d596e9709e6aae34e7b1d86c20a815ec1303be6066cf6115f7c8f2186e29196322587a6b55b1621702310a8614838fd0350fec8cdb06861e845c70 SHA512 a49ba4c133e1902dfbad711515425b519ac00512c27e3c1e10f790f807759ae58a5d287880e5f682da72e9d169da97805b44392229e142470678ca1648dc968b +DIST firefox-52.5.2esr-sr.xpi 463394 BLAKE2B b2793d7aab7c690059d9c426db07fa75378f2ae047c815de4d9bb06db7fa9d627c90dd7eb8c403e112be5f92c4bcf6f7392623c734bfa2a8eeaeb0f11a194a0f SHA512 6bc1e3416492e4c1d22433db11e8ce0139667f9938cf531757396cb32e28e9174f26df8a2c0290e44c4f8fa04b45f1a94cde215dd439c5b86b5a0f4ea79404b4 +DIST firefox-52.5.2esr-sv-SE.xpi 441180 BLAKE2B 37a85c1f95c06655340f2a40048c0c8e310360fade2bfe526a59709da52233bf0ac2a0514a2c4e19233283fcd3bd5280a472f8db256f4d166c53d1f1c036be5e SHA512 1d01aa063845c116b6cbfb9ccb91c3155068fe164d33526c8249dc40439b1bac324c5f1b372442ea485ad85f0a3562de6a9ae200183316f961db12e6916260a9 +DIST firefox-52.5.2esr-ta.xpi 494799 BLAKE2B 69eb3be38a5966ad46f6cdce6bd83c374bc12d294ac2290d0a1757e5abe5d557921e6bed1e575b0879e1a6ad78adb16639b4b0162b2f91286c81006bea0d7be1 SHA512 aa18f8b16b7cb71115937fb318b533efd98bf916259cb45cd8f49642f6ad52e9557df91956311d7ef4a0fad32076e41bb93a19953f597384e9103d4c66aab5d1 +DIST firefox-52.5.2esr-te.xpi 515241 BLAKE2B 0da5aba7a9863a424c55363f93b0f9c859fb29da80f3d64a5feace6e7042389e5c2d7964b5a9ccf4f08d95326bc7fbe91db7e10473a8afca49b9c9ec0d145e82 SHA512 b15b8491bb302823347bc67ec41731356cbf0732b8131df33fae1bad8c32e88209be9e1a3533cdc06d9cbbe2ec4353133ccaa65124138f2cdb518b11677aebcc +DIST firefox-52.5.2esr-th.xpi 489379 BLAKE2B 88f3d767b1bf0fa447efcafa2f4d63ff4f5161d6a4ff7937ae8e7ec69a640ff3000e225cb1e3fba1782836d0f08d935830d51c57eb753ba4883a27fffe6f2d6a SHA512 0ef83799912026e3a8e28095322249a683d3259eb2ff71a19cb18e6d576eaa4d888e8915ffbf6f522647278e8b9199b8f73534e37b26595712ab4cd064041008 +DIST firefox-52.5.2esr-tr.xpi 443673 BLAKE2B 9845a3b946970735be40ccb3c5d8647af7cb0bde062378eb0fdb4edce8aa274a2c359bee9ffdc5d0eda9129ff20fecce188e5aaccdd8475edd0f112b1f3631e4 SHA512 a37c68dfdcd842cbf93d48d2a6f8f854baf785e624474ac950783334db10c61c05634e10bf11dbf3d4218bd9e33c34fe09fd5404fc41020b2c246a9b610b3911 +DIST firefox-52.5.2esr-uk.xpi 495095 BLAKE2B eaf33bf7655e8125e69474115d9af8b1b9e5a4eba3e1240fae107c45acfb7ef0dc9175b6d9acdae130292ba0c2913c751f668d0d438792eca258ad9db412fbd5 SHA512 c2c7a58f99a58a11d89d97ddfa47755774cdff3c82b84614725a5600c2e43500e74b6462e0177747554f073ff9edfb0bf31512720a6df2bf1a95a2b2c9d755ef +DIST firefox-52.5.2esr-uz.xpi 447916 BLAKE2B 91981f18dabc030e997b778dca8948ba5b2ff7b9fb12af7ab0f634193975f494edb267a9892c11726e7b080fca2c856e362f0a125f0e461c8b185eb363fb0233 SHA512 9f93d77e36ffb2973e54f51d2bb92ac62e6e3ed0febe430b5ecc47061980b2baf511385271e7ef37ce198823baa3611924e22f3533eee8f3a1f7ef32e46f7128 +DIST firefox-52.5.2esr-vi.xpi 450805 BLAKE2B d962da51529e30eb3aab1747fa471632a4455f9cb416bcf8b4dc8767cd5145db5c57eb103961f6f3c7efcb8ddf2e32f00a121ca7cd1d2495aa75b40c98316a4c SHA512 3c66984319d7cb77f50bd24c862b2a0005832fa610525698455b2d297ebedaa114b1fec80e033bb4327e3f398923eb269a528b2620538023d2bb3c0d20b2f3c4 +DIST firefox-52.5.2esr-xh.xpi 441172 BLAKE2B 53ab56a77a2754337866d344aeca0fb7af1d8d68706e3e69ff8f03abceb294044ec5274635d1944d414026d4b1de0cf49f613deb4dc1ba39f9aba475599de7e2 SHA512 da954aa904085a2968b0dd57e516ddcb3b446685a04259e44e6af8919e004f0559568bba815405d9614034300d986c404b13c05c331086073f6f02986907d1c6 +DIST firefox-52.5.2esr-zh-CN.xpi 461694 BLAKE2B 63c39764c2ad138dba0849bc9a0183090d3821c7b322df270e1c09f1697457cba492cb65df1d128b496b43aeea87c9d416ee46c9487a5af251066bed980a9310 SHA512 3954d6f11292bace3a45657dbe41ded286ca942697cbaf631c4e858a90912d664ae047276c4209d6d7caa386234667d2f6a826e74ae8d0ff42eed52a7e02c6b0 +DIST firefox-52.5.2esr-zh-TW.xpi 472534 BLAKE2B 5ef9625facf35d4e220c0b2272c25786a21b0ee36ec2fb62f260168401979df50a90e41fb2e85ad963b426f08b27d52540f0eae4484a67b94a59d0a966ff76b8 SHA512 c64c65b31aa2e4f3534d394183e0dfa96672721f0d8e070daa142263fccdf71236b6a2ab7e45b88cc49b96bb46165cf6c36aaa981ee23385c19be54f2537fdfb DIST firefox-57.0.1-ach.xpi 441113 BLAKE2B dbab6535791c08cff6dc6eacb2f76f285b2d932d6dfb49f48debb98657853ef4d05886c445ebbc4528b6ec5c15343456d23cca3c8912ee471ee97433749fd614 SHA512 239b67d8e1c9e26f2400dac57986eb352c20efc5a9319908418e65fcaf8b17e69f9416561b7e3d7f4bf86c333b292534c8b78be67167e11ce95771673da65480 DIST firefox-57.0.1-af.xpi 442206 BLAKE2B f683812558cff77c68a5aec700bccc5d20b3126f5ab586195dd783b47400ae62f69a1144b8da2e94f32577838a274032b36fe7a814f3bd970680b2c47ecb9de2 SHA512 df4827d47773ee699c9abf81bff0931dd00b5a67c4253d50ea62cd5824feeacab832d4ea041c161d06a0b8947b0ea7dc4a01cf59282d5217588a52dfc57c1ed4 DIST firefox-57.0.1-an.xpi 462778 BLAKE2B 41216564524bff884d3f278ab2363f93895f1e1077adcb79bfdfd6f83687743a1904f5f85e616599828b9b4074aa4aeebb1bf43e6a1c6980e47f527bc9299cb0 SHA512 8d646c564e4c07de4ac888e08eb182197850f6380f1b8d2ecdbcfabfa1edd9b86946e1f4dc5531fa0d22f26772c933f9787bc64c3df611f8e808e9f78adf5798 @@ -167,6 +251,8 @@ DIST firefox-57.0.1-xh.xpi 464461 BLAKE2B 59da14d94217b6111e663ae177ac80a19e18c7 DIST firefox-57.0.1-zh-CN.xpi 483625 BLAKE2B 7fa0afe93ee44edbab7b118ba2b291e39fe8138c7d4a55ec7f1ed701b4b4383b96255068e10241e838c6c40bad5c7fe8c9d0441e9160550be3818e99aed99ab8 SHA512 70a37b29f8c410596f533ab8c19b6841bff2f86bd482937e238edad07f69391985fb11628753c56f29a52b41779771392c2b5d7789c94e4c0b5ae94d99718f31 DIST firefox-57.0.1-zh-TW.xpi 482462 BLAKE2B ab3ac1b44ef51ef87bbef85db5a8fd3ddf54e6765561edfa5414afa44606113686273fb93b7be88117b8f43e8d60eff256bd4975e04160082a409c16cff77f14 SHA512 f514c8191c96c93363955d5700b81b14b1a463acbdd9dab7ac138cc584587d11b575ed66d813dfdbd99f8e9e8ffd5a3fa927c505654b01f9cf4f8100d9a81169 DIST firefox-bin_i686-52.5.0.tar.bz2 58542147 BLAKE2B 251ed2dec218258310097555564e7e777ca06a3a0763253971cea534494c9cb681d9f4e05b8a972ba9ce64bfdc756e095aee4e528f114ce5570a81dce5159e1e SHA512 dfe71a52bcdc9324adbbb154b6582c4541662e934f731639e483c659aee9b5d38a0cd2baa5ebe3d237a0c3a2ccf26f763464bd1915dee0396c7a1d711c0a7ace +DIST firefox-bin_i686-52.5.2.tar.bz2 58536141 BLAKE2B fe0dc97dc2cb6723e63c46bd5542bbd84c2b7ff9a21606b94693cd301f8517b828456ebe7c9fca1bb95c57216ae53936362201dd69a27076e61e03ff8d1d5aaa SHA512 d400b34b90f01463a09de37edb969ccdf510b5567a13afacab6d3e1de7269e66ca154b9598613f83f3cd41d47f18e42b8762aa3e9f082455deef7934b9beeb21 DIST firefox-bin_i686-57.0.1.tar.bz2 55950915 BLAKE2B 49967f308aabddc6da77028f4bce7bc0a3dd4cdcbd3af29c5fcfc1024c8b1331863d1d981e8e58dc9c55886e9dc594d7a8ae27fa19fad120d6016371121c89a5 SHA512 1d0d0c2632338f1a319d86251e54c5e8582082e48429fe5b8e62e663c65cc9439094ce7415f2e4643c0ba3f244b8177685b5f112b244c7232d2585bf7a2b4fd4 DIST firefox-bin_x86_64-52.5.0.tar.bz2 57684196 BLAKE2B dd25d2791fb2895e0bf9e188a22d422b98d6dc73d99d5f515ce3e46835676eb4a210bbc7b78dd7ebaf279274172eabf187f77e428c450368898eacc2925af25d SHA512 2f585e9e4dea74d4fd1133254c3b3d055acf8684fdb98f7bf7f6fd59ac386e5791aacc5f9bf0239298899b68f73ee50a01751fef50269e263b3d6f37ff4754c3 +DIST firefox-bin_x86_64-52.5.2.tar.bz2 57712454 BLAKE2B 4ea48732d9d511963679ec0f4b4705f64a874fc532b4aea551c46a40a94e4e1a1eee2c444d70efeada499ce639ee92e626c302950e2d683cdcb59d64bb4d8d8d SHA512 8ba6f4cc7c2c90c9e05359b3f63e4b7a192f926e9739274c6ea32e5c8b8dd937824e8696c79372fc8eff666c892e2705fdc6f661a0f7e43ad5a05744a5de4fef DIST firefox-bin_x86_64-57.0.1.tar.bz2 53478276 BLAKE2B 9adc57dbd97155caae4d90c3a24cfe908706028824878e145070eae149452d0195f5c8c4c94187fc9d0f7a239b15079148a4eb5d2f2ff05b7d6cc0bb79002293 SHA512 44abb10806a486a58aac7d97fc5d2c36bb93a4a2a5350f121b08828ab7a01831162703c3e623d2b550956de287c9dcc6417aaf0e68ea7124c30483a3ab103fd9 diff --git a/www-client/firefox-bin/firefox-bin-52.5.2.ebuild b/www-client/firefox-bin/firefox-bin-52.5.2.ebuild new file mode 100644 index 000000000000..40076c5344b8 --- /dev/null +++ b/www-client/firefox-bin/firefox-bin-52.5.2.ebuild @@ -0,0 +1,182 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +MOZ_ESR=1 + +# Can be updated using scripts/get_langs.sh from mozilla overlay +# Missing when bumped : be +MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cs cy da de +el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL +ga-IE gd gl gu-IN he hi-IN hr hsb hu hy-AM id is it ja kk km kn ko lt +lv mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl +son sq sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW ) + +# Convert the ebuild version to the upstream mozilla version, used by mozlinguas +MOZ_PV="${PV/_beta/b}" # Handle beta for SRC_URI +MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI +MOZ_PN="${PN/-bin}" +if [[ ${MOZ_ESR} == 1 ]]; then + # ESR releases have slightly version numbers + MOZ_PV="${MOZ_PV}esr" +fi +MOZ_P="${MOZ_PN}-${MOZ_PV}" + +MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" + +inherit eutils pax-utils xdg-utils gnome2-utils mozlinguas-v2 nsplugins + +DESCRIPTION="Firefox Web Browser" +SRC_URI="${SRC_URI} + amd64? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) + x86? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" +HOMEPAGE="http://www.mozilla.com/firefox" +RESTRICT="strip mirror" + +KEYWORDS="-* ~amd64 ~x86" +SLOT="0" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="+ffmpeg +pulseaudio selinux startup-notification" + +DEPEND="app-arch/unzip" +RDEPEND="dev-libs/atk + >=sys-apps/dbus-0.60 + >=dev-libs/dbus-glib-0.72 + >=dev-libs/glib-2.26:2 + media-libs/fontconfig + >=media-libs/freetype-2.4.10 + >=x11-libs/cairo-1.10[X] + x11-libs/gdk-pixbuf + >=x11-libs/gtk+-2.18:2 + >=x11-libs/gtk+-3.4.0:3 + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrender + x11-libs/libXt + >=x11-libs/pango-1.22.0 + virtual/freedesktop-icon-theme + pulseaudio? ( !> "${ED}"usr/share/applications/${PN}.desktop + fi + + # Install firefox in /opt + dodir ${MOZILLA_FIVE_HOME%/*} + mv "${S}" "${ED}"${MOZILLA_FIVE_HOME} || die + + # Fix prefs that make no sense for a system-wide install + insinto ${MOZILLA_FIVE_HOME}/defaults/pref/ + doins "${FILESDIR}"/local-settings.js + insinto ${MOZILLA_FIVE_HOME} + newins "${FILESDIR}"/all-gentoo-1.js all-gentoo.js + + # Install language packs + mozlinguas_src_install + + local LANG=${linguas%% *} + if [[ -n ${LANG} && ${LANG} != "en" ]]; then + elog "Setting default locale to ${LANG}" + echo "pref(\"general.useragent.locale\", \"${LANG}\");" \ + >> "${ED}${MOZILLA_FIVE_HOME}"/defaults/pref/${PN}-prefs.js || \ + die "sed failed to change locale" + fi + + # Create /usr/bin/firefox-bin + dodir /usr/bin/ + local apulselib=$(usex pulseaudio "/usr/$(get_libdir)/apulse:" "") + cat <<-EOF >"${ED}"usr/bin/${PN} + #!/bin/sh + unset LD_PRELOAD + LD_LIBRARY_PATH="${apulselib}/opt/firefox/" \\ + GTK_PATH=/usr/lib/gtk-3.0/ \\ + exec /opt/${MOZ_PN}/${MOZ_PN} "\$@" + EOF + fperms 0755 /usr/bin/${PN} + + # revdep-rebuild entry + insinto /etc/revdep-rebuild + echo "SEARCH_DIRS_MASK=${MOZILLA_FIVE_HOME}" >> ${T}/10${PN} + doins "${T}"/10${PN} || die + + # Plugins dir + share_plugins_dir + + # Required in order to use plugins and even run firefox on hardened. + pax-mark mr "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + if ! has_version 'gnome-base/gconf' || ! has_version 'gnome-base/orbit' \ + || ! has_version 'net-misc/curl'; then + einfo + einfo "For using the crashreporter, you need gnome-base/gconf," + einfo "gnome-base/orbit and net-misc/curl emerged." + einfo + fi + use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without media-video/ffmpeg installed" + use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without pulseaudio installed" + + # Update mimedb for the new .desktop file + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 24aca9e31dd0..c2f39a1c3115 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -184,98 +184,99 @@ DIST firefox-52.4.0esr-xh.xpi 441172 BLAKE2B b5b9fda7e7e1a0f4ad0b99e840649e2ede4 DIST firefox-52.4.0esr-zh-CN.xpi 461694 BLAKE2B d4e1430b926e8166296a33c4f0ae33da91465b2b5ea18c489a8d6aeab704d1268ff28a5d7524270125ffae927d3c47703d137f8e5dc2efe8e47b2fc96ef4e503 SHA512 9a194a185893b44bd5f6b4edb9b0aaffa552ec7e4b876e575482d7b2d46a7855f4350094861ae135a5066e9eaac93451f088a825e10f89b333dc4e7f269b153b DIST firefox-52.4.0esr-zh-TW.xpi 472534 BLAKE2B c2e8bdd83d4fcf2b7ed2a84d311dad467cbe3338a50152f714cb55292824dc142a40248a61c6b0303961ecb49ca8914c1696d0877ce3d1e2e0d2e50c56e5292f SHA512 32dfc07a61f88306f44c94197a9720442a62d69136f7f533a5d9224865ad40b220c7f2cc7d7b713127db50968c119eeadb376a94857555e96cf2af54066da6a6 DIST firefox-52.4.0esr.source.tar.xz 212285560 BLAKE2B e52d425134eba5d5f5f67e7a9868c9c8236230df7fd30cbc45c64dce176c00f5ed94178a183fc97f3a6eb9db1844222a0e1c61930cbfe68c36328da68dfdc33b SHA512 be3be7f9dbf4bd0344d5d76f26d1a5090bb012154d25833d5cd58e5e707c080515b42ed751e1f7e58b15b96939d7da634cafb6e8aa9bb1627ff420836b802183 -DIST firefox-52.5.0esr-ach.xpi 427641 BLAKE2B 18461e362448af2c805745c492cb685f19aedae2491ff283a77ab6649cf0e923403bd030857aa14a0d2a3fc82b6645f483610e1836e6ccaa0ffcba90f0f8b235 SHA512 efafaa6e93fb315dae5c210952ac5afe742bceb53848b8dd8827d43e3d7d6dd802fe48f2290ffe23df154a2d4640b8b965057d44aa560695f413bfdc91e6b2aa -DIST firefox-52.5.0esr-af.xpi 436824 BLAKE2B 1867ad61f4555267e146df613a35a78b9656b95e445d5a79252babb1b00b48bea7c5ddf067583f37d90b48792e5d47030f10da90cb81ccf55076f092173ca651 SHA512 f4f362a3e0b5ee7bd5542d3ab7a02bccbaeb6112f0fd1005feb9f9d80690c026f07e012baf7b12462abfea5e6042a593f242622210dbdf3d7a881598aa3611fa -DIST firefox-52.5.0esr-an.xpi 445142 BLAKE2B 2721cd57e34a55c183a8186f25764f85484404f074a6ae22632b308b5012d954bbbfbb0a8e2fb9d90e7585696fce8135562edb2a3cc6df9f0f9aa58f465cb8a7 SHA512 257a42d74406c49ee295362fca1d7470b5d5954fd0eec24112d85ce31432df5e25d9a14d3362f2b71794a4e190a46c4d9eb98a3888c733f461dd36cb009f1527 -DIST firefox-52.5.0esr-ar.xpi 473382 BLAKE2B 5f36b660de4a6285b9e547f3de50c281ac78ab49ca58752e5cd9bf0689d1765890c7f9ad187cf808da709d62485ec77d6ae37b0c5ee6e235140b2b4370d765b5 SHA512 92828b1374f99b41e27619fc52af7ae544d4b998ded9b2b588e83244ffe982628010f70887d7c8ee84e6247e63b2ca7b7605a0d18ae7ad138c99f47e2cd0db77 -DIST firefox-52.5.0esr-as.xpi 486889 BLAKE2B 3f7093a3707262b74f5cd0c2528a1bd8daa9a8f8263425856a0f6a3aefff609d6833a11ab7825bbd255bb682d32221005750b1360cf75df183e1c2872fb9939f SHA512 9527ba8b552ca7a5fe29c4d5cc48ec0549b7cbc59fe8d685f44e9cfa55141b960206d958c218d557fd68d21c79a6658c679d1bb49d8d07feb515a164954d4bf9 -DIST firefox-52.5.0esr-ast.xpi 440034 BLAKE2B ada6e28c33654fd592b85f360735e6f0341daf5333a677b9a11dea6c4c0e799436503b11483cf8a594a83d4dded1e15bfceba2da1364136e7fc54ee5591d5187 SHA512 79f566ef81309d77a664d8ecb8b4215dccfa2f252ded7a7a10c2058d9af28224e59874c822bf0071a93d72416487a0d4bed99c7b773edbf2e02f18923e463cfb -DIST firefox-52.5.0esr-az.xpi 454923 BLAKE2B df37aeba01bdd5f5e3175a57da6e08c3672ce67272d8a8fc9f8747a9f98c9f1831e8890e4ae1de792322b095c5c9408eaed96a6c60f9c94c5ca175743233e08c SHA512 6801fdaa02d3b89ac0f2fb0362efc128e8e332968b847f6fa4d326b483d12c9396f8d34b682b65390d36b1a6fbb2a4416f9875e23a640fdd03dc2cecd83148d6 -DIST firefox-52.5.0esr-bg.xpi 487892 BLAKE2B 38c63ecfdc44d0c83b597ddcd6c64102a498481b20b2dca12b43eaf440f1ce73c7cf8cc91719741e7d8c25fd9e6052da71f990b71669f266be86e5a827d3d7e1 SHA512 beb85847d48dd5ad4a27e63021c0ec470158425e7f74a2a2c28f357d714655db8622ad37e7555ad6c2e89805bd142911542a4bb9f4849d331a0c4210518fc88d -DIST firefox-52.5.0esr-bn-BD.xpi 511995 BLAKE2B c13f587af3ce1467114eedc74c11c328184fe89cae5e1f9f4cfe1b79617faee2bc7dec8e3bea4a89e9c82a63c29643853579135c7050b54410946fb83f253340 SHA512 6457941b5b926ed8ee6b7a48d55e58f1ec6519d35c3189ce1573f808a1995f02744a623ab8c7b5c31fb910a3484defd4f67cf5001406f9e5cd95e5e0066532b6 -DIST firefox-52.5.0esr-bn-IN.xpi 509376 BLAKE2B 6eebc5d55bb2d0eb51d78973c9f217758d94a0ee0f1897cc6dcc9671ceefb606fb76592246adb8080122f385873bd8d125aceda854f8e361dfc5d68ff74e6791 SHA512 bdcde83fd72cd235301a5ae3c357355685014348c74af036ddb5020897623b1e7b8c960d89946639bd950ae5d6f16ba4a7a381ad85abd8a485296b24983d9228 -DIST firefox-52.5.0esr-br.xpi 435483 BLAKE2B bf036880e8d821535b7b77047c76d6dd2ad80bbb4df3833ed86ea4d039cec75d08f6decc30ae91148805c9d96191987d51d20cd4753ecc23fee97c984e52921a SHA512 2a6312eea08d2fbb90208f587f86a4b0ef9ebe4de6129a11203224c24b543c1fe4cbb6d2ce978df76f918b3d6bdea3a373ec56ee05c7dca847f1b185fa7c6ba2 -DIST firefox-52.5.0esr-bs.xpi 441782 BLAKE2B c620ab74d831d9206f1d0858222cf5ad1c38d5cd29ce8f91bd832d238d765802f0ed7dd3a025c7d876ea9a10718871f7311ce7b36564ec28be70c203178088b1 SHA512 4ed1b0609185912b1148438934aa5e67f4c7a7f37e8cc586387d06314f0509a68abb5fa342b8990f03b56f516367e3465d9f38a1e06ce232df437f2be70ffc5f -DIST firefox-52.5.0esr-ca.xpi 443304 BLAKE2B 95eda717e06b700c08b60deff2f82901d3fc5f6ba21cb753e01481d421af1cb3ebd9fe5bc788e4e2f23e1faf8c73a7bbe147e6f4600233b36a6bbf99df29c4b1 SHA512 ce51caba9765d92b5bbe192eeaaf010628c03865dc792a789d92516f5507126c3d7da8d0ac9d35201d9b5f2cda0c46d057ab68d7385c7bad69514b727854b402 -DIST firefox-52.5.0esr-cak.xpi 459184 BLAKE2B 2fcf979930ac9e6d47ef8bc3fe14a8745233da3b79b3ec83ef91c5c76546aecb9672bba55d31246b4d79a046aae10f36981e3e57e23b42353268c51be3406adc SHA512 fbff88a2f9530bd817f49a5f7854d93aaf188a1d7cd3aec642e42f844763b8e831915c702ad49f5c32c891ce96eea4d5793237be0e40229a04e38d2fd07935b4 -DIST firefox-52.5.0esr-cs.xpi 444075 BLAKE2B 8283c56f23bd99d8d770306a86281ddf81645e36d6ef521d76bbbbe3132afa99d6d6f8fe8d1d881dff019ecac37741376d7f1dc40b107e62ff2b3d65fddaac0a SHA512 e39caacf85d730b5c7e5a1c059ae197d435ebc77977b98c2b3b8ec5143e9b3e5b6e167497922d3c44451cb91075366ad0ff8d04798c6fc889f719427a4723ff0 -DIST firefox-52.5.0esr-cy.xpi 436584 BLAKE2B e5c0ef0eefbf29f3040578b8b54593bf3f67f19799e906d695a61aeeef6f886830ae05892fcec1e97134db2f07391eb9970bf9b7b160f9f805216903023ecba7 SHA512 de0b6a44c567229ae6ee85850b0788377f15e723aab9f0f6cbc9c4d63fdb060ea033d572c40c91bff428b0517a7c3546efa905e48defa93a95e81a24d3591e68 -DIST firefox-52.5.0esr-da.xpi 424394 BLAKE2B d671ee08f0b6ff3fd9127cabc58d1e48d38c790ddb363c2c691b320139c5f5f0b8b8f470d98167596794c596a693659d657c16a9b3e0b65a58e4b9280e8ccfa0 SHA512 834f3fd6b0d5da0ef6e1c1f788d8344a8905cab026cc783814838f02f1fa1af6ab3400b69b2162ff4634caf403343d7b708a146ac17e2d7e3876b39869c3eeed -DIST firefox-52.5.0esr-de.xpi 442479 BLAKE2B ff9dc8ded07d3e778e7afff6a0d4414ad6f8013c1d21fa78134a7632fd587b77a21455bf938b77a741e485dbfc7d735fa4fef081dd7ddb28e87f1f1780bb0ee2 SHA512 a8dc03855f9337f8facd7d80528a9231e0249e0122462d8da6a1e915d824d1365aa694f3854cdf46d721ff7efe61475a591ebf4d662ac976b7bf5d46cd8e1160 -DIST firefox-52.5.0esr-dsb.xpi 459425 BLAKE2B d1736ad967362aed21b60092393ff3de1f79e7a35a175fbd87fb64f74e8f6ff85bdcdcde4d20b4c8bbaaf3f5fb0289bd35aaf8999d0eb01a619969dba4cfc335 SHA512 6b5a64937c6fe2539aab8e420a40165aa4c56dbdbc9994871094818079b5020a2ad7550beb9af4b89e0f71d8d913bebeb6c0f84c68f01bd8d81e1fe09390eee1 -DIST firefox-52.5.0esr-el.xpi 516593 BLAKE2B a5b24f05364df3219e5e715c9637a28a48076529f960c982866b7d46afe6574adb5699e7b76aa9a4be5e445521b98d5231569ad19cd228a3247ca1ea2b67175d SHA512 163fbc982348eb7c1691d37defe86e9ede302a9a7334ee3fcacb26b49bb08d4ef01828dde17e5e50907cf78a78f9c61d669aab9c3c6af2149c0147a5d8056b2a -DIST firefox-52.5.0esr-en-GB.xpi 419324 BLAKE2B b46113c2015eca45118a68f6cbc2ea3d8153b23ac6d929bfe1f69ae3e89454aec2f4b3174db8f2b24bd02d51a8f28efc4dcfd7554efd2584f524f9dbd563db7a SHA512 ef7dd1435bbd09474c20b714f6d4ed7457f6191221384b39942d558d1f4a9642056757eef0fe3f3fc9da5abfd7b75d74007233d193a6f808ba07810e2abfd031 -DIST firefox-52.5.0esr-en-ZA.xpi 412212 BLAKE2B a42a46e442bcbe2bf937512c13fd3aca946dc31a90833480425fac176e35a7807ee6ef06f85a6111e426fff8b9ed1bf845101476058f48e691ac3866fd27d506 SHA512 f85d2a876aa495e979b8a7991d9a319d77d14b914e571487399dc3404d2798a3fffd6621b2fdf2dd29b8e2d9dc2196200dd07f0ab31f9b738955a488e42add3c -DIST firefox-52.5.0esr-eo.xpi 437474 BLAKE2B df0ba087a7b8ce0fd92636f4d4c9ab8f88175d32403a42792dbd2162284187e8b40f5d272c7b2ee3d9da5e75173f03c2bdec86951f121a855174b5f4dfdfefa5 SHA512 7f4237653dd97392fe362f7b078a568fb1f80ee1fbef4ad56f41955a016f86c05257e94c3d4d50e4ec606aa41a66b4a268de908584e5eec8dd7a673a77b7b965 -DIST firefox-52.5.0esr-es-AR.xpi 445926 BLAKE2B 9a807b523d0aa184882f106bf04b3e894a0c4f5e4655732911efce3bec5ea8e498e88700d9c262e57498704b22823ae6b3f6e867e021df77ddcd32443d71d41e SHA512 cd9bdfe8e53072379aa70062ff905ca0f27b36597319d7f815dee191f6b593701d1ad0255896cadaaa3f44619deb94d2835c73957d4b77bbe65ebf6d5053a2db -DIST firefox-52.5.0esr-es-CL.xpi 445676 BLAKE2B b3c647cf86baef092b23cfe1e51752b94484a04488e8664edda753ed33cfece380d886697eae7b27c1a837deb35901309d80acc335d85f10f2628045795bb748 SHA512 fe96321fb10c34eec305d824fdca61bea1f6df3e8190abfef9b442386e4d0071b659e7b255606bce29a6865ee9ab6e8b1dd291c95247cb79e06494a9ce82e26c -DIST firefox-52.5.0esr-es-ES.xpi 344876 BLAKE2B 2b2c11f69f3df3ef053ca04327b0b6da2c43b234e462aeba00dc28f9a212979e90353ef4131e4871d1bf3cc3768f697fc36cf0987221a7414a4bd95b783cd8d0 SHA512 26a5c95d62048208a2a131536ef7da01279ed44bfc2e41af68c5510318829e518a7be73c851870690633357cace98318e12030f3eaa67168963eed86cbcf8659 -DIST firefox-52.5.0esr-es-MX.xpi 448385 BLAKE2B 73e6712bc7ca36187ec6079c30260fab3310adf5dce0829f3e85f5a43d795b411e586eb04517db2aa44665bf4370a2f92fddd1392821ccd827615d3aa5f26349 SHA512 41d41642e6a4f9524c378812534c412e3e4e155645e866075f50a65ee3f2d12b9b3e52e7989d9d68ffd7bdb2da4e0a99bbbaf95758470c287b46062d2388d7e6 -DIST firefox-52.5.0esr-et.xpi 425113 BLAKE2B a8b9aa8e8b190603158fe7b0782dfdf816abb46c2fc5d743c6e201e468838fe96dba8feed32d7bf0a0054296fa07285d1eeb8f20b06713db1e0c5508b0c108f7 SHA512 56d9dd418f34d60f29c8c620fc7c92ccf9deb1ed5ce9788a8af63aae919f2686b88d71275a01700f1b28f3016c1bc12828059bb2a30cb14dc7e21c703d0ecb81 -DIST firefox-52.5.0esr-eu.xpi 438479 BLAKE2B 77aec83b8f957db3999d0280537237784084c26bd497ac5e0c77670e368aa8dd2143fbfbfc360e32bc5e9eac3fa719aea7c29ca24a1f61f14716f4994a4560b7 SHA512 c5b42b5d621a9c2d95ae82946b3a3ef77eaf4baee1acb64e5cf4fe3ac9c14506ca0dc7aaa0f106739746ee61aac5dcf29dc2b9ce6a015407549037c4d9e0ffc8 -DIST firefox-52.5.0esr-fa.xpi 491344 BLAKE2B 0a79813a949e49a9bb68825233500648e4e90e598b07d336393b4789105329226514abbba255f2c43233e661f37ded7c5348131bcde5e16f2dd4776111669f74 SHA512 7678df5f333338278ed78c0569737343bdb81e596085ac9ddee1eb1d6e48614ae8a4ed5620ce3fec3a27f6c16223520f66e7cb1c26b34fca42d80d0aac11ead5 -DIST firefox-52.5.0esr-ff.xpi 440928 BLAKE2B 6b89d67780f5db6eb364019a464047512d633b62b29f866ea820e3d17feb762437e5040782e9ff5fa88dd49a321ec7788a1e3474dc7593bd9408474822445271 SHA512 1c79eb0c7e6e63b7783fc49e6f80aab747d291837cfd74d7d67520ddd22274808834babae6ea2643be6251abd2c4716c8ace60acc9ca54fbf1f1c5d081e49fef -DIST firefox-52.5.0esr-fi.xpi 430061 BLAKE2B 9b08b360a49d90ec442c8fcdfb954dc13c4d658fe74ceea7d8830c6fbe9dc4d898703aa524b79a16ad2fedcd3602072294e6ff8b5d3b93acb35716fd35f666c6 SHA512 c2bd9e4964dc290911af8ebe8dc13650e3597d074a783e3eb4907afa1651cf27a27192dd870de180d5338286b2db0583b379850a1646f3618371b41e25768179 -DIST firefox-52.5.0esr-fr.xpi 450211 BLAKE2B 2df0ee3c074c83e455f4ad2c2aef7dd271c2e70d1432236aa06dc221676baa9ce4ecfc5896377dfde189dc395aaf85e0907ace6bb706bf04bf848d1df79678f2 SHA512 8a51ed225d15a98eb6676541fb726b8966265a18eefc3d739fa921610f0270aaed22062475a600d410e3db306dd3003c2abfecce64f403a6a800c5c698165b95 -DIST firefox-52.5.0esr-fy-NL.xpi 444971 BLAKE2B 8d84768e20907d932ca4e3299a2f688fb9bffbff136a833539d4f55d8193db96b2e081ca6dcdd4a99e11fcca881969884bdc70a783c95617e9b0d0398a878c3e SHA512 54f2ff58922d5a33e7e8ebee4099298f83067f3c1adf561959178ecfb5a02f69e18351304c446a70f22e0d7d1405226af240d20b7b437b09043dba1108a12f63 -DIST firefox-52.5.0esr-ga-IE.xpi 458165 BLAKE2B a11ac41c8701cf1f91719b205ee1577a455ef068a3e8f19c13f0d9e35f30d820c336ecf5d868ae7f2968197c07a5f9136426449ba82c0748087b3ba569006fed SHA512 c1819cfef5b089e0f10f5d46131cf61c7864d994ab4557bd04017f499b918cfb1c96cdc7fe3937154c2c718a09f1380f5343ae73beeed75366c7c961256d386b -DIST firefox-52.5.0esr-gd.xpi 447268 BLAKE2B ebdcf7cbc0bca5a7d31e5a144a03c2acac0ba687a30b082305b6044d358ab5e1f7ac17e63f10acaacc33ad90f95414592759450612bf66bb29f272698bf215f6 SHA512 67c1fc3f8da4bfcd15e142f85a01f7ec78d1d6d510fdeb6d61bbdabf52656ab4f8e53f7e88cdb740dddc4052923fa1f1d141b696876a1b78f38c33c751cfbab4 -DIST firefox-52.5.0esr-gl.xpi 447295 BLAKE2B 7783399a5efafcb5994e843e19d1fd2129f8c94a94237bb47ad77004ccd8118a78e755cabc9e26c252dd58308744e488cb50482e5d46e38c3c31194992d90e18 SHA512 1f0b5c5bee32d82cfcc7b5db8a1625d9488eee16e1714eb2621c0fae584d78719a8cc160faa0462c706ccea9d423b8c4af73dfdf40bebe9078556f8407193b93 -DIST firefox-52.5.0esr-gn.xpi 456214 BLAKE2B 8527683361c04e3bb22c3c2ae3488739a790632320557443fe731470188e0b1d2e44c80c1434d380eca1503bc005706ab38fd4ba59a27a1d665e5b8c70bb4ac9 SHA512 751a483b32b0d465b313db182cc9263177a7f4f3207150732e80ea4145a4fed45001d1131017df2f2ccc7ff73ada883eb91ef60e56e2fb56e2567c13ec798dc5 -DIST firefox-52.5.0esr-gu-IN.xpi 489366 BLAKE2B edb39ddfb9e748dcd5845a686157d1ab5d91fdfb4cec93a7bbe574169a9303e6e3d2e78aea67e379541afa171b4d20b272e229eb9f9ef1c6554d4cdf79dcb1b2 SHA512 cb06919ae977a007f876384acd8a23c148903c0c7ee72aafed412b8f04619cce364b8b7e6c4708858fc0e444da1387b2b78aa35907a132753552d89336f7b9ff -DIST firefox-52.5.0esr-he.xpi 455282 BLAKE2B b11d5425c70c9790017a0aed43211770a88be3a6b2bd8526b2827563c45cac2b22c3a0a280616cc0466d6dbb61330a60e43d0faa0cc1449322bfe783878025bc SHA512 d48a655e08bef3d608bdac9286e2117c85acc07adef5e2309a7b3e4b44ed6781f17d639df2ce91e8809a73b4e49f1e9ae9bb2da27d5e994bfb491caa7bc5804f -DIST firefox-52.5.0esr-hi-IN.xpi 506519 BLAKE2B e7a392082d2caed81c17f748fa482cc0a3eb7e9061c54d2e2c981fdda1d2e1b42a897db1f5bd27c4d9ded234c9f30b83e8db674f5257d4a0c83c616b5e4a2a2d SHA512 9e4fc4dedbf688a6bfeacbff8e4d7ec86589bddc8e8f73b9262199b679e9f1ddae47d31e282dfa32ab54e85655467876b11e67d1bdfe7d5002c408cba81fcaa9 -DIST firefox-52.5.0esr-hr.xpi 447503 BLAKE2B 1f10404165cb57f1036c091df12eb7ebe46418e681922f624b338cb925d7680cf346bbffd8d482bf2ea5fe99c7111f779eb843b2a42bc6ff5a6e719a48009680 SHA512 a7867e5d01810b761256e4e5b4aa824cc7ad5edc89ffc0da9fca7b99b2373d24896ef2ce71f030baf750ca06cf6b4aaecf0a6e7ee8c05e5466b000b486750144 -DIST firefox-52.5.0esr-hsb.xpi 457259 BLAKE2B cfa9628f5a126e074e28d56f2f2e8abf16dc05f15b40eb48a2f1b5cb4509d6d55ac2759947495a93a6d9fb4241405085c980a1ead79e22b4d718d50cd4da7bc4 SHA512 f9616304a9d17ae93a84ffb9b4c7ec34d310d1a68b9ee10321c3f67c15dfe7c45ad924a051f13abe40503d876219b7e4027cb7ea3bf5936ca560221a2f601bb4 -DIST firefox-52.5.0esr-hu.xpi 451496 BLAKE2B ef4af9e702caed2f9cd42683f049a1a94f4271f13d424eb19060c067a67da58efb003217709b6c6449329b59ac38ca2742be27855f7900bd43c84ccdef82ae53 SHA512 be2e362cfa8269453c253b186ea91835b075dd4d28ea1892c2b0520ca337e92966efc954f974b297745cfb9b1a2ba774cc9ea38c579453b07071e18883f36ce8 -DIST firefox-52.5.0esr-hy-AM.xpi 495774 BLAKE2B 6e27a90b969287cf6f6bfdf485965d422a3ae4dbbc8c6e1270a8abdc8ccc0d88584da5bbb97a7b06e76c3edb83eeb0c53be2b5a3c443296e423daf5dea2d02bd SHA512 f9ba079ea5c5f0dd9770b862011703e4f1ba341a4da6c9ec4bb9f4bf2b4e5a91ddc8910b6051b08e7ff2f0d8f7bdb5f39c1526197872d8829f98022667a5d23a -DIST firefox-52.5.0esr-id.xpi 426023 BLAKE2B 4e8337d92f3354c0cb8a5d43304fb3125f108a3f3302d278dfea4b6982ac071110e5387bc84454dce4a840d4174e3ce1e3506afdf9a207e7a9ddfd6ba04327cf SHA512 04ac8e322eb7339e4abbc30643a33faf4bae385229f3f04edd209f37b9b16a6ce79a4eb8698251302eff4983261f077a45cdd8b057ab2c34fe8b9ce93787a7c2 -DIST firefox-52.5.0esr-is.xpi 442694 BLAKE2B eb69e4ba28633a274e14f0dbc65ee4b6d1eb5e1c323445ef52085ac6c5a7fb62f2a21dee7fba87ae68b0639dd963246a30bc6b96847b7eb65781f960b9215f44 SHA512 8e57cade3ec809a5e9dedab0efac4501c21441c83a2f99a4541654f690166f6a7c68af481f1fdc5e3ad30e218a3fe6bed9e9811dfb84a0be19dbdd7e2c94f628 -DIST firefox-52.5.0esr-it.xpi 339221 BLAKE2B a47bde057a7354bc01712721c75151edde3cba260b4c78cebc304c212ed9028f2b1c96495e288c94f570dd60fc22c610746b36f2b458ef9cdb06e4e4b4b128b4 SHA512 96e99484a7009306ce7da22ea728e218720eb3ec4b54b433280d65df205bf861f123a450b494be48ac20e50ba53831abaff90e6df3dd8a2756c8272a63962a1f -DIST firefox-52.5.0esr-ja.xpi 488343 BLAKE2B 635d0cb68bbccd1367e1055c72d938ff436811a391cb02f7c01b9a47448d42d28ca083be34fcbb13a422d47cc6997f585a167aa759ec4c001b00915c066f096f SHA512 f9636bcab7e1efd67c90a6c95715e7552eb4155f1da44c870ca7ac82990cbcfdf9ef13387081450abd0e5d5ef3d3f28824abf31d9edabc15cd2c249887f5cdfc -DIST firefox-52.5.0esr-ka.xpi 475375 BLAKE2B b6620fe821eff0d1d22b924c160274b371077901c50194026c28a4cc57c615071cfbd04d36fd28559dffa65b9636cc238e2fbf84b50fb71d1613e3abf6ed0842 SHA512 5bae2ca370a59d56285d622a6b031adbdd47152ce0f233bccab9c12645ca868bd5217329b4d29accf4d113e6bd8398ec3a8c844bb4b3262ce2a8f49c2ed392e4 -DIST firefox-52.5.0esr-kab.xpi 444520 BLAKE2B e7d2c758781457eca23556f607461bb9d5370530067f1319080cb0572d687056aab06ff04e4012a2d501d8aac455f3f8ede3c471864cfda3e2eb827a91c096d7 SHA512 5a6788ab03f7512d777b39f32abf91b1df87d116f5f0518105842c051c3bdd30cc6bdd2edc693e25fdfdcc5354070f9f3bd6cf8252410dabdf66f6752f60da25 -DIST firefox-52.5.0esr-kk.xpi 496940 BLAKE2B 8b99b4f019f0a266f903764df2e76d02631b3883a783c16906232d4ea84636aadabe5a12efac0ceacb073ffe9d444f665ae8f998e4cbd089d202c62ee8cf4559 SHA512 b06efd127b8824bb3a67666e4462940aa9a030840670450d76e90c951d8509b5578a78030ee045bbc4f7433e91af6bca97b9d1e7e9490d56cfd71fca43b7caea -DIST firefox-52.5.0esr-km.xpi 520344 BLAKE2B d707b1b4e69ef773dd058c53761fe4acef217ab84088b76905049603af9c01438e19514014e25e55bf953fd1d9d1a38d4304a6babfd5363f104b1cbcb90e6552 SHA512 474e0f98695f264da35eccc107c938bf2271facaa15f9199d7f412b0f76ea12bc229b1a13db3151d8fd97f687c14457ee0c6ef249d6c10b60a83546a80fd26bd -DIST firefox-52.5.0esr-kn.xpi 519455 BLAKE2B 5b09c15bfcd2416e82260ab9612dae77b6d887376b14ef1f43e47be85d55d4d755dce0458ac7409d051c1e73a7890c57275f7a305fbc95d0feae5e2eec010b30 SHA512 4dee375c31a13f6cb3631469480ef979879f9347bd6d8bd0c3562751d56e607b98469e29c0316ba3e9b3d4f355e501036d6ed5d5b6fad25b9639f0e18a76dd3c -DIST firefox-52.5.0esr-ko.xpi 463630 BLAKE2B 2a24973d1d7896116a991ad3ec32f2916e7055cac494f05a46d3e55ae1ea3597c20a649e5308433212c0a04f9d257b478fc5ba169b9596eda58cbc39da9bf2ec SHA512 29c34a20016453c1c0b5f5320f9cee6acc5e08d34cab848f22015caf1a4cb522d3631ae6d5efead9ad366617045b00498571fc075333cc789f991cc1c0f62633 -DIST firefox-52.5.0esr-lij.xpi 421071 BLAKE2B bec01314d0646ddeed10146c2b34f34b17d61e2b899c4ecd9d4d87d8499d56a411ec5d91cf3bd6e770e8a47e208922abede989dba7074e166cc8996860d89db5 SHA512 5f8b87647774ef02f2ee198b4e30449f3033919f0c01cc2a82b592a004a19c175b121f33122a2eec73287c4b7fe3670643671fdc247519949716dd3f8805dfb9 -DIST firefox-52.5.0esr-lt.xpi 452236 BLAKE2B a5427ddefafdad14aea1c6527547cf9674ad096c020dbadcc61611fb95ccd33b5dbbf1a5dc73b8ca5bb0332639d6a1e9fa930e93cb19f37bf2bfe07eba4ec941 SHA512 c6debb65eb1a8ce556f7db017f64daf7d6d47aaf06faf6c7f5429bdffb82b582503607e106175d225756749e23fe564d05b0981f48877fa9a38a4acad72a44d0 -DIST firefox-52.5.0esr-lv.xpi 448451 BLAKE2B cc222a9dcc274a450862a94d0be2563ed8ca563c4647cee117d5a9a82c382fb023ee98058db15bc57025acc4d51bb071abaec7086be18306556b5ce966ff209e SHA512 ae65e7045ed45856b9665647e9517b37dd4bda8f54015e66c71a6842312ab69b0571c24ca1d3ec88f3df639cd2f805e3f1777575c9c8ddbbfab76de45b9f947d -DIST firefox-52.5.0esr-mai.xpi 499841 BLAKE2B 44a86afb762e1c5385554dbf7adb17cea2d36b69ed816d0995c6ae93e2007463ca3ae4909566936482f30d44e254c54b657e2b13ff697fb6fb00074bd4a8bdb5 SHA512 fed509382141c1cc3dbd22dc09087be76d4507d36f5afc410bfa1a6228f692bc7b5d3ce20675004a21f62821765ad372da6bd9e3fa5080342fdfc445d98337a0 -DIST firefox-52.5.0esr-mk.xpi 496200 BLAKE2B d3f8fd39743a720dcbc16bb3dd32f213a6ea1d30cb633e1222532549be3b26de28bbd52665af92c676aa09932eb7a8aa73180f3866353c357d3b9ed61eca2b72 SHA512 c590f5ee2a63817a34e6feea13fa4bbe88c2fc81fd25b17f279af581c83ebc0396dc742bf801616eb3160fe32a5d5e2db4c5b3147917fcc62c00210b29447429 -DIST firefox-52.5.0esr-ml.xpi 516487 BLAKE2B 6c45b48ed553a1cdfa06f22553eb1003f945cd132b9b70f2ee7b21d1e52c4321f445a066fef99fd4548de75053fe6f05e201340f2f9c7407c1d9d2dd055cc29d SHA512 a0f9303e7c073129339959a7be4f682b1bf058ac4e7feec94d7b44dacbd5065557297b7a9d1743fda3972b881f14bb9cbef7eae0e5127cc3c5810788c6d75b47 -DIST firefox-52.5.0esr-mr.xpi 502431 BLAKE2B 54984fdf36114f85e953906ad58dd6d6e0fc56d71148c9b26a82d2d85f2b5d27073207b937aeffa9ab2a36d2977764cfd0dcf04bf5679b1585dfef6aa4a6586f SHA512 911158d85a7aa6e55c2630f3874f5ff7ad4259e8ef5bc6e6287ec1219a22ca37f1eabf939d20ff7fcee5b598905c63eec1e8992597a234ce7b5f1d7faf3aa577 -DIST firefox-52.5.0esr-ms.xpi 435991 BLAKE2B 3adb8b9a5a1ee08d293774aeec30e39eea83edf1968fdd8ea7ebd4407e6950702208498f89478decfbf513016a7065a6b97d9e84c09589a9a3fe27fb32154d56 SHA512 f45f461d15ec63930aa00e247b2577619761568e646233c3d569e4b3792e23ae7032b2fd54e006e88dcb62c5f8a6c02ac4bfb557868537bd92b2f48b1a5dd82b -DIST firefox-52.5.0esr-nb-NO.xpi 434412 BLAKE2B 2b885317d698a07d9b0b99ab47e50940f2f7d76981a4581ba59b81a94f80b4ca084573f73c3882d23681cd0d51691f593046c7d0e2d07f8dc639f896f8419106 SHA512 80aaa5608a9b239aba2f8195da5bdac6bed7c15e6ebd64066d3f2557ff905a98f78004104c8a105fb754ab904c9ee6b215bcb65f835add96594a9399795b727b -DIST firefox-52.5.0esr-nl.xpi 432008 BLAKE2B 0f54228af11b02f2a8ed7045f64cfb170a19288ac78593e7e5fdd0c35c76734290e1470870846ffbcd37a555fa22bdf3424742bc141591d55b6cff69839944e0 SHA512 060e2ceae070eb7f4eb7bdd5c68b8c4f978f714885707375f1435820fbdab5c3e8c538155c63579270ab007a6251d458580ed282cb66a3b62ff5aa7f587e6bdc -DIST firefox-52.5.0esr-nn-NO.xpi 428645 BLAKE2B a8133c18d279a7dc458915cdfc9bb7d1d264dbd23b88c7bc85b0ebcf333ee07c62361762318214e22128e1152cb51b454c4c22fcb34eb833f135b4e2375ea313 SHA512 b695e5964c6a661ea1250bc1734fec204de3f363487cb664cfd14ca0f77957d9c2caf4044d87945e2296aa2fbc7c6ea52ab40f08964ec0f74c9445509157a568 -DIST firefox-52.5.0esr-or.xpi 496918 BLAKE2B 2d72f5315075b7d156198851446c155b90f8469a797168075e55cf2d45da9db6fefe411ca232b61e6e2138f124f6f75cfabba510bdcbb6a048074c6c012c2b70 SHA512 899df102e158ddd10a8851ade643d9bb1e9d645c573ae0434a468612fd3606c1899500eb0573e26b60509469c0aa1f4ef305c2c796cb466aac0b06daae941837 -DIST firefox-52.5.0esr-pa-IN.xpi 476588 BLAKE2B 5c1fbe7e2da5070ad15545ed281e9e0f3b6b906cd5e171c8c174e6ad2d958ea81802798e5df1ccd587baac2a82853def1b5a5b1c0ff0d3c31f9faaf7de5d66d2 SHA512 5ba39b3a800293b2d084071962673aca327b81ef2162d015af4fddb04dbc957b3bb3793f49fc33d0002593e080fc36224ac97cb080e60b4804d4b2533d2cceb7 -DIST firefox-52.5.0esr-pl.xpi 352852 BLAKE2B a01b00f7eb410c7e5cf0675dc87d16f061b0c8de1bcccd5c4f2a8b3ed4912a9eda5f5c204666487952335437442b0bca8513e9ad3941143cc24033af5bf024a2 SHA512 fb20ed74819d1bef46d3b7f75f2fef749ec7577dad437c1fa41414d70a61b6614ea7417375456d6dd0211a4242b5bd79a5f2127461f2460acb21cafb395c19eb -DIST firefox-52.5.0esr-pt-BR.xpi 438170 BLAKE2B d548bd97b13e7ccd8ea3350ae70ef0a04eca84fa91e20a1fa0ba78f6ba8466d495d7f9148a34243a057c73b7791d7d74ac67a9a609827b5f1cad251522161b90 SHA512 0685fd308f708545c8393393feec895d6580a9d1bd1938b202a15afdaf435128322eb2743afd8196de2a48897b33c2d942ab05ae76a0ca11bd398584f7b92b3d -DIST firefox-52.5.0esr-pt-PT.xpi 436727 BLAKE2B c9501e4919abd0ec8205e343c7a67aca31f7b25020f174ac78b94b5b0dcc3064edcae93a90499599d9e56221893fc60220d4c9a5cfa8b97e1fd61a87c13a7e40 SHA512 0aa6cabd5a54b2a13706343ca44867426e637e3655d12d033e9bf7c32f65e736a2d23c84d6f5a23adea83439c4f21a04f3ca3b5ac0fac9a39f74bf43531c59b7 -DIST firefox-52.5.0esr-rm.xpi 434608 BLAKE2B efa623133576ef90d3b155e706f051af26270211709ebd892a648d2c7078b559228d1cd62b19ebdc26c3dd6b12d4a9046a60ea11d71cf062953d2aaabaf3eb23 SHA512 951b9a175c3f3889cd794a1c04c4b6d80cae6a68f9e99e8d6dbb6974d04ec20299715768f77b25300c9c64d81d6d4c57247357fd0a675068fd26e8504e43939e -DIST firefox-52.5.0esr-ro.xpi 449938 BLAKE2B a2ae91d672fba9a37d3edc64898f550578d328d4e74998cee7a361357b875cb877ab679eebc907757d8286fcb2f4f65a3372f2185bb771181a60af4a3e949449 SHA512 cea2d0ff8f78e1d26787b27ff84d847fcfda2e06289b319827cde79b441aa187ba9c37dafef7695bf501f9dd2ca6ec201b5c26fbdcf99f8dd9e4d981950c3dc6 -DIST firefox-52.5.0esr-ru.xpi 395364 BLAKE2B 61ea93856ddcae609e2514b2aa8f1f58bd1cb8c88c9bba556ecb392b9a8f87953910f1ef668171609dc0133f7fb1ff9bcbc258d2924b426251f36fd9060f55b0 SHA512 edd0d3b2a75ed824c484dee1edaadc08d94f8a11d4677cd796bda97045502b00676554bfe4bb7591102abdd598066c8e9c3f1b3d0358e521eb11f26da38b63c2 -DIST firefox-52.5.0esr-si.xpi 491959 BLAKE2B d0664478e80e5c4958ad264f14694c85464b33c4fca923376a2e0ba03de460bc68fa6be0cfdefb35888a3e6fe75320f5af4ef87f2ca18d697ffce09452782797 SHA512 2d57b4be851bd6ebae977cd0dcda1ca7c0f517e5a4998ce6e0b69b1f508b28dd1290193b38d9c4bdb0695fde58394fb3dbe73d51e31e7208dd2476a8f63a33e4 -DIST firefox-52.5.0esr-sk.xpi 455820 BLAKE2B 386cd30548410db8d1f71c3835f10d9321b92d7d11a6af75e19f0a0cbd5c52bb630fdbb30ae9071e25c9b099698b3d8f55fceab0578daec82a5d6acd2125d09f SHA512 3df1872e4bc5de6cea60649fc733ef924713f3a70ad62bdb84a73152cb0d5bf52716aa136efe1cbd71ed09522c2b4407789ba36f5453a0cae8d082816cae753f -DIST firefox-52.5.0esr-sl.xpi 433483 BLAKE2B 6c6cf78de9d7818489d2d37872048613e446a4f07444236348229fda0058bea5789c1c3865deee089f173826215e928098d7070834c48da6ad153c4aeb95205c SHA512 f25a9126d9482b007cdf52e20fb8f4be6164db066f3c12fe5c3233077c5d761506932b5d1bfed83ce12b16a4c85dcbd94edb398da9d2d7b765779dd01494abae -DIST firefox-52.5.0esr-son.xpi 435128 BLAKE2B 3a49bd00b256189209f94cc46a5f07a12168e67b233afb43ddc7894e83b2fc0edb00c7739fb299118000ac3127aa5986a9c9dbb34a980da283e7acdf1b649948 SHA512 5e35751674cfaa97fb20dc261d97dbab797d69e9d67229440d5b720a2c79389a1a2ca60a2a9c43be5b36007ee51c1752d0ec21f062d4466aca9074ca8505f91f -DIST firefox-52.5.0esr-sq.xpi 448156 BLAKE2B 9b7972fae2222c84cecaad99fbbc10fd0d8f335b16cace4af602241d42475ff4fdaced8d308870480341d41cecb2c8f149a9aa68150827592e142be1cd1752e0 SHA512 5078c86df9c69429469bcbea0eb4f058aa0fabb1aae3cbc63c61b58d078f8209966f2ff1c3e20d5bad1cf09785104e690d271dd7edfb3afee3c9e20515dfe884 -DIST firefox-52.5.0esr-sr.xpi 463394 BLAKE2B 5b18fd4070d6fa6866be0c5f378d47251a988927b2c65eafe82710f13d3986301ed01e446d7d16c58e1156efbe2770227b156bd3e09e571788cbf03014c76538 SHA512 ee4bbf462264a14c52d644054df27ca59605a7902b5e6457f1e049f0b863ee8f697533bec728ea382bb25c12eafb0c5d55ecc332c1df68f56b4acd705cae4f71 -DIST firefox-52.5.0esr-sv-SE.xpi 441178 BLAKE2B f10718fc0ddfad344b30a01d41d487ff59e696033afe83b72ccb1279769ea9c6e14e42a3d97a654aa13b9ffe540020b3339fccaffa95f2d54d1bec11ca461cdb SHA512 c89a417608936d8aff32460dca2221a1b201c237eab42db4ee954f5403c396e065e19c870b19125923ddbc386087507ba192a6d4c612be93daf577b04628b275 -DIST firefox-52.5.0esr-ta.xpi 494799 BLAKE2B 1a8f3e9d48e90ada2a4198c629d615b47cd9dd2e796b50019df0d042d78432c843e0f112305b6f502bebf93db800238498a0d8b8dea2a8e2ead45355177c8f22 SHA512 613751e7d6ca24159dd5574101a552392a72e0d281a42d273bc0cddaed1f7b4c13e18bca36f20ad331a01c960d4c47be0a96388bf0e5a95ffd55d2c38e2769d8 -DIST firefox-52.5.0esr-te.xpi 515241 BLAKE2B e456a55ea69b725efd149035be9226c216222abe7acd32c5d88db2a74005344ad754dde87711256c104e71df24ccfe0950171acac558fd825554aed4d705e44d SHA512 8b7975983ed9c907d959c9a0802ed214a74d6343da41a16bc004a73e8b0ae8950c67faf9bd3351071d44c8b37454ed7c12ba1fa06cd079190e20791e3b1cc350 -DIST firefox-52.5.0esr-th.xpi 489379 BLAKE2B 36d6795faac291e53183f4da712625f73265df5031e7664af5af955e936d285b12def3dbd6b54eb6ca28d0e3f6af7278ac7531517005bf4009b8a031c633623c SHA512 ba3aca6028de2f0e9c2c5a8a8a4a1bd70248db97897dff96c77e836981f46084bdb2b2b938f658e52fab0c467af3198bd9f0b4f36910b3f42eef311c8097ed61 -DIST firefox-52.5.0esr-tr.xpi 443674 BLAKE2B bfb863b3aeb78540269930283fdb15ed3f14a90dcf813df517a9775bb130e1a46ee98735272bd1a5bfa6eea82551ad6341f3eb3c8243c2a96805ca211b112840 SHA512 14c1d7a8e0b9b4d6845cdbaba54581a26df866cec8e357e6541dd74fd76f974353ab4e27771bff24057f17a688be91075c4dca857d85ec21a4a326aed90ca05d -DIST firefox-52.5.0esr-uk.xpi 495096 BLAKE2B b3b1cd5a06bb20d3c53170c53114e4db4a71664e5a131c5a9d7840eedd0990a4325e996b05bd19f03c241c57c628af126abe780a66769a492ad9e7f43a48f094 SHA512 6570945b1f4ed82fdf05a17fdc40f0a078baf43e5d52e0f890070b5fb3bc2ef8880760972f07981650341ba16e93937c030a59fb08f67b46345d6fe1df0b8b10 -DIST firefox-52.5.0esr-uz.xpi 447917 BLAKE2B f67815715ff20d9a55051031628ffbd140e6a38555ea4aed5a4f1f3706743880a728824d1efc4ad697ff2d0a07c87405b03147768ba8500bff8a456ce7b05724 SHA512 1f21b0e0c65323f8f1cfba79fd9fa27d073d5889c3c84abf247e9a269aa1c21419fd3cfed39e524005a2102382024cd6be0f1bcda2d1caa1889a6208cd5fbb20 -DIST firefox-52.5.0esr-vi.xpi 450805 BLAKE2B bd8a2736fbd24b7baba21d2bc0211d9fe4bf80b4a78ef403e784f4355375c9fb3c313d6bfab9aa21dd04076fbe31d09cdf5e59e48f75c117c7a09d9f9d48c6c2 SHA512 ce9eac851391f6ed10928727f3b962ab724f88a32aaaef95e5bf1cda0de0860bd3d2cf2295abd3b2b38866216b7dff04ab01c87fbd4cc10c2df0462ecb6c6fe6 -DIST firefox-52.5.0esr-xh.xpi 441173 BLAKE2B a88b80ef8f86b254be5d217345c05c40260d966022c23c15286474238c95cfce380847be77ef13d2ba14bcad7084cb4533a82f1fa2042351a479e30fcd9161a3 SHA512 be55000cff66448d0e33cb5805414084e9e8f4a1956cba862debfac1e50c491252d2e4b17b4b96a4c46fcf95e78418666e7247233e91f56e0619020d891606bf -DIST firefox-52.5.0esr-zh-CN.xpi 461695 BLAKE2B 82a26f8b61d0786859e525784983573565794b610b73df831cc74a9bbb15a1da7b715bdf554b1521a054a89861584ee1b9ad25ad64892cdc8b08c28f4605c563 SHA512 f2eb141e46e157e729abff7a7100be71aad7f19c1397431ee00fa22946ed5e0136485da7f11e2ab604245c4f0134bc56f1839afb4d1e57cc61d69f19d11e0b12 -DIST firefox-52.5.0esr-zh-TW.xpi 472534 BLAKE2B 3eefc0240f3b39779bf1815de9287e54da0a52b22bee3a0d998108209e844323fc9763e8250c3e3ba853cd2cc3f998393d753bfea799238cdfe4a946fe514af7 SHA512 733beb033f83441f76706194e107413db0b90e8f19f8e2463dbd3504f07a8c8587f41449713cc100431902670e2df94f0086654df5c3cde6d6517616353f9c2c -DIST firefox-52.5.0esr.source.tar.xz 214241184 BLAKE2B f007d4854e20901569baf22d93c70cbc4b9b6c78f663e8b1549e58eec59289f0961754e88cebd203afec67c32517784ccc2557a82b6ef05c2a450f17f1b41484 SHA512 fe724108ba538e590b87a5c1b817471d3cca9b038ba2755642e4d7b8ebb6174322be1fe074f24ef181946f9a027106b50b500d2fa541d8a99ef44905822eda18 +DIST firefox-52.5-patches-01.tar.xz 15660 BLAKE2B a6d217057e3ebf8b06ecbee03d88f9154a1336475e6ea9fe3659f5a798c2b4e217edd63d8cdda6602431df5858020a620be22a60e63c2f4033f005abd19e8326 SHA512 8cc8bf42dbb916d820b22a59cba2ecc89922b791a18184eaf380657ab44836832038420b00de6d662c5ab046d80854ca6226635c7dcdc3be0e5db7030ecfe757 +DIST firefox-52.5.2esr-ach.xpi 427640 BLAKE2B e15767842d78a4de50744a2467214dc84c22877d6bab70cdc02dfd61f3123816f3f40eaf42a00be594b416715b2863a3c7579fffc16bca1a0320ae53fe3200bd SHA512 520f8f9a694430a0d85dc840bf2654c186ab9df7eed2a4d5b18e5937038983f70d9feb78a12a187cc49b0cd035465ff6dd9f732b1de9eedc931e3a5c21f53432 +DIST firefox-52.5.2esr-af.xpi 436823 BLAKE2B 6fe0d2f9bea490f0f8833518462ebc1959775abad57030035e6bb0f331905a6950a4e648b5725bf24668703692fbab1563a3b87557c6c0a100e71deda1d8d1e5 SHA512 c6fbe8a9e98b888f60c528d58b5947eb7538c387457132aa2c9877ea5bec8c10fb575674f4fe8eb41e20f028fb52c55155276c106aa4a7641055c3dd4c08e66d +DIST firefox-52.5.2esr-an.xpi 445142 BLAKE2B bc77e8cd79f8859a78cb2cda679c2e34c1b94cb5b7348653ecbee71ceefc32abd761650ee34f3110525afab0ab855299e287cbf3151003c3872121980128e90a SHA512 36f795f4a2c3c9bacd83e9ad975ac8cf9e867e32d81e4749ba659e7ab82ff15cee70504769f0258a9a28fbd1544e28797ab7b746e5c317a34731d64c075c2014 +DIST firefox-52.5.2esr-ar.xpi 473381 BLAKE2B 03271baef60d0a3497b64ae6202245ba83414b38679aa874cf4367a8d0a826d4841c8f9b848db2b72b4b44ef14d6142c3f01cee7fada0132cefae529cf03832a SHA512 9aa29bd27b3b9c0ffe4c6b8c319c603b8f9bbce15d901ccde840561bcc0870b959861f82e7e2416815328a7a49b36854fe82aaf078fa237d32198443e5996be6 +DIST firefox-52.5.2esr-as.xpi 486888 BLAKE2B 6cf6fb998ce7625ce95a8eb13edd9359f2b37269bdf2320e4862df76e036073f2db8bed9010cab6cce0005a27d4e16bf504dc778fd234f909e690effd9d36cad SHA512 520291be28928368d276f96204b2eb0ef5f564d986d5c608bc87e55e4964c033cc057f3b8e31fe0448e70a48f48dd1d33e35683b408c659a0b70d80239d09308 +DIST firefox-52.5.2esr-ast.xpi 440033 BLAKE2B badd7b0651faafcac83c081c81d3ae141b5eee141e99d9218ccaeb20b85439d56296433c90307c3b63805730d2ca635ae777626e7b1b3fcd5be5db8befc52a13 SHA512 b3324b0d5c32cbbbad2e305a81edf584e87b273f2d8798922d595dcd58283c8500fbf6f252a833de8633fabf340b1e1ac1fa6ad8f9a7d2909adf2626c6ce34eb +DIST firefox-52.5.2esr-az.xpi 454923 BLAKE2B 740d29e21ab1a5b26f533fa91f41cc51e96e75c68ba156c3bf1e2f55d376e082350059a01d4b58f0a60c890bac012d3181b6b0095dfea832b7b632f35e11f769 SHA512 5c710803c426ee26184e300c8ea62d6b5965cbdb7039a649ba7f1ecce77d58a9790124467b683adc66b8b9cb78dddb97659633f65b14ef8ebc6a6399baef3fd8 +DIST firefox-52.5.2esr-bg.xpi 487892 BLAKE2B 95eca0ee4b1f8ef8b79edb9d2a8b84ef595a3e092bf7eceeeba8b85c1843483dc89820af2689a6bef0b35e7435ccff1bb13ba95931b739fad1d287dff53a5546 SHA512 ee9a9e59c86ce0173dd99c96602244ab7a2a7f9f424c11125a4af1253dfe6e6d7e838a674b1b840d0f3ac9a45a3bfddd0b693b0676d6dcd30e87676db94f8ddf +DIST firefox-52.5.2esr-bn-BD.xpi 511995 BLAKE2B 1ff506afc3423b64af8739555885a4c0e271f4c1089972af6723e6f0de15e94a19098ce136db385be85506bdba53ce0699058cbfd60f1b07ea4ec30daa5b2a0e SHA512 5a1fd91cb356734f34371eb9ebc1dd4b7c350a62272c0e8454b2dddacbdb72773f20e13286b4355592ad389d452764c3b01ced5f20ae5fe44d9af98f2015f2f7 +DIST firefox-52.5.2esr-bn-IN.xpi 509375 BLAKE2B b1f46c25a2cb72f054772d3c0b15e548dfc272a78fcaf9204443e8ea23f2fdc520ebf3925a72cd2af22e009a19284acf48b1e4daa4423828eedc0d3b58304c50 SHA512 25cbf24c77cda6564bfe568e3c92ab5e0b6bc6641625d1d7c362b8d064641ff27e4b666e0842138c637bb4218f26764511d96f656449705274c46486ddcedf61 +DIST firefox-52.5.2esr-br.xpi 435483 BLAKE2B af1bb6a3b6576bfb3a321c2d9642ad15578a09d513f6661ddcb3cda2af0736721007eba1f56de27d08ffb36f104efaa8748d71bbd52d9cfce92ccfb8bb3eb5a0 SHA512 785813c1541d052d8e1424d84299bcb96cbcce059b044a6ce7f5388537013c1462e3d69662613f690584102896395120dd7a3e7465bd1728d781ef8a7b904eff +DIST firefox-52.5.2esr-bs.xpi 441783 BLAKE2B 876d350d7900209efc396d89454dcbe212d116ff0724b04fdcb0d1fccb475fa50d1fe1797268c95b47af4300fb83a40a79ed78ed5579c18fac167652cf273246 SHA512 1db985c9050f572b5ef26e7a40db1ee09bc62aad4f9db3da8073c9e614ee53b4012741c036d9fb3080e304630d21430b7dd83494ceda408774a4a992be2ddc1d +DIST firefox-52.5.2esr-ca.xpi 443304 BLAKE2B d4a13e83071240d5d0742f28f3ebd26553f9639626ff7435bbdd4a3f45818eb935b1b6e2bcebd65be20477fe56b4cd1977b3e62134fe6a5b645cec4fbb95c86f SHA512 7ed789bc3d4c4e70dcf8b249130184de0a326040810d1a811e40a75f7e9685d20b2e1aee162a3313232c18d376a1511f088655148c2629a4fb9093a9c32936be +DIST firefox-52.5.2esr-cak.xpi 459184 BLAKE2B 50c7154f28ef12ac15888287ccdd1f695366d20b71b5caf57d9c8ab3dd78660d23f9a2e0454d20cdce3c827dda7b78299e755aa0339261ca4d7172aaeeb69a99 SHA512 c787171b91a005880325192ffd6ba49658cc1c84234581eb9b608a774e1faa220c56462090b4b7c2f5993500a1b9c4c394a99fafe22bae4f176d7668baba34f9 +DIST firefox-52.5.2esr-cs.xpi 444075 BLAKE2B 0cf2509e68dedcb7d3c35e2a4d3bbc6b224180de94430033771ac6cdaa949cfc47bb105815a02b1da042e782d96eb117ed1a34725e85021b4fc99ab4dff986a5 SHA512 59b3da73a866a03868d4899ae6d82fab53bba757b7849df8d68025a10165a1cc8c6b78040c9f549a82eb5cf3043a2f146857b61ed90bf8fb4e5118e1114ecf86 +DIST firefox-52.5.2esr-cy.xpi 436583 BLAKE2B c76971e75d027da64adf045a51d32d3de96ca28a979c631952ce29cbad637ca7eaa6e04229e3c7a7dfaf93a433249f70d5147f33eec2f81d087057e6fbd994a2 SHA512 f83295dc4583f390dba952fb12819c8b9af1163176de0d22d104ecf51f6228510d1c081338fdb64d0b009f700a40f59125126cba9acbbeb4432470afb1a15ac6 +DIST firefox-52.5.2esr-da.xpi 424394 BLAKE2B 2b0889fbb80a5321ad67e502b2d5b305ec53f49689449f487e5daee4f8aec7f436eb28313f0d505bf0b0861bdf134ae04047bc5821c99f2f8c798d7f639c55af SHA512 12d06846306b714a282147aee9f565ccd8fd4b064a134ca3567b991e76a6fb248502e39959db12465e158686111f20cc4d5e71796abfeb0f7c649b2073a97d45 +DIST firefox-52.5.2esr-de.xpi 442479 BLAKE2B f3f05dfd8e56f9455ba263cb3c0461c2290b9eb7b0e73d66c3d09ac2abd03f379c0d795cc8904dc2f76af412460b80092f0f90d5eca00795bd2f131799ac0e1a SHA512 ed327e22cfb23430d24569b03b9909b8aee78f6c1c8a3b0668be0daa8e5c866d6fe8a4ac3e4846901826e60a6a13cdf90a657bdd2a29d625eb8d23fd41b767d6 +DIST firefox-52.5.2esr-dsb.xpi 459425 BLAKE2B d0516653a87045d1cf1ce72f2f2ad2557094d98bd21bf62e19dc6283bce57c820d849c934579fe8139e69b3535ca1c0453427da355b31863ea7cdb511e4dcf4b SHA512 e09dbfc6d6998b030f4f17f97dbc66489d7d22e44a35ffdab329c27aa19f2e6f0898bd3abbb47bd909fa4a1400ccb927f13efabd0de8a846d61054a0f536d6d1 +DIST firefox-52.5.2esr-el.xpi 516592 BLAKE2B 102e11a28865248ce0ad51f7ed93c8cdc92f9ec2d428db4eadfef6c17a7b8e9324ea8dac9ee276209412c988e6910ab87a31d94f6116ba6f1d1dd74bd6d383ad SHA512 ce8ab19343e748b46641c1ae0b100c4ff904300808c925a7e11fc06f8bc30c6d8aef35754d7f595e1fc486fc7ddf9263254f6fd1cb2d8a7e99454ab8e1c2a93c +DIST firefox-52.5.2esr-en-GB.xpi 419324 BLAKE2B 4cf7892ad81436131c97e3c7492b752e52d59188e30e506e7983cb1a68327c656aa8cfa35fe60b61e8d9e78f19f54c1878bfd13067c29ff3d94162f82cbcde9d SHA512 5e6e5d9259b85857302f3d4fcb4d83dc0426b5747381a183fcafc66ee34f91697c4fa27249344cdb368e5a592983a6dc0af0031a9baba86ea3fc4cc3a5fe4692 +DIST firefox-52.5.2esr-en-ZA.xpi 412212 BLAKE2B 2499e8f68168b508934214ee10066a7269246827b426a3d8881d4ab39270a8d086c6fd7787ecaacb459437c1e46833af52587c52fbe7eaded0f26a380949b1a6 SHA512 9b38057d98c0d8697ffbfc8db10881e1a3284efa2335260ac5d35b911fff5b62bddab6fbadf252dc04e32ee55df400b54fcc1dca6c351aab88b364014e10aced +DIST firefox-52.5.2esr-eo.xpi 437474 BLAKE2B 51dade72c5185c33bb0ad3d3bf5ce73b7ed645e44458db183589d5a1fd333f4cb7f2f9ce60636fcabe8ec20993cff60123f96cf7fe9b04433d98ceb548933f05 SHA512 047c979f4aec2aa1a2709600150acdad48c4488c6881714604be58f12272a5742f88487c0ced0311b55cafe4cfa8b4c24e22ac34ecc366063ac5487b1f517055 +DIST firefox-52.5.2esr-es-AR.xpi 445925 BLAKE2B 45866ea0c2cec268c43356bdb4b48c6c42c7104496ae52aed5eae2ceda72e054aa26e9713fea090ca6bfe5ea00e24d97735bd8da908e572c0f322080583d2be9 SHA512 51170d1bc0532dc057e78cc195852d75024618a4722adc3b5c794fe4aefea947d9060f65fd81b8367f5d0bfd18f2fafdf7dbf23e851bacb669e8f94b5d6d9962 +DIST firefox-52.5.2esr-es-CL.xpi 445676 BLAKE2B 511abd56052b35fd9c75f6f3d2dc2cc96bb71bce36ecbc4c48ced5dff47556498deb11c190378c87333968f7757fb5d2b5779fecb70883bac51317712b828404 SHA512 50fd47a2a12fe6dc0ba0f1ab21e2eddcdcc4a3a82c75380e329e31fe818c299f95c88c6128e2262edfaf8764382db668f8b22624903014a49c76492f840a2d68 +DIST firefox-52.5.2esr-es-ES.xpi 344875 BLAKE2B d159f496aa076600a540dd9ad8a96f8054a745c4abd5e7858277e6d75fdb79fe3bd728151e2372090bd26add21c08b1ebb25a767d571ef621e0fc3712aff27b6 SHA512 a70185ee1165feda7d9dbf9694d77d0f57d1fcbcee7b3c11033fa2c48aef8260f07a248391fd5a279ae4d71d7c14af9d519478bd874fca301fd657a43a97681c +DIST firefox-52.5.2esr-es-MX.xpi 448385 BLAKE2B 306f9a9745f90daf336b4e5a97585e756d0aac78e674797c9b041dc4af953f52179016f908bbd551930a03335e1e4a649b8d6fb7c31bd3f67bf14ab822a01324 SHA512 af1a538744b493faf7c4ec888abf832eaa35537a2202d8bcbbca21e02d7886e464345bc8c5f2625721489f595a5bd75b771bb5fbb024fb259e59aa6fc31f3f8f +DIST firefox-52.5.2esr-et.xpi 425113 BLAKE2B 95d07d553b27f77ccba359cf6dfde9c480cc74602b6d2a8ec54d75b4dc6dcea71f91ea8fcb0b4313a94685b4e53a61a8a4f6d47ec02e4048a67356e87e6a13db SHA512 c8927c532457443b9080a10ab49bdcefaf5da64f5b867fc01a6a2ace0d73dc06e274db70844fee4cd0061d6d25be43fbcec04ead393f4bf9fca5eedae77dbca8 +DIST firefox-52.5.2esr-eu.xpi 438479 BLAKE2B fa2f24888fe06c02d6e8aaa8cda4453949f0065227a0c26c33267066fae5ec82e80c59b9619b8c4d613bf627cb6591f99106517a08a371d324d3708a335d9716 SHA512 036c52a3ee9988498437bc1bee2c09823797332a40006aff021b440cd54aa3db5b132891e42085fcb49417412dcdc04bac55a2454dcd88c7fdcf2dd863a9132c +DIST firefox-52.5.2esr-fa.xpi 491344 BLAKE2B a1d0799e00702bf8b4d9f71a5ef461d677c44a2dd8356e5707a228078b3c7bf34cb339a0337bff7085f1f420b80f60fb800a2b5cf19f4a409f061c4c6abadf10 SHA512 cec8e2b2111f804157feeb9eb203bed29950394193b2483c540236cd48d96c6b10e7ee5dce29b449f364b617748756caad1fdd3ffb348a5f4bbbe091c0be23a6 +DIST firefox-52.5.2esr-ff.xpi 440928 BLAKE2B 2befce2c76778fbaf5a887af425907b7f11b96ba386a76a1867287386c2d4c24f8d1e3c9c307706ea38f8c0ca730a86c464d62bf21f78fdc5726d7286ee91110 SHA512 5388e9c9bfaf24e62dc5a1602f65901412def3d7209125185445d9df0d500aeee6081d8333ca2da1c9e4e55de49cc9fb8e85b5b8ce16d278dd7fb740741092ab +DIST firefox-52.5.2esr-fi.xpi 430061 BLAKE2B f804886f02dca86a943679498c22bd292a764cd7a0df6c282b718f9ca6b77afc1f633d9ee87ede10841e5c5c2b364f015c6232103ff7cab201dfcd6cd241411d SHA512 c15a841d1e80601cd45ebff58baeeef22f9ed57cc901d5fbfd1f660f0e11c6db18697d1b24a702a1ad1eebcaf91205e6fb07a3f5e56a8e6a28cb41394dcdc03d +DIST firefox-52.5.2esr-fr.xpi 450210 BLAKE2B 928c6f43268e08e4d693824a09eca6223540c2aeebf6ea2adbe3c890c5c58fa1630ddbfb96d8eb6ef339a5771635cf30a50b98d2c3b86fcff5c160cc622ebde2 SHA512 2a30fc383720d5f6e624dda20ae084550ab9eb303d45f914accff49a0cf1061a7de68378cf6247e9637ad96ae54c25204629c35fea34d1dbbaaf4c034a33ebf6 +DIST firefox-52.5.2esr-fy-NL.xpi 444974 BLAKE2B b275a5e7c3ec9cb82634b533ccb53a613f09f5b859654d46d8ca1e5017c17926b4af20ec4ae05f9f9c17ed3f2b0e0831427d44245282b964a4765fce9fbfc64c SHA512 83d5782ee3b2f8bdd93f23c31d5350310b25641ccaabbbe0ddf46bba3bbdc1445394d51c227c6654b8b9e285a9082476cff22d737e94a787bb16c498611584db +DIST firefox-52.5.2esr-ga-IE.xpi 458165 BLAKE2B 4662265d637c7073aa20b766c701e11730ff7ec6f600ed8e901c925e1a0dbaa88fbeb053d7e99f47311ccef9060ce2b320c425f76ee3c8f7215f596f034e8601 SHA512 ccfaef912f2313e8c29b5bf2e4002bf03329cbf2618cf29ca8c62e26c310db1700d0179794a4c9d9660b40ea5994c346c34f5635edd8ed46d7ce32690ee46371 +DIST firefox-52.5.2esr-gd.xpi 447268 BLAKE2B d40e67c9f90d54aa81c40ff73f9a6d78ab421dc8a3c5a9933b559681b2548b602cfe039fb2bd0bca94ca8aff8e4fa31e15603701a8e9b61c030840cbf2171efb SHA512 92575ae7335ba8789490d0533a0e58363b733672c7b9176d3f78be1ce9c7b67c6243f9fbe944917345385371a1d0e082b32d92b4ec10e54c2b26db4d9382dd25 +DIST firefox-52.5.2esr-gl.xpi 447295 BLAKE2B 6393712bfa82d169571bd10e7ac7698d053b460a1162e1b8583d67962d9aa8f24b751ef8c929604dfcdfbacab0c75998cd8a2d01920b1f8f1bfc25384e96578c SHA512 f71929370b2da144ed3cd586794e6014aebcbb5b3f4f2aa56ca913c9b55848424a74c4fcef81f3e8337dc9144277bc74676edefaba9d7296983535ba9dc3d713 +DIST firefox-52.5.2esr-gn.xpi 456214 BLAKE2B fee2feb5c4063d57786f6b7206e1b6682118f2732cb5567921d8f7a4e8134641d0629ea66c1fb94094b6353cf2234f7fc078560f6b3bb85830ce881dcb9966be SHA512 40f1ce7aca35204457924c001cae2ccebd1f63e207da787a2fa7568879d43916f2f8bcec1a14e79154812da6c3f9e9091ab09cb6370a2c566cb873ea39d5401e +DIST firefox-52.5.2esr-gu-IN.xpi 489365 BLAKE2B 3030dd45cc176de8aa9549db6b114a0a5ea25cc346a284096ef298482547ff1a04c5fdeecb9fe3762322d23ed163ac3d99b9b39a30cd5f1f3e1c697b65bb4d4d SHA512 947eb7a4ac48c03f347afbb81d6f80882bc78725fdc138fc21c2f5f2a9582e2fcb160c7c4469d8feef4cb615fb8383022543eaa26c55b947b92d9e85fa833a32 +DIST firefox-52.5.2esr-he.xpi 455282 BLAKE2B 41c3791594dcdbd7d947fdfb5e78ea73c8639d27a0a252c542bb6a7511d15313ebf4483470cbc1f89345988c4c7ef314d8e1d6f5aa02b351aea8ba4cece969e8 SHA512 a6ef0b6af0424d31c7fea99d752caa8a3178ca64cce5cc3ed5d0e14d45b062f223a8f3199d57e7ee854797395bdbc3ba39361dc49c45d1877a8ed52648730a59 +DIST firefox-52.5.2esr-hi-IN.xpi 506518 BLAKE2B a8b201d23c5ada691e99bed91d3706ade9f578ece0fe4cb33b6d75a4acc669ce3cd7d67c9c5e194124814e76a5f401b1ae5b024a6b0f6a020926ffd5b3d9349e SHA512 040163d1abd00573c88a5e5f74b687aefe7a00c631e6d8ee691ccb3d39789092cc76b328904da8f874e3feaadd5a5efffb486da02f91e374c9a171acd661440b +DIST firefox-52.5.2esr-hr.xpi 447503 BLAKE2B 2da6197782600b7b6efe7df8c3cac6fb8508170153b11ee8d215dd0ddc7511be21f58f311414c443e44ac760f1850c4ced329447f6384282afdf73957aa06caa SHA512 54369257057055c9e716e453956d9c3c8de5aa9482fc1d67aa5d16cb882110abe94814f3c52e43acc47795a8e46157d05cb56b7a416317b6d3abc416a87d4726 +DIST firefox-52.5.2esr-hsb.xpi 457259 BLAKE2B 7ccb91f6165e0571325397985e7f2afb3139337abe24db1308f1bafb1ecca3f9eacdfb03caf7fa397477520cee33aba793fee27b235c026be2b017ee284469b4 SHA512 1441f985c3f1cac6049d7d35a5b6a5f209c3ace55eb27de06891a4c44b3c790c56fd13db014d4c18c2614b298ba69ba8dd1ab5d41acc1660cd8b846c1410ba22 +DIST firefox-52.5.2esr-hu.xpi 451496 BLAKE2B dff2c3d1f01e0d71bfc0ceb1e0cbe91d3e2905fa817b4f325ea4a36d32b30003841af2fe2d00a526184bc81eb27bb1dbc38e046d6db09eaa06fdeaa7697b6623 SHA512 62dc52d4b202fe6bd9b5b11dd239f73be9fdd4c55b79776e4013badc1290b69fa2252ba6ce3c977f77edab637c10874394c3ccd40c12a5461113e0015a2ac877 +DIST firefox-52.5.2esr-hy-AM.xpi 495773 BLAKE2B e7cd79da4e6af428b02a31fd57af4722d1d7b2fd5ea84f0125bb81f0f747a4fd7adba33fc64758aa0adf6717f92a6c431a1675771f1565dd07768b785a881b6d SHA512 39e71dfe5d7c5e18a5aa0fea32647e1b8e4f10f93b407d9c6569956cd88a9cf12325cf24d168f967dc70eeeeeff9dfa1dfbef62a29c6869a9eb3b11301e54d4b +DIST firefox-52.5.2esr-id.xpi 426023 BLAKE2B c120f663f61b1ccf8bdbe1a968b37be3d9ed8a6d5fc9e4ff6c935a52bcbca59bebcebccb39bfddc0673b3fdde55e3290fdb7a2373f0e24e5961328f30daf1de8 SHA512 57a8c1f9ef02fdebaeae2b0479b85ca4cae1110aa1e8dd31c7ff1e217a3062ac4430aa16c5fb0a472f0c436c325b5e73f07c8e224fbac550b22c1c2bfd21df0b +DIST firefox-52.5.2esr-is.xpi 442693 BLAKE2B b2418e30d9f74db970833fe5b3a0209636a102cb119959d58792b5ada0dd3b921a8e2d227dee25ae0136fc176c197aec60a7a90c25dd13c36579303d7281fb43 SHA512 3dc732ce73a5ed0b3a8fce9f9ea3d75efbbacb2d64103585068105ce973bb4389d7333b8edaa0d4b1c012929db68fde28ba4000d954af2d34749268c3d93a4f6 +DIST firefox-52.5.2esr-it.xpi 339221 BLAKE2B a3a62af8807a9799b396496e82488659269264c70c9f97c1d3816da36f02fc5a71b6090b218b7643608b8ae55ebc4241a1d501ab300f6fa6224bca73d0b6e0ab SHA512 5ebc0ce2ea7e3fe911e5a8933ee22e563b90fd222a77fb3ca801e78f48da5785057a7158baac894510930008488a8d3c989dc7d2c43de636d6e4bfd10be2fe78 +DIST firefox-52.5.2esr-ja.xpi 488343 BLAKE2B 5210cf097b626f22eb3e6f9027502c93a63e57d3ef02f08f6977a9fe3794e58353bf2ac5f57b000f408c9abd17fdb555708f83c369fec418259205f814e883b9 SHA512 ad9d3f4da722c646c857b81b2ce44dc8d692d3a8a3f7bffa69fed58875223df0542443ef66b1670fda4483cb3855eb921919a434f61fd3d46627d3f2623e93e1 +DIST firefox-52.5.2esr-ka.xpi 475375 BLAKE2B 8410564d69bc9281108400b1f4de871608284beba13240d481075a8faba98e14dd6e33d8f5abbb09f27384ba0d0d78ff83282caf8d204d6166c8b910b45a46f3 SHA512 6ae5cc2384c3d2fbdb53a09c8a6fabcd0544d011aadc750dcd3cb14f68fda197438d5f27f1c4f17172dc5dea157ba0659d54708494379e5db9a1d3496953b1f6 +DIST firefox-52.5.2esr-kab.xpi 444519 BLAKE2B 897bec498590aff1330f47891492cef0c8ccea52f224c84ddf403b2fdebfc90904f5177783b9f7af9c08be4eb125c14eb11db449c5e51cd6c59940bba98e19c8 SHA512 2f0e46f667de3545f430f8aaa5b96d229c19f53ce6d74ebaf7b4d419098c1aaccbdb5f57cf1897d2ece22f625bc15dbb964a687cf4c1366fc6f5f9425092ac89 +DIST firefox-52.5.2esr-kk.xpi 496939 BLAKE2B c9949a4e85522bc4a2401341cf209a941e73c425866491817a25f3e1e180da86237dafed73084ad57be22305db7c10db4571ec1faffb322698d691eda16cc7cc SHA512 163d5a7b43e51f2bdee9ce6c3c079726e3a5ad01fe59127b26ca6013ce8204339c3d9b1ecdccc90ab2f6dabf355e35c3b11a307ef485af949fa702e4229261b1 +DIST firefox-52.5.2esr-km.xpi 520343 BLAKE2B bcfc2f83793234c6cb712a5613cf3dada309c2234213746a8a589e4fb77921effbafcf0fd6e11159c8a9c19c8dc031ac5ed8c9e6c2c8def624ba939dabb94b9e SHA512 7d9db710044fb98d7b67723322d0715902ff60cd13c9a3002efb4a514236bb9bf626bfc955bdedbf4f920e899cbbde28e3b3597bdce097e93dd13d5473ff63b1 +DIST firefox-52.5.2esr-kn.xpi 519455 BLAKE2B df433b9733d6d8676f7c37c516c269063ebbc85681847ebfce127e11877fdce058cbcdfe416b84ad36e7fd2efe3c181eb4273ccedc5818ba2f042a5c25365da0 SHA512 70a93016f9c196af0a53868e84557e5cedaffa270e06e2c8b95543f08d47f3a23a94bdcbd81be0e26c6b5329248a0c328dc9cc677cd77d2924dfc04341263543 +DIST firefox-52.5.2esr-ko.xpi 463630 BLAKE2B e593945c4377466c8fa841820462c9fafa20c84811e8290aadfaa5e7b4fdc3ba8b0b514b01c15108aed89fbc2da017c4213c68b69f36e603cb5f6146c70b2169 SHA512 e325f0d71cc302d3e3acab4be5ebc61cb498cbef53ca20aaa5b19778251939c14a6f2409536420183f2596061dacbf0812390e36735df65302b61d85779a7d85 +DIST firefox-52.5.2esr-lij.xpi 421070 BLAKE2B ce20767d2fe504a0e6378501ae8826a674dd7405b4c7d3bea08d6dabe819cfb30d1b165eb1badcd900e6dfe85fcf1eec4c44e13883c7925270d52fc277f4ca97 SHA512 09573db11c27b12abcb319920cb62339f57ab4365983d359b146392e08de34eaa9b24ecfc35e7c92d53cd2cbb70cb7f618e3b7061fd82765e9d8e994ed6b4947 +DIST firefox-52.5.2esr-lt.xpi 452236 BLAKE2B 3df053cf4ae79cce9950553baa1f6b818f7f8d1d0b03d23a27fa8de667bb8b038cb1c1f73812e67653de9ed782b8a420a98c4c579077160b90f685365dec7dda SHA512 77da4ba606af7b9a8824704cb63f30bbfca0c123c8aa446e1c1a1235a047e46781a38c74bdcb8a8bb6f17d1d6e3a49198bf572748b14b00e590d35d999c2e150 +DIST firefox-52.5.2esr-lv.xpi 448450 BLAKE2B 9728525ed6013c3e12c10c7e5f8de7cc591636ea87b91a6f91060b0ea34af834cf845246487bb64e6b9abb73e198be80c6108d17f1baca0e48bc8e9253f32c7f SHA512 c5bffc00a26e6e5de97a1582546d9ee0490f98954ca0c9de30cc9f75642aa5e5199691860d2df813227b73f4db026a52299746d421e82a302b6b304d1099279e +DIST firefox-52.5.2esr-mai.xpi 499841 BLAKE2B fa895eb70cd281970ba37c810a59bef101c53db3cb814b805171f90c3f8e63337920ea811a474c575a0f6319fdd9a374810ffffa3aec42611e35facc668d302f SHA512 1bd265605e0962afbde84524867a766b8c7d8938a2617575ef500f6bb940e712dda8a554061337275f48a5353351fe0d8beebcef52f134eec384aa48f6d8a730 +DIST firefox-52.5.2esr-mk.xpi 496200 BLAKE2B 1375294cbae32bbd9f4fe0efa4a6341c208814acd419e3450569ec0c2bdfb95081f12f3623cc681b997b67f35b07c1ca0aeafddfa9d9ac64746d1f58f78f7990 SHA512 b96fd43f05c6bd42aa5298ab3f9e4beea7902c424a467ef4d688962e7017ba55a38c9ef998f668aa7a945436673dca365e6f4b587d6a29a90446d1242e79ac42 +DIST firefox-52.5.2esr-ml.xpi 516486 BLAKE2B 4c69cdb02c7f927bcaa600c23bf89cd32308f5078fb5c798f3358c5d1de03a044bcc233e6a9c9b04314b784a9b607bc28ac7cffe080e47fdecc5b8edaa57e0db SHA512 3775b2e795b2d36fc2046fad08e2afd7365c8548e366dc0cb8aeab04052b404854ebfe71c3ef4ab85c31e401af7141420e588c29534ae335227351e5b5c8b64d +DIST firefox-52.5.2esr-mr.xpi 502431 BLAKE2B 4d0f370bb70d82da43a9f2d5be779614acbedc7d799ac60b430b5b9cc9ec4948f8e4c1f786db3150a809a5a6402898b6abc170f953dec6eede80e474e8ce6cd4 SHA512 5ebfbc0cdd2e4eb7100d633b3ad5afdcc739dfdf2b964f2991207b92948b1f6af5573e2b92582112bb8575495e4161f8c14c845e3f845f270465a1a0e49f9426 +DIST firefox-52.5.2esr-ms.xpi 435990 BLAKE2B eb3d323ed8c7dee0262644d61d788bc3e825e72b108cc7c43087d0a99bbfc5cc5d2ff550880d700107ee3725e02a6021eee167a44f436ffef2f92bae5531d42b SHA512 35b27e286d8f99340895d5529de7cd0603f6ed64431d639644a93e38f6ea01ec46e69fc4f79a519303dabdba4c33314396dbe27a1f1e3e2822ae9ab00eb14403 +DIST firefox-52.5.2esr-nb-NO.xpi 434412 BLAKE2B bd34ccdd089f59e03024502578cb551d907345953b975699f0e93c056209307c99ca5795d690fb36465b305ddb1f731e0498b7497db15d0fd8c5ea5c370a7876 SHA512 e0da8ecafd6bfc92038bda2178f92d007ce3aedb3a881cd63d8569993767c875dbed5f1b5ba9836f99e06e3eeba46401bb5789c5cfb94b5ef455f2f9b9686c2c +DIST firefox-52.5.2esr-nl.xpi 432007 BLAKE2B 35e334b4dfffbd8460a886f8bcd3310eea796b545a1fe1e5b1f423c1a19f88f3525caa78172117f2d4753b67fde4bac85803905d74a0386c0d0e0f278fc7babb SHA512 6e4bcbfec8878bf102840eff14e8103c4054ff4c7991ab53e0ee57246b0ff2df2ee8186ab2256878359059e99245cb3ea1022c463b568bce2a194bb8f54d98ef +DIST firefox-52.5.2esr-nn-NO.xpi 428645 BLAKE2B ddaa77d81581252469c1b96b29a557e99ea8a04c5d511137f9eeebb445107b5dccf48f830873447e7c6d076155cde5315770b374e43d3b97ae8ad01b031a280b SHA512 ed6aa2ba076936191ee4d95c876ef6194047d54b72b8f18a5cae61488eb712e3ba72d6bb3c0b0bb8f6c2cc218a6cac996be0d84c3c0582532d1bd5b8d7b36d50 +DIST firefox-52.5.2esr-or.xpi 496917 BLAKE2B c49ab3c295472b8b2b1b83e237b64443d84c440a532d3485f98761661dc2a01cadda41ad22ef66705dd1ca54b74c0961160873027bbd8f22d1441d81aa80e1f9 SHA512 06e0603dc38b629eb28854cd4e13004970d70126803174c338b6bd255d55fc8b8757b62634a8724fef8617874e2805163c31ffd46f5f551039251b15c2ff09e2 +DIST firefox-52.5.2esr-pa-IN.xpi 476587 BLAKE2B c1cca69fcc9cd745727734c183bf3596888198c872f6de837b02f2268f142417e61f55ce7ee803905776ffdb78e96ea4c509c716cc3603eb1c3703e8797f06b6 SHA512 08381dcb270eb2a0961ec57e24d4ebcaa841d16efb20848cbb10ad624b2856faba3366d6594b3dcc21035c4d1a752084df52644d98eee8424e469e79a7747199 +DIST firefox-52.5.2esr-pl.xpi 352851 BLAKE2B 78f1dc93e9f8f1eaeee08940285d0d912d7bafaeee24bef7441a9fa545e790be70d8bf24212bcbdd1d9f1db127f8e97c1f6e1a34fed193577021edf5341a6e18 SHA512 4f5f2bee23519ee2d394f80d8006116d102f6a2c9d545e0b6b397bc6a7b6437a42bea2d6f48ea854d228a0c30eea879302125701f4f045fda6deb0ef93effc96 +DIST firefox-52.5.2esr-pt-BR.xpi 438170 BLAKE2B 9f6222186a9dfb7ea92a451bfed37e073d09876be8eef1013771e57b2f92f3ee6a9aa2008002a742def7d3e6fe3f5a04203d4084b2232ff0d5656dbf72eb707d SHA512 1e75601cf8ad9fc96747be55c9910ac7da0fd5da659c1c2c878cb26d230b2aed5c10a1c51d336ba4e1b16f21bcaccfacbeb6770eb82d2b4d94388a93ed625ab6 +DIST firefox-52.5.2esr-pt-PT.xpi 436727 BLAKE2B a8a43e5288a7db90698e315b4de2b3c2016ced896e0a7f81ff21d46082ae8b61d0f65c3a5eda76a916b5ba961cdf99443578ea523c15422f515e6a119ff977ce SHA512 999a3c25036c6b9262da41038a566f835bcda3df5d9832f9a9a4dfe164324539a4116456bc984e5e1a113b7c54a993024b245c5fb2b64b74d190a01adaf0dba5 +DIST firefox-52.5.2esr-rm.xpi 434608 BLAKE2B 361c040cb42aec5953e4a0b7a16e82ab0329804657ba15342e2fbec76da3ec4ec932d0585433d60f71c98f3de92872622e29b15c56badfa620841e6f2e28e0ce SHA512 7076ca5396aba6adf9d0d71203989e96bc76d79565b4efe082523874e7f300f6569a0052205179ae8674b109137e5304d84eb63382f6fdd5141f26d735401c00 +DIST firefox-52.5.2esr-ro.xpi 449938 BLAKE2B bd447420017900f3e8af72d401ea2f407607d07f61dd32aa7af5cd4c4c9c874acb713af587743971c7491fa479d7a7783795501c24b51bffcb44aecacc172ac8 SHA512 d977bb248fb7e3fa27ff096f9291c343e8274e2733ab4f7bd081116706a92aed9224b4764dc6bdbf19d598ffd391eb5c53154ceb980968fc0b91469c7154b3cf +DIST firefox-52.5.2esr-ru.xpi 395364 BLAKE2B 028dc17ff097db72b7902d07e0d435fbc432339996eaaf482e1c9b53412e24e3c01ac42c1811596350190eaefaa47328b684957350614fb25dcf7d5cd1cac0f2 SHA512 a5bb0a6357e695631c58f4f18f11c13027277fae733698b417d288551f07c75b1f51487cdc415667e5c615d0fcd40f1970e8e11eae23d7dc1cbce6a0f44ed3ef +DIST firefox-52.5.2esr-si.xpi 491958 BLAKE2B a53ae7f1f8fde98587aeee928aaa58f90516f8e8bbb1cf41cadfc2339cdc8ddef5f91999963eba8d2d3257952bc03b428f0ec7da90ee3ab3c38546c503be965e SHA512 0e3fda717d989fabc187277f8c0f75ec6e061a823551afa2bed74867561b4a2d0d9245e15e2c8951a83c3f1d3ccd463f269a44e7ee1bd67113c10b9cf036b75e +DIST firefox-52.5.2esr-sk.xpi 455820 BLAKE2B 9b093b783f7ff22e59ca0462e22ca77d6485d62bb1f389041f24c6c874f4a7edb63663a8d75a24144f39e5c846dd7dd09ead097e885d9bb411ca52b3fa5788e8 SHA512 9d8007cf5a48ec6e428ad97bc15b5156d6fe85e854c5410e59bd5fea71ffea9a60004b58f0f7bfd177ee66b87f7dfb4050527238bd264448de9f14a0cc4a8740 +DIST firefox-52.5.2esr-sl.xpi 433482 BLAKE2B d9119ba0f85e4833b1d1fea0cb8a514e19d8b72018baffe9b28a1dadbb2306f95af80c037f6d06055520f65dcca810dd3ae08feb31d28d8735b23700b5179ae9 SHA512 76ba972f9d1957b23fc78abadfec2e1e2fe9d46b448e14378d3875c074730d4853f3d03f407eccbc74d327c411eae6c936995b031d6662944b3d7cd6a08350ec +DIST firefox-52.5.2esr-son.xpi 435127 BLAKE2B b9faee9881f3ffb9522175a3ffb05d0d4f074712c4b41136e2c1ae7d32719cdcb3d98d1495c3d7504145c827a1d9c4e8441bccd5b2e613b73dff4edcb9883814 SHA512 3eab66bb43d6076c92f8decbc236c8d08d83f92762467928b7cdb389e213ca399d3d863dea6390d49ec5f4e89553394e05874d317334688f74b2f59686c4eadf +DIST firefox-52.5.2esr-sq.xpi 448155 BLAKE2B f87f11fb96d596e9709e6aae34e7b1d86c20a815ec1303be6066cf6115f7c8f2186e29196322587a6b55b1621702310a8614838fd0350fec8cdb06861e845c70 SHA512 a49ba4c133e1902dfbad711515425b519ac00512c27e3c1e10f790f807759ae58a5d287880e5f682da72e9d169da97805b44392229e142470678ca1648dc968b +DIST firefox-52.5.2esr-sr.xpi 463394 BLAKE2B b2793d7aab7c690059d9c426db07fa75378f2ae047c815de4d9bb06db7fa9d627c90dd7eb8c403e112be5f92c4bcf6f7392623c734bfa2a8eeaeb0f11a194a0f SHA512 6bc1e3416492e4c1d22433db11e8ce0139667f9938cf531757396cb32e28e9174f26df8a2c0290e44c4f8fa04b45f1a94cde215dd439c5b86b5a0f4ea79404b4 +DIST firefox-52.5.2esr-sv-SE.xpi 441180 BLAKE2B 37a85c1f95c06655340f2a40048c0c8e310360fade2bfe526a59709da52233bf0ac2a0514a2c4e19233283fcd3bd5280a472f8db256f4d166c53d1f1c036be5e SHA512 1d01aa063845c116b6cbfb9ccb91c3155068fe164d33526c8249dc40439b1bac324c5f1b372442ea485ad85f0a3562de6a9ae200183316f961db12e6916260a9 +DIST firefox-52.5.2esr-ta.xpi 494799 BLAKE2B 69eb3be38a5966ad46f6cdce6bd83c374bc12d294ac2290d0a1757e5abe5d557921e6bed1e575b0879e1a6ad78adb16639b4b0162b2f91286c81006bea0d7be1 SHA512 aa18f8b16b7cb71115937fb318b533efd98bf916259cb45cd8f49642f6ad52e9557df91956311d7ef4a0fad32076e41bb93a19953f597384e9103d4c66aab5d1 +DIST firefox-52.5.2esr-te.xpi 515241 BLAKE2B 0da5aba7a9863a424c55363f93b0f9c859fb29da80f3d64a5feace6e7042389e5c2d7964b5a9ccf4f08d95326bc7fbe91db7e10473a8afca49b9c9ec0d145e82 SHA512 b15b8491bb302823347bc67ec41731356cbf0732b8131df33fae1bad8c32e88209be9e1a3533cdc06d9cbbe2ec4353133ccaa65124138f2cdb518b11677aebcc +DIST firefox-52.5.2esr-th.xpi 489379 BLAKE2B 88f3d767b1bf0fa447efcafa2f4d63ff4f5161d6a4ff7937ae8e7ec69a640ff3000e225cb1e3fba1782836d0f08d935830d51c57eb753ba4883a27fffe6f2d6a SHA512 0ef83799912026e3a8e28095322249a683d3259eb2ff71a19cb18e6d576eaa4d888e8915ffbf6f522647278e8b9199b8f73534e37b26595712ab4cd064041008 +DIST firefox-52.5.2esr-tr.xpi 443673 BLAKE2B 9845a3b946970735be40ccb3c5d8647af7cb0bde062378eb0fdb4edce8aa274a2c359bee9ffdc5d0eda9129ff20fecce188e5aaccdd8475edd0f112b1f3631e4 SHA512 a37c68dfdcd842cbf93d48d2a6f8f854baf785e624474ac950783334db10c61c05634e10bf11dbf3d4218bd9e33c34fe09fd5404fc41020b2c246a9b610b3911 +DIST firefox-52.5.2esr-uk.xpi 495095 BLAKE2B eaf33bf7655e8125e69474115d9af8b1b9e5a4eba3e1240fae107c45acfb7ef0dc9175b6d9acdae130292ba0c2913c751f668d0d438792eca258ad9db412fbd5 SHA512 c2c7a58f99a58a11d89d97ddfa47755774cdff3c82b84614725a5600c2e43500e74b6462e0177747554f073ff9edfb0bf31512720a6df2bf1a95a2b2c9d755ef +DIST firefox-52.5.2esr-uz.xpi 447916 BLAKE2B 91981f18dabc030e997b778dca8948ba5b2ff7b9fb12af7ab0f634193975f494edb267a9892c11726e7b080fca2c856e362f0a125f0e461c8b185eb363fb0233 SHA512 9f93d77e36ffb2973e54f51d2bb92ac62e6e3ed0febe430b5ecc47061980b2baf511385271e7ef37ce198823baa3611924e22f3533eee8f3a1f7ef32e46f7128 +DIST firefox-52.5.2esr-vi.xpi 450805 BLAKE2B d962da51529e30eb3aab1747fa471632a4455f9cb416bcf8b4dc8767cd5145db5c57eb103961f6f3c7efcb8ddf2e32f00a121ca7cd1d2495aa75b40c98316a4c SHA512 3c66984319d7cb77f50bd24c862b2a0005832fa610525698455b2d297ebedaa114b1fec80e033bb4327e3f398923eb269a528b2620538023d2bb3c0d20b2f3c4 +DIST firefox-52.5.2esr-xh.xpi 441172 BLAKE2B 53ab56a77a2754337866d344aeca0fb7af1d8d68706e3e69ff8f03abceb294044ec5274635d1944d414026d4b1de0cf49f613deb4dc1ba39f9aba475599de7e2 SHA512 da954aa904085a2968b0dd57e516ddcb3b446685a04259e44e6af8919e004f0559568bba815405d9614034300d986c404b13c05c331086073f6f02986907d1c6 +DIST firefox-52.5.2esr-zh-CN.xpi 461694 BLAKE2B 63c39764c2ad138dba0849bc9a0183090d3821c7b322df270e1c09f1697457cba492cb65df1d128b496b43aeea87c9d416ee46c9487a5af251066bed980a9310 SHA512 3954d6f11292bace3a45657dbe41ded286ca942697cbaf631c4e858a90912d664ae047276c4209d6d7caa386234667d2f6a826e74ae8d0ff42eed52a7e02c6b0 +DIST firefox-52.5.2esr-zh-TW.xpi 472534 BLAKE2B 5ef9625facf35d4e220c0b2272c25786a21b0ee36ec2fb62f260168401979df50a90e41fb2e85ad963b426f08b27d52540f0eae4484a67b94a59d0a966ff76b8 SHA512 c64c65b31aa2e4f3534d394183e0dfa96672721f0d8e070daa142263fccdf71236b6a2ab7e45b88cc49b96bb46165cf6c36aaa981ee23385c19be54f2537fdfb +DIST firefox-52.5.2esr.source.tar.xz 214094820 BLAKE2B f9eb9b5aa333d16639a59e6b36a4adef276d84b807868c671a464cb16060e275bdf7b0b45e1c72bc71930c71455fcfbff590df0f97ca3a97dfb651c3fefa0722 SHA512 bbc7dcc4cb392f06fe2e963a3b6372efcfbbcc1ca7218a3ef05885285fe00c9e87e0f8d307bd9363668327eb43542c0600443bd9e6744de64494b96dd00efa5a DIST firefox-57.0-patches-01.tar.xz 10964 BLAKE2B 207ad3ddbf924224efabc880e94a051076386102224dcc54e6f2b99466d87e9e5da29ba29d14d3f2024c9d50e3def1a39fceac5b3aac5f789a781c2ac3ab5039 SHA512 5f4c668eb1ae9b4067997973e7f5fcfa4d3de7b60520f7cc2a96b97b0814e921f777862e45fa0ffad231040d99e98f259e2482d4a5d7be096abc5d5860bfc593 DIST firefox-57.0.1-ach.xpi 441113 BLAKE2B dbab6535791c08cff6dc6eacb2f76f285b2d932d6dfb49f48debb98657853ef4d05886c445ebbc4528b6ec5c15343456d23cca3c8912ee471ee97433749fd614 SHA512 239b67d8e1c9e26f2400dac57986eb352c20efc5a9319908418e65fcaf8b17e69f9416561b7e3d7f4bf86c333b292534c8b78be67167e11ce95771673da65480 DIST firefox-57.0.1-af.xpi 442206 BLAKE2B f683812558cff77c68a5aec700bccc5d20b3126f5ab586195dd783b47400ae62f69a1144b8da2e94f32577838a274032b36fe7a814f3bd970680b2c47ecb9de2 SHA512 df4827d47773ee699c9abf81bff0931dd00b5a67c4253d50ea62cd5824feeacab832d4ea041c161d06a0b8947b0ea7dc4a01cf59282d5217588a52dfc57c1ed4 diff --git a/www-client/firefox/firefox-52.5.0.ebuild b/www-client/firefox/firefox-52.5.2.ebuild similarity index 99% rename from www-client/firefox/firefox-52.5.0.ebuild rename to www-client/firefox/firefox-52.5.2.ebuild index d462498b4fb1..7ecf62a0ee52 100644 --- a/www-client/firefox/firefox-52.5.0.ebuild +++ b/www-client/firefox/firefox-52.5.2.ebuild @@ -24,7 +24,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then fi # Patch version -PATCH="${PN}-52.4-patches-02" +PATCH="${PN}-52.5-patches-01" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZCONFIG_OPTIONAL_GTK2ONLY=1 diff --git a/x11-libs/Manifest.gz b/x11-libs/Manifest.gz index e19a3b3942d5..70b0dbf63543 100644 Binary files a/x11-libs/Manifest.gz and b/x11-libs/Manifest.gz differ diff --git a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild index 91eb9ddd080d..ddf7d325f99a 100644 --- a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild @@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}" else SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers" diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index 0d719f7187c5..a7382389fe7b 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild b/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild index 80423a3721a8..ab76cac51eb1 100644 --- a/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild +++ b/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1+" diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild index e8cf21ba1580..8cea8b82021c 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}" else SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)"