diff --git a/app-admin/perl-cleaner/perl-cleaner-2.25.ebuild b/app-admin/perl-cleaner/perl-cleaner-2.25.ebuild index 7694607f3676..f1529ec38a5a 100644 --- a/app-admin/perl-cleaner/perl-cleaner-2.25.ebuild +++ b/app-admin/perl-cleaner/perl-cleaner-2.25.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_REPO_URI="https://github.com/gentoo-perl/perl-cleaner.git" else SRC_URI="mirror://gentoo/${P}.tar.bz2 https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2" - 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 ~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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest index 3d929feca2b8..93e7808824c9 100644 --- a/app-admin/sudo/Manifest +++ b/app-admin/sudo/Manifest @@ -1,3 +1 @@ -DIST sudo-1.8.18p1.tar.gz 2822109 SHA256 e5a0471c721281a693025bbde33ebd9d3db43245d83ab8516bbfc23980379434 SHA512 8dceeb5024c4f94fcc15e75fa2fd164af5e0597734f95df43207738b3258c4d396e102faf2b6811e399f1cdbdbf617b87e5bfcc1e591ea6722f45d81d1098fe5 WHIRLPOOL 094c1232517706a6da4a0548f7ab5c0c7b9e12f8ce584db97d0c4793a38c4044538637f2834b9f3104326bd5b4b826d08ab79b1dc2c5b950de7d7f558685ef7b -DIST sudo-1.8.19p2.tar.gz 2861855 SHA256 237e18e67c2ad59ecacfa4b7707198b09fcf84914621585a9bc670dcc31a52e0 SHA512 21c83403e7ff219a273b2c4873be0d858997558ca150bc8239379a9dfcc587fdd7c0c49cdf4cdc27dfd6dd45f9f089fa034b58bfcee07dceb4a481542251b3fc WHIRLPOOL 550ed115ea711d6ba9aa698cd988295b74327dd770d79b6852f9f3f00a1c0420bbdcce5cc7c49467e0cf8a57fc79dbcfc73edaf3ad697e06ba9fd48919fece0b -DIST sudo-1.8.20.tar.gz 2930046 SHA256 9e97b8da859c6cc1b5b8c31db93002b750eae16af1bbda9140f8dd85b970e0e0 SHA512 c8cf640cd75fff88cf7c8b3a54a9a16771a9f24129b5c5787657c24336848c31abb8d8b9bafc7bfceb8f0b1f72112e15f9862b8fc337c1072eea05860f417dee WHIRLPOOL f2e409b18bee01780c21b9d97cdf65a34f763b5f9e380116f77b0d5ab3ddf6f46a80210b1c361e585fb2882ae17433817db7782e9b315b14ea1d7b53bfb0ab2a +DIST sudo-1.8.20p1.tar.gz 2930394 SHA256 9e980eb23a60dd11f0f452e672e705d7a386882bc230c6e8483050e03182db1d SHA512 b7d4c07a550da917029e31d15e734d9462f3565ee43eb5f6fd19463b54a2fa3f444381f0999d6d1ba643b65832056dd9177dad4452fa9f87f2542c223b13f258 WHIRLPOOL 7e652f70782d7c5240fa23198d16d94171510d7eb52df56ee667a3da17c26643257d4304c3bfdb94a77831b904ac1c4d4027f2d1140764ddcd130159a3c3a3d3 diff --git a/app-admin/sudo/sudo-1.8.18_p1.ebuild b/app-admin/sudo/sudo-1.8.18_p1.ebuild deleted file mode 100644 index f01c3b37c7cb..000000000000 --- a/app-admin/sudo/sudo-1.8.18_p1.ebuild +++ /dev/null @@ -1,201 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils pam multilib libtool - -MY_P=${P/_/} -MY_P=${MY_P/beta/b} - -uri_prefix= -case ${P} in -*_beta*|*_rc*) uri_prefix=beta/ ;; -esac - -DESCRIPTION="Allows users or groups to run commands as other users" -HOMEPAGE="http://www.sudo.ws/" -SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz - ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz" - -# Basic license is ISC-style as-is, some files are released under -# 3-clause BSD license -LICENSE="ISC BSD" -SLOT="0" -if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris" -fi -IUSE="ldap nls pam offensive selinux skey +sendmail" - -DEPEND="pam? ( virtual/pam ) - skey? ( >=sys-auth/skey-1.1.5-r1 ) - ldap? ( - >=net-nds/openldap-2.1.30-r1 - dev-libs/cyrus-sasl - ) - sys-libs/zlib" -RDEPEND="${DEPEND} - selinux? ( sec-policy/selinux-sudo ) - ldap? ( dev-lang/perl ) - pam? ( sys-auth/pambase ) - >=app-misc/editor-wrapper-3 - virtual/editor - sendmail? ( virtual/mta )" -DEPEND="${DEPEND} - sys-devel/bison" - -S=${WORKDIR}/${MY_P} - -REQUIRED_USE="pam? ( !skey ) skey? ( !pam )" - -MAKEOPTS+=" SAMPLES=" - -src_prepare() { - default - elibtoolize -} - -set_rootpath() { - # FIXME: secure_path is a compile time setting. using ROOTPATH - # is not perfect, env-update may invalidate this, but until it - # is available as a sudoers setting this will have to do. - einfo "Setting secure_path ..." - - # first extract the default ROOTPATH from build env - ROOTPATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env; echo "${ROOTPATH}") - if [[ -z ${ROOTPATH} ]] ; then - ewarn " Failed to find ROOTPATH, please report this" - fi - - # then remove duplicate path entries - cleanpath() { - local newpath thisp IFS=: - for thisp in $1 ; do - if [[ :${newpath}: != *:${thisp}:* ]] ; then - newpath+=:$thisp - else - einfo " Duplicate entry ${thisp} removed..." - fi - done - ROOTPATH=${newpath#:} - } - cleanpath /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin${ROOTPATH:+:${ROOTPATH}} - - # finally, strip gcc paths #136027 - rmpath() { - local e newpath thisp IFS=: - for thisp in ${ROOTPATH} ; do - for e ; do [[ $thisp == $e ]] && continue 2 ; done - newpath+=:$thisp - done - ROOTPATH=${newpath#:} - } - rmpath '*/gcc-bin/*' '*/gnat-gcc-bin/*' '*/gnat-gcc/*' - - einfo "... done" -} - -src_configure() { - local ROOTPATH - set_rootpath - - # audit: somebody got to explain me how I can test this before I - # enable it.. - Diego - # plugindir: autoconf code is crappy and does not delay evaluation - # until `make` time, so we have to use a full path here rather than - # basing off other values. - econf \ - --enable-zlib=system \ - --with-secure-path="${ROOTPATH}" \ - --with-editor="${EPREFIX}"/usr/libexec/editor \ - --with-env-editor \ - $(use_with offensive insults) \ - $(use_with offensive all-insults) \ - $(use_with ldap ldap_conf_file /etc/ldap.conf.sudo) \ - $(use_with ldap) \ - $(use_enable nls) \ - $(use_with pam) \ - $(use_with skey) \ - $(use_with selinux) \ - $(use_with sendmail) \ - --without-opie \ - --without-linux-audit \ - --with-rundir="${EPREFIX}"/var/run/sudo \ - --with-vardir="${EPREFIX}"/var/db/sudo \ - --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/sudo \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_install() { - default - - if use ldap ; then - dodoc README.LDAP - dosbin plugins/sudoers/sudoers2ldif - - cat <<-EOF > "${T}"/ldap.conf.sudo - # See ldap.conf(5) and README.LDAP for details - # This file should only be readable by root - - # supported directives: host, port, ssl, ldap_version - # uri, binddn, bindpw, sudoers_base, sudoers_debug - # tls_{checkpeer,cacertfile,cacertdir,randfile,ciphers,cert,key} - EOF - - insinto /etc - doins "${T}"/ldap.conf.sudo - fperms 0440 /etc/ldap.conf.sudo - - insinto /etc/openldap/schema - newins doc/schema.OpenLDAP sudo.schema - fi - - pamd_mimic system-auth sudo auth account session - - keepdir /var/db/sudo - fperms 0700 /var/db/sudo - - # Don't install into /var/run as that is a tmpfs most of the time - # (bug #504854) - rm -rf "${D}"/var/run -} - -pkg_postinst() { - if use ldap ; then - ewarn - ewarn "sudo uses the /etc/ldap.conf.sudo file for ldap configuration." - ewarn - if grep -qs '^[[:space:]]*sudoers:' "${ROOT}"/etc/nsswitch.conf ; then - ewarn "In 1.7 series, LDAP is no more consulted, unless explicitly" - ewarn "configured in /etc/nsswitch.conf." - ewarn - ewarn "To make use of LDAP, add this line to your /etc/nsswitch.conf:" - ewarn " sudoers: ldap files" - ewarn - fi - fi - if use prefix ; then - ewarn - ewarn "To use sudo, you need to change file ownership and permissions" - ewarn "with root privileges, as follows:" - ewarn - ewarn " # chown root:root ${EPREFIX}/usr/bin/sudo" - ewarn " # chown root:root ${EPREFIX}/usr/lib/sudo/sudoers.so" - ewarn " # chown root:root ${EPREFIX}/etc/sudoers" - ewarn " # chown root:root ${EPREFIX}/etc/sudoers.d" - ewarn " # chown root:root ${EPREFIX}/var/db/sudo" - ewarn " # chmod 4111 ${EPREFIX}/usr/bin/sudo" - ewarn - fi - - elog "To use the -A (askpass) option, you need to install a compatible" - elog "password program from the following list. Starred packages will" - elog "automatically register for the use with sudo (but will not force" - elog "the -A option):" - elog "" - elog " [*] net-misc/ssh-askpass-fullscreen" - elog " net-misc/x11-ssh-askpass" - elog "" - elog "You can override the choice by setting the SUDO_ASKPASS environmnent" - elog "variable to the program you want to use." -} diff --git a/app-admin/sudo/sudo-1.8.19_p2.ebuild b/app-admin/sudo/sudo-1.8.19_p2.ebuild deleted file mode 100644 index 5103d4888eec..000000000000 --- a/app-admin/sudo/sudo-1.8.19_p2.ebuild +++ /dev/null @@ -1,201 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils pam multilib libtool - -MY_P=${P/_/} -MY_P=${MY_P/beta/b} - -uri_prefix= -case ${P} in -*_beta*|*_rc*) uri_prefix=beta/ ;; -esac - -DESCRIPTION="Allows users or groups to run commands as other users" -HOMEPAGE="http://www.sudo.ws/" -SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz - ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz" - -# Basic license is ISC-style as-is, some files are released under -# 3-clause BSD license -LICENSE="ISC BSD" -SLOT="0" -if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris" -fi -IUSE="ldap nls pam offensive selinux skey +sendmail" - -DEPEND="pam? ( virtual/pam ) - skey? ( >=sys-auth/skey-1.1.5-r1 ) - ldap? ( - >=net-nds/openldap-2.1.30-r1 - dev-libs/cyrus-sasl - ) - sys-libs/zlib" -RDEPEND="${DEPEND} - selinux? ( sec-policy/selinux-sudo ) - ldap? ( dev-lang/perl ) - pam? ( sys-auth/pambase ) - >=app-misc/editor-wrapper-3 - virtual/editor - sendmail? ( virtual/mta )" -DEPEND="${DEPEND} - sys-devel/bison" - -S=${WORKDIR}/${MY_P} - -REQUIRED_USE="pam? ( !skey ) skey? ( !pam )" - -MAKEOPTS+=" SAMPLES=" - -src_prepare() { - default - elibtoolize -} - -set_rootpath() { - # FIXME: secure_path is a compile time setting. using ROOTPATH - # is not perfect, env-update may invalidate this, but until it - # is available as a sudoers setting this will have to do. - einfo "Setting secure_path ..." - - # first extract the default ROOTPATH from build env - ROOTPATH=$(unset ROOTPATH; . "${EPREFIX}"/etc/profile.env; echo "${ROOTPATH}") - if [[ -z ${ROOTPATH} ]] ; then - ewarn " Failed to find ROOTPATH, please report this" - fi - - # then remove duplicate path entries - cleanpath() { - local newpath thisp IFS=: - for thisp in $1 ; do - if [[ :${newpath}: != *:${thisp}:* ]] ; then - newpath+=:$thisp - else - einfo " Duplicate entry ${thisp} removed..." - fi - done - ROOTPATH=${newpath#:} - } - cleanpath /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin${ROOTPATH:+:${ROOTPATH}} - - # finally, strip gcc paths #136027 - rmpath() { - local e newpath thisp IFS=: - for thisp in ${ROOTPATH} ; do - for e ; do [[ $thisp == $e ]] && continue 2 ; done - newpath+=:$thisp - done - ROOTPATH=${newpath#:} - } - rmpath '*/gcc-bin/*' '*/gnat-gcc-bin/*' '*/gnat-gcc/*' - - einfo "... done" -} - -src_configure() { - local ROOTPATH - set_rootpath - - # audit: somebody got to explain me how I can test this before I - # enable it.. - Diego - # plugindir: autoconf code is crappy and does not delay evaluation - # until `make` time, so we have to use a full path here rather than - # basing off other values. - econf \ - --enable-zlib=system \ - --with-secure-path="${ROOTPATH}" \ - --with-editor="${EPREFIX}"/usr/libexec/editor \ - --with-env-editor \ - $(use_with offensive insults) \ - $(use_with offensive all-insults) \ - $(use_with ldap ldap_conf_file /etc/ldap.conf.sudo) \ - $(use_with ldap) \ - $(use_enable nls) \ - $(use_with pam) \ - $(use_with skey) \ - $(use_with selinux) \ - $(use_with sendmail) \ - --without-opie \ - --without-linux-audit \ - --with-rundir="${EPREFIX}"/var/run/sudo \ - --with-vardir="${EPREFIX}"/var/db/sudo \ - --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/sudo \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_install() { - default - - if use ldap ; then - dodoc README.LDAP - dosbin plugins/sudoers/sudoers2ldif - - cat <<-EOF > "${T}"/ldap.conf.sudo - # See ldap.conf(5) and README.LDAP for details - # This file should only be readable by root - - # supported directives: host, port, ssl, ldap_version - # uri, binddn, bindpw, sudoers_base, sudoers_debug - # tls_{checkpeer,cacertfile,cacertdir,randfile,ciphers,cert,key} - EOF - - insinto /etc - doins "${T}"/ldap.conf.sudo - fperms 0440 /etc/ldap.conf.sudo - - insinto /etc/openldap/schema - newins doc/schema.OpenLDAP sudo.schema - fi - - pamd_mimic system-auth sudo auth account session - - keepdir /var/db/sudo - fperms 0700 /var/db/sudo - - # Don't install into /var/run as that is a tmpfs most of the time - # (bug #504854) - rm -rf "${D}"/var/run -} - -pkg_postinst() { - if use ldap ; then - ewarn - ewarn "sudo uses the /etc/ldap.conf.sudo file for ldap configuration." - ewarn - if grep -qs '^[[:space:]]*sudoers:' "${ROOT}"/etc/nsswitch.conf ; then - ewarn "In 1.7 series, LDAP is no more consulted, unless explicitly" - ewarn "configured in /etc/nsswitch.conf." - ewarn - ewarn "To make use of LDAP, add this line to your /etc/nsswitch.conf:" - ewarn " sudoers: ldap files" - ewarn - fi - fi - if use prefix ; then - ewarn - ewarn "To use sudo, you need to change file ownership and permissions" - ewarn "with root privileges, as follows:" - ewarn - ewarn " # chown root:root ${EPREFIX}/usr/bin/sudo" - ewarn " # chown root:root ${EPREFIX}/usr/lib/sudo/sudoers.so" - ewarn " # chown root:root ${EPREFIX}/etc/sudoers" - ewarn " # chown root:root ${EPREFIX}/etc/sudoers.d" - ewarn " # chown root:root ${EPREFIX}/var/db/sudo" - ewarn " # chmod 4111 ${EPREFIX}/usr/bin/sudo" - ewarn - fi - - elog "To use the -A (askpass) option, you need to install a compatible" - elog "password program from the following list. Starred packages will" - elog "automatically register for the use with sudo (but will not force" - elog "the -A option):" - elog "" - elog " [*] net-misc/ssh-askpass-fullscreen" - elog " net-misc/x11-ssh-askpass" - elog "" - elog "You can override the choice by setting the SUDO_ASKPASS environmnent" - elog "variable to the program you want to use." -} diff --git a/app-admin/sudo/sudo-1.8.20.ebuild b/app-admin/sudo/sudo-1.8.20_p1.ebuild similarity index 97% rename from app-admin/sudo/sudo-1.8.20.ebuild rename to app-admin/sudo/sudo-1.8.20_p1.ebuild index 163cd3850235..621ff50e219c 100644 --- a/app-admin/sudo/sudo-1.8.20.ebuild +++ b/app-admin/sudo/sudo-1.8.20_p1.ebuild @@ -23,7 +23,7 @@ SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz LICENSE="ISC BSD" SLOT="0" if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris" fi IUSE="gcrypt ldap nls pam offensive openssl selinux skey +sendmail" diff --git a/app-backup/burp/burp-2.0.54.ebuild b/app-backup/burp/burp-2.0.54.ebuild index 694caae538ae..ad98b844c104 100644 --- a/app-backup/burp/burp-2.0.54.ebuild +++ b/app-backup/burp/burp-2.0.54.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/grke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="acl ipv6 libressl test xattr" CDEPEND="dev-libs/uthash diff --git a/app-backup/restic/Manifest b/app-backup/restic/Manifest index 3e5d02e3d77a..5959e7dc8c99 100644 --- a/app-backup/restic/Manifest +++ b/app-backup/restic/Manifest @@ -1,2 +1,3 @@ DIST restic-0.4.0.tar.gz 22926188 SHA256 746dbc7b73f5a542be57b71714b243266a011f1d750f56f5100c08a59df1aeac SHA512 ccd15f010f8da3bae3d33698e70ff1d9565f52fb56991b78d35f95493417a4ab050021153d81c424947233255d9553d050f7a66e1c709843fe3b2d323a81f85b WHIRLPOOL 94e6b9ed777a86cb6e46cf734b9280e68cc2ce1ea061c8a94409dca594add1ec24fb736a56e35571302ff5043a60bef7f60ff3b39b038ee128bc815f7d3d48cd DIST restic-0.5.0.tar.gz 22937327 SHA256 a8e99087478a076b8a9c7c74d37cd23a56224d8c9b242c171756784ade024fda SHA512 571e4b0aa92a6cd9320f48c46a4b2190576d9328169d54762747dfa024ab280fb41ee377b59f0114d89ebd50bc54488a8cb5e2b36c57959202e848394107bb3c WHIRLPOOL 19fef25a6e2dff3145a6700abb581e7cae3abe5522ee0197f56a572d499824e84ba25a3111c5e71856ffac18d75622766c74c585a44b6db489468050e1c8d59a +DIST restic-0.6.0.tar.gz 25230508 SHA256 3876532e2a95a889713dcc6119fc86fa619b884dd27555951595b7d12ee56b12 SHA512 de77beeaf5dd1a10033ffdfd8754426c650f990722085622d1db7c5fd033806899dfde2557b7d4257e2894eaaaae1923dd18439d61bcca4e4e479812ff2543ea WHIRLPOOL 81c1d6c6d12de622ec53d57d9a26014f78f08c5c2bdb2982f6bfd8ead2bfd2faf4f38534426faea10a3b37bf9d37277f6a42edb02cd659e13ac5b70d03c5d8c4 diff --git a/app-backup/restic/restic-0.6.0.ebuild b/app-backup/restic/restic-0.6.0.ebuild new file mode 100644 index 000000000000..0327682e476f --- /dev/null +++ b/app-backup/restic/restic-0.6.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="restic is a backup program that is fast, efficient and secure" +HOMEPAGE="https://restic.github.io/" +SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DOCS=( README.rst CONTRIBUTING.md doc/design.rst doc/faq.rst doc/index.rst doc/manual.rst + doc/rest_backend.rst doc/development.rst doc/talks.rst doc/tutorial_aws_s3.rst doc/installation.rst ) + +DEPEND="dev-lang/go + test? ( sys-fs/fuse )" + +RDEPEND="sys-fs/fuse" + +src_compile() { + local mygoargs=( + -v + -work + -x + -tags release + -ldflags "-w -X main.version=${PV}" + -o "${S}"/restic cmds/restic + ) + + GOPATH="${S}:${S}/vendor" go build "${mygoargs[@]}" || die +} + +src_test() { + GOPATH="${S}:${S}/vendor" go test -v -work -x restic/... cmds/... || die +} + +src_install() { + dobin restic + einstalldocs +} diff --git a/app-benchmarks/i7z/files/fix-insecure-tempfile.patch b/app-benchmarks/i7z/files/fix-insecure-tempfile.patch new file mode 100644 index 000000000000..fb027158434b --- /dev/null +++ b/app-benchmarks/i7z/files/fix-insecure-tempfile.patch @@ -0,0 +1,76 @@ +Author: Andreas Beckmann +Description: fix insecure temfile usage: /tmp/cpufreq.txt + switch from system() + fopen() to popen() + disable other insecure tempfiles that may be generated but not used +Bug-Debian: http://bugs.debian.org/718418 + +diff --git a/GUI/i7z_GUI.cpp b/GUI/i7z_GUI.cpp +index 2705e84..60eaeb2 100644 +--- a/GUI/i7z_GUI.cpp ++++ b/GUI/i7z_GUI.cpp +@@ -171,18 +171,17 @@ MyThread::run () + //CPUINFO is wrong for i7 but correct for the number of physical and logical cores present + //If Hyperthreading is enabled then, multiple logical processors will share a common CORE ID + //http://www.redhat.com/magazine/022aug06/departments/tips_tricks/ +- system ("cat /proc/cpuinfo |grep MHz|sed 's/cpu\\sMHz\\s*:\\s//'|tail -n 1 > /tmp/cpufreq.txt"); +- system ("grep \"core id\" /proc/cpuinfo |sort -|uniq -|wc -l > /tmp/numPhysical.txt"); +- system ("grep \"processor\" /proc/cpuinfo |sort -|uniq -|wc -l > /tmp/numLogical.txt"); ++ //system ("grep \"core id\" /proc/cpuinfo |sort -|uniq -|wc -l > /tmp/numPhysical.txt"); ++ //system ("grep \"processor\" /proc/cpuinfo |sort -|uniq -|wc -l > /tmp/numLogical.txt"); + + +- //Open the parsed cpufreq file and obtain the cpufreq from /proc/cpuinfo ++ // obtain the cpufreq from /proc/cpuinfo + FILE *tmp_file; +- tmp_file = fopen ("/tmp/cpufreq.txt", "r"); ++ tmp_file = popen ("sed -n '/MHz/ { s/cpu\\sMHz\\s*:\\s//p; q }' /proc/cpuinfo", "r"); + char tmp_str[30]; + fgets (tmp_str, 30, tmp_file); ++ pclose (tmp_file); + double cpu_freq_cpuinfo = atof (tmp_str); +- fclose (tmp_file); + + unsigned int numPhysicalCores, numLogicalCores; + numPhysicalCores = socket_0.num_physical_cores + socket_1.num_physical_cores; +diff --git a/helper_functions.c b/helper_functions.c +index 2f8da87..906c298 100644 +--- a/helper_functions.c ++++ b/helper_functions.c +@@ -531,16 +531,13 @@ double cpufreq_info() + //CPUINFO is wrong for i7 but correct for the number of physical and logical cores present + //If Hyperthreading is enabled then, multiple logical processors will share a common CORE ID + //http://www.redhat.com/magazine/022aug06/departments/tips_tricks/ +- system +- ("cat /proc/cpuinfo |grep MHz|sed 's/cpu\\sMHz\\s*:\\s//'|tail -n 1 > /tmp/cpufreq.txt"); + +- +- //Open the parsed cpufreq file and obtain the cpufreq from /proc/cpuinfo ++ // obtain the cpufreq from /proc/cpuinfo + FILE *tmp_file; +- tmp_file = fopen ("/tmp/cpufreq.txt", "r"); ++ tmp_file = popen ("sed -n '/MHz/ { s/cpu\\sMHz\\s*:\\s//p; q }' /proc/cpuinfo", "r"); + char tmp_str[30]; + fgets (tmp_str, 30, tmp_file); +- fclose (tmp_file); ++ pclose (tmp_file); + return atof(tmp_str); + } + +diff --git a/i7z_Single_Socket.c b/i7z_Single_Socket.c +index 015f154..d0afee0 100644 +--- a/i7z_Single_Socket.c ++++ b/i7z_Single_Socket.c +@@ -823,10 +823,13 @@ void print_i7z_single () + //CPUINFO is wrong for i7 but correct for the number of physical and logical cores present + //If Hyperthreading is enabled then, multiple logical processors will share a common CORE ID + //http://www.redhat.com/magazine/022aug06/departments/tips_tricks/ ++ERROR INSECURE TMPFILE + system + ("cat /proc/cpuinfo |grep MHz|sed 's/cpu\\sMHz\\s*:\\s//'|tail -n 1 > /tmp/cpufreq.txt"); ++ERROR INSECURE TMPFILE + system + ("grep \"core id\" /proc/cpuinfo |sort -|uniq -|wc -l > /tmp/numPhysical.txt"); ++ERROR INSECURE TMPFILE + system + ("grep \"processor\" /proc/cpuinfo |sort -|uniq -|wc -l > /tmp/numLogical.txt"); + //At this step, /tmp/numPhysical contains number of physical cores in machine and diff --git a/app-benchmarks/i7z/files/fix_cpuid_asm.patch b/app-benchmarks/i7z/files/fix_cpuid_asm.patch new file mode 100644 index 000000000000..27739a64523e --- /dev/null +++ b/app-benchmarks/i7z/files/fix_cpuid_asm.patch @@ -0,0 +1,21 @@ +Author: Andreas Beckmann +Description: fix cpuid inline assembly + the old code zeroed the upper half of %rbx + +--- a/helper_functions.c ++++ b/helper_functions.c +@@ -101,13 +101,7 @@ static inline void cpuid (unsigned int i + unsigned int *ecx, unsigned int *edx) + { + unsigned int _eax = info, _ebx, _ecx, _edx; +- asm volatile ("mov %%ebx, %%edi;" // save ebx (for PIC) +- "cpuid;" +- "mov %%ebx, %%esi;" // pass to caller +- "mov %%edi, %%ebx;" // restore ebx +- :"+a" (_eax), "=S" (_ebx), "=c" (_ecx), "=d" (_edx) +- : /* inputs: eax is handled above */ +- :"edi" /* clobbers: we hit edi directly */); ++ asm volatile ("cpuid\n\t" : "+a" (_eax), "=b" (_ebx), "=c" (_ecx), "=d" (_edx) : : ); + if (eax) *eax = _eax; + if (ebx) *ebx = _ebx; + if (ecx) *ecx = _ecx; diff --git a/app-benchmarks/i7z/files/hyphen-used-as-minus-sign.patch b/app-benchmarks/i7z/files/hyphen-used-as-minus-sign.patch new file mode 100644 index 000000000000..f908b934621e --- /dev/null +++ b/app-benchmarks/i7z/files/hyphen-used-as-minus-sign.patch @@ -0,0 +1,26 @@ +Author: Andreas Beckmann +Description: fix hyphen abuse + +--- a/doc/i7z.man ++++ b/doc/i7z.man +@@ -7,15 +7,15 @@ + i7z runs the i7z, ncurses based, program without any options. i7z will print out the C-states and temperature for i3, i5 and i7 based Core processors from Intel (including Nehalems, Sandy Bridge and Ivy Bridge). + .SH OPTIONS + .TP +-\fB-h, --help \fPshow the list of options available with the i7z tool. ++\fB\-h, \-\-help \fPshow the list of options available with the i7z tool. + .TP +-\fB-w [a|l], --write [a,l] \fPLogging of the frequencies can be turned on with this options. Option "-w a" or "--write a" will append to the log file. Option "-w l" or "--write l" will replace the log file. ++\fB\-w [a|l], \-\-write [a,l] \fPLogging of the frequencies can be turned on with this options. Option "\-w a" or "\-\-write a" will append to the log file. Option "\-w l" or "\-\-write l" will replace the log file. + .TP +-\fB-l, --logfile [FILENAME] \fPChange the log file name to the specified FILENAME. Default logging file is cpu_freq_log.txt (single socket) or cpu_freq_log_dual%d.txt (dual socket, %d is either 0, 1). ++\fB\-l, \-\-logfile [FILENAME] \fPChange the log file name to the specified FILENAME. Default logging file is cpu_freq_log.txt (single socket) or cpu_freq_log_dual%d.txt (dual socket, %d is either 0, 1). + .TP +-\fB--socket0 [SOCKETNUM], --socket1 [SOCKETNUM] \fPThe tool can print information for about 2 sockets at once at the most. The top view will be, by default, of the first socket (controlled by --socket0) and the bottom view will be of the second socket (controlled by --socket1). Supply the appropriate value of 0 or 1 or more for SOCKETNUM (if there are more sockets on the machine) to show in the top and bottom view. ++\fB\-\-socket0 [SOCKETNUM], \-\-socket1 [SOCKETNUM] \fPThe tool can print information for about 2 sockets at once at the most. The top view will be, by default, of the first socket (controlled by \-\-socket0) and the bottom view will be of the second socket (controlled by \-\-socket1). Supply the appropriate value of 0 or 1 or more for SOCKETNUM (if there are more sockets on the machine) to show in the top and bottom view. + .TP +-\fB--nogui \fPDisable the GUI. Useful when the only need is logging. ++\fB\-\-nogui \fPDisable the GUI. Useful when the only need is logging. + .SH Example + To print for two sockets and also change the log file (log to /tmp/logfilei7z) + diff --git a/app-benchmarks/i7z/files/install-i7z_rw_registers.patch b/app-benchmarks/i7z/files/install-i7z_rw_registers.patch new file mode 100644 index 000000000000..65c36e9a26f6 --- /dev/null +++ b/app-benchmarks/i7z/files/install-i7z_rw_registers.patch @@ -0,0 +1,26 @@ +Author: Andreas Beckmann +Description: install the i7z_rw_registers script and fix the hashbang + +--- a/i7z_rw_registers.rb ++++ b/i7z_rw_registers.rb +@@ -1,3 +1,5 @@ ++#!/usr/bin/ruby ++ + #* ----------------------------------------------------------------------- * + # * + # * Under GPL v3 +@@ -7,7 +9,6 @@ + # * + # * ----------------------------------------------------------------------- */ + +-#!/usr/bin/ruby + + def print_command_list() + print "Do you need help? \n" +--- a/Makefile ++++ b/Makefile +@@ -61,3 +61,4 @@ + install -D -m 755 $(BIN) $(DESTDIR)$(sbindir)$(BIN) + install -d $(DESTDIR)$(docdir) + install -m 0644 README.txt put_cores_offline.sh put_cores_online.sh MAKEDEV-cpuid-msr $(DESTDIR)$(docdir) ++ install -m 0755 i7z_rw_registers.rb $(DESTDIR)$(sbindir)/i7z_rw_registers diff --git a/app-benchmarks/i7z/files/use_stdbool.patch b/app-benchmarks/i7z/files/use_stdbool.patch new file mode 100644 index 000000000000..4aa84ac091c9 --- /dev/null +++ b/app-benchmarks/i7z/files/use_stdbool.patch @@ -0,0 +1,40 @@ +Author: Andreas Beckmann +Description: use a consistent bool type +Bug-Debian: #749724 + +--- a/i7z.h ++++ b/i7z.h +@@ -11,18 +11,13 @@ + * ----------------------------------------------------------------------- */ + + #include ++#include + + #define i7z_VERSION_INFO "svn-r93-(27-MAY-2013)" + + //structure to store the information about the processor + #define proccpuinfo "/proc/cpuinfo" + +-#ifndef bool +-#define bool int +-#endif +-#define false 0 +-#define true 1 +- + #define MAX_PROCESSORS 128 + #define MAX_HI_PROCESSORS MAX_PROCESSORS + #define MAX_SK_PROCESSORS (MAX_PROCESSORS/4) +--- a/cpuinfo.c ++++ b/cpuinfo.c +@@ -2,10 +2,8 @@ + #include "string.h" + #include "stdlib.h" + #include "assert.h" ++#include + #define MAX_PROCESSORS 32 +-#define bool int +-#define false 0 +-#define true 1 + + #define MAX_HI_PROCESSORS MAX_PROCESSORS + diff --git a/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild b/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild new file mode 100644 index 000000000000..4e7ab8619aa2 --- /dev/null +++ b/app-benchmarks/i7z/i7z-93_p20131012-r1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit flag-o-matic qmake-utils toolchain-funcs + +COMMIT="5023138d7c35c4667c938b853e5ea89737334e92" +DESCRIPTION="A better i7 (and now i3, i5) reporting tool for Linux" +HOMEPAGE="https://github.com/ajaiantilal/i7z" +SRC_URI="https://github.com/ajaiantilal/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="qt5" + +RDEPEND=" + sys-libs/ncurses:0= + qt5? ( + dev-qt/qtcore:5= + dev-qt/qtgui:5= + dev-qt/qtwidgets:5= + ) +" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/i7z-0.27.2-ncurses.patch + "${FILESDIR}"/qt5.patch + "${FILESDIR}"/gcc5.patch + + # From Debian + "${FILESDIR}"/fix-insecure-tempfile.patch + "${FILESDIR}"/fix_cpuid_asm.patch + "${FILESDIR}"/hyphen-used-as-minus-sign.patch + "${FILESDIR}"/install-i7z_rw_registers.patch + "${FILESDIR}"/use_stdbool.patch +) + +S="${WORKDIR}/${PN}-${COMMIT}" + +src_configure() { + # The GUI segfaults with -O1. None of the documented flags make a + # difference. There may not be a specific flag for the culprit. + # Looks to work fine for me with -O2 (pacho - 20170530) +# filter-flags "-O*" + + tc-export CC + cd GUI || die + + use qt5 && eqmake5 ${PN}_GUI.pro +} + +src_compile() { + default + + if use qt5; then + emake -C GUI clean + emake -C GUI + fi +} + +src_install() { + emake DESTDIR="${ED}" docdir=/usr/share/doc/${PF} install + + if use qt5; then + dosbin GUI/i7z_GUI + fi +} diff --git a/app-benchmarks/i7z/i7z-93_p20131012.ebuild b/app-benchmarks/i7z/i7z-93_p20131012.ebuild index e8ec6d12e919..937b0ce5965c 100644 --- a/app-benchmarks/i7z/i7z-93_p20131012.ebuild +++ b/app-benchmarks/i7z/i7z-93_p20131012.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/ajaiantilal/i7z" SRC_URI="https://github.com/ajaiantilal/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="qt4 qt5" RDEPEND="sys-libs/ncurses:0= diff --git a/app-benchmarks/i7z/metadata.xml b/app-benchmarks/i7z/metadata.xml index 455842e46944..78dfd9b514c5 100644 --- a/app-benchmarks/i7z/metadata.xml +++ b/app-benchmarks/i7z/metadata.xml @@ -2,7 +2,7 @@ - chewi@gentoo.org + pacho@gentoo.org ajaiantilal/i7z diff --git a/app-emulation/aqemu/Manifest b/app-emulation/aqemu/Manifest index 49e74a8a055c..20a6ad805eab 100644 --- a/app-emulation/aqemu/Manifest +++ b/app-emulation/aqemu/Manifest @@ -1 +1 @@ -DIST v0.9.2.tar.gz 1373465 SHA256 e3d54de00ebdce3754f97f7e0e7cce8cebb588e8ce6bc249401cc909281b08de SHA512 9d4808172ee1be82509956560e4d3f9ee349fedd920342146083cc9bc79ef51fc95937c64f20ffb13e2849c577f95f59b5b65271d6e29e2d2e1ec2d1562006ba WHIRLPOOL ddefe4c3265b10940c3d65a5f6182ecfce627bcc45486d7a2b8701a6152b8a144242ea55018437f71773f7b8bb70b763095b5db6f933fdacd7b16b1f22112b87 +DIST aqemu-0.9.2.tar.gz 1373465 SHA256 e3d54de00ebdce3754f97f7e0e7cce8cebb588e8ce6bc249401cc909281b08de SHA512 9d4808172ee1be82509956560e4d3f9ee349fedd920342146083cc9bc79ef51fc95937c64f20ffb13e2849c577f95f59b5b65271d6e29e2d2e1ec2d1562006ba WHIRLPOOL ddefe4c3265b10940c3d65a5f6182ecfce627bcc45486d7a2b8701a6152b8a144242ea55018437f71773f7b8bb70b763095b5db6f933fdacd7b16b1f22112b87 diff --git a/app-emulation/aqemu/aqemu-0.9.2.ebuild b/app-emulation/aqemu/aqemu-0.9.2.ebuild index 842cd408aace..dc50e71ce8f6 100644 --- a/app-emulation/aqemu/aqemu-0.9.2.ebuild +++ b/app-emulation/aqemu/aqemu-0.9.2.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="Graphical interface for QEMU and KVM emulators, using Qt5" HOMEPAGE="https://sourceforge.net/projects/aqemu" -SRC_URI="https://github.com/tobimensch/${PN}/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/tobimensch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-eselect/eselect-electron/Manifest b/app-eselect/eselect-electron/Manifest index 68c731d6add9..ac1285cc8e45 100644 --- a/app-eselect/eselect-electron/Manifest +++ b/app-eselect/eselect-electron/Manifest @@ -1 +1 @@ -DIST v1.0.0.tar.gz 9814 SHA256 fb7fdf681d06d96e85b2e532809503d1d3efcdde6af005c2cef894c76c769c73 SHA512 7356ec1f88befb5369b9fef08b77144f945c69c2ee79861887647fa0d23400f7ebfe8fc1ef6d62d59cab57a5eecb71e5fcc19cda27f89a468f6ca840100d8685 WHIRLPOOL e912886b6598292e358bf1040bed791e32ce0289773539fa7d87d6d9bae6696fd962d0c5536fb30dc6dda23bf092b19efc906ede34c1f09b5e835f97f6b2f0a6 +DIST eselect-electron-1.0.0.tar.gz 9814 SHA256 fb7fdf681d06d96e85b2e532809503d1d3efcdde6af005c2cef894c76c769c73 SHA512 7356ec1f88befb5369b9fef08b77144f945c69c2ee79861887647fa0d23400f7ebfe8fc1ef6d62d59cab57a5eecb71e5fcc19cda27f89a468f6ca840100d8685 WHIRLPOOL e912886b6598292e358bf1040bed791e32ce0289773539fa7d87d6d9bae6696fd962d0c5536fb30dc6dda23bf092b19efc906ede34c1f09b5e835f97f6b2f0a6 diff --git a/app-eselect/eselect-electron/eselect-electron-1.0.0.ebuild b/app-eselect/eselect-electron/eselect-electron-1.0.0.ebuild index 5766e2868d54..08976afd369c 100644 --- a/app-eselect/eselect-electron/eselect-electron-1.0.0.ebuild +++ b/app-eselect/eselect-electron/eselect-electron-1.0.0.ebuild @@ -5,7 +5,7 @@ EAPI="5" DESCRIPTION="Utility to select the default Electron slot" HOMEPAGE="https://www.gentoo.org/" -SRC_URI="https://github.com/elprans/${PN}/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/elprans/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" diff --git a/app-laptop/nvidiabl/Manifest b/app-laptop/nvidiabl/Manifest index afe730708caf..7aa7cd116d98 100644 --- a/app-laptop/nvidiabl/Manifest +++ b/app-laptop/nvidiabl/Manifest @@ -1,2 +1,2 @@ +DIST nvidiabl-0.83.tar.gz 448594 SHA256 0ea79770c02ae297fb6d660ee28ecf7a7acc346de0a55e3231ce499d4184db0f SHA512 cbf4f042acb9005c25d8d008973220f4d42fe890bfd86a34b72c0e56129dfcdcad2383acacf048e5e9da33aaf759053cdadeddac9e0946ae49a8a29ed03447dd WHIRLPOOL 4d1e13ffe1bed36ffee1c498c6384a9ff3fcc561e3aa443c15106baa9711523b8798f0283e42d6365afa57f8d7b4a394835bbea2eb8c6d41a8910c38d661012b DIST nvidiabl-0.87.tar.gz 36563463 SHA256 a5a035520cce17ef1b6b2f98eb6ad10ef7d4d3e55dd2f12b6b961fabc05c5e35 SHA512 778f8b9e7d6d8e9ecbeef745bf3602e56b38757791d7b49ebf3326758117487f7494e232aaa9354b91fd17ee3578c80278e0e60175b274b1a1a93e952dc0dfe5 WHIRLPOOL 3ebca47463ccc1059a3d7dd109479ee9c9bce4332da8ac25aaf14fd8630b72b6620e8941a69fd7e2e734739f894362efff75ace05692a3c402a8981601dd3c36 -DIST v0.83.tar.gz 448594 SHA256 0ea79770c02ae297fb6d660ee28ecf7a7acc346de0a55e3231ce499d4184db0f SHA512 cbf4f042acb9005c25d8d008973220f4d42fe890bfd86a34b72c0e56129dfcdcad2383acacf048e5e9da33aaf759053cdadeddac9e0946ae49a8a29ed03447dd WHIRLPOOL 4d1e13ffe1bed36ffee1c498c6384a9ff3fcc561e3aa443c15106baa9711523b8798f0283e42d6365afa57f8d7b4a394835bbea2eb8c6d41a8910c38d661012b diff --git a/app-laptop/nvidiabl/nvidiabl-0.83.ebuild b/app-laptop/nvidiabl/nvidiabl-0.83.ebuild index 8b99e89c69e4..60f196c88ea6 100644 --- a/app-laptop/nvidiabl/nvidiabl-0.83.ebuild +++ b/app-laptop/nvidiabl/nvidiabl-0.83.ebuild @@ -7,7 +7,7 @@ inherit linux-mod DESCRIPTION="Linux driver for setting the backlight brightness on laptops using NVIDIA GPU" HOMEPAGE="https://github.com/guillaumezin/nvidiabl" -SRC_URI="https://github.com/guillaumezin/${PN}/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/guillaumezin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-text/poppler/files/poppler-0.55.0-CVE-2017-7511.patch b/app-text/poppler/files/poppler-0.55.0-CVE-2017-7511.patch new file mode 100644 index 000000000000..64df1cfde436 --- /dev/null +++ b/app-text/poppler/files/poppler-0.55.0-CVE-2017-7511.patch @@ -0,0 +1,57 @@ +From 5c9b08a875b07853be6c44e43ff5f7f059df666a Mon Sep 17 00:00:00 2001 +From: Albert Astals Cid +Date: Sat, 27 May 2017 00:09:17 +0200 +Subject: pdfunite: Fix crash with broken documents + +Sometimes we can't parse pages so check before accessing them + +Thanks to Jiaqi Peng for the report + +Fixes bugs #101153 and #101149 + +diff --git a/utils/pdfunite.cc b/utils/pdfunite.cc +index dfe48bf..c32e201 100644 +--- a/utils/pdfunite.cc ++++ b/utils/pdfunite.cc +@@ -7,7 +7,7 @@ + // Copyright (C) 2011-2015, 2017 Thomas Freitag + // Copyright (C) 2012 Arseny Solokha + // Copyright (C) 2012 Fabio D'Urso +-// Copyright (C) 2012, 2014 Albert Astals Cid ++// Copyright (C) 2012, 2014, 2017 Albert Astals Cid + // Copyright (C) 2013 Adrian Johnson + // Copyright (C) 2013 Hib Eris + // Copyright (C) 2015 Arthur Stavisky +@@ -268,15 +268,15 @@ int main (int argc, char *argv[]) + catDict->lookup("OutputIntents", &intents); + catDict->lookupNF("AcroForm", &afObj); + Ref *refPage = docs[0]->getCatalog()->getPageRef(1); +- if (!afObj.isNull()) { ++ if (!afObj.isNull() && refPage) { + docs[0]->markAcroForm(&afObj, yRef, countRef, 0, refPage->num, refPage->num); + } + catDict->lookupNF("OCProperties", &ocObj); +- if (!ocObj.isNull() && ocObj.isDict()) { ++ if (!ocObj.isNull() && ocObj.isDict() && refPage) { + docs[0]->markPageObjects(ocObj.getDict(), yRef, countRef, 0, refPage->num, refPage->num); + } + catDict->lookup("Names", &names); +- if (!names.isNull() && names.isDict()) { ++ if (!names.isNull() && names.isDict() && refPage) { + docs[0]->markPageObjects(names.getDict(), yRef, countRef, 0, refPage->num, refPage->num); + } + if (intents.isArray() && intents.arrayGetLength() > 0) { +@@ -353,6 +353,10 @@ int main (int argc, char *argv[]) + + for (i = 0; i < (int) docs.size(); i++) { + for (j = 1; j <= docs[i]->getNumPages(); j++) { ++ if (!docs[i]->getCatalog()->getPage(j)) { ++ continue; ++ } ++ + PDFRectangle *cropBox = NULL; + if (docs[i]->getCatalog()->getPage(j)->isCropped()) + cropBox = docs[i]->getCatalog()->getPage(j)->getCropBox(); +-- +cgit v0.10.2 + diff --git a/app-text/poppler/poppler-0.55.0-r1.ebuild b/app-text/poppler/poppler-0.55.0-r1.ebuild new file mode 100644 index 000000000000..df90008fc250 --- /dev/null +++ b/app-text/poppler/poppler-0.55.0-r1.ebuild @@ -0,0 +1,137 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils toolchain-funcs xdg-utils + +if [[ "${PV}" == "9999" ]] ; then + inherit git-r3 + EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}" + SLOT="0/9999" +else + SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~sparc64-solaris ~x64-solaris ~x86-solaris" + SLOT="0/67" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION +fi + +DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" +HOMEPAGE="https://poppler.freedesktop.org/" + +LICENSE="GPL-2" +IUSE="cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff +utils" + +# No test data provided +RESTRICT="test" + +COMMON_DEPEND=" + >=media-libs/fontconfig-2.6.0 + >=media-libs/freetype-2.3.9 + sys-libs/zlib + cairo? ( + dev-libs/glib:2 + >=x11-libs/cairo-1.10.0 + introspection? ( >=dev-libs/gobject-introspection-1.32.1:= ) + ) + curl? ( net-misc/curl ) + jpeg? ( virtual/jpeg:0 ) + jpeg2k? ( media-libs/openjpeg:2= ) + lcms? ( media-libs/lcms:2 ) + nss? ( >=dev-libs/nss-3.19:0 ) + png? ( media-libs/libpng:0= ) + qt4? ( + dev-qt/qtcore:4 + dev-qt/qtgui:4 + ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtxml:5 + ) + tiff? ( media-libs/tiff:0 ) +" +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig +" +RDEPEND="${COMMON_DEPEND} + cjk? ( >=app-text/poppler-data-0.4.7 ) +" + +DOCS=(AUTHORS NEWS README README-XPDF TODO) + +PATCHES=( + "${FILESDIR}/${PN}-0.26.0-qt5-dependencies.patch" + "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch" + "${FILESDIR}/${PN}-0.53.0-respect-cflags.patch" + "${FILESDIR}/${PN}-0.33.0-openjpeg2.patch" + "${FILESDIR}/${PN}-0.40-FindQt4.patch" + "${FILESDIR}/${PN}-0.55.0-CVE-2017-7511.patch" +) + +src_prepare() { + cmake-utils_src_prepare + + # Clang doesn't grok this flag, the configure nicely tests that, but + # cmake just uses it, so remove it if we use clang + if [[ ${CC} == clang ]] ; then + sed -i -e 's/-fno-check-new//' cmake/modules/PopplerMacros.cmake || die + fi + + if ! grep -Fq 'cmake_policy(SET CMP0002 OLD)' CMakeLists.txt ; then + sed '/^cmake_minimum_required/acmake_policy(SET CMP0002 OLD)' \ + -i CMakeLists.txt || die + else + einfo "policy(SET CMP0002 OLD) - workaround can be removed" + fi +} + +src_configure() { + xdg_environment_reset + local mycmakeargs=( + -DBUILD_GTK_TESTS=OFF + -DBUILD_QT4_TESTS=OFF + -DBUILD_QT5_TESTS=OFF + -DBUILD_CPP_TESTS=OFF + -DENABLE_SPLASH=ON + -DENABLE_ZLIB=ON + -DENABLE_ZLIB_UNCOMPRESS=OFF + -DENABLE_XPDF_HEADERS=ON + -DENABLE_LIBCURL="$(usex curl)" + -DENABLE_CPP="$(usex cxx)" + -DENABLE_UTILS="$(usex utils)" + -DSPLASH_CMYK=OFF + -DUSE_FIXEDPOINT=OFF + -DUSE_FLOAT=OFF + -DWITH_Cairo="$(usex cairo)" + -DWITH_GObjectIntrospection="$(usex introspection)" + -DWITH_JPEG="$(usex jpeg)" + -DWITH_NSS3="$(usex nss)" + -DWITH_PNG="$(usex png)" + -DWITH_Qt4="$(usex qt4)" + $(cmake-utils_use_find_package qt5 Qt5Core) + -DWITH_TIFF="$(usex tiff)" + ) + if use jpeg2k; then + mycmakeargs+=(-DENABLE_LIBOPENJPEG=openjpeg2) + else + mycmakeargs+=(-DENABLE_LIBOPENJPEG=) + fi + if use lcms; then + mycmakeargs+=(-DENABLE_CMS=lcms2) + else + mycmakeargs+=(-DENABLE_CMS=) + fi + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + # live version doesn't provide html documentation + if use cairo && use doc && [[ ${PV} != 9999 ]]; then + # For now install gtk-doc there + insinto /usr/share/gtk-doc/html/poppler + doins -r "${S}"/glib/reference/html/* + fi +} diff --git a/dev-ada/gnat_util/gnat_util-2016.ebuild b/dev-ada/gnat_util/gnat_util-2016.ebuild index 51cdbdc1cf9d..dd8a3f6cba12 100644 --- a/dev-ada/gnat_util/gnat_util-2016.ebuild +++ b/dev-ada/gnat_util/gnat_util-2016.ebuild @@ -27,6 +27,7 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) pkg_setup() { GCC=${ADA:-$(tc-getCC)} GNATMAKE="${GCC/gcc/gnatmake}" + CC="${GCC}" if [[ -z "$(type ${GNATMAKE} 2>/dev/null)" ]] ; then eerror "You need a gcc compiler that provides the Ada Compiler:" eerror "1) use gcc-config to select the right compiler or" @@ -36,10 +37,11 @@ pkg_setup() { } src_compile() { - emake GNATMAKE=${GNATMAKE} BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources + emake GNATMAKE="${GNATMAKE} ${ADAFLAGS}" \ + BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources for kind in shared static static-pic; do if use ${kind}; then - emake BUILDER="gprbuild -j$(makeopts_jobs)" build-${kind} + emake BUILDER="gprbuild -v -j$(makeopts_jobs)" build-${kind} fi done } diff --git a/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild index a8d1cb55b48f..da840a48a046 100644 --- a/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild +++ b/dev-java/gnu-classpath/gnu-classpath-0.98-r5.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 @@ -77,6 +77,9 @@ src_configure() { chmod 755 tools/gjdoc.build || die fi + # Force Qt version, bug #619004. + export QT_SELECT=qt4 + ANTLR= ./configure \ $(use_enable alsa) \ $(use_enable debug ) \ diff --git a/dev-java/json/Manifest b/dev-java/json/Manifest index d8cccd96d161..3425aa5e99f7 100644 --- a/dev-java/json/Manifest +++ b/dev-java/json/Manifest @@ -1,2 +1,2 @@ -DIST 20150729.zip 52114 SHA256 62ecc38b4b86a2d864123f1d68ec9e898e250ea2d4c0798fdff52ba79db52c38 SHA512 ad21ce236b9df04482e039e57a16edec4018214aa6e00379573dc7c6977062c759aa21084b70540d35656ebcdb5eaa6525defb88e281ee0e4e7277e32f22755c WHIRLPOOL 393a81436e9441b7f0b6eeacf45323c306ffc623c15bb786c46431893318c128e4ab48b4ac610480897673ced33e7706a65a68107d42be0b58a65379db886624 -DIST 20160212.zip 52295 SHA256 3cdf14d879be05e2749edee7570d8747ce63df72312cb66cc51b37ab258ac5c2 SHA512 6648443c55f7e427e700a2bcb5cce8e4b796c42c0afb53a455dc847b0636f2e009171a39f96f0c317fdc1080ddc106dcd4c8066cfbd71091db3ad83bf7c0ae2c WHIRLPOOL 03be8d2069f2653c596baaf82eeeffea45c94272961e9a62f8e04823840813e7a9284592e90d2e6e6bb8c9fbb31aea76229786495d5c0f997e53d9306ebd0047 +DIST json-20150729.zip 52114 SHA256 62ecc38b4b86a2d864123f1d68ec9e898e250ea2d4c0798fdff52ba79db52c38 SHA512 ad21ce236b9df04482e039e57a16edec4018214aa6e00379573dc7c6977062c759aa21084b70540d35656ebcdb5eaa6525defb88e281ee0e4e7277e32f22755c WHIRLPOOL 393a81436e9441b7f0b6eeacf45323c306ffc623c15bb786c46431893318c128e4ab48b4ac610480897673ced33e7706a65a68107d42be0b58a65379db886624 +DIST json-20160212.zip 52295 SHA256 3cdf14d879be05e2749edee7570d8747ce63df72312cb66cc51b37ab258ac5c2 SHA512 6648443c55f7e427e700a2bcb5cce8e4b796c42c0afb53a455dc847b0636f2e009171a39f96f0c317fdc1080ddc106dcd4c8066cfbd71091db3ad83bf7c0ae2c WHIRLPOOL 03be8d2069f2653c596baaf82eeeffea45c94272961e9a62f8e04823840813e7a9284592e90d2e6e6bb8c9fbb31aea76229786495d5c0f997e53d9306ebd0047 diff --git a/dev-java/json/json-20150729.ebuild b/dev-java/json/json-20150729.ebuild index 61ec8715621c..5c65acbd6d3c 100644 --- a/dev-java/json/json-20150729.ebuild +++ b/dev-java/json/json-20150729.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" @@ -8,7 +8,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java implementation of the JavaScript Object Notation" HOMEPAGE="http://www.json.org/java/" -SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip" +SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" diff --git a/dev-java/json/json-20160212.ebuild b/dev-java/json/json-20160212.ebuild index c2ab4e318ae1..db4c7252b880 100644 --- a/dev-java/json/json-20160212.ebuild +++ b/dev-java/json/json-20160212.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 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java implementation of the JavaScript Object Notation" HOMEPAGE="http://www.json.org/java/" -SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip" +SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/dev-lang/lfe/Manifest b/dev-lang/lfe/Manifest index 10fb08379413..85ded70c4b8f 100644 --- a/dev-lang/lfe/Manifest +++ b/dev-lang/lfe/Manifest @@ -1,4 +1,4 @@ -DIST v0.10.1.zip 296228 SHA256 05de4cd5a15ea37e505049c5d7e9c75fbb61ce1bcabec39d762df3dbeda7d814 SHA512 94719b42ecf6dc5505ea649df00b255b1e901d6104426192f34692e2f7bc85940b96b39fd1bfa00577b63c17e10d8fd51d3de743c02d8ac2263abe2fb47d4498 WHIRLPOOL a3c4420421afd45bf6a0908a3a0f42319a094d4d186636eebe5f58b4f2d11192c0a7cbc6eee7dbc1aa48f326fed8c1869932e4d277c41387f790006675f4985d +DIST lfe-0.10.1.zip 296228 SHA256 05de4cd5a15ea37e505049c5d7e9c75fbb61ce1bcabec39d762df3dbeda7d814 SHA512 94719b42ecf6dc5505ea649df00b255b1e901d6104426192f34692e2f7bc85940b96b39fd1bfa00577b63c17e10d8fd51d3de743c02d8ac2263abe2fb47d4498 WHIRLPOOL a3c4420421afd45bf6a0908a3a0f42319a094d4d186636eebe5f58b4f2d11192c0a7cbc6eee7dbc1aa48f326fed8c1869932e4d277c41387f790006675f4985d DIST v0.7a.zip 216133 SHA256 c494135bf50a8dd62723e026a6b4cf4c5c4d6b8a01e59b6e41bbb6daf5c25dd3 SHA512 93f1b0e81275af21d3dbee73f364f4b67d4ce2d6beb7fe2c17e17d5f5330ec8762d63978ae291267ddd92d311b2ad7d2572854b5e3da9c884f4c706e23551aaa WHIRLPOOL 44067ac8e529d54e66cb18d0ae11c3f7d3a489b530f995e90eb000aae9e212ce79abc57388c515a681265a0242f568ae7efb3e1307e937c3aad55438b6d7b0da DIST v1.0.zip 303894 SHA256 1f3d9fe22bbaa1c5df50ba03595a0aa764e708f6eb52bcb5557a69426ca60114 SHA512 752ac6b142db95f63ba88ee92de28f846f3a7ccd605eea0da73da24ed0b7b4f0a06fb48697ea6064ccc28dda225ecd01843386085629b6b5465b09df66722bce WHIRLPOOL f4ca4ae467a2e534597e5f211c5f0758de27dc9a5613976ac3c86a22071ea8305c03f0dda17f9d2c61af3e45ca57152bd6b566289b8d25c3dcbe4a8e3bf25f08 DIST v1.1.1.zip 386864 SHA256 6ab0581f3a61541a7afb507a3cfe1506b688c8a88890239dad25cb93823aec30 SHA512 8660716a73126615bd0cde161a780cc49ba57718afd820dbe891da5e1d9ec2f52cc1864159dcedba1c674ccfef42b9662ec8e0bbfe82c10798527ae0979b8f8e WHIRLPOOL 1930da778ec2c03ddc0033664d5a30ba2c000bffe68416775348466150aba8c5ad275b0a62a3520d436999e7f57a0a4b04bacb00d372f24e3b18ea52980b3d0b diff --git a/dev-lang/lfe/lfe-0.10.1.ebuild b/dev-lang/lfe/lfe-0.10.1.ebuild index 037bb91da94d..f4254db02323 100644 --- a/dev-lang/lfe/lfe-0.10.1.ebuild +++ b/dev-lang/lfe/lfe-0.10.1.ebuild @@ -7,7 +7,7 @@ inherit multilib DESCRIPTION="Lisp-flavoured Erlang" HOMEPAGE="http://lfe.github.io/" -SRC_URI="https://github.com/rvirding/lfe/archive/v${PV}.zip" +SRC_URI="https://github.com/rvirding/lfe/archive/v${PV}.zip -> ${P}.zip" LICENSE="BSD-2" SLOT="0" diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest index e2955b37cb09..060f643789c5 100644 --- a/dev-lang/perl/Manifest +++ b/dev-lang/perl/Manifest @@ -8,7 +8,7 @@ DIST perl-5.24.1-patches-2.tar.xz 21124 SHA256 6b00ee799d0d2b88e641eb49800d0f756 DIST perl-5.24.1-patches-3.tar.xz 24012 SHA256 b8f8164c1fb34c5db82d9f16c5330cdb2d56e283562dd2d684c2abc26e58bf83 SHA512 1af59b80fca8317fe8df171eba6fcc0830c65f94ad7f73bac611877afdd6e5dfe9ce7c67205a860703fcf6c5b87ba14a0163196e1b833a20562525d06b26b6f3 WHIRLPOOL 9d1f7d3050f544d04e413e1c6c4a8cc6bc593a8250dbf45fb166cf92060ea8bb8e4b09bb73a686cce8101395a04c853842588c1c223c903c5b74cedaf68c5d18 DIST perl-5.24.1.tar.xz 11569284 SHA256 03a77bac4505c270f1890ece75afc7d4b555090b41aa41ea478747e23b2afb3f SHA512 9429608eb4d7f6a01b5a7df8601e0757acdf3e6d5af960d5cf710f8e4fd20ffe082bb42eedc2cd079d5173e48cf5574d55477e1c51f7f53b32fb5d1b89f6db8c WHIRLPOOL 26d401f03af54ba61ea8e761f483f3d374737660fa4beaa3bd77951c0f920f88f9e47f327754c32d4c3c49557882a2a531b9eebef420ad6155d62423f7753406 DIST perl-5.25.11-patches-1.tar.xz 16776 SHA256 43dda2f9a20b44442d25caa733ba94acb0c48b26e8201b3f8fa3d2be24a6667e SHA512 ee340824746d3b626b41c76bfa901543869fb9560ef75ff6d338df017e5528e33c344a91ce7cbe9f2fa9e813bf61bbe9eb290433baceb05b832110e746ce9036 WHIRLPOOL 98681898039e1bcc3e9a33498a8b7b8b3f24cc4c49396b33dfd04a853c329323ad47081d64da61ba2880fbd3505e10ffe90367dffa8005bda86c4f114b283934 -DIST perl-5.26.0-RC2.tar.xz 11961228 SHA256 bf7afa738c3c95a3da96c3d15be84a78bcbb32d01e3babd6634a31b604fa02b1 SHA512 3fb1e23470c9aaac30f1b44774edaec7f22bc1fa8b371b927cafeed809de36e086ca0ae6956dde75aa710db61435f365819d4c9e1ed4c2e9f9d2682dbc3b4bcc WHIRLPOOL cdd3266adac62156bfe461c601e6e1ce1ff07b4db0e979c52ecfda9aaebd59c9241d5e0ea13721ae8872ae8a08ee231e86f35f35960348a176607821357352ad +DIST perl-5.26.0.tar.xz 11961692 SHA256 9bf2e3d0d72aad77865c3bdbc20d3b576d769c5c255c4ceb30fdb9335266bf55 SHA512 cd5af6495fe4c46c0d5d0f51d4015b54daa221f08a5fb48899c247cb57c2ba85cffb97e6d258d0f931504828bb23e175d899f311c73805d924d1042058ac42e4 WHIRLPOOL 9b87a1fd5371871c747351440e40f5d1345b8bf6ac5810b9ef239e58947fe0c243583fdac6888f0450bdca437b6031cc5281a4e045d5014642ef2dc671e24e47 DIST perl-cross-1.1.1.tar.gz 88283 SHA256 8ee72f39119b342f3b911266e5c965914a44a484fd18d9c444d106aca4dd7abc SHA512 8ad958d08d8e7ff2b80333959544aaf0e83a74f2e34c9e8aca543052d039c0f4b00cda694ee940874b192b0d83656a9f6854ebbf2c444b212ba9d4417c576591 WHIRLPOOL e6739ca8fc4dcafa14a20585d75931cf6b6a98fad9c732312d15507b29b926452668afc4f27f2b6c5bb6faa623fc506538a53ed9d303d21897f42d47c26e4924 DIST perl-cross-1.1.3.tar.gz 93856 SHA256 181b24ff71815fb2c8065e6ea139d106796eee0964aebfd8081f0b7f69e0696d SHA512 d1ea6ab8a431f831ec9c4c6b71a238a66f021f5610505ebb48c3b0d0b8c9afb0fcb8050779abe1a126afdd92e65f8c86e134832b45a0a6c26ca4b46735e3021d WHIRLPOOL f7313b859031d13516193a88a70fff845987eea93eab3d0d3bac6f3b47c781324acddeed72d6cef8c7d8ee06c8ca5f59a10560b20a53575ffdfd2ce36272a723 DIST perl-cross-1.1.4.tar.gz 94623 SHA256 c840a327d5464ca271cac40d52e2d199330875527bf1003c28a6e550fb7bcc57 SHA512 3bfc108245f0c05b7d45c317eb28c2eb70aba528dfe8a39bc99d6e49b4751f5dca4f4ac661484bfc7528c3e28fcdbd8994c36daa49c25516618fec1f58116d79 WHIRLPOOL c4a150cf15d067cd58db63dae01bbe810808888477f9a2bfcd8557b2eeee097bbf93509bb9128feef84e8a2913724a82de0accc3b9c5d65207ee9dcd2989fe51 diff --git a/dev-lang/perl/perl-5.24.1-r1.ebuild b/dev-lang/perl/perl-5.24.1-r1.ebuild index 4258701ac0bb..31affec623aa 100644 --- a/dev-lang/perl/perl-5.24.1-r1.ebuild +++ b/dev-lang/perl/perl-5.24.1-r1.ebuild @@ -29,7 +29,7 @@ HOMEPAGE="http://www.perl.org/" LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SHORT_PV}" -KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb debug doc gdbm ithreads" RDEPEND=" diff --git a/dev-lang/perl/perl-5.26.0.ebuild b/dev-lang/perl/perl-5.26.0.ebuild new file mode 100644 index 000000000000..a029104e4dc9 --- /dev/null +++ b/dev-lang/perl/perl-5.26.0.ebuild @@ -0,0 +1,595 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils alternatives flag-o-matic toolchain-funcs multilib multiprocessing + +PATCH_VER=1 +CROSS_VER=1.1.4 +PATCH_BASE="perl-5.25.11-patches-${PATCH_VER}" + +DIST_AUTHOR=XSAWYERX + +# Greatest first, don't include yourself +# Devel point-releases are not ABI-intercompatible, but stable point releases are +# BIN_OLDVERSEN is contains only C-ABI-intercompatible versions +PERL_BIN_OLDVERSEN="" +# Don't add more -RC values, its historical bungling +PERL_OLDVERSEN="5.26.0-RC1 5.25.12 5.25.11 5.24.2 5.24.1 5.24.0 5.22.3 5.22.2 5.22.1 5.22.0" +if [[ "${PV##*.}" == "9999" ]]; then + DIST_VERSION=5.26.0 +else + DIST_VERSION="${PV/_rc/-RC}" +fi +SHORT_PV="${DIST_VERSION%.*}" +# Even numbered major versions are ABI intercompatible +# Odd numbered major versions are not +if [[ $(( ${SHORT_PV#*.} % 2 )) == 1 ]]; then + SUBSLOT="${DIST_VERSION%-RC*}" +else + SUBSLOT="${DIST_VERSION%.*}" +fi +# Used only in tar paths +MY_P="perl-${DIST_VERSION}" +# Used in library paths +MY_PV="${DIST_VERSION%-RC*}" + +DESCRIPTION="Larry Wall's Practical Extraction and Report Language" + +SRC_URI=" + mirror://cpan/src/5.0/${MY_P}.tar.xz + mirror://cpan/authors/id/${DIST_AUTHOR:0:1}/${DIST_AUTHOR:0:2}/${DIST_AUTHOR}/${MY_P}.tar.xz + https://github.com/gentoo-perl/perl-patchset/releases/download/${PATCH_BASE}/${PATCH_BASE}.tar.xz + mirror://gentoo/${PATCH_BASE}.tar.xz + https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz + https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz +" +HOMEPAGE="http://www.perl.org/" + +LICENSE="|| ( Artistic GPL-1+ )" +SLOT="0/${SUBSLOT}" + +if [[ "${PV##*.}" != "9999" ]]; then +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +fi + +IUSE="berkdb debug doc gdbm ithreads" + +RDEPEND=" + berkdb? ( sys-libs/db:= ) + gdbm? ( >=sys-libs/gdbm-1.8.3 ) + app-arch/bzip2 + sys-libs/zlib +" +DEPEND="${RDEPEND} + !prefix? ( elibc_FreeBSD? ( sys-freebsd/freebsd-mk-defs ) ) +" +PDEPEND=" + >=app-admin/perl-cleaner-2.5 + >=virtual/perl-File-Temp-0.230.400-r2 + >=virtual/perl-Data-Dumper-2.154.0 + virtual/perl-Test-Harness +" +# bug 390719, bug 523624 +# virtual/perl-Test-Harness is here for the bundled ExtUtils::MakeMaker + +S="${WORKDIR}/${MY_P}" + +dual_scripts() { + src_remove_dual perl-core/Archive-Tar 2.240.0 ptar ptardiff ptargrep + src_remove_dual perl-core/CPAN 2.180.0 cpan + src_remove_dual perl-core/Digest-SHA 5.960.0 shasum + src_remove_dual perl-core/Encode 2.880.0 enc2xs piconv + src_remove_dual perl-core/ExtUtils-MakeMaker 7.240.0 instmodsh + src_remove_dual perl-core/ExtUtils-ParseXS 3.340.0 xsubpp + src_remove_dual perl-core/IO-Compress 2.74.0 zipdetails + src_remove_dual perl-core/JSON-PP 2.274.0.200_rc json_pp + src_remove_dual perl-core/Module-CoreList 5.201.705.300 corelist + src_remove_dual perl-core/Pod-Parser 1.630.0 pod2usage podchecker podselect + src_remove_dual perl-core/Pod-Perldoc 3.280.0 perldoc + src_remove_dual perl-core/Test-Harness 3.380.0 prove + src_remove_dual perl-core/podlators 4.90.0 pod2man pod2text + src_remove_dual_man perl-core/podlators 4.90.0 /usr/share/man/man1/perlpodstyle.1 +} + +check_rebuild() { + # Fresh install + if [[ -z "${REPLACING_VERSIONS}" ]]; then + return 0; + # Major Upgrade + # doesn't matter if there's multiple copies, it still needs a rebuild + # if the string is anything other than "5.CURRENTMAJOR" + elif [[ "${REPLACING_VERSIONS%.*}" != "${PV%.*}" ]]; then + echo "" + ewarn "UPDATE THE PERL MODULES:" + ewarn "After updating dev-lang/perl the installed Perl modules" + ewarn "have to be re-installed. In most cases, this is done automatically" + ewarn "by the package manager, but subsequent steps are still recommended" + ewarn "to ensure system consistency." + ewarn + ewarn "You should start with a depclean to remove any unused perl dependencies" + ewarn "that may confuse portage in future. Regular depcleans are also encouraged" + ewarn "as part of your regular update cycle, as that will keep perl upgrades working." + ewarn "Recommended: emerge --depclean -va" + ewarn + ewarn "You should then call perl-cleaner to clean up any old files and trigger any" + ewarn "remaining rebuilds portage may have missed." + ewarn "Use: perl-cleaner --all" + return 0; + + # Reinstall w/ USE Change + elif ( use ithreads && ! has_version dev-lang/perl[ithreads] ) || \ + ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \ + ( use debug && ! has_version dev-lang/perl[debug] ) || \ + ( ! use debug && has_version dev-lang/perl[debug] ) ; then + echo "" + ewarn "TOGGLED USE-FLAGS WARNING:" + ewarn "You changed one of the use-flags ithreads or debug." + ewarn "You must rebuild all perl-modules installed." + ewarn "Use: perl-cleaner --modules ; perl-cleaner --force --libperl" + fi +} + +pkg_setup() { + case ${CHOST} in + *-freebsd*) osname="freebsd" ;; + *-dragonfly*) osname="dragonfly" ;; + *-netbsd*) osname="netbsd" ;; + *-openbsd*) osname="openbsd" ;; + *-darwin*) osname="darwin" ;; + *-interix*) osname="interix" ;; + *-aix*) osname="aix" ;; + *-cygwin*) osname="cygwin" ;; + *) osname="linux" ;; + esac + + myarch="${CHOST%%-*}-${osname}" + if use debug ; then + myarch+="-debug" + fi + if use ithreads ; then + mythreading="-multi" + myarch+="-thread" + fi + + LIBPERL="libperl$(get_libname ${MY_PV} )" + PRIV_LIB="/usr/$(get_libdir)/perl5/${MY_PV}" + ARCH_LIB="/usr/$(get_libdir)/perl5/${MY_PV}/${myarch}${mythreading}" + SITE_LIB="/usr/local/$(get_libdir)/perl5/${MY_PV}" + SITE_ARCH="/usr/local/$(get_libdir)/perl5/${MY_PV}/${myarch}${mythreading}" + VENDOR_LIB="/usr/$(get_libdir)/perl5/vendor_perl/${MY_PV}" + VENDOR_ARCH="/usr/$(get_libdir)/perl5/vendor_perl/${MY_PV}/${myarch}${mythreading}" + + dual_scripts +} + +src_remove_dual_file() { + local i pkg ver + pkg="$1" + ver="$2" + shift 2 + case "${EBUILD_PHASE:-none}" in + postinst|postrm) + for i in "$@" ; do + alternatives_auto_makesym "${i}" "${i}-[0-9]*" + done + ;; + setup) + for i in "$@" ; do + if [[ -f ${EROOT}${i} && ! -h ${EROOT}${i} ]] ; then + has_version ${pkg} && ewarn "You must reinstall ${pkg} !" + break + fi + done + ;; + install) + for i in "$@" ; do + if ! [[ -f "${ED}"${i} ]] ; then + ewarn "${i} does not exist!" + continue + fi + mv "${ED}"${i}{,-${ver}-${P}} || die + done + ;; + esac +} + +src_remove_dual_man() { + local i pkg ver ff + pkg="$1" + ver="$2" + shift 2 + case "${EBUILD_PHASE:-none}" in + postinst|postrm) + for i in "$@" ; do + ff=`echo "${EROOT}${i%.[0-9]}-${ver}-${P}${i#${i%.[0-9]}}"*` + ff=${ff##*${i#${i%.[0-9]}}} + alternatives_auto_makesym "${i}${ff}" "${i%.[0-9]}-[0-9]*" + done + ;; + install) + for i in "$@" ; do + if ! [[ -f "${ED}"${i} ]] ; then + ewarn "${i} does not exist!" + continue + fi + mv "${ED}"${i} "${ED}"${i%.[0-9]}-${ver}-${P}${i#${i%.[0-9]}} || die + done + ;; + esac +} + +src_remove_dual() { + local i pkg ver + pkg="$1" + ver="$2" + shift 2 + for i in "$@" ; do + src_remove_dual_file "${pkg}" "${ver}" "/usr/bin/${i}" + src_remove_dual_man "${pkg}" "${ver}" "/usr/share/man/man1/${i}.1" + done +} + +src_prepare_update_patchlevel_h() { + # Copied and modified from debian: + # Copyright 2011 Niko Tyni + # This program is free software; you can redistribute it and/or modify + # it under the same terms as Perl itself. + local patchdir="${WORKDIR}/patches" + local prefix + local patchoutput="patchlevel-gentoo.h" + + [[ -f ${patchdir}/series ]] || return 0 + +while read patch +do + patchname=$(echo $patch | sed 's/\.diff$//') + < $patchdir/$patch sed -e '/^Subject:/ { N; s/\n / / }' | sed -n -e ' + + # massage the patch headers + s|^Bug: .*https\?://rt\.perl\.org/.*id=\(.*\).*|[perl #\1]|; tprepend; + s|^Bug: .*https\?://rt\.cpan\.org/.*id=\(.*\).*|[rt.cpan.org #\1]|; tprepend; + s|^Bug-Gentoo: ||; tprepend; + s/^\(Subject\|Description\): //; tappend; + s|^Origin: .*http://perl5\.git\.perl\.org/perl\.git/commit\(diff\)\?/\(.......\).*|[\2]|; tprepend; + + # post-process at the end of input + $ { x; + # include the version number in the patchlevel.h description (if available) + s/List packaged patches/&'" for ${PF}(#${PATCH_VER})"'/; + + # escape any backslashes and double quotes + s|\\|\\\\|g; s|"|\\"|g; + + # add a prefix + s|^|\t,"'"$prefix$patchname"' - |; + # newlines away + s/\n/ /g; s/ */ /g; + # add a suffix + s/ *$/"/; p + }; + # stop all processing + d; + # label: append to the hold space + :append H; d; + # label: prepend to the hold space + :prepend x; H; d; + ' +done < "${WORKDIR}"/patches/series > "${S}/${patchoutput}" +echo "${patchoutput}" >> "${S}/MANIFEST" +} + +src_prepare_perlcross() { + cp -a ../perl-cross-${CROSS_VER}/* . || die + + sed -i \ + -e 's/(15 + $CLEANUP)/(13 + $CLEANUP)/' \ + cnf/diffs/perl5-${PV}/makemaker-test.patch || die + + sed -i \ + -e 's/MakeMaker\.pm .*/MakeMaker.pm bf9174c70a0e50ff2fee4552c7df89b37d292da1/' \ + -e 's/MM_Unix\.pm .*/MM_Unix.pm b0ec308fe2d7dcfcef5732880db0fae1f4ea80fa/' \ + cnf/diffs/perl5-${PV}/customized.patch || die + + sed -i \ + -e 's|^lib/unicore/CombiningClass.pl pod/perluniprops.pod:|lib/unicore/CombiningClass.pl pod/perluniprops.pod: $(CONFIGPM)|' \ + Makefile || die + + # bug 604072 + MAKEOPTS+=" -j1" + export MAKEOPTS +} +src_prepare_dynamic() { + ln -s ${LIBPERL} libperl$(get_libname ${SHORT_PV}) || die + ln -s ${LIBPERL} libperl$(get_libname ) || die +} + +src_prepare() { + local patch + EPATCH_OPTS+=" -p1" + einfo "Applying patches from ${PATCH_BASE} ..." + while read patch ; do + EPATCH_SINGLE_MSG=" ${patch} ..." + epatch "${WORKDIR}"/patches/${patch} + done < "${WORKDIR}"/patches/series + + src_prepare_update_patchlevel_h + + tc-is-cross-compiler && src_prepare_perlcross + + tc-is-static-only || src_prepare_dynamic + + if use gdbm; then + sed -i "s:INC => .*:INC => \"-I${EROOT}usr/include/gdbm\":g" \ + ext/NDBM_File/Makefile.PL || die + fi + + default +} + +myconf() { + # the myconf array is declared in src_configure + myconf=( "${myconf[@]}" "$@" ) +} + +src_configure() { + declare -a myconf + + export LC_ALL="C" + [[ ${COLUMNS:-1} -ge 1 ]] || unset COLUMNS # bug #394091 + + # some arches and -O do not mix :) + use ppc && replace-flags -O? -O1 + + # Perl has problems compiling with -Os in your flags with glibc + use elibc_uclibc || replace-flags "-Os" "-O2" + + # This flag makes compiling crash in interesting ways + filter-flags "-malign-double" + + # Fixes bug #97645 + use ppc && filter-flags "-mpowerpc-gpopt" + + # Fixes bug #143895 on gcc-4.1.1 + filter-flags "-fsched2-use-superblocks" + + use sparc && myconf -Ud_longdbl + + export BUILD_BZIP2=0 + export BZIP2_INCLUDE=${EROOT}/usr/include + export BZIP2_LIB=${EROOT}/usr/$(get_libdir) + + export BUILD_ZLIB=False + export ZLIB_INCLUDE=${EROOT}/usr/include + export ZLIB_LIB=${EROOT}/usr/$(get_libdir) + + # allow either gdbm to provide ndbm (in ) or db1 + myndbm='U' + mygdbm='U' + mydb='U' + if use gdbm ; then + mygdbm='D' + if use berkdb ; then + myndbm='D' + fi + fi + if use berkdb ; then + mydb='D' + has_version '=sys-libs/db-1*' && myndbm='D' + fi + + myconf "-${myndbm}i_ndbm" "-${mygdbm}i_gdbm" "-${mydb}i_db" + + if use alpha && [[ "$(tc-getCC)" = "ccc" ]] ; then + ewarn "Perl will not be built with berkdb support, use gcc if you needed it..." + myconf -Ui_db -Ui_ndbm + fi + + use ithreads && myconf -Dusethreads + + if use debug ; then + append-cflags "-g" + myconf -DDEBUGGING + elif [[ ${CFLAGS} == *-g* ]] ; then + myconf -DDEBUGGING=-g + else + myconf -DDEBUGGING=none + fi + + if [[ -n ${PERL_OLDVERSEN} ]] ; then + local inclist=$( + for v in ${PERL_OLDVERSEN}; do + has "${v}" ${PERL_BIN_OLDVERSEN} && echo -n "${v}/${myarch}${mythreading} "; + echo -n "${v} "; + done ) + myconf -Dinc_version_list="${inclist}" + fi + + [[ ${ELIBC} == "FreeBSD" ]] && myconf "-Dlibc=/usr/$(get_libdir)/libc.a" + + # Make sure we can do the final link #523730, need to set deployment + # target to override hardcoded 10.3 which breaks on modern OSX + [[ ${CHOST} == *-darwin* ]] && \ + myconf "-Dld=env MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} $(tc-getCC)" + + # Prefix: the host system needs not to follow Gentoo multilib stuff, and in + # Prefix itself we don't do multilib either, so make sure perl can find + # something compatible. + if use prefix ; then + # Set a hook to check for each detected library whether it actually works. + export libscheck=" + ( echo 'main(){}' > '${T}'/conftest.c && + $(tc-getCC) -o '${T}'/conftest '${T}'/conftest.c -l\$thislib >/dev/null 2>/dev/null + ) || xxx=/dev/null" + + # Use all host paths that might contain useful stuff, the hook above will filter out bad choices. + local paths="/lib/*-linux-gnu /usr/lib/*-linux-gnu /lib64 /lib/64 /usr/lib64 /usr/lib/64 /lib32 /usr/lib32 /lib /usr/lib" + myconf "-Dlibpth=${EPREFIX}/$(get_libdir) ${EPREFIX}/usr/$(get_libdir) ${paths}" + elif [[ $(get_libdir) != "lib" ]] ; then + # We need to use " and not ', as the written config.sh use ' ... + myconf "-Dlibpth=/usr/local/$(get_libdir) /$(get_libdir) /usr/$(get_libdir)" + fi + + # don't try building ODBM, bug #354453 + disabled_extensions="ODBM_File" + + if ! use gdbm ; then + # workaround for bug #157774: don't try building GDBM related stuff with USE="-gdbm" + disabled_extensions="${disabled_extensions} GDBM_File NDBM_File" + fi + + myconf -Dnoextensions="${disabled_extensions}" + + [[ "${PV##*.}" == "9999" ]] && myconf -Dusedevel -Uversiononly + + [[ -n "${EXTRA_ECONF}" ]] && ewarn During Perl build, EXTRA_ECONF=${EXTRA_ECONF} + # allow fiddling via EXTRA_ECONF, bug 558070 + eval "local -a EXTRA_ECONF=(${EXTRA_ECONF})" + + myconf \ + -Duseshrplib \ + -Darchname="${myarch}" \ + -Dcc="$(tc-getCC)" \ + -Doptimize="${CFLAGS}" \ + -Dldflags="${LDFLAGS}" \ + -Dprefix="${EPREFIX}"'/usr' \ + -Dsiteprefix="${EPREFIX}"'/usr/local' \ + -Dvendorprefix="${EPREFIX}"'/usr' \ + -Dscriptdir="${EPREFIX}"'/usr/bin' \ + -Dprivlib="${EPREFIX}${PRIV_LIB}" \ + -Darchlib="${EPREFIX}${ARCH_LIB}" \ + -Dsitelib="${EPREFIX}${SITE_LIB}" \ + -Dsitearch="${EPREFIX}${SITE_ARCH}" \ + -Dvendorlib="${EPREFIX}${VENDOR_LIB}" \ + -Dvendorarch="${EPREFIX}${VENDOR_ARCH}" \ + -Dman1dir="${EPREFIX}"/usr/share/man/man1 \ + -Dman3dir="${EPREFIX}"/usr/share/man/man3 \ + -Dsiteman1dir="${EPREFIX}"/usr/local/man/man1 \ + -Dsiteman3dir="${EPREFIX}"/usr/local/man/man3 \ + -Dvendorman1dir="${EPREFIX}"/usr/share/man/man1 \ + -Dvendorman3dir="${EPREFIX}"/usr/share/man/man3 \ + -Dman1ext='1' \ + -Dman3ext='3pm' \ + -Dlibperl="${LIBPERL}" \ + -Dlocincpth="${EPREFIX}"'/usr/include ' \ + -Dglibpth="${EPREFIX}/$(get_libdir) ${EPREFIX}/usr/$(get_libdir)"' ' \ + -Duselargefiles \ + -Dd_semctl_semun \ + -Dcf_by='Gentoo' \ + -Dmyhostname='localhost' \ + -Dperladmin='root@localhost' \ + -Ud_csh \ + -Dsh="${EPREFIX}"/bin/sh \ + -Dtargetsh="${EPREFIX}"/bin/sh \ + -Uusenm \ + "${myconf[@]}" \ + "${EXTRA_ECONF[@]}" + + if tc-is-cross-compiler; then + ./configure \ + --target="${CHOST}" \ + --build="${CBUILD}" \ + -Dinstallprefix='' \ + -Dinstallusrbinperl='undef' \ + -Dusevendorprefix='define' \ + "${myconf[@]}" \ + || die "Unable to configure" + else + sh Configure \ + -des \ + -Dinstallprefix="${EPREFIX}"'/usr' \ + -Dinstallusrbinperl='n' \ + "${myconf[@]}" \ + || die "Unable to configure" + fi +} + +src_test() { + export NO_GENTOO_NETWORK_TESTS=1; + if [[ ${EUID} == 0 ]] ; then + ewarn "Test fails with a sandbox error (#328793) if run as root. Skipping tests..." + return 0 + fi + use elibc_uclibc && export MAKEOPTS+=" -j1" + TEST_JOBS="$(makeopts_jobs)" make test_harness || die "test failed" +} + +src_install() { + local i + local coredir="${ARCH_LIB}/CORE" + + emake DESTDIR="${D}" install + + rm -f "${ED}/usr/bin/perl${MY_PV}" + ln -s perl "${ED}"/usr/bin/perl${MY_PV} || die + + if ! tc-is-static-only ; then + dolib.so "${ED}"${coredir}/${LIBPERL} + rm -f "${ED}"${coredir}/${LIBPERL} + ln -sf ${LIBPERL} "${ED}"/usr/$(get_libdir)/libperl$(get_libname ${SHORT_PV}) || die + ln -sf ${LIBPERL} "${ED}"/usr/$(get_libdir)/libperl$(get_libname) || die + ln -sf ../../../../../$(get_libdir)/${LIBPERL} "${ED}"${coredir}/${LIBPERL} || die + ln -sf ../../../../../$(get_libdir)/${LIBPERL} "${ED}"${coredir}/libperl$(get_libname ${SHORT_PV}) || die + ln -sf ../../../../../$(get_libdir)/${LIBPERL} "${ED}"${coredir}/libperl$(get_libname) || die + fi + + rm -rf "${ED}"/usr/share/man/man3 || die "Unable to remove module man pages" + + # This removes ${D} from Config.pm + for i in $(find "${D}" -iname "Config.pm" ) ; do + einfo "Removing ${D} from ${i}..." + sed -i -e "s:${D}::" "${i}" || die "Sed failed" + done + + dodoc Changes* README AUTHORS + + if use doc ; then + # HTML Documentation + # We expect errors, warnings, and such with the following. + + dodir /usr/share/doc/${PF}/html + LD_LIBRARY_PATH=. ./perl installhtml \ + --podroot='.' \ + --podpath='lib:ext:pod:vms' \ + --recurse \ + --htmldir="${ED}/usr/share/doc/${PF}/html" + fi + + [[ -d ${ED}/usr/local ]] && rm -r "${ED}"/usr/local + + dual_scripts +} + +pkg_preinst() { + check_rebuild +} + +pkg_postinst() { + dual_scripts + + if [[ "${ROOT}" = "/" ]] ; then + local INC DIR file + INC=$(perl -e 'for $line (@INC) { next if $line eq "."; next if $line =~ m/'${SHORT_PV}'|etc|local|perl$/; print "$line\n" }') + einfo "Removing old .ph files" + for DIR in ${INC} ; do + if [[ -d "${DIR}" ]] ; then + for file in $(find "${DIR}" -name "*.ph" -type f ) ; do + rm -f "${file}" + einfo "<< ${file}" + done + fi + done + # Silently remove the now empty dirs + for DIR in ${INC} ; do + if [[ -d "${DIR}" ]] ; then + find "${DIR}" -depth -type d -print0 | xargs -0 -r rmdir &> /dev/null + fi + done + + fi +} + +pkg_postrm(){ + dual_scripts +} diff --git a/dev-lang/perl/perl-5.26.9999.ebuild b/dev-lang/perl/perl-5.26.9999.ebuild index d5d699e962d9..a029104e4dc9 100644 --- a/dev-lang/perl/perl-5.26.9999.ebuild +++ b/dev-lang/perl/perl-5.26.9999.ebuild @@ -18,7 +18,7 @@ PERL_BIN_OLDVERSEN="" # Don't add more -RC values, its historical bungling PERL_OLDVERSEN="5.26.0-RC1 5.25.12 5.25.11 5.24.2 5.24.1 5.24.0 5.22.3 5.22.2 5.22.1 5.22.0" if [[ "${PV##*.}" == "9999" ]]; then - DIST_VERSION=5.26.0-RC2 + DIST_VERSION=5.26.0 else DIST_VERSION="${PV/_rc/-RC}" fi @@ -85,7 +85,7 @@ dual_scripts() { src_remove_dual perl-core/ExtUtils-ParseXS 3.340.0 xsubpp src_remove_dual perl-core/IO-Compress 2.74.0 zipdetails src_remove_dual perl-core/JSON-PP 2.274.0.200_rc json_pp - src_remove_dual perl-core/Module-CoreList 5.201.705.200 corelist + src_remove_dual perl-core/Module-CoreList 5.201.705.300 corelist src_remove_dual perl-core/Pod-Parser 1.630.0 pod2usage podchecker podselect src_remove_dual perl-core/Pod-Perldoc 3.280.0 perldoc src_remove_dual perl-core/Test-Harness 3.380.0 prove diff --git a/dev-libs/apr-util/Manifest b/dev-libs/apr-util/Manifest index 10dcdfeddf1b..3e63c2acac5c 100644 --- a/dev-libs/apr-util/Manifest +++ b/dev-libs/apr-util/Manifest @@ -1,3 +1 @@ -DIST apr-util-1.5.2.tar.bz2 693258 SHA256 9ace3d2e3129d5c244ef695a88b3b47897695e8e6ca2b96e92e4a635d9ed12a7 SHA512 14e890aa1a34369ddf0d041d397231e21994c0a51d3a07dd126985699184ee59c2df32dd752339dd90278988a9461c714f0a157126229be57450259646a1d6df WHIRLPOOL 94972bf43b21527015a489e640d81087021a7818fb4435b60a0b753d214e53b05630976894c81a70a069bb6918150c22df7621c63a539082a8b90ca442adce0e -DIST apr-util-1.5.3.tar.bz2 695303 SHA256 78edb174f13e25ee15ded2b849b741a248b879a93a77a2d31c20f7e225be3968 SHA512 b03588fd10c8705ea72cb35e821a99ba160c5a480d91d766969672c72a4db5bc2ec01b13cbe0eccc1cd1eadd96e8198994296bc2f0232b3fce4e82271a382db6 WHIRLPOOL 4e3d131c2fcb5818db76c2d663caf7ab193a020011d21a1b03238075ba1ddb9778aa3df1e165cb13833efc446c81d13893a126d91e8da6cc55a5431e50f3b797 DIST apr-util-1.5.4.tar.bz2 694427 SHA256 a6cf327189ca0df2fb9d5633d7326c460fe2b61684745fd7963e79a6dd0dc82e SHA512 ca877d8e444218c4ba0f28063ee075ddcd6c0a487b692dc80ef442fe775ec4eeb337c6957853772e8082e27edcb450d7e909c2c6c3ab4a95bbf0a5ee5ea4a2d1 WHIRLPOOL bc4ce82785513f4bf2207bb26758abc79e6bfef62a57d3e2ead570abc618b321c302390b9dcd8eab1ec44a9e5d398c2cc4d35af2549636e20d7c20678725ac2e diff --git a/dev-libs/apr-util/apr-util-1.5.2.ebuild b/dev-libs/apr-util/apr-util-1.5.2.ebuild deleted file mode 100644 index a99ea02195d5..000000000000 --- a/dev-libs/apr-util/apr-util-1.5.2.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -# Usually apr-util has the same PV as apr, but in case of security fixes, this may change. -# APR_PV="${PV}" -APR_PV="1.4.6" - -inherit autotools db-use eutils libtool multilib toolchain-funcs - -DESCRIPTION="Apache Portable Runtime Utility Library" -HOMEPAGE="http://apr.apache.org/" -SRC_URI="mirror://apache/apr/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~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" -IUSE="berkdb doc freetds gdbm ldap mysql nss odbc openssl postgres sqlite static-libs" -RESTRICT="test" - -RDEPEND="dev-libs/expat - >=dev-libs/apr-${APR_PV}:1 - berkdb? ( >=sys-libs/db-4 ) - freetds? ( dev-db/freetds ) - gdbm? ( sys-libs/gdbm ) - ldap? ( =net-nds/openldap-2* ) - mysql? ( =virtual/mysql-5* ) - nss? ( dev-libs/nss ) - odbc? ( dev-db/unixODBC ) - openssl? ( dev-libs/openssl ) - postgres? ( dev-db/postgresql ) - sqlite? ( dev-db/sqlite:3 )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -DOCS=(CHANGES NOTICE README) - -src_prepare() { - eautoreconf - - elibtoolize -} - -src_configure() { - local myconf - - tc-is-static-only && myconf+=" --disable-util-dso" - - if use berkdb; then - local db_version - db_version="$(db_findver sys-libs/db)" || die "Unable to find Berkeley DB version" - db_version="$(db_ver_to_slot "${db_version}")" - db_version="${db_version/\./}" - myconf+=" --with-dbm=db${db_version} --with-berkeley-db=$(db_includedir 2> /dev/null):${EPREFIX}/usr/$(get_libdir)" - else - myconf+=" --without-berkeley-db" - fi - - econf \ - --datadir="${EPREFIX}"/usr/share/apr-util-1 \ - --with-apr="${EPREFIX}"/usr \ - --with-expat="${EPREFIX}"/usr \ - --without-sqlite2 \ - $(use_with freetds) \ - $(use_with gdbm) \ - $(use_with ldap) \ - $(use_with mysql) \ - $(use_with nss) \ - $(use_with odbc) \ - $(use_with openssl) \ - $(use_with postgres pgsql) \ - $(use_with sqlite sqlite3) \ - ${myconf} -} - -src_compile() { - emake CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" - - if use doc; then - emake dox - fi -} - -src_install() { - default - - find "${ED}" -name "*.la" -exec rm -f {} + - find "${ED}usr/$(get_libdir)/apr-util-${SLOT}" -name "*.a" -exec rm -f {} + - - if use doc; then - dohtml -r docs/dox/html/* - fi - - if ! use static-libs; then - find "${ED}" -name "*.a" -exec rm -f {} + - fi - - # This file is only used on AIX systems, which Gentoo is not, - # and causes collisions between the SLOTs, so remove it. - rm -f "${ED}usr/$(get_libdir)/aprutil.exp" -} diff --git a/dev-libs/apr-util/apr-util-1.5.3-r2.ebuild b/dev-libs/apr-util/apr-util-1.5.4-r2.ebuild similarity index 58% rename from dev-libs/apr-util/apr-util-1.5.3-r2.ebuild rename to dev-libs/apr-util/apr-util-1.5.4-r2.ebuild index dd48875a8781..3bb7a167d639 100644 --- a/dev-libs/apr-util/apr-util-1.5.3-r2.ebuild +++ b/dev-libs/apr-util/apr-util-1.5.4-r2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=6 # Usually apr-util has the same PV as apr, but in case of security fixes, this may change. # APR_PV="${PV}" -APR_PV="1.4.6" +APR_PV="1.5.2" inherit autotools db-use eutils libtool multilib toolchain-funcs @@ -15,31 +15,41 @@ SRC_URI="mirror://apache/apr/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~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" -IUSE="berkdb doc freetds gdbm ldap mysql nss odbc openssl postgres sqlite static-libs" -RESTRICT="test" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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" +IUSE="berkdb doc freetds gdbm ldap libressl nss odbc openssl postgres sqlite static-libs" +#RESTRICT="test" -RDEPEND="dev-libs/expat +RDEPEND=" + dev-libs/expat >=dev-libs/apr-${APR_PV}:1 - berkdb? ( >=sys-libs/db-4 ) + berkdb? ( >=sys-libs/db-4:= ) freetds? ( dev-db/freetds ) gdbm? ( sys-libs/gdbm ) ldap? ( =net-nds/openldap-2* ) - mysql? ( =virtual/mysql-5* ) nss? ( dev-libs/nss ) odbc? ( dev-db/unixODBC ) - openssl? ( dev-libs/openssl ) - postgres? ( dev-db/postgresql ) - sqlite? ( dev-db/sqlite:3 )" -DEPEND="${RDEPEND} + openssl? ( + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) + ) + postgres? ( dev-db/postgresql:= ) + sqlite? ( dev-db/sqlite:3 ) +" +DEPEND=" + ${RDEPEND} >=sys-devel/libtool-2.4.2 - doc? ( app-doc/doxygen )" + doc? ( app-doc/doxygen ) +" DOCS=(CHANGES NOTICE README) +PATCHES=( + "${FILESDIR}"/${PN}-1.5.3-sysroot.patch #385775 +) + src_prepare() { - epatch "${FILESDIR}"/${P}-berkdb6.patch #476374 - epatch "${FILESDIR}"/${PN}-1.5.3-sysroot.patch #385775 + default + mv configure.{in,ac} || die eautoreconf elibtoolize } @@ -69,21 +79,23 @@ src_configure() { myconf+=( --with-crypto ) # 518708 fi - econf \ - --datadir="${EPREFIX}"/usr/share/apr-util-1 \ - --with-apr="${SYSROOT}${EPREFIX}"/usr \ - --with-expat="${EPREFIX}"/usr \ - --without-sqlite2 \ - $(use_with freetds) \ - $(use_with gdbm) \ - $(use_with ldap) \ - $(use_with mysql) \ - $(use_with nss) \ - $(use_with odbc) \ - $(use_with openssl) \ - $(use_with postgres pgsql) \ - $(use_with sqlite sqlite3) \ + local myeconfargs=( + --datadir="${EPREFIX}"/usr/share/apr-util-1 + --with-apr="${SYSROOT}${EPREFIX}"/usr + --with-expat="${EPREFIX}"/usr + --without-mysql + --without-sqlite2 + $(use_with freetds) + $(use_with gdbm) + $(use_with ldap) + $(use_with nss) + $(use_with odbc) + $(use_with openssl) + $(use_with postgres pgsql) + $(use_with sqlite sqlite3) "${myconf[@]}" + ) + econf "${myeconfargs[@]}" # Use the current env build settings rather than whatever apr was built with. sed -i -r \ -e "/^(apr_builddir|apr_builders|top_builddir)=/s:=:=${SYSROOT}:" \ @@ -101,13 +113,18 @@ src_compile() { src_install() { default - find "${ED}" -name "*.la" -delete - find "${ED}usr/$(get_libdir)/apr-util-${SLOT}" -name "*.a" -delete - use static-libs || find "${ED}" -name "*.a" -delete + find "${ED}" -name "*.la" -delete || die + find "${ED}usr/$(get_libdir)/apr-util-${SLOT}" -name "*.a" -delete || die + if ! use static-libs ; then + find "${ED}" -name "*.a" -not -name "*$(get_libname)" -delete || die + fi - use doc && dohtml -r docs/dox/html/* + if use doc ; then + docinto html + dodoc -r docs/dox/html/* + fi # This file is only used on AIX systems, which Gentoo is not, # and causes collisions between the SLOTs, so remove it. - rm -f "${ED}usr/$(get_libdir)/aprutil.exp" + rm "${ED}usr/$(get_libdir)/aprutil.exp" || die } diff --git a/dev-libs/apr/Manifest b/dev-libs/apr/Manifest index 056054a33088..593061921edf 100644 --- a/dev-libs/apr/Manifest +++ b/dev-libs/apr/Manifest @@ -1,3 +1 @@ -DIST apr-1.5.0.tar.bz2 813976 SHA256 17287d36a5917e27281e60d47e7b147bd5ddcd1ca832702c2318f5e0724f1221 SHA512 d54d995a67fe13a619d4781cbfcfae07679d15defa49634ee472c6a93f9521f7964e6e3e366188f1817c01a8fdb98b4ff042e56d8bd9bc379683d6c4ccff2a3e WHIRLPOOL 083da7589f85fb2212b4ced33004ee30848a40cf4718de36a21dfcba15b794dc9b57a9324cdd400e2df74564f9ad27899119de55075f1e0285415471b47f90e7 -DIST apr-1.5.1.tar.bz2 817569 SHA256 e94abe431d4da48425fcccdb27b469bd0f8151488f82e5630a56f26590e198ac SHA512 0d8dea97490cd0b0689eb090d0e32ab9b582e4a0248ea7028e2a44552fc3839013b18cff985547aa9bbb549d93bc4859cca1d8ef95b32d4d4fd610ed19bde435 WHIRLPOOL 553efdefdb58ae44015ef36505c70b52122b750e6c3f63d9ccaa0878efd476dac249a62e2fb644d3e709c372a2805b1d76869c0e9b880b6273f46ef2e9937ace DIST apr-1.5.2.tar.bz2 826885 SHA256 7d03ed29c22a7152be45b8e50431063736df9e1daa1ddf93f6a547ba7a28f67a SHA512 d1156ad16abf07887797777b56c2147c890f16d8445829b3e3b4917950d24c5fd2f8febd439992467a5ea0511da562c0fb4a7cfd8a235ab55882388bfa2b919d WHIRLPOOL 3f6fbb9410f7cd3ace2f80f361a02b190e14d744f38dbd6f87a5c60b4b1c4a99cd902ba9351a235d9f3bab044a981de21fb6c193d3ab3caba2448bf6c4e1bd1b diff --git a/dev-libs/apr/apr-1.5.0-r2.ebuild b/dev-libs/apr/apr-1.5.0-r2.ebuild deleted file mode 100644 index e038238ae89d..000000000000 --- a/dev-libs/apr/apr-1.5.0-r2.ebuild +++ /dev/null @@ -1,139 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit autotools eutils libtool multilib toolchain-funcs - -DESCRIPTION="Apache Portable Runtime Library" -HOMEPAGE="http://apr.apache.org/" -SRC_URI="mirror://apache/apr/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~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" -IUSE="doc elibc_FreeBSD older-kernels-compatibility selinux static-libs +urandom" - -CDEPEND="elibc_glibc? ( >=sys-apps/util-linux-2.16 ) - elibc_mintlib? ( >=sys-apps/util-linux-2.18 )" -RDEPEND="${CDEPEND} - selinux? ( sec-policy/selinux-apache )" -DEPEND="${CDEPEND} - >=sys-devel/libtool-2.4.2 - doc? ( app-doc/doxygen )" - -DOCS=(CHANGES NOTICE README) - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.5.0-mint.patch - epatch "${FILESDIR}"/${PN}-1.5.0-libtool.patch - epatch "${FILESDIR}"/${PN}-1.5.0-cross-types.patch - epatch "${FILESDIR}"/${PN}-1.5.0-sysroot.patch #385775 - - epatch_user #449048 - - AT_M4DIR="build" eautoreconf - elibtoolize - - epatch "${FILESDIR}/config.layout.patch" -} - -src_configure() { - local myconf=() - - [[ ${CHOST} == *-mint* ]] && export ac_cv_func_poll=no - - if use older-kernels-compatibility; then - local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 apr_cv_sock_cloexec - export apr_cv_accept4="no" - export apr_cv_dup3="no" - export apr_cv_epoll_create1="no" - export apr_cv_sock_cloexec="no" - fi - if tc-is-cross-compiler; then - # The apache project relies heavily on AC_TRY_RUN and doesn't - # have any sane cross-compiling fallback logic. - export \ - ac_cv_file__dev_zero="yes" \ - ac_cv_func_sem_open="yes" \ - ac_cv_negative_eai="yes" \ - ac_cv_o_nonblock_inherited="no" \ - ac_cv_struct_rlimit="yes" \ - ap_cv_atomic_builtins="yes" \ - apr_cv_accept4="yes" \ - apr_cv_dup3="yes" \ - apr_cv_epoll="yes" \ - apr_cv_epoll_create1="yes" \ - apr_cv_gai_addrconfig="yes" \ - apr_cv_mutex_recursive="yes" \ - apr_cv_mutex_robust_shared="yes" \ - apr_cv_process_shared_works="yes" \ - apr_cv_pthreads_lib="-pthread" \ - apr_cv_sock_cloexec="yes" \ - apr_cv_tcp_nodelay_with_cork="yes" - fi - - if use urandom; then - myconf+=( --with-devrandom=/dev/urandom ) - elif (( ${CHOST#*-hpux11.} <= 11 )); then - : # no /dev/*random on hpux11.11 and before, $PN detects this. - else - myconf+=( --with-devrandom=/dev/random ) - fi - - tc-is-static-only && myconf+=( --disable-dso ) - - # shl_load does not search runpath, but hpux11 supports dlopen - [[ ${CHOST} == *-hpux11* ]] && myconf+=( --enable-dso=dlfcn ) - - if [[ ${CHOST} == *-solaris2.10 ]]; then - case $(<$([[ ${CHOST} != ${CBUILD} ]] && echo "${EPREFIX}/usr/${CHOST}")/usr/include/atomic.h) in - *atomic_cas_ptr*) ;; - *) - elog "You do not have Solaris Patch ID "$( - [[ ${CHOST} == sparc* ]] && echo 118884 || echo 118885 - )" (Problem 4954703) installed on your host ($(hostname))," - elog "using generic atomic operations instead." - myconf+=( --disable-nonportable-atomics ) - ;; - esac - fi - - econf \ - --enable-layout=gentoo \ - --enable-nonportable-atomics \ - --enable-threads \ - $(use_enable static-libs static) \ - "${myconf[@]}" -} - -src_compile() { - if tc-is-cross-compiler; then - # This header is the same across targets, so use the build compiler. - emake tools/gen_test_char - tc-export_build_env BUILD_CC - ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} \ - tools/gen_test_char.c -o tools/gen_test_char || die - fi - - emake - - if use doc; then - emake dox - fi -} - -src_install() { - default - - find "${ED}" -name "*.la" -delete - - if use doc; then - dohtml -r docs/dox/html/* - fi - - # This file is only used on AIX systems, which Gentoo is not, - # and causes collisions between the SLOTs, so remove it. - # Even in Prefix, we don't need this on AIX. - rm -f "${ED}usr/$(get_libdir)/apr.exp" -} diff --git a/dev-libs/apr/apr-1.5.1-r1.ebuild b/dev-libs/apr/apr-1.5.1-r1.ebuild deleted file mode 100644 index 1321e7bdee76..000000000000 --- a/dev-libs/apr/apr-1.5.1-r1.ebuild +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils libtool multilib toolchain-funcs - -DESCRIPTION="Apache Portable Runtime Library" -HOMEPAGE="http://apr.apache.org/" -SRC_URI="mirror://apache/apr/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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" -IUSE="doc elibc_FreeBSD older-kernels-compatibility selinux static-libs +urandom" - -CDEPEND="elibc_glibc? ( >=sys-apps/util-linux-2.16 ) - elibc_mintlib? ( >=sys-apps/util-linux-2.18 )" -RDEPEND="${CDEPEND} - selinux? ( sec-policy/selinux-apache )" -DEPEND="${CDEPEND} - >=sys-devel/libtool-2.4.2 - doc? ( app-doc/doxygen )" - -DOCS=(CHANGES NOTICE README) - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.5.0-mint.patch - epatch "${FILESDIR}"/${PN}-1.5.0-libtool.patch - epatch "${FILESDIR}"/${PN}-1.5.0-cross-types.patch - epatch "${FILESDIR}"/${PN}-1.5.0-sysroot.patch #385775 - epatch "${FILESDIR}"/${PN}-1.5.1-parallel_make_install.patch - - epatch_user #449048 - - AT_M4DIR="build" eautoreconf - elibtoolize - - epatch "${FILESDIR}/config.layout.patch" -} - -src_configure() { - local myconf=() - - [[ ${CHOST} == *-mint* ]] && export ac_cv_func_poll=no - - if use older-kernels-compatibility; then - local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 apr_cv_sock_cloexec - export apr_cv_accept4="no" - export apr_cv_dup3="no" - export apr_cv_epoll_create1="no" - export apr_cv_sock_cloexec="no" - fi - if tc-is-cross-compiler; then - # The apache project relies heavily on AC_TRY_RUN and doesn't - # have any sane cross-compiling fallback logic. - export \ - ac_cv_file__dev_zero="yes" \ - ac_cv_func_sem_open="yes" \ - ac_cv_negative_eai="yes" \ - ac_cv_o_nonblock_inherited="no" \ - ac_cv_struct_rlimit="yes" \ - ap_cv_atomic_builtins="yes" \ - apr_cv_accept4="yes" \ - apr_cv_dup3="yes" \ - apr_cv_epoll="yes" \ - apr_cv_epoll_create1="yes" \ - apr_cv_gai_addrconfig="yes" \ - apr_cv_mutex_recursive="yes" \ - apr_cv_mutex_robust_shared="yes" \ - apr_cv_process_shared_works="yes" \ - apr_cv_pthreads_lib="-pthread" \ - apr_cv_sock_cloexec="yes" \ - apr_cv_tcp_nodelay_with_cork="yes" - fi - - if use urandom; then - myconf+=( --with-devrandom=/dev/urandom ) - elif (( ${CHOST#*-hpux11.} <= 11 )); then - : # no /dev/*random on hpux11.11 and before, $PN detects this. - else - myconf+=( --with-devrandom=/dev/random ) - fi - - tc-is-static-only && myconf+=( --disable-dso ) - - # shl_load does not search runpath, but hpux11 supports dlopen - [[ ${CHOST} == *-hpux11* ]] && myconf+=( --enable-dso=dlfcn ) - - if [[ ${CHOST} == *-solaris2.10 ]]; then - case $(<$([[ ${CHOST} != ${CBUILD} ]] && echo "${EPREFIX}/usr/${CHOST}")/usr/include/atomic.h) in - *atomic_cas_ptr*) ;; - *) - elog "You do not have Solaris Patch ID "$( - [[ ${CHOST} == sparc* ]] && echo 118884 || echo 118885 - )" (Problem 4954703) installed on your host ($(hostname))," - elog "using generic atomic operations instead." - myconf+=( --disable-nonportable-atomics ) - ;; - esac - fi - - econf \ - --enable-layout=gentoo \ - --enable-nonportable-atomics \ - --enable-posix-shm \ - --enable-threads \ - $(use_enable static-libs static) \ - "${myconf[@]}" -} - -src_compile() { - if tc-is-cross-compiler; then - # This header is the same across targets, so use the build compiler. - emake tools/gen_test_char - tc-export_build_env BUILD_CC - ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} \ - tools/gen_test_char.c -o tools/gen_test_char || die - fi - - emake - - if use doc; then - emake dox - fi -} - -src_install() { - default - - # Prallel install breaks since apr-1.5.1 - #make -j1 DESTDIR="${D}" install || die - - prune_libtool_files --all - - if use doc; then - dohtml -r docs/dox/html/* - fi - - # This file is only used on AIX systems, which Gentoo is not, - # and causes collisions between the SLOTs, so remove it. - # Even in Prefix, we don't need this on AIX. - rm -f "${ED}usr/$(get_libdir)/apr.exp" -} diff --git a/dev-libs/apr/files/apr-1.5.1-parallel_make_install.patch b/dev-libs/apr/files/apr-1.5.1-parallel_make_install.patch deleted file mode 100644 index a58a229c378e..000000000000 --- a/dev-libs/apr/files/apr-1.5.1-parallel_make_install.patch +++ /dev/null @@ -1,19 +0,0 @@ -http://www.mail-archive.com/dev@apr.apache.org/msg25738.html - ---- apr-1.5.1/Makefile.in -+++ apr-1.5.1/Makefile.in -@@ -129,11 +129,11 @@ - etags: - etags `find . -name '*.[ch]'` - --make_tools_dir: -+OBJECTS_gen_test_char = tools/gen_test_char.lo $(LOCAL_LIBS) -+tools/gen_test_char.lo: tools/gen_test_char.c - $(APR_MKDIR) tools -+ $(LT_COMPILE) - --OBJECTS_gen_test_char = tools/gen_test_char.lo $(LOCAL_LIBS) --tools/gen_test_char.lo: make_tools_dir - tools/gen_test_char@EXEEXT@: $(OBJECTS_gen_test_char) - $(LINK_PROG) $(OBJECTS_gen_test_char) $(ALL_LIBS) - diff --git a/dev-libs/hyperscan/Manifest b/dev-libs/hyperscan/Manifest index 1241b8f98443..30c0b346da48 100644 --- a/dev-libs/hyperscan/Manifest +++ b/dev-libs/hyperscan/Manifest @@ -1 +1 @@ -DIST v4.4.1.tar.gz 1515106 SHA256 3a082d92a3cb0cd724bc1190d24cc39752bd3db35d22115fda03d2e91ccd94cd SHA512 5e3463061110f81ad145dccf566f8308eed7bfd6711af59461b59903dd77b20963df3dd0f0ec8fc925837e76b658352b420b1ce210c4c91a4cb128a4d5f83056 WHIRLPOOL 1eff40644b4284615f8011e4fd516005381468d651a2675c0e4b46b2b34a9986a5c242590314ef04ebe8528e6ee9090c07830d868de6fed84a0c244ad5ebf28d +DIST hyperscan-4.4.1.tar.gz 1515106 SHA256 3a082d92a3cb0cd724bc1190d24cc39752bd3db35d22115fda03d2e91ccd94cd SHA512 5e3463061110f81ad145dccf566f8308eed7bfd6711af59461b59903dd77b20963df3dd0f0ec8fc925837e76b658352b420b1ce210c4c91a4cb128a4d5f83056 WHIRLPOOL 1eff40644b4284615f8011e4fd516005381468d651a2675c0e4b46b2b34a9986a5c242590314ef04ebe8528e6ee9090c07830d868de6fed84a0c244ad5ebf28d diff --git a/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild b/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild index 9bc34a0334af..15909013de8a 100644 --- a/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild +++ b/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils DESCRIPTION="High-performance regular expression matching library" -SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://01.org/hyperscan" LICENSE="BSD" diff --git a/dev-libs/hyperscan/hyperscan-4.4.1.ebuild b/dev-libs/hyperscan/hyperscan-4.4.1.ebuild index 8d521ae05983..8978aa0cff5b 100644 --- a/dev-libs/hyperscan/hyperscan-4.4.1.ebuild +++ b/dev-libs/hyperscan/hyperscan-4.4.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils DESCRIPTION="High-performance regular expression matching library" -SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://01.org/hyperscan" LICENSE="BSD" diff --git a/dev-libs/jemalloc/Manifest b/dev-libs/jemalloc/Manifest index f2ade290ae7b..e40e83fca4bd 100644 --- a/dev-libs/jemalloc/Manifest +++ b/dev-libs/jemalloc/Manifest @@ -2,3 +2,4 @@ DIST jemalloc-2.2.5.tar.bz2 224118 SHA256 efcc9636757bd7f53a0fde084c2988bfe26f28 DIST jemalloc-3.3.1.tar.bz2 252997 SHA256 35c433cc1df5cdf9eb58b7980338552fc1d7aa64f89fe5643a972ccedb7cf20a SHA512 32814e8678af4954e26c0c0a0e5d06aba8f3844205fe212c5e41929dfab6a94ff11127a9238b5c18d72749827c467ecb874b8f3a9bc161cf1afdf4ea84c58690 WHIRLPOOL 35e8948e18ea7111ae830a8245be995b35f44ed2c2f687f706ee6941c78350c2cfaabefba223c4433069de47a9f92d621feaf176ec0c728e513e5f076e5fc874 DIST jemalloc-3.6.0.tar.bz2 338964 SHA256 e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe SHA512 ebe7c64558a87a735b5906d5cb7527c241664eeae7328538675a12eabe7a1004be0f8766a3bd2a78e61334b196ca7ffc0ee8b8ff59167922a35f126cd1e76e43 WHIRLPOOL d5452005951b10d9d529349481779d79361ec8d8ac1f36f4b54408b5e0184f35d79fee8378188d98f1b8e41ae13557a2cf41ab849b68856ba69f33870fe6e980 DIST jemalloc-4.4.0.tar.bz2 440144 SHA256 a7aea63e9718d2f1adf81d87e3df3cb1b58deb86fc77bad5d702c4c59687b033 SHA512 2f88fb17ede3bf87e334e9c80949870e0dd85b5adcdd89a1750ccf6df5240f35293159ac0a360d3a29cf0b1d17edf86dcc7997c6bf3190ae7da7442d3a3cc14e WHIRLPOOL 1485ce6cf08ee2233117e281d1a61f376d2b6c73f28c68f2cc1956471bcb56a4eef045c0011de141b669d94d7339de5e79860f6b21bfbeffab821d5eb528759c +DIST jemalloc-4.5.0.tar.bz2 449992 SHA256 9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780 SHA512 76953363fe1007952232220afa1a91da4c1c33c02369b5ad239d8dd1d0792141197c15e8489a8f4cd301b08494e65cadd8ecd34d025cb0285700dd78d7248821 WHIRLPOOL 33dc51258d6d27942b656fc355cdde24becf0cd50a507375dd51b2fa6c55a6444ff21bcdae0ebe4fae8d2e95fa31989f5cf8bd435a7a59385ebb225a0a4441fe diff --git a/dev-libs/jemalloc/files/jemalloc-4.5.0-fix_html_install.patch b/dev-libs/jemalloc/files/jemalloc-4.5.0-fix_html_install.patch new file mode 100644 index 000000000000..159702e6230c --- /dev/null +++ b/dev-libs/jemalloc/files/jemalloc-4.5.0-fix_html_install.patch @@ -0,0 +1,25 @@ +From c04d0b954adef2d3f1a30d91dc687f6a03b108eb Mon Sep 17 00:00:00 2001 +From: +Date: Mon, 29 May 2017 00:58:32 -0500 +Subject: [PATCH 2/2] Do not install html doc + +--- + Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.in b/Makefile.in +index e49a871..733932a 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -381,7 +381,7 @@ install_doc_man: + $(INSTALL) -m 644 $$d $(MANDIR)/man3; \ + done + +-install_doc: install_doc_html install_doc_man ++install_doc: install_doc_man + + install: install_bin install_include install_lib install_doc + +-- +2.13.0 + diff --git a/dev-libs/jemalloc/files/jemalloc-4.5.0-strip-optimization.patch b/dev-libs/jemalloc/files/jemalloc-4.5.0-strip-optimization.patch new file mode 100644 index 000000000000..8b346be86c06 --- /dev/null +++ b/dev-libs/jemalloc/files/jemalloc-4.5.0-strip-optimization.patch @@ -0,0 +1,35 @@ +From c568271163445e380679788388f1cb1edbdeaf88 Mon Sep 17 00:00:00 2001 +From: +Date: Mon, 29 May 2017 00:57:15 -0500 +Subject: [PATCH 1/2] Strip all optimization, let portage handle. + +--- + configure.ac | 12 ------------ + 1 file changed, 12 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 20a8a64..d8af618 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -851,18 +851,6 @@ if test "x$enable_ivsalloc" = "x1" ; then + AC_DEFINE([JEMALLOC_IVSALLOC], [ ]) + fi + +-dnl Only optimize if not debugging. +-if test "x$enable_debug" = "x0" ; then +- if test "x$GCC" = "xyes" ; then +- JE_CFLAGS_ADD([-O3]) +- JE_CFLAGS_ADD([-funroll-loops]) +- elif test "x$je_cv_msvc" = "xyes" ; then +- JE_CFLAGS_ADD([-O2]) +- else +- JE_CFLAGS_ADD([-O]) +- fi +-fi +- + dnl Enable statistics calculation by default. + AC_ARG_ENABLE([stats], + [AS_HELP_STRING([--disable-stats], +-- +2.13.0 + diff --git a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild new file mode 100644 index 000000000000..9b1c134e5a25 --- /dev/null +++ b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools toolchain-funcs multilib-minimal + +DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" +HOMEPAGE="http://www.canonware.com/jemalloc/" +SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0/2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +IUSE="debug hardened static-libs stats" +HTML_DOCS=( doc/jemalloc.html ) +PATCHES=( "${FILESDIR}/${PN}-4.5.0-strip-optimization.patch" + "${FILESDIR}/${PN}-4.5.0-fix_html_install.patch" +) +MULTILIB_WRAPPED_HEADERS=( /usr/include/jemalloc/jemalloc.h ) +# autotools-utils.eclass auto-adds configure options when static-libs is in IUSE +# but jemalloc doesn't implement them in its configure; need this here to +# supress the warnings until automagic is removed from the eclass +QA_CONFIGURE_OPTIONS="--enable-static --disable-static --enable-shared --disable-shared" + +src_prepare() { + default + eautoreconf +} + +multilib_src_configure() { + local myconf=() + + if use hardened ; then + myconf+=( --disable-syscall ) + fi + + ECONF_SOURCE="${S}" \ + econf \ + $(use_enable debug) \ + $(use_enable stats) \ + "${myconf[@]}" +} + +multilib_src_install() { + # Copy man file which the Makefile looks for + cp "${S}/doc/jemalloc.3" "${BUILD_DIR}/doc" || die + emake DESTDIR="${D}" install +} + +multilib_src_install_all() { + if [[ ${CHOST} == *-darwin* ]] ; then + # fixup install_name, #437362 + install_name_tool \ + -id "${EPREFIX}"/usr/$(get_libdir)/libjemalloc.1.dylib \ + "${ED}"/usr/$(get_libdir)/libjemalloc.1.dylib || die + fi + use static-libs || find "${ED}" -name '*.a' -delete +} diff --git a/dev-libs/libbsd/libbsd-0.8.3-r1.ebuild b/dev-libs/libbsd/libbsd-0.8.3-r1.ebuild new file mode 100644 index 000000000000..6a09a9483408 --- /dev/null +++ b/dev-libs/libbsd/libbsd-0.8.3-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit multilib-minimal + +DESCRIPTION="An library to provide useful functions commonly found on BSD systems" +HOMEPAGE="https://libbsd.freedesktop.org/wiki/" +SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz" + +LICENSE="BSD BSD-2 BSD-4 ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="static-libs" + +DEPEND=">=sys-kernel/linux-headers-3.17" +RDEPEND="" + +pkg_setup() { + local f="${EROOT}/usr/$(get_libdir)/${PN}.a" + local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc first." + if ! has_version ${CATEGORY}/${PN}; then + if [[ -e ${f} ]]; then + eerror "${m}" + die "${m}" + fi + fi +} + +multilib_src_configure() { + # The build system will install libbsd-ctor.a despite of USE="-static-libs" + # which is correct, see: + # https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8 + ECONF_SOURCE="${S}" econf $(use_enable static-libs static) +} + +multilib_src_install() { + emake DESTDIR="${D}" install + find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die + + rm "${ED%/}"/usr/share/man/man3/explicit_bzero.3 || die # 617462 +} diff --git a/dev-ml/qcheck/Manifest b/dev-ml/qcheck/Manifest index 6ed8e17d95d4..5def6263bba9 100644 --- a/dev-ml/qcheck/Manifest +++ b/dev-ml/qcheck/Manifest @@ -1,3 +1,4 @@ DIST qcheck-0.5.2.tar.gz 154637 SHA256 4ec34a0b3a241d41f9af2d7f4fb3947dba3646856b8db252c66c7380d7f3e316 SHA512 35350914bb37f677b029293922fcc6cd9dfb2e6871665dfaace17c61f468c9dd052870d62b0cdb80912430142f80625b89c615dbd7e572c0dce5754217900883 WHIRLPOOL 3b7f8a51335bdad443ca65f690ce39e9cd9e9c2c8cf14c52c9a836bab1fcda4bb26853f6703a4c58e08e0ff3690816683bd880a18f753607fb5df2d55c00b12a DIST qcheck-0.5.3.1.tar.gz 212613 SHA256 46c1d1cab40e85b07eed1ff5a4b0ae3c6bfa62ad8d8d4d4af13986c5cabb41ff SHA512 7c13923b39be2de04a11bca9e7bb91da81319113a601af0939a54835c0b6021d1b21f36211eb5755faa46f84dc7c04d857e775b8dd57c97b056152a85e07c113 WHIRLPOOL 63b0724bad0e6dfbac7b4b1425b2b8a136c5eb4d778770c0b8101513a090b2c3f0f0d9f42d8e12718bcf611e5433de074400a7c4f5f9d8930806570321ac7413 DIST qcheck-0.5.3.tar.gz 179444 SHA256 297afc9a68d1873ea4bfbd74da42df9e69b368712f3ba81ab135b6c8761967ac SHA512 ede60f87b4cdf63e123aa7f2b9c8370d8538077eaea41e32439610bebdd990d539dc54db8a41c94b506a8a18235636031a49b1985dd1c4e05ae13509d27a1290 WHIRLPOOL befffb59bcef9253a7625caccf85546d3db968397e9e934c4ab557c22ad67c72a11a1d0dddaafca66ca665f717b6a6782a8dd624b788b1602f2d9f63acad27ea +DIST qcheck-0.6.tar.gz 255625 SHA256 0293b859ae67a2ec58735331c73ac157b5bad380da8538181418410175a8391b SHA512 e4298f00c49febe36ae64f287e032081bb2d7713d9412db95441d6b84fb3030f45d07519369ba00be81615a737dc45a246d609772b318084a2b2a28e77e05e1c WHIRLPOOL ca120e08c01c02a8aaf8ecba534db7616b6c0dd255191d72d2c2b989157822f2be6a891f02267cc378d9a0beaee28ace3a2696d29dfd57db45268182e4e8c9ef diff --git a/dev-ml/qcheck/qcheck-0.6.ebuild b/dev-ml/qcheck/qcheck-0.6.ebuild new file mode 100644 index 000000000000..e74600712cf7 --- /dev/null +++ b/dev-ml/qcheck/qcheck-0.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +OASIS_BUILD_TESTS=1 +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="QuickCheck inspired property-based testing for OCaml" +HOMEPAGE="https://github.com/c-cube/qcheck/" +SRC_URI="https://github.com/c-cube/qcheck/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-ml/ounit:= + ! +Date: Tue May 30 16:23:57 2017 +0200 + + Fix utop compilation + +diff --git a/_tags b/_tags +index ac43e8d..788a36e 100644 +--- a/_tags ++++ b/_tags +@@ -1,5 +1,6 @@ + true: warn(@5@8@10@11@12@14@23-24@26@29@40), bin_annot, safe_string, debug + ++: thread + : -traverse + : -traverse + : -traverse diff --git a/dev-ml/reason/reason-1.13.3.ebuild b/dev-ml/reason/reason-1.13.3.ebuild deleted file mode 100644 index 1ef34e4b334f..000000000000 --- a/dev-ml/reason/reason-1.13.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Meta Language Toolchain" -HOMEPAGE="https://github.com/facebook/reason" -SRC_URI="https://github.com/facebook/reason/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -DEPEND=" - dev-lang/ocaml:=[ocamlopt?] - dev-ml/reason-parser:= - dev-ml/merlin-extend:= - dev-ml/result:= - dev-ml/topkg:= - dev-ml/ocaml-migrate-parsetree:= - dev-ml/utop:= -" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} - dev-ml/findlib - dev-ml/ocamlbuild - dev-ml/opam" - -src_compile() { - emake precompile - emake build -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - --mandir="${ED}/usr/share/man" \ - ${PN}.install || die -} diff --git a/dev-ml/reason/reason-1.13.4.ebuild b/dev-ml/reason/reason-1.13.4.ebuild deleted file mode 100644 index 1ef34e4b334f..000000000000 --- a/dev-ml/reason/reason-1.13.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Meta Language Toolchain" -HOMEPAGE="https://github.com/facebook/reason" -SRC_URI="https://github.com/facebook/reason/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -DEPEND=" - dev-lang/ocaml:=[ocamlopt?] - dev-ml/reason-parser:= - dev-ml/merlin-extend:= - dev-ml/result:= - dev-ml/topkg:= - dev-ml/ocaml-migrate-parsetree:= - dev-ml/utop:= -" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} - dev-ml/findlib - dev-ml/ocamlbuild - dev-ml/opam" - -src_compile() { - emake precompile - emake build -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - --mandir="${ED}/usr/share/man" \ - ${PN}.install || die -} diff --git a/dev-ml/reason/reason-1.13.5.ebuild b/dev-ml/reason/reason-1.13.5.ebuild index 1ef34e4b334f..bdb8d838039a 100644 --- a/dev-ml/reason/reason-1.13.5.ebuild +++ b/dev-ml/reason/reason-1.13.5.ebuild @@ -27,6 +27,8 @@ DEPEND="${DEPEND} dev-ml/ocamlbuild dev-ml/opam" +PATCHES=( "${FILESDIR}/utop.patch" ) + src_compile() { emake precompile emake build diff --git a/dev-ml/utop/Manifest b/dev-ml/utop/Manifest index cbde3cb1891a..5810adf7392d 100644 --- a/dev-ml/utop/Manifest +++ b/dev-ml/utop/Manifest @@ -1,2 +1,3 @@ DIST utop-1.19.3.tar.gz 105213 SHA256 9dbca07b8c55700473cca1d9dd975abb9c6cd03e715dec4857f1249bee16e09b SHA512 97b3fec8b6f930efa742230058eba6fb846900d71e5758903dcefe03fa08e93b54e32642a5b8b6ad02aed7e81ccd6146e87a92805eb74aa4fae275a1188818cd WHIRLPOOL 470e5739639440b11905fbd4f755643aa3117f9fe76690723df7e2fba07e1bdcfcb7ad796a9dc2d00b3be3a6f0eba1afa335ce826a8c715ac40681ad38165599 DIST utop-2.0.0.tar.gz 57421 SHA256 0a69e5ec055db223cf878d7fdda3b389dc5d42649cc99b5877db507767ce52b6 SHA512 12def269f18be292645d6339f80ffe85823d8095940acb57a03f99ea3f2fe2559662921e3a38d6381ec7246245164b5e2c6b5fc843bdb4fd07ad2377c73da207 WHIRLPOOL 8baf739295132c785d55001bba2aabe24e0f4b3e78214be3a3ac19ffa8baa80ab513d31225500f2dc18018284267be6a235d012f32d7e6c68c829e98358f1410 +DIST utop-2.0.1.tar.gz 57523 SHA256 5a93793a3a33724716bdb8e6829eaa85a792c5f5939eb86f5d8bbf1df85f42ec SHA512 66e7858a44ddd038f08073f9530c790f3ad44134899793c9f5e689d0e1786d2e2751bf38c6be33979292942b00dd6ff2db421025e12f49e05c4a694df36d23e3 WHIRLPOOL bfb06654e52f124739eeeb1568157d6377f8749eddaaf5c0761056da5754a486f9db0f89a21d60c1030be88400bd1cf5782c58337421c56412ea8b5b7631ed9f diff --git a/dev-ml/utop/utop-2.0.1.ebuild b/dev-ml/utop/utop-2.0.1.ebuild new file mode 100644 index 000000000000..3bfacb103f46 --- /dev/null +++ b/dev-ml/utop/utop-2.0.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit findlib + +DESCRIPTION="A new toplevel for OCaml with completion and colorization" +HOMEPAGE="https://github.com/diml/utop" +SRC_URI="https://github.com/diml/utop/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-lang/ocaml:= + >=dev-ml/lwt-2.4.0:= + dev-ml/lwt_react:= + >=dev-ml/lambda-term-1.2:= + >=dev-ml/zed-1.2:= + >=dev-ml/cppo-1.0.1:= + dev-ml/findlib:= +" +RDEPEND="${DEPEND}" +DEPEND="${DEPEND} + dev-ml/opam + dev-ml/jbuilder" + +DOCS=( "CHANGES.md" "README.md" ) +SITEFILE="50${PN}-gentoo.el" + +src_install() { + opam-installer -i \ + --prefix="${ED}/usr" \ + --libdir="${D}/$(ocamlc -where)" \ + --docdir="${ED}/usr/share/doc/${PF}" \ + --mandir="${ED}/usr/share/man" \ + ${PN}.install || die +} diff --git a/dev-perl/BZ-Client/BZ-Client-4.400.200.ebuild b/dev-perl/BZ-Client/BZ-Client-4.400.200.ebuild new file mode 100644 index 000000000000..6bd78c8b5fd8 --- /dev/null +++ b/dev-perl/BZ-Client/BZ-Client-4.400.200.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DJZORT +DIST_VERSION=4.4002 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="A client for the Bugzilla web services API." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/DateTime-Format-ISO8601 + dev-perl/DateTime-Format-Strptime + dev-perl/DateTime-TimeZone + virtual/perl-Encode + virtual/perl-File-Spec + dev-perl/HTTP-CookieJar + virtual/perl-HTTP-Tiny + virtual/perl-MIME-Base64 + dev-perl/URI + dev-perl/XML-Parser + dev-perl/XML-Writer + virtual/perl-parent +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.280.0 + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-CPAN-Meta-2.120.900 + dev-perl/Clone + virtual/perl-Data-Dumper + dev-perl/DateTime + dev-perl/IO-Socket-SSL + dev-perl/Test-RequiresInternet + virtual/perl-Test-Simple + dev-perl/Text-Password-Pronounceable + ) +" + +src_test() { + has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}} && export TEST_AUTHOR=1 + perl_rm_files t/author-* t/release-* + perl-module_src_test +} diff --git a/dev-perl/BZ-Client/Manifest b/dev-perl/BZ-Client/Manifest index e80edd03aea8..d2923398e8ba 100644 --- a/dev-perl/BZ-Client/Manifest +++ b/dev-perl/BZ-Client/Manifest @@ -1,3 +1,4 @@ DIST BZ-Client-1.072.tar.gz 32692 SHA256 4f39e7739af68df67231719865e579b08d0bf1befebee69aad8015b229388f1a SHA512 d26c7e03d62013e5b308e33920e350ddaf5f93cc7a2939f1a6cee6746fa8e25138fad31454c0f0b8c1f4834ec939226b98d472891c0c1f22120e18a751755898 WHIRLPOOL 3415f6ad89d477c7c2fc2291428ee8144d57ee705af749c79f9b257054ccaca4510a53e79fd30f494f056891852f2c3cd098e14a393617ea2ff9f77833652a48 DIST BZ-Client-4.4.tar.gz 64706 SHA256 74d821f512ef50fc1e943b8b4170ed0f496a41e49b93960f7793cb5d23b8835b SHA512 b3967179ba9f8139cb1921ffa1b154fdc0fced8a80425db4780eb940499bf62fd669da32673ee176ed65fbe47d168548fa267813cb42264cb9207a3c807e3ed8 WHIRLPOOL eb4d1c195897e891feecd8014e017ebe520ff1584ed3dcfa436822c85a281a208766f05916d01db1134f6d500f9793aed4e54bdce11b166f5d10526ab03d9911 DIST BZ-Client-4.4001.tar.gz 79167 SHA256 c8bc81eefdc48f029cdcc3a18d3ad268de7e43f8a4d1cb3e120ec5669ecfde9b SHA512 36eb0f50e0d3a88a4ef49c3fe277bf12dc86dfbd5ad0cfe869ca68962c4c8bc1601a7ac16c817488c9700f92932a8e900a3ae9641b21042a08dcf939f4e367aa WHIRLPOOL a47697fda011d53bc6a0471067165417ed9e02a061fc03f3d1cb6a3107de18dbf5e203e4eb7839405a7f7613d72f58f182b6b34f57f3e8f49f2cb90694706809 +DIST BZ-Client-4.4002.tar.gz 83998 SHA256 da7faf460ca71770a5872345d48dc9282e09e596602dcde86a3d9cd185e2d5cb SHA512 7027554b423c114396d338a6f477f5f8c36077735e3586ee293ce1a4beed189479b9c33554f8af1532e096b5b3b9a0720efbe4390392ebd503af70ce2ec3844d WHIRLPOOL 4eedcf95fe232681f72fc3781bbc6ca25ffe9736260e335d3244d6833909f33cc55fa8a02e00b8f99ec666a8b51f7bf3cddc9740ac43751d4f6ec1ae4890a663 diff --git a/dev-perl/BZ-Client/metadata.xml b/dev-perl/BZ-Client/metadata.xml index 0f5bd6ca5d8c..60cb7d07563c 100644 --- a/dev-perl/BZ-Client/metadata.xml +++ b/dev-perl/BZ-Client/metadata.xml @@ -28,6 +28,7 @@ BZ::Client::XMLRPC::Response BZ::Client::XMLRPC::Struct BZ::Client::XMLRPC::Value + BZ::Client::XMLRPC::base64 BZ::Client::XMLRPC::boolean BZ::Client::XMLRPC::double BZ::Client::XMLRPC::int diff --git a/dev-perl/Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.700.0.ebuild b/dev-perl/Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.700.0.ebuild deleted file mode 100644 index d003fdd05854..000000000000 --- a/dev-perl/Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.700.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=CJFIELDS -DIST_VERSION=1.70 -DIST_EXAMPLES=("examples/*") -inherit perl-module - -DESCRIPTION="Regular expression-based Perl Parser for NCBI Entrez Gene" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-parent - >=sci-biology/bioperl-1.6.0 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.300.0 - test? ( - virtual/perl-File-Spec - virtual/perl-IO - virtual/perl-Test-Simple - ) -" - -src_test() { - perl_rm_files t/release-{eol,mojibake,no-tabs,pod-{coverage,syntax}}.t - perl-module_src_test -} diff --git a/dev-perl/Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.91.0-r1.ebuild b/dev-perl/Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.91.0-r1.ebuild deleted file mode 100644 index 5bf349fb9594..000000000000 --- a/dev-perl/Bio-ASN1-EntrezGene/Bio-ASN1-EntrezGene-1.91.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=MINGYILIU -MODULE_VERSION=1.091 -MODULE_A_EXT=tgz -inherit perl-module - -DESCRIPTION="Regular expression-based Perl Parser for NCBI Entrez Gene" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -DEPEND=">=sci-biology/bioperl-1.6.0" -RDEPEND="${DEPEND}" - -SRC_TEST="do" -S="${WORKDIR}/${PN}-1.09" diff --git a/dev-perl/Bio-ASN1-EntrezGene/Manifest b/dev-perl/Bio-ASN1-EntrezGene/Manifest index 096c344fdec2..15a749b4ac0e 100644 --- a/dev-perl/Bio-ASN1-EntrezGene/Manifest +++ b/dev-perl/Bio-ASN1-EntrezGene/Manifest @@ -1,3 +1 @@ -DIST Bio-ASN1-EntrezGene-1.091.tgz 36360 SHA256 a053fb71906fa58cbd6a80af1e3d4d9142f6a1fc99b642a6065f9a8ce93ad2bc SHA512 01c58cc3afe1fb9df1e9db43dbf0ed53fe4dcd953728d6363d2488b0319b9cabe444ec2856ae8922cb8eb16fe5709f7353f715681e098498c1a203699fb21960 WHIRLPOOL e1102f45e37c896dae90df58d99b97b8d9af22babc9298b95a4c2f2490a824926db6bd0517c85c42b00b204ff702c761d7ece8f6e3c04e656df858e4f97e033d -DIST Bio-ASN1-EntrezGene-1.70.tar.gz 46969 SHA256 342ce97702e101da813e76221e15414be3fd608fc9059fcc36a141d939048dfb SHA512 72ab5d1741bfd699bb38496590d267fc29f1d75e462ee9586a3ee01b0a0741bd1de5ad41d8e47a7afce993caa2bbea2ae2e8b7c716f727c1d65a66a860a3f8cf WHIRLPOOL a0d6a8ae24bc8f1d7ddfeb81293fbef491ac39189ec6925662dcd7307bb4c4ab07b42d77f2a756edd1143039e45952985f6bd0194ba62815b3a49a49d4ee1739 DIST Bio-ASN1-EntrezGene-1.72.tar.gz 49080 SHA256 7f55f69cccfab37d976338ed77d245a62a44b03b7b9954484d8976eab14d575b SHA512 eb8d2c76d0a77febafb7f06e276de3e9d0c9128e1b14e3899edaca25d6c00fffd11a9b0e589ed143bd5ec7807d18c2df599b0cd95e5c77cb20787f6df8c0b315 WHIRLPOOL d09e6f7aca6c0767eb95f04de8f17282200759b68556dbc3cdf815c4b4a66b7680585dec2a23faf39b533a7fac184d706bfe44e538b0da4482419a2627fe089a diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.200.0.ebuild b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.200.0.ebuild new file mode 100644 index 000000000000..d2778d67b9fc --- /dev/null +++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.200.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=BINGOS +DIST_VERSION=3.20 +inherit perl-module + +DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.470.0 + ) +" +src_test() { + perl_rm_files t/author-pod-coverage.t t/author-pod-syntax.t + perl-module_src_test +} diff --git a/dev-perl/CPAN-Perl-Releases/Manifest b/dev-perl/CPAN-Perl-Releases/Manifest index 181337d703ad..c4dd0a91e2d8 100644 --- a/dev-perl/CPAN-Perl-Releases/Manifest +++ b/dev-perl/CPAN-Perl-Releases/Manifest @@ -9,3 +9,4 @@ DIST CPAN-Perl-Releases-3.08.tar.gz 24908 SHA256 2e89244eb1aedc7fae2a77727a6cb39 DIST CPAN-Perl-Releases-3.12.tar.gz 24920 SHA256 5a995fba2f998b878e5c5642894b0cecc9f99cdd2986f62e17a81aa466ec9601 SHA512 3300ef63fba18eb8448204884335ede9e1d35a4bf6a1b52892b59adcde9211ef15fd041bd3f15053050b4798aff581689d98785f96ad1757da4df9e00afbd62d WHIRLPOOL 6f6e9b4c24cc341abf64766edad7f3388c9037e027ddc8b1a219f16bdc5365a78fb23e4db08ec7f866ca25074b6bf849e28a83fc20f52a77dce66a29bbd1e719 DIST CPAN-Perl-Releases-3.16.tar.gz 24999 SHA256 59065fccd8502a65fbe3bf03ad8e4ca0ba689261a7cfc089cf4fb2a81f2df06f SHA512 129126320adbc7470946675dc3d9323030209b9ac3baef414cf1e72a6c843f6efe845de42dcf7400d6382c74a1b0ddd9eb818f4abd73e65363b67fcac90f2f59 WHIRLPOOL acaf98c070a2232bb1ff5f5abaece117173b5835a9ad5ad2735ba869c3e5affa6412866ed317bace877af28af4cb63def429d77c9a90be78c45cf4bd8f373414 DIST CPAN-Perl-Releases-3.18.tar.gz 24827 SHA256 c9d4ebd3dacab6dc25ff79a234a406821ee23a483a062becf7a98ed4d01e04ba SHA512 be3faa12f47b336480e2f5806334f5c8c03f5cec94c1cd6042125f07c2c1f98340cb79ed39a8de6a82956ef1a08434da1440a0af6bbf1fc7da821d416ec86626 WHIRLPOOL d5c492349015c89216b93c4085657d92b879e8ad446ccd156137e1a8187dd889c00710dd71396005394197daff43cd3747362a3b7126f4a0e7c8b34ffbaa9bc0 +DIST CPAN-Perl-Releases-3.20.tar.gz 24849 SHA256 8cc19b619d1e3f448a9b1ad233c194d62409d4f5d9ab78fe9630653d576481f8 SHA512 205e2a81be88464fa932f564076ac502229990afe6eb2967d357fee3ec18716a7d4d538ec088d8fd354f1cf8bdd5fa4699a29d2014a22a0f185685d4db135606 WHIRLPOOL c878dd2f5d93f297582cfa750373f7c4ebd107bbb6581145a28c41a8f15f2c03891fd8400500a1082c33f7430dbe062cc9f597d6f441e43f659ef4e9e3ba7b9f diff --git a/dev-perl/Gearman/Gearman-2.4.7.ebuild b/dev-perl/Gearman/Gearman-2.4.7.ebuild new file mode 100644 index 000000000000..50f3afc9b0f5 --- /dev/null +++ b/dev-perl/Gearman/Gearman-2.4.7.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=PALIK +DIST_VERSION=2.004.007 +inherit perl-module + +DESCRIPTION="Gearman distributed job system, client and worker libraries" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-IO + virtual/perl-IO-Socket-IP + dev-perl/IO-Socket-SSL + dev-perl/List-MoreUtils + virtual/perl-Scalar-List-Utils + virtual/perl-Socket + virtual/perl-Storable + dev-perl/String-CRC32 + virtual/perl-Time-HiRes + >=virtual/perl-version-0.770.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/File-Which + virtual/perl-Perl-OSType + >=dev-perl/Proc-Guard-0.70.0 + dev-perl/Test-Differences + dev-perl/Test-Exception + virtual/perl-Test-Simple + >=dev-perl/Test-TCP-2.170.0 + dev-perl/Test-Timer + ) +" + +mydoc="CHANGES HACKING TODO" diff --git a/dev-perl/Gearman/Manifest b/dev-perl/Gearman/Manifest index 32c28f0999aa..dd791df404bd 100644 --- a/dev-perl/Gearman/Manifest +++ b/dev-perl/Gearman/Manifest @@ -2,3 +2,4 @@ DIST Gearman-2.003.002.tar.gz 45859 SHA256 4353b9210e711349a97c4c13c0130585fd428 DIST Gearman-2.004.002.tar.gz 46165 SHA256 b520d3aefc989164e8e023b978abb926207a73789b4223ab3db5e12e8e685d57 SHA512 9101582ffe3bc89bc842a57f5445e1dbf0f5459144c3979656768356a457a8b7d43a75057513909eb09b1590956959afc508f46734efd6cccfd701eabbec18dc WHIRLPOOL 2901dc732b935a6e763bb1d5f4e232b7a2e9ddf6223932fe18fe107885fd7919e23887a6b2d682a9db8d03107663c750b570d26c525f220df1f053f62fc9cd70 DIST Gearman-2.004.003.tar.gz 46222 SHA256 34441d73e26556065362ba02ba9921b001cca603762b7d846fcd29ae169f2d2e SHA512 6860e1795f795ab5d08098ba6b9fa96ef5ce1893041971e29757ce6d0a27e385cab5e9ea670ae6522a092a414bd108894c4f0e91f885b66341ade37c22be24a9 WHIRLPOOL e99e866eca2830c169485912f2f02bc952c1c450de077d7f26a588615d3bd2096a07fad48f356cb26ef83dc2a3eb5f2ac437fb58e27c0c2982a1e27a7c0db2e2 DIST Gearman-2.004.006.tar.gz 46875 SHA256 caff2baaaa53b21520c4960b502533519d067167f8249f4f004695e7fa794990 SHA512 e2d4f1c70eeea985d7b437bfd01f7b560b576f61e6f82638cb7c93c8a0f45819ba6477d0fb4edd4f12f19d1667896b4165195c72531bf3856368aac174cb66c4 WHIRLPOOL a94ae2fcf5ba7bd8135f15987d9d541024d9c3716ca1b70b5a16ae2d74cc598eb17ad74d2f1e6f0f462004884ec6405deabd0396a15b7cd0c214687e9d3926bf +DIST Gearman-2.004.007.tar.gz 46892 SHA256 b8284531a40d660901d44fa9b6f670ff738ef4d766ea6e12c3a963eab153f34d SHA512 fcfdaa9b0c7a8699639833d1d9d424a6b8784aed8c37930f8d329dae5e2ae9b5ddd1f33c7f1fa379132300fc99dcb1b2df2af56d2110fecf64a84115b3dda5bc WHIRLPOOL e5b68e3e3a9f7ee357349b02ac47feb5763bfa6851280e9c5d29c44197ad207bdedb633316138872ce98dc1597ccdded901060fd470e82fe7242d070ff825f75 diff --git a/dev-perl/Inline-C/Inline-C-0.780.0.ebuild b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild new file mode 100644 index 000000000000..4687679c5424 --- /dev/null +++ b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=TINITA +DIST_VERSION=0.78 +DIST_EXAMPLES=("example/modules/*") +inherit perl-module + +DESCRIPTION="C Language Support for Inline" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +DIST_TEST="do" # parallelism thwarted by race conditions + +RDEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-7 + >=virtual/perl-File-Spec-0.800.0 + >=dev-perl/Inline-0.790.0 + >=dev-perl/Parse-RecDescent-1.967.9 + >=dev-perl/Pegex-0.580.0 + !perl@gentoo.org Gentoo Perl Project + + Inline-C + Inline::C + diff --git a/dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild b/dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild deleted file mode 100644 index 65fa3aefaf6f..000000000000 --- a/dev-perl/MP3-Tag/MP3-Tag-1.130.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=ILYAZ -MODULE_VERSION=1.13 -MODULE_SECTION=modules -inherit perl-module - -DESCRIPTION="Tag - Module for reading tags of mp3 files" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="dev-perl/MP3-Info" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/MP3-Tag/Manifest b/dev-perl/MP3-Tag/Manifest index 3281525d7c12..b9cdcfe92106 100644 --- a/dev-perl/MP3-Tag/Manifest +++ b/dev-perl/MP3-Tag/Manifest @@ -1,2 +1 @@ -DIST MP3-Tag-1.13.tar.gz 275907 SHA256 34d3c33c1efa4c4448e27a45b1689ca20a27882fb3c74c0d3588e6aa315f33ae SHA512 3dcdc186d8e2f00fc474eccadb755058fcba6cb80637c87d8565981f073bb19fa867a755de7423e3d58393bc730fe85f601f63dd928f4fe27a9fe9b80f63bfc3 WHIRLPOOL 1a0d203f0070af4f6fd5ae349f5957d7ca79795021b0f5ad1cabb8d1132f68b0fd916f4a63cbf15aa806d214e7d9339a8f9dce43b808015ad0759c44c0eb45c2 DIST MP3-Tag-1.14.tar.gz 279630 SHA256 3ec392f273ce38228ee2d7e53f7622f6f90a9c31c5079e6c9f354fb04a98c259 SHA512 05e35f024868505cfc8a07146442e248ef1e80c3c156fd1eabeb874d458356f6b391793e343a24e9e490fd537e7f280316f651b6717378c06953480d271ed2e1 WHIRLPOOL 2db6994d83dcca06d48cd82275a786b01fb9deb3c4c56b5d63eb96434aea897c91c40375c4bbe54a617902b93b2cda31d211f3b1e65d53fe5eed8ec31bf54768 diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest index 0dd36753670f..7219a6ae94bd 100644 --- a/dev-perl/Path-Tiny/Manifest +++ b/dev-perl/Path-Tiny/Manifest @@ -1,3 +1 @@ -DIST Path-Tiny-0.061.tar.gz 71937 SHA256 e8290aac8c0623eea1b20b4a9d9a1be08db7f5a92ea51a514677964f3fa01cca SHA512 36efc16e8dc2046f4a0c458be464be54769ec721d09201970d7f4d9c87acb03b91f16b673e63fc8212574f47bad31f59006cc50eb242f071d271294408c397a0 WHIRLPOOL c0bf53e78b82a8f9351698de875dad339c821e3dccf5f7ee8add3ed7d3d11baacf43e5442d8481d1cdefce94da89e2d80eff28dbbaa1c6a5d6519e51a647d375 -DIST Path-Tiny-0.084.tar.gz 89052 SHA256 633f463e380404d4aaa8ebdd1977b5e387256aa2770eb142b169737978749bea SHA512 c8a5853f04afdb5d8db1e8f533d4706cf1030caefbb0f1b05f0fab7b71de34a0463269ba1733f549d1c1c7a370ce88f428d108387b10c6cb56c668280e2449c6 WHIRLPOOL ecf8a851796e958520e1433a4b4e7861b6c94a8ef215a41df7392d6414d9bd9df54aa7ca87f47a13f8c234ebc71d1b8aefdc5245c9c519e8cc42ecf7aa3abf43 DIST Path-Tiny-0.104.tar.gz 93011 SHA256 c69f1dcfeb4aa004086deb9bc14c7d79f45798b947f1efbd634a3442e267aaef SHA512 6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c WHIRLPOOL 6ca6eb2a0000e0569bf022e75044c3f1737b5d53dd2f3eb5f1038f36607612c3f6c5b459313ed6706629880509c956c0ce07bf1557de92daac7bffa3222aae0d diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild b/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild deleted file mode 100644 index 981de0277964..000000000000 --- a/dev-perl/Path-Tiny/Path-Tiny-0.61.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.061 -inherit perl-module - -DESCRIPTION="File path utility" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/Unicode-UTF8-0.580.0 - virtual/perl-Carp - >=virtual/perl-Digest-1.30.0 - >=virtual/perl-Digest-SHA-5.450.0 - virtual/perl-Exporter - >=virtual/perl-File-Path-2.70.0 - >=virtual/perl-File-Spec-3.400.0 - >=virtual/perl-File-Temp-0.190.0 - virtual/perl-if -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.300.0 - test? ( - dev-perl/Devel-Hide - dev-perl/Test-Deep - virtual/perl-File-Spec - dev-perl/Test-Fatal - >=virtual/perl-Test-Simple-0.960.0 - ) -" - -SRC_TEST=do diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild b/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild deleted file mode 100644 index a1a959f4129f..000000000000 --- a/dev-perl/Path-Tiny/Path-Tiny-0.84.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=DAGOLDEN -DIST_VERSION=0.084 -inherit perl-module - -DESCRIPTION="File path utility" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="test minimal" - -RDEPEND=" - !minimal? ( - >=dev-perl/Unicode-UTF8-0.580.0 - ) - virtual/perl-Carp - >=virtual/perl-Digest-1.30.0 - >=virtual/perl-Digest-SHA-5.450.0 - >=virtual/perl-Exporter-5.570.0 - >=virtual/perl-File-Path-2.70.0 - >=virtual/perl-File-Spec-0.860.0 - >=virtual/perl-File-Temp-0.190.0 - virtual/perl-if -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.170.0 - test? ( - !minimal? ( - >=virtual/perl-JSON-PP-2.273.0 - dev-perl/Test-FailWarnings - dev-perl/Test-MockRandom - ) - >=virtual/perl-Test-Simple-0.960.0 - ) -" diff --git a/dev-perl/SQL-Abstract/Manifest b/dev-perl/SQL-Abstract/Manifest index f8b02b5cc5bf..11b3f12da3a3 100644 --- a/dev-perl/SQL-Abstract/Manifest +++ b/dev-perl/SQL-Abstract/Manifest @@ -1,2 +1 @@ -DIST SQL-Abstract-1.81.tar.gz 103010 SHA256 5f4d5618ce2424d62bbfdb5228b382e8be0e0ccedbb273d6d850e25d07e64f9f SHA512 1ca38403707117c6a7927e1d89e70d22bf75429137409aa9dee48bb75dd17ca941dd0012c5d388e8e39ea75ae800a1d62b04c0b12b700f2e3137e40f651f961c WHIRLPOOL 9a8ab7b868a14a68a74edc65e04d145c36bdd3c28938db27fd19c29c12e1d02bd0d2f689c1294d36cf91b5e6cd91872159c52ad6937f706f1a7db518a870fbbf DIST SQL-Abstract-1.84.tar.gz 98744 SHA256 655f4aa3d4ea7ca0a7bafb2beff84010d5c77f0ee4413baa0c86456bf6db5e75 SHA512 2d41ca76cc50dcf85e40b6585b3036ae62801ce78b64cc3b6a6471540901bfacdbfe2f76e68fdea2d1caa509f57216d4bb4f214cee7008380d5f60643e1a3a6b WHIRLPOOL 203bddfab4f08877004e1f3e83d5eba41999dcb4dc37320aca2470222ed9dae4eebe61de9538866cfbfd3e6a7a3ef8eda71ac5ed1089a28ecb51df32a9f3d7d2 diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild deleted file mode 100644 index df1d022737c5..000000000000 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=RIBASUSHI -MODULE_VERSION=1.81 -inherit perl-module - -DESCRIPTION="Generate SQL from Perl data structures" - -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Exporter-5.570.0 - >=dev-perl/Hash-Merge-0.120.0 - virtual/perl-Scalar-List-Utils - >=dev-perl/MRO-Compat-0.120.0 - >=dev-perl/Moo-1.4.2 - >=virtual/perl-Text-Balanced-2.0.0 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.590.0 - test? ( - virtual/perl-Storable - >=dev-perl/Test-Deep-0.101.0 - >=dev-perl/Test-Exception-0.310.0 - >=virtual/perl-Test-Simple-0.880.0 - dev-perl/Test-Warn - ) -" - -SRC_TEST="do" diff --git a/dev-perl/SQL-Statement/Manifest b/dev-perl/SQL-Statement/Manifest index efac9e3baac7..be54add7f6ce 100644 --- a/dev-perl/SQL-Statement/Manifest +++ b/dev-perl/SQL-Statement/Manifest @@ -1,4 +1 @@ -DIST SQL-Statement-1.405.tar.gz 138703 SHA256 239094b6f18c36d174a7a9aa73c13cbaf9fec83d68dce5a2226a6120bb673026 SHA512 e7aa4cd9c300d3638e07e078c09d0e551fe799311b871f1a669efd4bf3f4675068895f86d15b852aa0230decacc3f019ad55a2972d0d298813ca189e9b57281b WHIRLPOOL 65602df50ef0f81a79a76bad4ea2cb37fb45d9235740e0c46a2f7ce2c044f23217d21fd6d59cd50a6422e9eda1b3ca5779823d3d76997957a658b44d566bec46 -DIST SQL-Statement-1.409.tar.gz 148582 SHA256 76550db181cec75dfac55942c85be89b55be69568b9e9535ad6a9ffb603e5fb4 SHA512 f986eef8f911b3d903582a1d48d4d9446ebb63c45e6daee85fdcf144bef874125c7ff92fa1b4eeca680fb39aaff27541da3538ef04a7ea0d79f3297feeb2c8e0 WHIRLPOOL d106213a1f061eb8fe28c44525e01ef8bf781cbd3e91301b5f5fd7a2ad9c663deaf4b7e9407741fca1d3e3141f5fa11796b085cc2f54c58c4e1f5ae97425ed53 -DIST SQL-Statement-1.410.tar.gz 153271 SHA256 7367fcda896367c96d98416cad423c9f98adb7e04b793c5c7deb3052a1213182 SHA512 1e97a3abf97de5064fd136e42b05c9dbf934affdfca93753fde82d04ddb2ee667bbcdf68cf7a69c069eb9b07c2e49df66abe71d62e51d9e485558611565d0772 WHIRLPOOL 950d558c882a3e04ce1138eb9fb68ff78d64bbc906f37c13002c598d53a4483c9898b735aa688fba18f8a2689ba2265fca7dbff17bc8fa937e8422d2825da197 DIST SQL-Statement-1.412.tar.gz 154608 SHA256 65c870883379c11b53f19ead10aaac241ccc86a90bbab77f6376fe750720e5c8 SHA512 73b65cd3d1b1be2ba1e80e2cbdd2aae0aa79a23252f28caf3c3a91c78f31c2f2d698e91ae474d44efc02f608a0ca042bf47cc4e76832864b49c590f54687e3fa WHIRLPOOL 4bab7ab4a52f3e1f37a47fea387b90b9555135be4a3c8ab257cd21e6d444df756f91d9192caf276f800e57c7edfb5f9b654bae7cc88f975d84718de56017cfa2 diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.405.0-r1.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.405.0-r1.ebuild deleted file mode 100644 index 212a8e6c19b1..000000000000 --- a/dev-perl/SQL-Statement/SQL-Statement-1.405.0-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=REHSACK -MODULE_VERSION=1.405 -inherit perl-module - -DESCRIPTION="Small SQL parser and engine" - -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" -IUSE="test" - -RDEPEND=">=dev-perl/DBI-1.616 - >=dev-perl/Clone-0.30 - >=dev-perl/Params-Util-0.35 - virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple )" - -SRC_TEST="do" - -pkg_setup() { - export SQL_STATEMENT_WARN_UPDATE=sure - - if has_version "<=dev-perl/SQL-Statement-1.20" ; then - ewarn "Changes include (1.22):" - ewarn " * behavior for unquoted identifiers modified to lower case them" - ewarn " * IN and BETWEEN operators are supported native" - fi -} - -src_test() { - # XT tests don't normally run, but upstream... - perl_rm_files "xt/pod.t" "xt/pod-cm.t" "xt/pod_coverage.t" - perl-module_src_test -} diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild deleted file mode 100644 index 372dcdf41fbd..000000000000 --- a/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=REHSACK -DIST_VERSION=1.409 -inherit perl-module - -DESCRIPTION="Small SQL parser and engine" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="test minimal" - -RDEPEND=" - !minimal? ( - dev-perl/Math-Base-Convert - >=virtual/perl-Math-Complex-1.560.0 - >=dev-perl/Text-Soundex-3.40.0 - ) - virtual/perl-Carp - >=dev-perl/Clone-0.300.0 - virtual/perl-Data-Dumper - dev-perl/Module-Runtime - >=dev-perl/Params-Util-1.0.0 - >=virtual/perl-Scalar-List-Utils-1.0.0 - virtual/perl-Text-Balanced -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - dev-perl/Math-Base-Convert - >=virtual/perl-Math-Complex-1.560.0 - dev-perl/Test-Deep - >=virtual/perl-Test-Simple-0.900.0 - >=dev-perl/Text-Soundex-3.40.0 - ) -" diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild deleted file mode 100644 index 5e2c669d0c9c..000000000000 --- a/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=REHSACK -DIST_VERSION=1.410 -inherit perl-module - -DESCRIPTION="Small SQL parser and engine" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="test minimal" - -RDEPEND=" - !minimal? ( - dev-perl/Math-Base-Convert - >=virtual/perl-Math-Complex-1.560.0 - >=dev-perl/Text-Soundex-3.40.0 - ) - virtual/perl-Carp - >=dev-perl/Clone-0.300.0 - virtual/perl-Data-Dumper - dev-perl/Module-Runtime - >=dev-perl/Params-Util-1.0.0 - >=virtual/perl-Scalar-List-Utils-1.0.0 - virtual/perl-Text-Balanced -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - dev-perl/Math-Base-Convert - >=virtual/perl-Math-Complex-1.560.0 - dev-perl/Test-Deep - >=virtual/perl-Test-Simple-0.900.0 - >=dev-perl/Text-Soundex-3.40.0 - ) -" diff --git a/dev-perl/String-Approx/Manifest b/dev-perl/String-Approx/Manifest index 92214ba4d6fe..038a7b43b570 100644 --- a/dev-perl/String-Approx/Manifest +++ b/dev-perl/String-Approx/Manifest @@ -1,2 +1 @@ -DIST String-Approx-3.27.tar.gz 45497 SHA256 2b8c1acd24fa9681ebba0ccb3c49f16289de1d579af8a0c898ea8f8d1baf5d36 SHA512 f9028512de964263f9018f076cc4cdb1c93748d1fbcfde873b909bf2dd97a14213e314d9c2dc0c360f6128a89e27e9340538d0802ddf3ee33f0c224c30f9b9c9 WHIRLPOOL 8f9b2cc338dadf877c0d1d4c2f393f3803d915689e7844a6d6ae12638459804c2ccac227263ccdec7e3ecbd9d8c3b70e7d0902afacef536843188d5e116b5302 DIST String-Approx-3.28.tar.gz 45093 SHA256 43201e762d8699cb0ac2c0764a5454bdc2306c0771014d6c8fba821480631342 SHA512 0564de1ace09dbbbd001f7676cb55c8bd5a763525399c3da8ef44584a83f1923488e0d6eea35a937e01c9c3f7e2097d1fdf6a72e7b1c2dec119aecd9e8f856c9 WHIRLPOOL 97cc6522412ce58e4908a0b2e682ff5570413c75de7ec60ff0c1368b4ef94419a96d7960f16871199a90f7450aa8e3ac28893f444384a66bbf367105edea3643 diff --git a/dev-perl/String-Approx/String-Approx-3.270.0.ebuild b/dev-perl/String-Approx/String-Approx-3.270.0.ebuild deleted file mode 100644 index 428f46a9f8b5..000000000000 --- a/dev-perl/String-Approx/String-Approx-3.270.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=JHI -MODULE_VERSION=3.27 -inherit perl-module - -DESCRIPTION="Perl extension for approximate string matching (fuzzy matching)" - -LICENSE="|| ( Artistic-2 LGPL-2 )" -SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/Test-NoTabs/Manifest b/dev-perl/Test-NoTabs/Manifest index c48f4f27f50d..70062d3b5f19 100644 --- a/dev-perl/Test-NoTabs/Manifest +++ b/dev-perl/Test-NoTabs/Manifest @@ -1,2 +1 @@ -DIST Test-NoTabs-1.4.tar.gz 32904 SHA256 1231f42aca5c62f7ae9c605b7ceb2caecd9cf1e9fd7f23f6fd998d416f83b098 SHA512 96363bb3de1211819e0cd8ce50c8e03c8b9d05f7a2b7cdd6c41ddc8a267ffa1245b319ecb2f752a351b0c6ea9dcdea9a0044b24fe6d0406c54e7d8e6b2b2a423 WHIRLPOOL 9d0e33d60e6e60c66aa2db750b9a161d58d62ef24c4a7d8df60f987aa55ff625d3ef8706195acba9749887a906ac866ec654be7e17c430ccb3c73bcaaea43c9b DIST Test-NoTabs-2.00.tar.gz 28343 SHA256 8f1911357abd3e798bd443358ba5f04b9ab4ba108ca828b2c2c708b503bdf388 SHA512 e776f5c12029376a7754492482f62385a391aec31b3dfd979a8eb20aa81dd66ef8c7d33435e67f8f1eb151cf5833e5bde33c09ceccef27ac6e20958f28ff83e8 WHIRLPOOL 215c9e94b2b719b193d26a12b0b78ad5fab4c23c1d05affd2283713126cdacc21942b5e2ede9354e60da27e2ef9e5d68a34dae73291406c344de6eb636a554aa diff --git a/dev-perl/Test-NoTabs/Test-NoTabs-1.400.0.ebuild b/dev-perl/Test-NoTabs/Test-NoTabs-1.400.0.ebuild deleted file mode 100644 index 74fa449bfdac..000000000000 --- a/dev-perl/Test-NoTabs/Test-NoTabs-1.400.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=BOBTFISH -MODULE_VERSION=1.4 - -inherit perl-module - -DESCRIPTION="Check the presence of tabs in your project" - -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Tie-Cycle/Manifest b/dev-perl/Tie-Cycle/Manifest index 506952b317ec..5d8ef328c526 100644 --- a/dev-perl/Tie-Cycle/Manifest +++ b/dev-perl/Tie-Cycle/Manifest @@ -1 +1,2 @@ DIST Tie-Cycle-1.221.tar.gz 9741 SHA256 c6e263bdfd19eea4ceaade3c8af33b35ef83e8251ea53759a3ca49e3729ce681 SHA512 39ed261ef2e3a6a93cc63197966ccae6ddee2473c24241067223448badeb76509682c52043bb34299a27f2f3a35956d3022af2fb13bd331ed2cc132dbc703087 WHIRLPOOL 3850783ebcb4262094105a9de9c5b772fc990ea0d4e5856110dae6fdac292de9189e559e2997410733d3695e29d19e4c1c00aeca2664def5b374ad65c794513c +DIST Tie-Cycle-1.224.tar.gz 11085 SHA256 d9b1aca31d66354ad0dd3bd6fb0a8820de8a633dfd7a01cbfdedac9c80d34a02 SHA512 291f012e85108809d75302bb6554beffdfbf3ec3153acef667d0dfa34a0309190f9211a19728620c1ff6bedfeff5fd9209d2d4589f13fba144d0c0fade53f9b6 WHIRLPOOL fd0d173542e17a71f926640986f149383ca7ce4610f38138aa9a18a831ef9fb83e41d6dc410a28de8de388e3281ba7d18784cbc514ffbc734481b8d3f04e9fb3 diff --git a/dev-perl/Tie-Cycle/Tie-Cycle-1.224.0.ebuild b/dev-perl/Tie-Cycle/Tie-Cycle-1.224.0.ebuild new file mode 100644 index 000000000000..cd7d88853ac1 --- /dev/null +++ b/dev-perl/Tie-Cycle/Tie-Cycle-1.224.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=BDFOY +DIST_VERSION=1.224 +inherit perl-module + +DESCRIPTION="Cycle through a list of values via a scalar" +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Carp" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + virtual/perl-File-Spec + test? ( + >=virtual/perl-Test-Simple-0.950.0 + ) +" +src_test() { + perl_rm_files t/pod_coverage.t t/pod.t + sed -i -e '/^pod/d' t/test_manifest || die "Can't patch test_manifest" + perl-module_src_test +} diff --git a/dev-perl/Unicode-UTF8/Manifest b/dev-perl/Unicode-UTF8/Manifest index 89e894e8edb4..92baf65ca8e3 100644 --- a/dev-perl/Unicode-UTF8/Manifest +++ b/dev-perl/Unicode-UTF8/Manifest @@ -1,2 +1 @@ -DIST Unicode-UTF8-0.60.tar.gz 81322 SHA256 f6ccf25a2a3be9d36d97e014af2f3dda5141c6bb33a130fee2676aaa0fb96ebc SHA512 9874d83cd142e7fc9503d5282015e2bda219332a393326cd2521c73849ce55f25eb125ab46879717ccf23c16a15491242ddb9c0535da9d323b56c0ba4fe1d77e WHIRLPOOL 456ca11f4aa6fc3a6309ea1e5cc851980fac51d13b55acee90d874ef9a1b87bbd2ffc4f2df77aa0c6731d7de342b55a9e0ba38b1ada297c0361878299e80be53 DIST Unicode-UTF8-0.62.tar.gz 87838 SHA256 fa8722d0b74696e332fddd442994436ea93d3bfc7982d4babdcedfddd657d0f6 SHA512 056026ac2ee4c101de5ea6017db59f875121dba8fd23ab5c2ae525effb8cf864e8a1c24588bb2a027792e27568742fc75bd5765694027b110afef867a4b982e0 WHIRLPOOL c730625c0f3171b5ff60c72ed7e16f61814168d56be6f24c0b932c1bc1a517e0bd2915790d364878b3d31383975330f60e0306a3fddba6670903f85d70936874 diff --git a/dev-perl/Unicode-UTF8/Unicode-UTF8-0.600.0.ebuild b/dev-perl/Unicode-UTF8/Unicode-UTF8-0.600.0.ebuild deleted file mode 100644 index 2a734969e212..000000000000 --- a/dev-perl/Unicode-UTF8/Unicode-UTF8-0.600.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=CHANSEN -MODULE_VERSION=0.60 -inherit perl-module - -DESCRIPTION="Encoding and decoding of UTF-8 encoding form" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86" -IUSE="test" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-Exporter - virtual/perl-XSLoader -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.590.0 - test? ( - >=virtual/perl-Encode-1.980.100 - >=dev-perl/Test-Fatal-0.6.0 - >=virtual/perl-Test-Simple-0.470.0 - - dev-perl/Taint-Runtime - dev-perl/Variable-Magic - dev-perl/Test-LeakTrace - ) -" - -SRC_TEST=do - -src_test() { - perl_rm_files t/999_pod.t - perl-module_src_test -} diff --git a/dev-perl/YAML-LibYAML/Manifest b/dev-perl/YAML-LibYAML/Manifest index 708faa0e31ef..6343b59fb73f 100644 --- a/dev-perl/YAML-LibYAML/Manifest +++ b/dev-perl/YAML-LibYAML/Manifest @@ -1,3 +1,4 @@ DIST YAML-LibYAML-0.62.tar.gz 142911 SHA256 1a334a7ea9fe444ddb384a378b9f6eb2b77f4564fe481a778b48fb48b82d31db SHA512 05d2fa1e656034da0c903a267037a08855040843dc6ec68d91e99df5c64f6896d29be0d170b5c08c0d601a1c87b595c90786a7ff1a12a33fa2bfff21f86aec81 WHIRLPOOL 899f316f1319f081512e7086a230e1a61d948cafa98517db7a6c6e6bbcbd56c5679450cc0c1e3703d6f5105dcf9c395267b3eab662aecd7864e0007ef83936fe DIST YAML-LibYAML-0.63.tar.gz 143075 SHA256 3cf0044a8838966f63c850a442e36039b8aec2db291089fffa11b786d1d164c8 SHA512 c1161ac72f678e4531f8fe5daf09553ba946513c3d1efa1d354ea17ef4dfefd4281a2d77e2fe49960388d338681a24d7547b36dc08ad8993651e807a303df954 WHIRLPOOL 1772e3416c045d7fd13fede6488ab4c6cb6f7ec7742e80f4fad6a062fed9f95d0008e59731316443010652216e8dd98754f7d51f2aa38ad7cb09626e2f24ac2e DIST YAML-LibYAML-0.64.tar.gz 143095 SHA256 c79c18550c44230a2fdeaea55a86be60fd65d927ab9dac02945e056cf637aefd SHA512 c8d996a9bc86e644c85fa8662b91afb75e0e9bcfeaba88b0a661ef83c9d1dfbcd4464fdba8fcc16269dc3c561c3c5257818f7f15df78bf4331ec2f91a6245faf WHIRLPOOL d39003a19fef1e588a6775f61031b36ab268a1289b2fb95a378becba08cf6ca876c2d586de0c72f563ae1cf2537be8f580d8821c455e2aef5d03f9b61efd3581 +DIST YAML-LibYAML-0.65.tar.gz 143204 SHA256 db710b0fc83291e467a5e7bc2de555e7d38023a8cf71084171a127e1d0dff047 SHA512 87998f9d8458476168c06e984696ac562e77f6cfc252c57a8159bb45353bacab7fa159c983275f08fcd54479d7a994feebc2568f51b564d685d99cc66ee87cf0 WHIRLPOOL 07f961de9453082140c8b03f3330554009311dd80b92f4bb3604297557eb8a6b06d072dca52ccb9af01075cf5da29d9b41861dd442a190d659fdd1a6303c1bb0 diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.650.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.650.0.ebuild new file mode 100644 index 000000000000..d77ad39094f8 --- /dev/null +++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.650.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=TINITA +DIST_VERSION=0.65 +inherit perl-module + +DESCRIPTION="Perl YAML Serialization using XS and libyaml" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker" +export OPTIMIZE="$CFLAGS" + +src_test() { + perl_rm_files t/author-pod-syntax.t + perl-module_src_test +} diff --git a/dev-perl/autobox/Manifest b/dev-perl/autobox/Manifest index fc2bd9825ee3..d0878569b1e7 100644 --- a/dev-perl/autobox/Manifest +++ b/dev-perl/autobox/Manifest @@ -1,2 +1 @@ -DIST autobox-2.83.tar.gz 76003 SHA256 3f83a33fa9566c859c786815d3790299a8e95f181a5866f9b810645bb41e89c4 SHA512 2c347ee61240ba7ba8fdf0bddebceab554c602ce673a524255a73ee7b53a9765f9679bd613f796f74e6588ebfd6beb877fa6f49720fa6da108f91ebb365b1dc6 WHIRLPOOL 9fe89b2c2d5378358bc4875b39017dc07889118d7eff8201f2326bf9691b78cd0f1e3c681e84c23273c6c418982a2b580a8a8c63dbdbcf0451a4593355ae39aa DIST autobox-2.85.tar.gz 80443 SHA256 d0b8d0f27f3d1c1e8ef47f806fa06b9c229c3ca84057004fedc35dbbc0341140 SHA512 2f9c0ef556655eb19a2e50aa2ec47769ef2fd7bb15806a7f22320be9d79178811c418dbe58cf792fdc48dc3e7b80b70c1882956559373cc6eb152c0b94d52081 WHIRLPOOL 1f41cad40486faeb490911dc15b41c37846645947da0835b02c29e272396d05eba3826890b822e2bfa43efb8df7b3da64f7608b7084fa95215323a616d0669e7 diff --git a/dev-perl/autobox/autobox-2.830.0.ebuild b/dev-perl/autobox/autobox-2.830.0.ebuild deleted file mode 100644 index 8b33c8dd77d7..000000000000 --- a/dev-perl/autobox/autobox-2.830.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=CHOCOLATE -MODULE_VERSION=2.83 -inherit perl-module - -DESCRIPTION="Call methods on native types" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - >=dev-perl/Scope-Guard-0.200.0 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" - -SRC_TEST=do diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest index 5b9838717d8e..7b765ed84b97 100644 --- a/dev-perl/local-lib/Manifest +++ b/dev-perl/local-lib/Manifest @@ -1,3 +1 @@ -DIST local-lib-2.000014.tar.gz 51593 SHA256 ae63356ab780c5a3aa46287b48daea748a3dd021d9b52dff8bf480b43787fa2b SHA512 3a7bb68af992215eb6787082fea7c09d5468aabe5c6478d028ce99ae878f6efdd8982804ba2c396af1fc0a5b46a4fa7f0e4831d9c32f1abd41ef631976c5efe8 WHIRLPOOL 990e3ca60a88544a0394fbb994832aff9c50988dde0372d8d7e437a72c28d30bf27438acfb8423aa57965bf58140e7a3284d6151a80cbd51bffc4ed201b6e6c1 -DIST local-lib-2.000018.tar.gz 59350 SHA256 9ba8f5d55a03e029c3e18799942b89d2c457bb4414b9dce912dc1c8797d94894 SHA512 d94672b623de5c4e99270733a4de59f95c01b3c89cd552da05b04892893696cf57c9988b695cca2eda624a2c48bb392fe51d17eb842ed09e0824d71fcb4eb80e WHIRLPOOL df53e7ae77cf6758b69bfc3291c7b4a77c030c2ae428123a93ce3a4fcd460d70be33f2b8bf8bfa6b20f12eb109707a58863adcf44c7bfeddafdec6f06557bb70 DIST local-lib-2.000019.tar.gz 62149 SHA256 36ad327a099667b8cb292c10229c33849c787470e0b978e4963b69b6df4c0b01 SHA512 ab7d2d43566fef1d5dce41649859a01306d302b46739cf110b4d0330ae3cec3e49e3b06f67612f9e33b6bcb7654ec5ff0a97cf44fecc8a9cd6d5b24421671614 WHIRLPOOL 59fbcc768ea82d88add5ac96fb463c0e7990f8b94787a3fa476b2cd5800a1db4fc3b45dbe686f05b714d009fea983003b77fcc6a23d04479abec3f11e657f8c4 diff --git a/dev-perl/local-lib/local-lib-2.0.14.ebuild b/dev-perl/local-lib/local-lib-2.0.14.ebuild deleted file mode 100644 index 8ccd037f98f1..000000000000 --- a/dev-perl/local-lib/local-lib-2.0.14.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=HAARG -MODULE_VERSION=2.000014 -inherit perl-module - -DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB' -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND=" - >=virtual/perl-CPAN-1.820.0 - >=virtual/perl-ExtUtils-Install-1.430.0 - >=virtual/perl-ExtUtils-MakeMaker-6.740.0 - >=dev-perl/Module-Build-0.360.0 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.590.0 - test? ( virtual/perl-Test-Simple ) -" - -SRC_TEST="do parallel" diff --git a/dev-perl/local-lib/local-lib-2.0.18.ebuild b/dev-perl/local-lib/local-lib-2.0.18.ebuild deleted file mode 100644 index 8db3ed78782f..000000000000 --- a/dev-perl/local-lib/local-lib-2.0.18.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -DIST_AUTHOR=HAARG -DIST_VERSION=2.000018 -inherit perl-module - -DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB' -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=virtual/perl-CPAN-1.820.0 - >=virtual/perl-ExtUtils-Install-1.430.0 - >=virtual/perl-ExtUtils-MakeMaker-7.0.0 - >=dev-perl/Module-Build-0.360.0 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.590.0 - test? ( virtual/perl-Test-Simple ) -" diff --git a/dev-python/munch/munch-2.1.1.ebuild b/dev-python/munch/munch-2.1.1.ebuild index 23045a8ee9a0..4da9536d5653 100644 --- a/dev-python/munch/munch-2.1.1.ebuild +++ b/dev-python/munch/munch-2.1.1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_{5,6,7},3_{3,4,5}} ) +PYTHON_COMPAT=( python{2_{5,6,7},3_{3,4,5,6}} ) inherit distutils-r1 diff --git a/dev-ruby/RubyInline/Manifest b/dev-ruby/RubyInline/Manifest deleted file mode 100644 index fe49649deeaa..000000000000 --- a/dev-ruby/RubyInline/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST RubyInline-3.12.3.gem 31232 SHA256 c1ececb4057d22638818c1bf1998cdbe485bf6eda81c3fe52a543487c9c35ad6 SHA512 26b852abe21b077deca6206bac3a29e402e37b9bd96997275a8075172fee34d25e68b9455a933188bb71807e3fe2a35bf15350f568ba3786034796bc5a33f7cf WHIRLPOOL b42ba1f45206758d1dc50990c9be3b4167a40771f09eaeb352fbd2038515979fd307983d37c3a5aa4a1b32edc114aa5ed229e7573e387c112e54cb45fd5f5e16 -DIST RubyInline-3.12.4.gem 31232 SHA256 205bbc14c02d3d55e1b497241ede832ab87f3d981f92f3bda98b75e8144103e0 SHA512 9bdef81653a6c8da86aac638ff402b226526fbd38b9b8538382ac2d1a7655e232eafff4979b57d667ad9b0f3955b13c6f4cc01eb9dfa287c3a7abbfc5e9416fe WHIRLPOOL 5b92ecde15ee188d5d1ef51c83327e96486527680b33e3b4d0b4057df6804c8e566748e14d656a9ae62c6d549b462b148776a3f92707c456c28a8820f4410c1e diff --git a/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild b/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild deleted file mode 100644 index 13633a21e7a3..000000000000 --- a/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" - -inherit ruby-fakegem - -DESCRIPTION="Allows to embed C/C++ in Ruby code" -HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="doc test" - -ruby_add_rdepend "dev-ruby/zentest" - -ruby_add_bdepend " - test? ( - dev-ruby/hoe - dev-ruby/hoe-seattlerb - virtual/ruby-minitest - )" - -RUBY_PATCHES=( - ruby-inline-3.12.2-gentoo.patch - ruby-inline-3.11.1-ldflags.patch -) - -all_ruby_prepare() { - sed -i -e '/isolate/ s:^:#:' Rakefile || die -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc example.rb example2.rb demo/*.rb -} diff --git a/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild b/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild deleted file mode 100644 index fa81d8719275..000000000000 --- a/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ruby22 -> Code uses obsolete Config module. -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" - -inherit ruby-fakegem - -DESCRIPTION="Allows to embed C/C++ in Ruby code" -HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="doc test" - -ruby_add_rdepend "dev-ruby/zentest" - -ruby_add_bdepend " - test? ( - >=dev-ruby/hoe-3 - dev-ruby/hoe-seattlerb - dev-ruby/minitest:5 - )" - -RUBY_PATCHES=( - ruby-inline-3.12.2-gentoo.patch - ruby-inline-3.11.1-ldflags.patch -) - -all_ruby_prepare() { - sed -i -e '/isolate/ s:^:#:' Rakefile || die -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc example.rb example2.rb demo/*.rb -} diff --git a/dev-ruby/RubyInline/files/ruby-inline-3.11.1-ldflags.patch b/dev-ruby/RubyInline/files/ruby-inline-3.11.1-ldflags.patch deleted file mode 100644 index e6856ac5a0d7..000000000000 --- a/dev-ruby/RubyInline/files/ruby-inline-3.11.1-ldflags.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/inline.rb.~1~ 2010-08-28 14:49:06.866480357 +0200 -+++ lib/inline.rb 2010-08-28 15:05:14.553732182 +0200 -@@ -577,6 +577,7 @@ - "-L#{Config::CONFIG['libdir']}", - '-o', so_name.inspect, - File.expand_path(src_name).inspect, -+ Config::CONFIG['LIBRUBYARG_SHARED'], - libs, - crap_for_windoze ].join(' ') - diff --git a/dev-ruby/RubyInline/files/ruby-inline-3.12.2-gentoo.patch b/dev-ruby/RubyInline/files/ruby-inline-3.12.2-gentoo.patch deleted file mode 100644 index 2acd527cdcb4..000000000000 --- a/dev-ruby/RubyInline/files/ruby-inline-3.12.2-gentoo.patch +++ /dev/null @@ -1,67 +0,0 @@ -we have to patch the code so that it takes the RUBY_DESCRIPTION into -consideration, to avoid loading Ruby-Enterprise (REE18) objects in MRI -and vice-versa; we're a bit “greedier” since we will rebuild objects -even when just switching versions, but it'll be better this way than -being too conservatives. - -Index: ruby-inline-3.8.4/lib/inline.rb -=================================================================== ---- ruby-inline-3.8.4.orig/lib/inline.rb -+++ ruby-inline-3.8.4/lib/inline.rb -@@ -360,13 +360,18 @@ module Inline - ext.join "\n" - end - -+ def implementation_checksum -+ @implementation_checksum ||= -+ (Digest::MD5.new << RUBY_DESCRIPTION).to_s[0,4] -+ end -+ - def module_name - unless defined? @module_name then - module_name = @mod.name.gsub('::','__') - md5 = Digest::MD5.new - @pre.each { |m| md5 << m.to_s } - @sig.keys.sort_by { |x| x.to_s }.each { |m| md5 << m.to_s } -- @module_name = "Inline_#{module_name}_#{md5}" -+ @module_name = "Inline_#{module_name}_#{md5}_#{implementation_checksum}" - end - @module_name - end -Index: ruby-inline-3.8.4/test/test_inline.rb -=================================================================== ---- ruby-inline-3.8.4.orig/test/test_inline.rb -+++ ruby-inline-3.8.4/test/test_inline.rb -@@ -404,6 +404,7 @@ static VALUE method_name_equals(VALUE se - end - - def util_module_name(*signatures) -+ implementation = (Digest::MD5.new << RUBY_DESCRIPTION).to_s[0,4] - md5 = Digest::MD5.new - - signatures.each do |signature| -@@ -411,6 +412,6 @@ static VALUE method_name_equals(VALUE se - md5 << signature.to_s - end - -- assert_equal("Inline_TestInline__TestC_#{md5}", @builder.module_name) -+ assert_equal("Inline_TestInline__TestC_#{md5}_#{implementation}", @builder.module_name) - end - -@@ -757,6 +758,7 @@ puts(s); return rb_str_new2(s)}" - @builder.c "VALUE my_method() { return Qnil; }" - - windoze = "\n __declspec(dllexport)" if Inline::WINDOZE -+ implementation = (Digest::MD5.new << RUBY_DESCRIPTION).to_s[0,4] - - expected = <<-EXT - #include "ruby.h" -@@ -773,7 +775,7 @@ static VALUE my_method(VALUE self) { - #ifdef __cplusplus - extern \"C\" { - #endif#{windoze} -- void Init_Inline_TestInline__TestC_3ab8c09639e499394bb1f0a0194a839f() { -+ void Init_Inline_TestInline__TestC_3ab8c09639e499394bb1f0a0194a839f_#{implementation}() { - VALUE c = rb_cObject; - c = rb_const_get(c, rb_intern("TestInline")); - c = rb_const_get(c, rb_intern("TestC")); diff --git a/dev-ruby/RubyInline/metadata.xml b/dev-ruby/RubyInline/metadata.xml deleted file mode 100644 index 28ab0c15f206..000000000000 --- a/dev-ruby/RubyInline/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - diff --git a/dev-ruby/configliere/Manifest b/dev-ruby/configliere/Manifest deleted file mode 100644 index 34ac67a631c2..000000000000 --- a/dev-ruby/configliere/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST configliere-0.4.22.gem 53760 SHA256 94252eb03bac389b8a9164cf513fcdb0471cbe36368e6a7d8f4f48eecb3d266e SHA512 e5c1acc3bb4a9470bf18071ac2a09407ece4ce6bcb7d6d7931247aae8894f87f2bcfef5890569d9241b6d1fc6dfdbe10ee8fafadf0c9e139a31fad86df88579a WHIRLPOOL 2b522c0ac10ce8fd1d771d8fbd283bd5bdc5344028f24e1766100ea76a958b9a4dd3d9e97f2e7c2f777ad6bf68b0a4ac2ea5923ccde89ad117b666e3dd98a4a0 diff --git a/dev-ruby/configliere/configliere-0.4.22.ebuild b/dev-ruby/configliere/configliere-0.4.22.ebuild deleted file mode 100644 index fe22e0753292..000000000000 --- a/dev-ruby/configliere/configliere-0.4.22.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.textile README.textile FEATURES.txt" - -inherit ruby-fakegem - -DESCRIPTION="Settings manager for Ruby scripts" -HOMEPAGE="https://github.com/infochimps-labs/configliere" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/highline-1.5.2 - >=dev-ruby/multi_json-1.10.1" - -all_ruby_prepare() { - rm Gemfile* || die - sed -i -e "/bundler/d" spec/spec_helper.rb || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples -} diff --git a/dev-ruby/configliere/metadata.xml b/dev-ruby/configliere/metadata.xml deleted file mode 100644 index 2820f92a4ff1..000000000000 --- a/dev-ruby/configliere/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - infochimps-labs/configliere - - diff --git a/dev-ruby/fast_gettext/Manifest b/dev-ruby/fast_gettext/Manifest index 65c2124a0d63..eb394633a0ee 100644 --- a/dev-ruby/fast_gettext/Manifest +++ b/dev-ruby/fast_gettext/Manifest @@ -1,5 +1,2 @@ -DIST fast_gettext-1.0.0.tar.gz 86573 SHA256 8390793a29d291b4efbad01e4c579fcb86200b91e87a72d667fb5e1d451b53a2 SHA512 f9c1656218fbb8f514e10bac6b2656a39013dc0b745e0741cea727280aa0153f3555badc4cbd18fea6bff27e3542c62bb4a7808b0565d6282aa4444ee154cb8e WHIRLPOOL 0d1d1bca6a87364a5a834ca88a1906ef90fbd353890191cd0865103865be396dd7c9ce5c9f8abbbfaa088178ee1a7eecfd57b8a16291214f767b775f7737c81a -DIST fast_gettext-1.1.0.tar.gz 86909 SHA256 5bf716596f9386550409dca75cb5d2070ee144e3b71b624dfac5324e51862f23 SHA512 ca5e88f24691e7c0bad75205f8e892af4de32ac8a614bd854957b7881133126c2b98b11dae25fc4d0f01421fd8268e111f5811823e2b98edf6abd73f49d6cc2a WHIRLPOOL 68e434aea3cf6aa0bd6d706dc3be8e2cd0a32322fa98c183a40568244a1a15d761ecd542d2ccb215bfa51d6d354f8d35e2cba09d418672f55b24e857424279fa -DIST fast_gettext-1.2.0.tar.gz 87929 SHA256 a4ff6ca4e537e70507ede220e79008e49ea1c21e4120efe02afc997cf42a4b3a SHA512 426e79f386fddfb2aa63b9b294ef14d108edb168a37898373611a34d43943bc112ab2f90a0151c9b8296e0b310e6eb7163a3d3c00d2317f5c489504d39e4887e WHIRLPOOL 874ecd49377a4100f3747c930e9d118c37b39e3fb276878d6bf66e18991b6001d467bcbcf84c8a910b0b437d2272ebca803b74c6703915460a459cdac70315f0 DIST fast_gettext-1.3.0.tar.gz 88079 SHA256 4a5d92dda6300d83669af2529a0b632d8d26b8ca873353450545924c37b1628a SHA512 c36656c0e9a23a380ce709d2f60a49d23fe24e511c5eba8cb6649d367c1c13621e92e627dfab353f7160915c73fd878f4b04f7cc44c08996c555bd2c350527ae WHIRLPOOL d28199514529418ed7da5291fd6bce5e6313a84f9e5cbdf23a9e9efa1f34e0fe2bc6ed8dbce72463aef13f0ceb8712171876831680f6e1c766795ce764dc30eb DIST fast_gettext-1.4.0.tar.gz 88222 SHA256 11dd550890ee7a28f8f6ee0774bff7f5e46f7ed5b391ea11966575983a246a07 SHA512 f9d42b4a15fb8f3f6770f2d8bb4cdc7c1a701dd8811c44e25b672aa9adbaa5372a254dc6359058f4540e23f6c6e29a188df7640c06425d3a293f95458ff39ffa WHIRLPOOL a13ca2e42f5c985514395b3e23ab7253cd706ff162d72bb39b4d6659e5ec1b7e491653eacf67a94761a4d11f49f409ad7de6ac6fe7a25a0520468345c191e133 diff --git a/dev-ruby/fast_gettext/fast_gettext-1.0.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-1.0.0.ebuild deleted file mode 100644 index aa0da41140a2..000000000000 --- a/dev-ruby/fast_gettext/fast_gettext-1.0.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsave!" -HOMEPAGE="https://github.com/grosser/fast_gettext" -SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/bundler )" - -all_ruby_prepare() { - rm Gemfile.lock || die - - # Remove jeweler and bump from Gemfile since they are not needed for tests. - sed -i -e '/jeweler/d' -e '/bump/d' -e '/appraisal/d' Gemfile || die - - # Avoid unneeded dependency on git and development dependencies. - sed -e '/git ls-files/ s:^:#:' \ - -e '/\(wwtd\|bump\)/ s:^:#:' \ - -i fast_gettext.gemspec || die - - # Don't run a test that requires safe mode which we can't provide - # due to insecure directory settings for the portage dir. This spec - # also calls out to ruby which won't work with different ruby - # implementations. - sed -i -e '/can work in SAFE mode/,/^ end/ s:^:#:' spec/fast_gettext/translation_repository/mo_spec.rb || die -} - -each_ruby_prepare() { - # Make sure the right ruby interpreter is used - sed -i -e "s:bundle exec ruby:bundle exec ${RUBY}:" spec/fast_gettext/vendor/*spec.rb || die -} diff --git a/dev-ruby/fast_gettext/fast_gettext-1.1.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-1.1.0.ebuild deleted file mode 100644 index aa0da41140a2..000000000000 --- a/dev-ruby/fast_gettext/fast_gettext-1.1.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsave!" -HOMEPAGE="https://github.com/grosser/fast_gettext" -SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/bundler )" - -all_ruby_prepare() { - rm Gemfile.lock || die - - # Remove jeweler and bump from Gemfile since they are not needed for tests. - sed -i -e '/jeweler/d' -e '/bump/d' -e '/appraisal/d' Gemfile || die - - # Avoid unneeded dependency on git and development dependencies. - sed -e '/git ls-files/ s:^:#:' \ - -e '/\(wwtd\|bump\)/ s:^:#:' \ - -i fast_gettext.gemspec || die - - # Don't run a test that requires safe mode which we can't provide - # due to insecure directory settings for the portage dir. This spec - # also calls out to ruby which won't work with different ruby - # implementations. - sed -i -e '/can work in SAFE mode/,/^ end/ s:^:#:' spec/fast_gettext/translation_repository/mo_spec.rb || die -} - -each_ruby_prepare() { - # Make sure the right ruby interpreter is used - sed -i -e "s:bundle exec ruby:bundle exec ${RUBY}:" spec/fast_gettext/vendor/*spec.rb || die -} diff --git a/dev-ruby/fast_gettext/fast_gettext-1.2.0.ebuild b/dev-ruby/fast_gettext/fast_gettext-1.2.0.ebuild deleted file mode 100644 index abd74042265a..000000000000 --- a/dev-ruby/fast_gettext/fast_gettext-1.2.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="GetText but 3.5x faster, 560x less memory, clean namespace and threadsave!" -HOMEPAGE="https://github.com/grosser/fast_gettext" -SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/bundler )" - -all_ruby_prepare() { - rm Gemfile.lock || die - - # Remove jeweler and bump from Gemfile since they are not needed for tests. - sed -i -e '/jeweler/d' -e '/bump/d' -e '/appraisal/d' Gemfile || die - - # Avoid unneeded dependency on git and development dependencies. - sed -e '/git ls-files/ s:^:#:' \ - -e '/\(wwtd\|bump\)/ s:^:#:' \ - -i fast_gettext.gemspec || die - - # Don't run a test that requires safe mode which we can't provide - # due to insecure directory settings for the portage dir. This spec - # also calls out to ruby which won't work with different ruby - # implementations. - sed -i -e '/can work in SAFE mode/,/^ end/ s:^:#:' spec/fast_gettext/translation_repository/mo_spec.rb || die -} - -each_ruby_prepare() { - # Make sure the right ruby interpreter is used - sed -i -e "s:bundle exec ruby:bundle exec ${RUBY}:" spec/fast_gettext/vendor/*spec.rb || die -} diff --git a/dev-ruby/i18n/Manifest b/dev-ruby/i18n/Manifest index 6a41f12020aa..422296ba81f5 100644 --- a/dev-ruby/i18n/Manifest +++ b/dev-ruby/i18n/Manifest @@ -1,3 +1,4 @@ DIST i18n-0.6.11.gem 61440 SHA256 b37dda25b30484f2674a851e24ae098a38564a61c976fa91a34bf8fceaa3923b SHA512 f3c26c13b333daed69dc044985816d79a27a489c860caaa03cd64b3ff31e3ea65aa850dd581162a264d0b0bb6bc383b12cb96c1a97d5d1d04bee45517a48b721 WHIRLPOOL 67b702b94e3d56331845d8088bce37b7e34ed1a0a035e32ee986054850f205680703f472f3a5f494cda7608bd2db15426e3dcb672f0e8863c5b3b31292f9057c DIST i18n-0.7.0.tar.gz 57647 SHA256 8a9ea123661e5da978ecffadc8d1b7ea50ba2d8e9de1455d61e7848cc6c2c855 SHA512 8824feb3fb99bba759963d2ae34555f27b85dbac3d3001168471a27e47fc805e5ffe5c3b4e10d6ca4b2e2524ec16c98260b981ef504f274aab93f912a57d2e14 WHIRLPOOL 0f16ab5f06ae7ec75eefbec985d183dac5a2cd572d6c70fc3de8616bec8834e210a5660a74657ae3397017962253350e6bd926c0d2c9509400ceadc5b365fa9d DIST i18n-0.8.1.tar.gz 59341 SHA256 b9eca76e143fea1f427f59471b6f3b018af1291bf8c488e5d937a2cc988f2a0d SHA512 de8ba662ebf6daa255fadd88cec44b0c9a9c54ac912ed85dd9cd180fa08c59b793930a867938a698c9fe306d3b0cf64f7a17dd0aeb0547d8d3ac6a28ebd50dab WHIRLPOOL e1847791193a636fbddabc4f0b483d90771c195e9d7b4b45942e03f311a3b50c8a21aaa2b9d14ab2f303c98d8a0d47da4fa74e3adecc2cddaa78c6543037422e +DIST i18n-0.8.4.tar.gz 60340 SHA256 1a6f78b39a5604207b9dbba62a79036c24daec2a15bf6526d829efc2f9f73c31 SHA512 f93c648fe62dbf6b6d158a0ecbcbe266d20a9ddc75ab6d81772beb656e4784f9ebc0b81107193acb2576bf9d0282f6a2f1638c7978bbc4d3acdc03f83864fe6e WHIRLPOOL a748dd1aef99170d6c3be5fd835f0fc00d785093745917b45610967fde62e98d446f19640669195f38e706fc62c595fb7bbd463f95e509c0cd6e3560f58fab33 diff --git a/dev-ruby/i18n/i18n-0.8.4.ebuild b/dev-ruby/i18n/i18n-0.8.4.ebuild new file mode 100644 index 000000000000..61995ac13eef --- /dev/null +++ b/dev-ruby/i18n/i18n-0.8.4.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="test" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Add Internationalization support to your Ruby application" +HOMEPAGE="http://rails-i18n.org/" +SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_bdepend "test? ( + >=dev-ruby/activesupport-4.2 + dev-ruby/bundler + >=dev-ruby/mocha-0.13 + dev-ruby/test_declarative )" + +all_ruby_prepare() { + rm -f gemfiles/*.lock || die +} + +each_ruby_test() { + case ${RUBY} in + *ruby22|*ruby23) + versions="4.2 5.0" + ;; + *) + versions="4.2" + ;; + esac + + for version in ${versions} ; do + if has_version "dev-ruby/activesupport:${version}" ; then + einfo "Running tests with activesupport ${version}" + BUNDLE_GEMFILE="${S}/gemfiles/Gemfile.rails-${version}.x" ${RUBY} -S bundle exec ${RUBY} -S rake test || die + fi + done +} diff --git a/dev-ruby/map/Manifest b/dev-ruby/map/Manifest deleted file mode 100644 index 172079ba0649..000000000000 --- a/dev-ruby/map/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST map-6.6.0.gem 23040 SHA256 153a6f384515b14085805f5839d318f9d3c9dab676f341340fa4300150373cbc SHA512 26854ee6aec63fde2da94b2c15e6916136ba20f7c47a321d47018b62fa3977168c04da9f2ffae07aabfed415c8d478146db7cef28413a0078b90a095fc6cd9fb WHIRLPOOL 89d0bd22cad6d3981251906ce2e80499c7dc79c83b7b2d0026ab2feaecc5a0286e25e5a5704a7e47233d43c3d575e58fcb343451674c8eeab921e5d7422794b1 diff --git a/dev-ruby/map/map-6.6.0.ebuild b/dev-ruby/map/map-6.6.0.ebuild deleted file mode 100644 index 332012050744..000000000000 --- a/dev-ruby/map/map-6.6.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ruby22: test failures -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README" - -RUBY_FAKEGEM_GEMSPEC="map.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A string/symbol indifferent ordered hash that works in all rubies" -HOMEPAGE="https://github.com/ahoward/map" - -LICENSE="|| ( Ruby BSD-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" - -all_ruby_prepare() { - sed -i -e 's/Config/RbConfig/' Rakefile || die -} diff --git a/dev-ruby/map/metadata.xml b/dev-ruby/map/metadata.xml deleted file mode 100644 index d15d797e835c..000000000000 --- a/dev-ruby/map/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - ahoward/map - - diff --git a/dev-ruby/memcache-client/Manifest b/dev-ruby/memcache-client/Manifest deleted file mode 100644 index 001b51e19dc4..000000000000 --- a/dev-ruby/memcache-client/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST memcache-client-1.8.5.gem 31744 SHA256 1a2d57e9bc0d00553aef16ee9413e2656f07e53cf569eb6e2d795f0d9c85d285 SHA512 2e134cb86b55add05254c478b6104917f50b81757bba1a19d795eb402863980b2aa431bb11bdf282e53193ff744208b812567469b180eb0a28d2bc49623e52fc WHIRLPOOL 56cfacf77b7f063542745847f6f92d038745dce98e731dd399d5be42fa02fbcea4a71a7c9a12ae6fbc2ec6dee48898f9396a4da4dd3e293113849233bd8b7f98 diff --git a/dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild b/dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild deleted file mode 100644 index 4d4da78b4cdf..000000000000 --- a/dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ruby22: fails tests -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_TASK_TEST="none" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="FAQ.rdoc History.rdoc README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="A ruby library for accessing memcached" -HOMEPAGE="https://github.com/mperham/memcache-client" -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 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 "test? ( dev-ruby/flexmock )" - -all_ruby_prepare() { - # Remove tests that require a running memcache deamon. - rm test/test_benchmark.rb || die "Unable to remove performance tests." - - # Fix silly JRuby test issue: - # https://github.com/mperham/memcache-client/issues/issue/14 - sed -i -e '558s/e.message/e.message.downcase/' test/test_mem_cache.rb || die die "Could not fix JRuby issue." - - # Fix rake deprecation. - sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die -} - -each_ruby_test() { - ${RUBY} -Ilib -r test/unit test/test_mem_cache.rb || die "Tests failed." -} diff --git a/dev-ruby/memcache-client/metadata.xml b/dev-ruby/memcache-client/metadata.xml deleted file mode 100644 index 194f9eebc64e..000000000000 --- a/dev-ruby/memcache-client/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - mperham/memcache-client - - diff --git a/dev-ruby/mini_shoulda/Manifest b/dev-ruby/mini_shoulda/Manifest deleted file mode 100644 index 2ddca857e944..000000000000 --- a/dev-ruby/mini_shoulda/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mini_shoulda-0.5.0.gem 6144 SHA256 d1f0e7f58280659b9fff512d5c3f2d522de5eba2e163c4bc499c172524a05cda SHA512 c8f180aaf7d34f9b692dbed92b749559f340a21e828f2d46292f398d0f78997436248e99d93f5225190bd881ce50528acccf4bc38a22a1c048167a240ba064ce WHIRLPOOL fa36d4c289286161da15888b9973f3a5fb63d3d2a2980adcafea2a996e9f06444936cc7dbbc370a76bafd9e83f4339c3a76586229fd230c9810b340e5f57785b diff --git a/dev-ruby/mini_shoulda/metadata.xml b/dev-ruby/mini_shoulda/metadata.xml deleted file mode 100644 index e1509620ced9..000000000000 --- a/dev-ruby/mini_shoulda/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - seattlerb/minitest - - diff --git a/dev-ruby/mini_shoulda/mini_shoulda-0.5.0-r1.ebuild b/dev-ruby/mini_shoulda/mini_shoulda-0.5.0-r1.ebuild deleted file mode 100644 index bc575245dcc8..000000000000 --- a/dev-ruby/mini_shoulda/mini_shoulda-0.5.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -# ruby22 -> fails tests -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="A minimal shoulda DSL built on top of MiniTest::Spec" -HOMEPAGE="https://github.com/seattlerb/minitest" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">dev-ruby/minitest-2.1.0" - -all_ruby_prepare() { - sed -i -e '/git ls-files/d' mini_shoulda.gemspec || die - sed -i -e '/[Bb]undler/ s:^:#:' Rakefile test/test_helper.rb || die -} diff --git a/dev-ruby/png/Manifest b/dev-ruby/png/Manifest deleted file mode 100644 index abb0de286e6a..000000000000 --- a/dev-ruby/png/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST png-1.2.1.gem 22016 SHA256 678235c7c6f1194ec9d3690035044df6820ba41a9d995b73f63d3e8a8926e737 SHA512 307d302d536f195255e0c192e54cce219314c053dd59b88b881c4c9df8d3f1e733c7874c40d5e7db8fe32649dc84dd40dbfc79c5ca31f79e6b98f35af1b40561 WHIRLPOOL 04f2d96d881e2c4889f15cf97af7bcd100d8ab73f8e38eac65635c27c0c4a3c9f93da87f4d00782bf62becfcf444a19a5168f40dc9fc9e9b506f654a023e568a diff --git a/dev-ruby/png/metadata.xml b/dev-ruby/png/metadata.xml deleted file mode 100644 index eb1e47f2edfb..000000000000 --- a/dev-ruby/png/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - diff --git a/dev-ruby/png/png-1.2.1.ebuild b/dev-ruby/png/png-1.2.1.ebuild deleted file mode 100644 index 1c430f013548..000000000000 --- a/dev-ruby/png/png-1.2.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" - -inherit ruby-fakegem - -DESCRIPTION="An almost pure-Ruby Portable Network Graphics (PNG) library" -HOMEPAGE="http://docs.seattlerb.org/png/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_bdepend " - test? ( - dev-ruby/minitest - )" - -ruby_add_rdepend ">=dev-ruby/RubyInline-3.5.0" - -all_ruby_prepare() { - sed -i -e "/rubyforge/s/^/#/" Rakefile || die - sed -i -e "1i# encoding: ascii-8bit" test/test_png.rb || die -} - -src_test() { - chmod 0755 "${HOME}" || die "Failed to fix permissions on home." - ruby-ng_src_test -} - -each_ruby_test() { - ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r example -} diff --git a/dev-ruby/rails_autolink/Manifest b/dev-ruby/rails_autolink/Manifest deleted file mode 100644 index 208f0bccda81..000000000000 --- a/dev-ruby/rails_autolink/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rails_autolink-1.1.6.gem 13312 SHA256 384c17bee71ca5dc44f49401762f91abb6bc356dd564f380713fc974d2c25671 SHA512 5a9b5c2449a0a69488dbf1de3a87b987b450cfd34b420489a38801d5fcca91a2ac1c6b6b43f2f5699534a9f583a3367452d7e99da3f18619ecc23172949a8b4e WHIRLPOOL 82f51c91595f912908c53a5716a49efc7a686e024a926d29d5427182b6386b96f9294157aa0ca9722ba9f7710bc247cc8dbb9fe23794135db5a955ee705725da diff --git a/dev-ruby/rails_autolink/metadata.xml b/dev-ruby/rails_autolink/metadata.xml deleted file mode 100644 index 1b188eba4d4b..000000000000 --- a/dev-ruby/rails_autolink/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - tenderlove/rails_autolink - - diff --git a/dev-ruby/rails_autolink/rails_autolink-1.1.6.ebuild b/dev-ruby/rails_autolink/rails_autolink-1.1.6.ebuild deleted file mode 100644 index 3b5892af79d5..000000000000 --- a/dev-ruby/rails_autolink/rails_autolink-1.1.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="This is an extraction of the auto_link method from rails" -HOMEPAGE="https://github.com/tenderlove/rails_autolink" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" - -ruby_add_rdepend ">=dev-ruby/rails-3.1" diff --git a/dev-ruby/rev/Manifest b/dev-ruby/rev/Manifest deleted file mode 100644 index a15881d13bbd..000000000000 --- a/dev-ruby/rev/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rev-0.3.2.gem 89088 SHA256 c711d8f7022df8412980a6b3ec2c2be24de640f9d46d6c72addb516d530d68c9 SHA512 dc7dfb00ebea5ded7f516f18dcf85da12a0468353a560972203069a1123f8ebd68f2ccafe69c27a02ba2f36678cf9651446bc36068b480ba0d19141deb5f27d6 WHIRLPOOL 80015fac354eaeb48c85439edc8c236ff42fdde81185b2b266ad2daee88ad9c0e8ad576259dd12ab670a391eff91226e4ee9f6cd268ce922c8942ef6ac59ec7d diff --git a/dev-ruby/rev/metadata.xml b/dev-ruby/rev/metadata.xml deleted file mode 100644 index 5698c7ecee07..000000000000 --- a/dev-ruby/rev/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - rev - - diff --git a/dev-ruby/rev/rev-0.3.2-r1.ebuild b/dev-ruby/rev/rev-0.3.2-r1.ebuild deleted file mode 100644 index e352491f7438..000000000000 --- a/dev-ruby/rev/rev-0.3.2-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -# ruby22 -> does not compile -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES README.textile" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit multilib ruby-fakegem - -DESCRIPTION="Rev is an event library for Ruby, built on the libev event library" -HOMEPAGE="https://rubygems.org/gems/rev" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86 ~x86-macos" -SLOT="0" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/iobuffer-0.1.0" - -each_ruby_configure() { - ${RUBY} -C ext/rev extconf.rb || die "Unable to configure rev extionsion." - - ${RUBY} -C ext/http11_client extconf.rb || die "Unable to configure http11 extension." -} - -each_ruby_compile() { - # We have injected --no-undefined in Ruby as a safety precaution - # against broken ebuilds, but these bindings unfortunately rely on - # the lazy load of other extensions; see bug #320545. - find ext/rev -name Makefile -print0 | xargs -0 \ - sed -i -e 's:-Wl,--no-undefined::' || die "--no-undefined removal failed" - emake -C ext/rev V=1 || die "Unable to compile rev extension." - - emake -C ext/http11_client V=1 || die "Unable to compile http11 extension." -} - -each_ruby_install() { - cp ext/rev/rev_ext$(get_modname) lib || die - cp ext/http11_client/http11_client$(get_modname) lib || die - - each_fakegem_install -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/examples - doins examples/* || die "Unable to install examples." -} diff --git a/dev-ruby/ruby-inifile/Manifest b/dev-ruby/ruby-inifile/Manifest deleted file mode 100644 index 3df2d65191d5..000000000000 --- a/dev-ruby/ruby-inifile/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ruby-inifile_2.0.0.tar.gz 15975 SHA256 63e4eaad844d562862e8a73cdfd62888ada5aa015bf0f7e0a98beab21730e450 SHA512 a0ca394ba33fa6ffa1977b5c6e6e672624e4d779d8a88d2458d5385654ad66ec54688e27c749081cd43fd4ca17d2436b52e57654458b48e9f266b4ebd37b5755 WHIRLPOOL e7c39e687a75b4809ed73fd20eb65b1001a8ef02f147ba538c6e3336f84cdfefe481cabfa0a215bdd849ec380aa79dd7947b555ffaef72e68a17ece1cd7191d2 diff --git a/dev-ruby/ruby-inifile/metadata.xml b/dev-ruby/ruby-inifile/metadata.xml deleted file mode 100644 index 28ab0c15f206..000000000000 --- a/dev-ruby/ruby-inifile/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - diff --git a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild b/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild deleted file mode 100644 index cae3891edbb5..000000000000 --- a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -# ruby22 -> Incompatible code -USE_RUBY="ruby21" - -inherit ruby-ng - -DESCRIPTION="Small library to parse INI-files in Ruby" -HOMEPAGE="http://raa.ruby-lang.org/project/ruby-inifile/" -SRC_URI="http://gregoire.lejeune.free.fr/${PN}_${PV}.tar.gz" - -SLOT="0" -IUSE="" -LICENSE="Ruby" -KEYWORDS="~amd64 ~x86" -RUBY_S=${PN} - -each_ruby_test() { - cd tests - for test in *.rb ; do - ${RUBY} -I../lib $test || die - done -} - -each_ruby_install() { - ${RUBY} setup.rb config --prefix="${D}"/usr || die - ${RUBY} setup.rb install || die -} - -all_ruby_install() { - dodoc AUTHORS README -} diff --git a/dev-ruby/ruby-tcpwrap/Manifest b/dev-ruby/ruby-tcpwrap/Manifest deleted file mode 100644 index ef16c4cf22ab..000000000000 --- a/dev-ruby/ruby-tcpwrap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ruby-tcpwrap-0.6.tar.gz 4504 SHA256 b896dc36d41951ba5e3f769d1ad5a246b1f559d58f6435966ebe1d4d369996ea SHA512 51385f6a1cbcb18ce5866d5c2edd3388891835781f66d22558ad72e9dbb4639f376b5cae8a2890289b4d2cfbd4fb4f42d45c13b596372601ff57b6f1638ca6c1 WHIRLPOOL eaa402a06726fd0bd125fbb49af5c82676cbef62a736d15a343c63f6f2deedc485a548cf2bf76759f3de7b192769f80f1715df7a65cc35ea18c2c4176a6131e5 diff --git a/dev-ruby/ruby-tcpwrap/files/ruby-tcpwrap-0.6-ruby19.patch b/dev-ruby/ruby-tcpwrap/files/ruby-tcpwrap-0.6-ruby19.patch deleted file mode 100644 index 3f30d592a22c..000000000000 --- a/dev-ruby/ruby-tcpwrap/files/ruby-tcpwrap-0.6-ruby19.patch +++ /dev/null @@ -1,83 +0,0 @@ -diff -Naur ruby-tcpwrap.orig//tcpwrap.c ruby-tcpwrap//tcpwrap.c ---- ruby-tcpwrap.orig//tcpwrap.c 2003-08-20 12:30:10.000000000 +0900 -+++ ruby-tcpwrap//tcpwrap.c 2010-05-28 08:08:49.000000000 +0900 -@@ -25,7 +25,11 @@ - */ - - #include "ruby.h" -+#ifdef HAVE_RUBY_IO_H -+#include "ruby/io.h" -+#else - #include "rubyio.h" -+#endif - #include - #include - #include -@@ -46,6 +50,10 @@ - - #define DEFAULT_RFC1413_QUERY_TIMEOUT 30 - -+#ifndef RSTRING_PTR -+#define RSTRING_PTR(str) RSTRING(str)->ptr -+#endif -+ - int allow_severity = 0; - int deny_severity = 0; - -@@ -101,7 +109,7 @@ - tcp_wrapper_t *tcpd; - VALUE sock; - int sockfd; -- OpenFile *fptr; -+ rb_io_t *fptr; - struct sockaddr_storage addr; - char client_name[NI_MAXHOST] = STRING_UNKNOWN; - char client_addr[NI_MAXHOST] = STRING_UNKNOWN; -@@ -113,7 +121,11 @@ - again: - sock = rb_funcall(tcpd->server, rb_intern("accept"), 0); - GetOpenFile(sock, fptr); -+#ifdef HAVE_RUBY_IO_H -+ sockfd = fileno(fptr->fd); -+#else - sockfd = fileno(fptr->f); -+#endif - if (getpeername(sockfd, (struct sockaddr*) &addr, &len) < 0) - rb_sys_fail("getpeername(2)"); - error = getnameinfo((struct sockaddr*) &addr, len, -@@ -132,7 +144,7 @@ - if (tcpd->ident_lookup) - client_user = ident_id(sockfd, tcpd->ident_timeout); - #endif -- if (!hosts_ctl(RSTRING(tcpd->daemon)->ptr, -+ if (!hosts_ctl(RSTRING_PTR(tcpd->daemon), - client_name, - client_addr, - (client_user == NULL) ? STRING_UNKNOWN : client_user)) { -@@ -157,7 +169,7 @@ - static char hosts_allow[MAXPATHLEN]; - - Check_SafeStr(s); -- snprintf(hosts_allow, sizeof(hosts_allow), "%s", RSTRING(s)->ptr); -+ snprintf(hosts_allow, sizeof(hosts_allow), "%s", RSTRING_PTR(s)); - if(access(hosts_allow, R_OK) < 0) - rb_warning("cannot read %s", hosts_allow); - hosts_allow_table = hosts_allow; -@@ -177,7 +189,7 @@ - static char hosts_deny[MAXPATHLEN]; - - Check_SafeStr(s); -- snprintf(hosts_deny, sizeof(hosts_deny), "%s", RSTRING(s)->ptr); -+ snprintf(hosts_deny, sizeof(hosts_deny), "%s", RSTRING_PTR(s)); - if(access(hosts_deny, R_OK) < 0) - rb_warning("cannot read %s", hosts_deny); - hosts_deny_table = hosts_deny; -@@ -196,7 +208,7 @@ - { - if(NIL_P(s)) return STRING_UNKNOWN; - Check_Type(s, T_STRING); -- return RSTRING(s)->ptr; -+ return RSTRING_PTR(s); - } - - static VALUE diff --git a/dev-ruby/ruby-tcpwrap/metadata.xml b/dev-ruby/ruby-tcpwrap/metadata.xml deleted file mode 100644 index 28ab0c15f206..000000000000 --- a/dev-ruby/ruby-tcpwrap/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r3.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r3.ebuild deleted file mode 100644 index a03a32e26ebc..000000000000 --- a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6-r3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ruby22 -> Does not compile -USE_RUBY="ruby21" - -inherit ruby-ng - -DESCRIPTION="A TCP wrappers library for Ruby" -HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=ruby-tcpwrap" -SRC_URI="http://shugo.net/archive/ruby-tcpwrap/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ~ppc x86" -IUSE="" - -DEPEND+=" net-libs/libident - sys-apps/tcp-wrappers" - -RDEPEND+=" net-libs/libident - sys-apps/tcp-wrappers" - -RUBY_S="${PN}" -RUBY_PATCHES=( "${P}-ruby19.patch" ) - -each_ruby_configure() { - ${RUBY} extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - # We have injected --no-undefined in Ruby as a safety precaution - # against broken ebuilds, but the Ruby-Gnome bindings - # unfortunately rely on the lazy load of other extensions; see bug - # #320545. - find . -name Makefile -print0 | xargs -0 \ - sed -i -e 's:-Wl,--no-undefined ::' || die "--no-undefined removal failed" - - emake V=1 -} - -each_ruby_install() { - emake DESTDIR="${D}" install V=1 -} - -all_ruby_install() { - dodoc README* - dohtml doc/* - - docinto sample - dodoc sample/* -} diff --git a/dev-ruby/semantic_puppet/Manifest b/dev-ruby/semantic_puppet/Manifest index d813b808f691..a90c8f20e4e6 100644 --- a/dev-ruby/semantic_puppet/Manifest +++ b/dev-ruby/semantic_puppet/Manifest @@ -1 +1,2 @@ DIST semantic_puppet-0.1.3.gem 25600 SHA256 41d1d5523cf4be83791371312e200f503e7b1c49871de1882b2485181c7225c4 SHA512 ee676033fbbea42f7316d03d13a99a5278385237eba3651e2eb8c2c64abc7c39bf5035d5bc71573be83622ae9f6681bff6f25b643c176679fcba4966361dd061 WHIRLPOOL a63f4d5e8396db4388b0de9fe0da972579a84942ad1b3ad252d9ccf1ffb5b718dbf869d2f2d26aefcca973365e59463e594a962b06be14ed165f7835d3fb2739 +DIST semantic_puppet-1.0.0.gem 32256 SHA256 04877f5777312b89d23629b21cdee7a72eed3a62da1993379fe4ea66969877c1 SHA512 b44d139221e12b29c46a8114abfede123a305f0cb33c8be21ab410db1b1bad3d7f708800c513566e4a5f0aa3cccc9d0197b9d9b0aa0015b7055dd06a887b334d WHIRLPOOL 0d50edcf01cd119213603443e09d1ef36411db1c8b3d57c19b1d36f01531aaf475fb06dccc11850cdadf2af9206e7fbeac2dd97a77e8a5fc5cbe401a022d7175 diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild new file mode 100644 index 000000000000..1cfb244da2d2 --- /dev/null +++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" + +inherit ruby-fakegem + +DESCRIPTION="Library of tools for working with Semantic Versions and module dependencies" +HOMEPAGE="https://github.com/puppetlabs/semantic_puppet" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/gettext-setup-0.3" diff --git a/dev-util/repo/Manifest b/dev-util/repo/Manifest index 88f8a3be6781..4557d94d6402 100644 --- a/dev-util/repo/Manifest +++ b/dev-util/repo/Manifest @@ -1 +1 @@ -DIST v1.12.37.tar.gz 115104 SHA256 99db9c7d4c4c4220b38cd590c007f0390a6ee7547d7da85db6788b9095d2b497 SHA512 5658451de2f5a43f8c4cefcc0afaf8c8757a722cc6a3e1af66e1a249206ff5af2ad3284b049ca41f064c58fa95ab4b8abcb45c4c40b577951c01abc698674426 WHIRLPOOL 1ec2407a016f54d164aa6e387cae308b328bda5987741959bc101e582edd5c8505f6ed26007dacac69b409d5d5116de20ed81b64adf980171efdfa9d08cd5daf +DIST repo-1.12.37.tar.gz 115095 SHA256 ea65450d2965ec5cfd6970f47f510141fc0332333caa5498b152e22cc6252690 SHA512 c033772667134bc0f362678e82bbf6b0b6996fcf6675062cebb0fc55c59c1866ba00554105fbe16c50986b9b4c5bcd4b01fffa8ca9f2ecb989a6f3d5b94ded53 WHIRLPOOL e0460e5dfdd085bee5516fc39a7840d6f76b61696e3356b6bce5da18250555c95d08294a7fe378563489312640d6a1d2105b7ab9df78df457664d6cd922a242f diff --git a/dev-util/repo/repo-1.12.37.ebuild b/dev-util/repo/repo-1.12.37.ebuild index bfa9d013ff75..5dbc811d973a 100644 --- a/dev-util/repo/repo-1.12.37.ebuild +++ b/dev-util/repo/repo-1.12.37.ebuild @@ -10,7 +10,7 @@ inherit python-r1 DESCRIPTION="Google tool for managing git, particularly multiple repos" HOMEPAGE="https://android.googlesource.com/tools/repo" -SRC_URI="https://android.googlesource.com/tools/repo/+archive/v${PV}.tar.gz" +SRC_URI="https://android.googlesource.com/tools/repo/+archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-util/watchr/Manifest b/dev-util/watchr/Manifest deleted file mode 100644 index 9ca5b940a08e..000000000000 --- a/dev-util/watchr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST watchr-0.7.gem 19456 SHA256 c3a81d544dda23c476992132ab47718aa978fe0b528cc42d6ef08a1e973514ff SHA512 fea5081142f451523d307bdfa152254213e72e7760d08a6e010ad492b742668f418d079af32f6d82ed2f3c869e51e82507377403169be688615377de0825416b WHIRLPOOL 1eb86947375363397e7c5fc64f553b67bd6958f0f4f8ef671c798c630d9f8c965dc318cf6c1bcf5d710837b85858904dabaf32c92b8c71f6cc32c23686fa141c diff --git a/dev-util/watchr/metadata.xml b/dev-util/watchr/metadata.xml deleted file mode 100644 index 9abf9c6b8ec2..000000000000 --- a/dev-util/watchr/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - -graaff@gentoo.org - -ruby@gentoo.org -Gentoo Ruby Project - - diff --git a/dev-util/watchr/watchr-0.7.ebuild b/dev-util/watchr/watchr-0.7.ebuild deleted file mode 100644 index 608285211cd1..000000000000 --- a/dev-util/watchr/watchr-0.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" - -# Requires every which we don't have packaged. -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Modern continuous testing (flexible alternative to Autotest)" -HOMEPAGE="http://mynyml.com/ruby/flexible-continuous-testing" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86 ~x86-macos" -SLOT="0" -IUSE="" - -# This is an optional dependency, but highly recommended on unix systems -ruby_add_rdepend "dev-ruby/rev" diff --git a/games-fps/xonotic/xonotic-0.8.2.ebuild b/games-fps/xonotic/xonotic-0.8.2.ebuild index aa2df9e9f866..5041c1379a73 100644 --- a/games-fps/xonotic/xonotic-0.8.2.ebuild +++ b/games-fps/xonotic/xonotic-0.8.2.ebuild @@ -4,8 +4,7 @@ EAPI=6 inherit eutils check-reqs toolchain-funcs -# Switch to ^ when we switch to EAPI=6. -MY_PN="X${PN:1}" +MY_PN="${PN^}" DESCRIPTION="Fork of Nexuiz, Deathmatch FPS based on DarkPlaces, an advanced Quake 1 engine" HOMEPAGE="http://www.xonotic.org/" SRC_URI="http://dl.xonotic.org/${P}.zip" diff --git a/games-util/gtkevemon/Manifest b/games-util/gtkevemon/Manifest index 5c0f66c27a47..829db37dfe37 100644 --- a/games-util/gtkevemon/Manifest +++ b/games-util/gtkevemon/Manifest @@ -1,3 +1,3 @@ +DIST gtkevemon-1.10.tar.gz 240225 SHA256 532d36755f33e2e00cdf8bf7ca52b16c04e4a1c47235b821a93236b493da5239 SHA512 c3fad5ba1947be527adf9c90bfad60eb505fd6b3bb3379f960748ccb529381b34b5c5c653516220d17998c95ce2b53105834f7d79053bc1e8ccc9094c8b974c9 WHIRLPOOL ea319155abe46db1af5ed739eaf2034446d4b8d1f83470c7acccf94030720c8bdc0182e3ed2c803d9f09557a49fe9056c0758de99628d152fce44e8bc4486818 DIST gtkevemon-1.8-learning.patch.gz 5879 SHA256 ec9951ae91447e4e5f1d1720a35c27a92546760cc2ae76cd269f85cb59766437 SHA512 44d58ce947b27fb623a94e79e2eff6a20aec1bd0a63c3029347099e64bde5fc31080bcfed0da8fd00f70c2f5c88182760ee169729729c39805bee099099d3022 WHIRLPOOL 68342fc1e8aa729f4e6cd3002fbde58ad7c3818dc5d76cddfb4b4d4d05a5f9e55d8244f07a7803c3fc5ddc354546cc20f73c0c6dea58fd1a2303004cd3ce120e DIST gtkevemon-1.8-source.tar.gz 321226 SHA256 32faf51b5b84f7e055dd47b7c43f722613b5c6cfbd8ec6a47cada75e686300c7 SHA512 483a66bda9f34ae423ce4205eaf5dc3775dab9d8d0074a19d79ffad86bc13974b09927efd1757300233c8e040f42e564ea44f32a5c3c2726db404d43d9fb5736 WHIRLPOOL 60ea958633d6fc9ca2e6b4940f30f9691c95c8d1a43a16763ab3532065be0872e0e6c0fe71a0b36ebd0d74422105cc745ab7d88ce0a5f7a552c9ca22c62f4a85 -DIST v1.10.tar.gz 240225 SHA256 532d36755f33e2e00cdf8bf7ca52b16c04e4a1c47235b821a93236b493da5239 SHA512 c3fad5ba1947be527adf9c90bfad60eb505fd6b3bb3379f960748ccb529381b34b5c5c653516220d17998c95ce2b53105834f7d79053bc1e8ccc9094c8b974c9 WHIRLPOOL ea319155abe46db1af5ed739eaf2034446d4b8d1f83470c7acccf94030720c8bdc0182e3ed2c803d9f09557a49fe9056c0758de99628d152fce44e8bc4486818 diff --git a/games-util/gtkevemon/gtkevemon-1.10.ebuild b/games-util/gtkevemon/gtkevemon-1.10.ebuild index e5ba71ad7953..5937f26186b8 100644 --- a/games-util/gtkevemon/gtkevemon-1.10.ebuild +++ b/games-util/gtkevemon/gtkevemon-1.10.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic DESCRIPTION="A standalone skill monitoring application for EVE Online" HOMEPAGE="http://gtkevemon.battleclinic.com" -SRC_URI="http://github.com/gtkevemon/${PN}/archive/v${PV}.tar.gz" +SRC_URI="http://github.com/gtkevemon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.8.7.1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.8.7.1.ebuild index 436efa0a49de..c0b21207e893 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.8.7.1.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.8.7.1.ebuild @@ -133,6 +133,8 @@ REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) PATCHES=( "${FILESDIR}/${PN}-5.8.6-baloo-optional.patch" ) +S="${S%.1}" + pkg_setup() { if has_version net-im/skype && use legacy-systray && use amd64; then einfo diff --git a/mail-filter/sigh/Manifest b/mail-filter/sigh/Manifest index 87b2f2469d26..e6ad779e7ddc 100644 --- a/mail-filter/sigh/Manifest +++ b/mail-filter/sigh/Manifest @@ -1 +1 @@ -DIST v1607.1.2.tar.gz 57662 SHA256 7f25e8a8d9b586e97251d443700d5001ccd78a9bafda98ed19ef8cc3cc58ac2c SHA512 410883b55072b6476fc454440cf5f0e048587853a5095fddd7870b0efb5eca82e257f34ddef821f1a1968e1859207e7972e645922675fddaa2bf05b314bf5f60 WHIRLPOOL 0ec77f65660fde0c9ff57679bd21e35490cbdf0780e65db5f0422b534f6ffa319a5946ae99cd91b45d1c8010b5fa1ec88935e7a1556df8542dd4f2050d667686 +DIST sigh-1607.1.2.tar.gz 57662 SHA256 7f25e8a8d9b586e97251d443700d5001ccd78a9bafda98ed19ef8cc3cc58ac2c SHA512 410883b55072b6476fc454440cf5f0e048587853a5095fddd7870b0efb5eca82e257f34ddef821f1a1968e1859207e7972e645922675fddaa2bf05b314bf5f60 WHIRLPOOL 0ec77f65660fde0c9ff57679bd21e35490cbdf0780e65db5f0422b534f6ffa319a5946ae99cd91b45d1c8010b5fa1ec88935e7a1556df8542dd4f2050d667686 diff --git a/mail-filter/sigh/sigh-1607.1.2.ebuild b/mail-filter/sigh/sigh-1607.1.2.ebuild index 75b19d85b24f..04b2490222d7 100644 --- a/mail-filter/sigh/sigh-1607.1.2.ebuild +++ b/mail-filter/sigh/sigh-1607.1.2.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils user DESCRIPTION="S/MIME signing milter" HOMEPAGE="https://signing-milter.org/" -SRC_URI="https://github.com/croessner/${PN}/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/croessner/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/media-gfx/cropgui/cropgui-0.2.ebuild b/media-gfx/cropgui/cropgui-0.2-r1.ebuild similarity index 92% rename from media-gfx/cropgui/cropgui-0.2.ebuild rename to media-gfx/cropgui/cropgui-0.2-r1.ebuild index 5518df4d23d3..89341edb6d18 100644 --- a/media-gfx/cropgui/cropgui-0.2.ebuild +++ b/media-gfx/cropgui/cropgui-0.2-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 @@ -31,6 +31,8 @@ src_prepare() { cropgui.desktop || die 'sed on cropgui.desktop failed' # bug 471530 eapply "${FILESDIR}/${P}-PIL.patch" + # bug 616708 + eapply "${FILESDIR}/${P}-tobytes.patch" eapply_user } diff --git a/media-gfx/cropgui/cropgui-9999.ebuild b/media-gfx/cropgui/cropgui-9999.ebuild index dcdfb3cc5152..1d83737474c9 100644 --- a/media-gfx/cropgui/cropgui-9999.ebuild +++ b/media-gfx/cropgui/cropgui-9999.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 @@ -23,16 +23,6 @@ RDEPEND="${PYTHON_DEPS} dev-python/pygtk:2[${PYTHON_USEDEP}] " -src_prepare() { - sed -i -e '/Encoding/d' \ - -e '/Version/d' \ - -e '/MimeType/s/$/&;/' \ - -e '/Categories/s/Application;//' \ - cropgui.desktop || die 'sed on cropgui.desktop failed' - - eapply_user -} - install_cropgui_wrapper() { python_domodule cropgtk.py cropgui_common.py filechooser.py cropgui.glade make_wrapper "${PN}.tmp" "${PYTHON} $(python_get_sitedir)/${PN}/cropgtk.py" diff --git a/media-gfx/cropgui/files/cropgui-0.2-tobytes.patch b/media-gfx/cropgui/files/cropgui-0.2-tobytes.patch new file mode 100644 index 000000000000..18405143badf --- /dev/null +++ b/media-gfx/cropgui/files/cropgui-0.2-tobytes.patch @@ -0,0 +1,40 @@ +commit b664d1fefd7140ec4ec37b3b90a9007839029d8a +Author: Tristan Stenner +Date: Fri Oct 9 08:40:04 2015 +0200 + + Try tostring(), fall back to tobytes() + +diff --git a/cropgtk.py b/cropgtk.py +index c1156b0..135b6a8 100755 +--- a/cropgtk.py ++++ b/cropgtk.py +@@ -170,7 +170,11 @@ class DragManager(DragManagerBase): + rendered = self.rendered() + rendered = rendered.convert('RGB') + i.set_size_request(*rendered.size) +- pixbuf = gtk.gdk.pixbuf_new_from_data(rendered.tostring(), ++ try: ++ image_data = rendered.tostring() ++ except: ++ image_data = rendered.tobytes() ++ pixbuf = gtk.gdk.pixbuf_new_from_data(image_data, + gtk.gdk.COLORSPACE_RGB, 0, 8, + rendered.size[0], rendered.size[1], 3*rendered.size[0]) + +diff --git a/filechooser.py b/filechooser.py +index f2f8122..a039d74 100644 +--- a/filechooser.py ++++ b/filechooser.py +@@ -49,7 +49,11 @@ def update_preview_cb(file_chooser, preview): + i.thumbnail((PREVIEW_SIZE, PREVIEW_SIZE), Image.ANTIALIAS) + i = i.convert('RGB') + i = apply_rotation(r, i) +- pixbuf = gtk.gdk.pixbuf_new_from_data(i.tostring(), ++ try: ++ image_data = i.tostring() ++ except: ++ image_data = i.tobytes() ++ pixbuf = gtk.gdk.pixbuf_new_from_data(image_data, + gtk.gdk.COLORSPACE_RGB, 0, 8, i.size[0], i.size[1], + i.size[0]*3) + preview.set_from_pixbuf(pixbuf) diff --git a/media-libs/glfw/Manifest b/media-libs/glfw/Manifest index 98cf3b9a542d..17df29f35f34 100644 --- a/media-libs/glfw/Manifest +++ b/media-libs/glfw/Manifest @@ -1,2 +1 @@ -DIST glfw-3.1.2.tar.bz2 588640 SHA256 31a1e6b6d7c64bbf44dce623785c87c0f29d965b19c452828e48acd64fa643e7 SHA512 00dc822403848f3e60535b9f70ea43147717252373c704c52b5480020cea7f416a00c036ab5ffbc0bc76863c4ddb7d271310e64face639e68f7a62e9db882e94 WHIRLPOOL 1e54efff306fc7f17620f6a874c66e5315d9dd2b2c45f6f4c95562b1c2ac50c5e4410173c23351c31aeaee187b5fe39999d1788fd9a42053d420b5a252331a2c DIST glfw-3.2.1.tar.bz2 654840 SHA256 9a9681bc720fa00a4fd104108f2667e0fe4f0f20b7e0034c64b21e1d1e73634a SHA512 4371285ae72a428c77440baaf5e92fd83e51eafc2c7f024e8ae9f5a4068623c86d73ae70799b3c7775d1f5984de8be408386f3960303522aa9144dd6b2c21bef WHIRLPOOL 252c9547367ec1ce30f8d9fccac0d4358343edb5b700f56a41ad93c06260fa4317153c06dd6c9231a0fd11a385c54604a66847c05f84b3cb192001e2df68e6e5 diff --git a/media-libs/glfw/glfw-3.1.2.ebuild b/media-libs/glfw/glfw-3.1.2.ebuild deleted file mode 100644 index e4644eab8c03..000000000000 --- a/media-libs/glfw/glfw-3.1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="The Portable OpenGL FrameWork" -HOMEPAGE="http://www.glfw.org/" -SRC_URI="mirror://sourceforge/glfw/${P}.tar.bz2" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 hppa x86" -IUSE="egl examples" - -RDEPEND="x11-libs/libXrandr - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXxf86vm - x11-libs/libXinerama - x11-libs/libXcursor - virtual/opengl" -DEPEND=${RDEPEND} - -src_configure() { - local mycmakeargs=" - $(cmake-utils_use egl GLFW_USE_EGL) - $(cmake-utils_use examples GLFW_BUILD_EXAMPLES) - -DBUILD_SHARED_LIBS=1 - " - cmake-utils_src_configure -} diff --git a/media-libs/glfw/glfw-3.2.1.ebuild b/media-libs/glfw/glfw-3.2.1.ebuild index 90041a484503..abeb21de1e14 100644 --- a/media-libs/glfw/glfw-3.2.1.ebuild +++ b/media-libs/glfw/glfw-3.2.1.ebuild @@ -30,9 +30,9 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - kde-frameworks/extra-cmake-modules wayland? ( dev-libs/wayland-protocols + kde-frameworks/extra-cmake-modules ) " diff --git a/media-libs/glfw/metadata.xml b/media-libs/glfw/metadata.xml index 43481a7a0aaf..1236bfe275a1 100644 --- a/media-libs/glfw/metadata.xml +++ b/media-libs/glfw/metadata.xml @@ -5,9 +5,6 @@ games@gentoo.org Gentoo Games Project - - Use EGL instead of GLX for GL context creation - glfw diff --git a/media-libs/jbig2dec/files/jbig2dec-0.13-CVE-2017-9216.patch b/media-libs/jbig2dec/files/jbig2dec-0.13-CVE-2017-9216.patch new file mode 100644 index 000000000000..789ed6c96568 --- /dev/null +++ b/media-libs/jbig2dec/files/jbig2dec-0.13-CVE-2017-9216.patch @@ -0,0 +1,31 @@ +From 3ebffb1d96ba0cacec23016eccb4047dab365853 Mon Sep 17 00:00:00 2001 +From: Shailesh Mistry +Date: Wed, 24 May 2017 19:29:57 +0100 +Subject: [PATCH] Bug 697934: Fix SEGV due to error code being ignored. + +The return code from jbig2_decode_text_region was being ignored so the +code continued to try and parse the invalid file using incomplete/empty +structures. +--- + jbig2dec/jbig2_symbol_dict.c | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/jbig2_symbol_dict.c b/jbig2_symbol_dict.c +index 3cc1731..672425d 100644 +--- a/jbig2_symbol_dict.c ++++ b/jbig2_symbol_dict.c +@@ -493,8 +493,10 @@ jbig2_decode_symbol_dict(Jbig2Ctx *ctx, + } + + /* multiple symbols are handled as a text region */ +- jbig2_decode_text_region(ctx, segment, tparams, (const Jbig2SymbolDict * const *)refagg_dicts, ++ code = jbig2_decode_text_region(ctx, segment, tparams, (const Jbig2SymbolDict * const *)refagg_dicts, + n_refagg_dicts, image, data, size, GR_stats, as, ws); ++ if (code < 0) ++ goto cleanup4; + + SDNEWSYMS->glyphs[NSYMSDECODED] = image; + refagg_dicts[0]->glyphs[params->SDNUMINSYMS + NSYMSDECODED] = jbig2_image_clone(ctx, SDNEWSYMS->glyphs[NSYMSDECODED]); +-- +2.9.1 + diff --git a/media-libs/jbig2dec/jbig2dec-0.13-r2.ebuild b/media-libs/jbig2dec/jbig2dec-0.13-r2.ebuild new file mode 100644 index 000000000000..16b53ba954a3 --- /dev/null +++ b/media-libs/jbig2dec/jbig2dec-0.13-r2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A decoder implementation of the JBIG2 image compression format" +HOMEPAGE="http://ghostscript.com/jbig2dec.html" +SRC_URI="http://downloads.ghostscript.com/public/${PN}/${P}.tar.gz + test? ( http://jbig2dec.sourceforge.net/ubc/jb2streams.zip )" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris" +IUSE="png static-libs test" + +RDEPEND="png? ( media-libs/libpng:0= )" +DEPEND="${RDEPEND} + test? ( app-arch/unzip )" + +RESTRICT="test" +# bug 324275 + +DOCS="CHANGES README" + +PATCHES=( + "${FILESDIR}/${P}-CVE-2016-9601.patch" + "${FILESDIR}/${P}-CVE-2017-9216.patch" +) + +src_prepare() { + default + + if use test; then + mkdir "${WORKDIR}/ubc" || die + mv -v "${WORKDIR}"/*.jb2 "${WORKDIR}/ubc/" || die + mv -v "${WORKDIR}"/*.bmp "${WORKDIR}/ubc/" || die + fi +} + +src_configure() { + econf \ + $(use_enable static-libs static) \ + $(use_with png libpng) +} + +src_install() { + default + find "${ED}" -name '*.la' -exec rm {} + || die +} diff --git a/media-plugins/kodi-pvr-njoy/Manifest b/media-plugins/kodi-pvr-njoy/Manifest index a140ddf05baf..6e6b9665a291 100644 --- a/media-plugins/kodi-pvr-njoy/Manifest +++ b/media-plugins/kodi-pvr-njoy/Manifest @@ -1,2 +1,2 @@ DIST kodi-pvr-njoy-2.4.2.tar.gz 47118 SHA256 4315b5f87986c17e668d0d89093059b96315b8a7908fc060e2660e5bf8216057 SHA512 2f36aed57c51dbba853c7e57775b2374d072028b1d02978d44f519adb72c6605ea0f1b19721411dc6a6f7c4b4cd0e36517f646c9ae901cfe2dd6e64916f0ba8d WHIRLPOOL 05dd8fdaf9ff1edb372035a31137aa1d94686a33da87d4019bb9eab27b149aa9828476d9622835b3ec9e62e528b6e3466de47eb781df5f4f54cf10a611e08769 -DIST kodi-pvr-njoy-2.4.3.tar.gz 47078 SHA256 bef846b6cb6716fad3ac3da1887d91c47c36f0162500d0ad28bc97f6b3685e17 SHA512 cf1c7c35a26c82c049fdba677506a78da6dbd7e46d184d47e394505348e8e06b8b8b681d0348a6f1a304879fb2f2cd5f72dd848c58821e06946df13ecc72b87d WHIRLPOOL 04a87dd85326110bcab1340adcf4730eb28de58e8945958eab381727ed0f17240b806f8d071a80853f9000d0ee86948f3f2551fd30e2c8408c08fedc3a63912a +DIST kodi-pvr-njoy-2.4.3.tar.gz 47126 SHA256 e4e0a6bb1bf0c6f8ae011eba58c5f0ae19a6574bb35fc6a7fbdbb99d20242a2c SHA512 e08595942e6c7d51422730156e7d3d110657c5ed8db2c5563d3cc03f03f17719e325c5d31bf627af9b71373edcd86b05cfa2f5d8d3854b56d2ea7395733137df WHIRLPOOL b6d6e699e94cf5676fe60a358c7c5034e557e8d18527a8ed6e99b96a2831e0b9cf35e2148eb2ca96416c785ad88ea57e02001727936aea2787a05ce74d70af9a diff --git a/media-plugins/kodi-vfs-rar/Manifest b/media-plugins/kodi-vfs-rar/Manifest new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild new file mode 100644 index 000000000000..ccf6f48b14d7 --- /dev/null +++ b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="RAR VFS addon for Kodi" +HOMEPAGE="https://github.com/notspiff/vfs.rar" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="git://github.com/notspiff/vfs.rar.git" + inherit git-r3 + ;; +*) + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/notspiff/vfs.rar/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/vfs.rar-${PV}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =dev-libs/libplatform-2* + =media-libs/kodi-platform-9999 + =media-tv/kodi-9999 + " diff --git a/media-plugins/kodi-vfs-rar/metadata.xml b/media-plugins/kodi-vfs-rar/metadata.xml new file mode 100644 index 000000000000..04180b560d7d --- /dev/null +++ b/media-plugins/kodi-vfs-rar/metadata.xml @@ -0,0 +1,16 @@ + + + + + candrews@integralblue.com + Craig Andrews + + + proxy-maint@gentoo.org + Proxy Maintainers + + RAR VFS addon for Kodi + + notspiff/vfs.rar + + diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest index 126db5dad4c0..ec97c8cf254e 100644 --- a/media-sound/spotify/Manifest +++ b/media-sound/spotify/Manifest @@ -1,4 +1,4 @@ DIST spotify-client_1.0.49.125.g72ee7853-111_amd64.deb 73404932 SHA256 1d6d1cccfb7f996b835f21c8dbabc16ca4bd214878e06738dba7886640470050 SHA512 f6152f71fae3827e1f9dfb07cbe30319f090db151702ca02f3566f3deeec369da0c70f9995a548e0df92d655b593de520ab387a011201317753d3def70741e24 WHIRLPOOL b5111509c902068bd2559267bfd2febfab8b4464d73e54a302d23807338e796045901fe14b9c229e6a412553f7cfe84e903ddfc4c4c3e9a60609b23a7ecf2c3c DIST spotify-client_1.0.49.125.g72ee7853-22_i386.deb 74637938 SHA256 96c02fdc77991feb0797089d701744c2de4584322f966a1c070b559df27f9b04 SHA512 4a8aab47b6b0c2ac9b349c858e4728451e713c466bcff9c1eac9c6215259ad9325a51b0fc8bd2afcfa141a6ad518f97d408b5d779a126f2ac62c9e8be93f5f93 WHIRLPOOL 9bd02e73731cc4d2e55c43b08d1bea1d3fcfecb13ebdf8fe591aa5be6961423e3463a2fd625745561ebb7f33c902246a84f406bcc1dd3f7f47ffad6b98daa451 -DIST spotify-client_1.0.53.758.gde3fc4b2-33_amd64.deb 87698642 SHA256 6fac209d35828bc9a8bc5449320b92310462a2f78201e3ea620e743fc45e06ea SHA512 2dd355b78dac8ab9884a477cbcc19c1d0eb12267ccf844661dccc07056ba6b4cda06773e67c19b3edbdaf4a9f18666512b746e9c1d530f659969ddd7c59eb297 WHIRLPOOL b71f9c98a431543aae6843abe8cb21828bcff8b67a64d672aec0a7294cc975d4045a173deb7302e48411d81c32591f2370d53df33df48b23f26c6a94ad35b57e -DIST spotify-client_1.0.53.758.gde3fc4b2-34_i386.deb 88983470 SHA256 1c559e776481ae8b03d966bd931f788030d41ad9cd751c43fe99616494a7d84a SHA512 33d39e16a6a8dec1326232e0fcf392e471c7eb32a2e86c4a655c5ec3b5499f85a1b59ddeb5b7fe8cca57f8468c82bf553305312894c2b843e0d069177636e3dd WHIRLPOOL 8323a1caa5d889318d3ec6455fa48e5885118d120d7495ac425171f56dd0626b5d6518c8308e626d29720984f098ab7cfced2958829f9917c38096eaffd18d9f +DIST spotify-client_1.0.55.487.g256699aa-16_amd64.deb 91060768 SHA256 20073ba6fdf7d960361d4cb2afa6453e7a2108bd84df8f9cdf2cdf7225a83027 SHA512 c709a24d7980c61916faf55ed7be037dd0c9fbd5f00259004fe1e1e429056009f17c8f18c7eb07c738ce16fae31ea79f2329a703ba18709aa0ca691c08ad06d4 WHIRLPOOL dcc9c90cfa398103c26aa0bfaf194132e3fa323697648d6eef088f2d9d83f513b0efcfa29e51f535405a216f190b486497cd5fedbc1f4618463c6a608e4fa96b +DIST spotify-client_1.0.55.487.g256699aa-16_i386.deb 90692680 SHA256 183f87b930b75d85ecb34cef2b26b0355a3a18ffa38e0e0a476bfb190972b74d SHA512 bdb9d50a554b7c60fc8f1c261c68bdadd706523ab3ad6b4dec6fe2494c48136c9f6bea731fb9cee0519692f1de94589e2f13b272f1c5be5c152f5ed1a9b10b0d WHIRLPOOL 0cd7b0dbd6c5ea6fa64c70e11821be041f4098d61740c0b508c5a1f2ccfbcfe6cc3dbb19624a97a9a2825a163ccb90dc60f80408fe3e1a76f0c5ee0fbfd1cde2 diff --git a/media-sound/spotify/spotify-1.0.53.ebuild b/media-sound/spotify/spotify-1.0.55.ebuild similarity index 95% rename from media-sound/spotify/spotify-1.0.53.ebuild rename to media-sound/spotify/spotify-1.0.55.ebuild index 568a39f54d7e..4c42ea31192b 100644 --- a/media-sound/spotify/spotify-1.0.53.ebuild +++ b/media-sound/spotify/spotify-1.0.55.ebuild @@ -6,10 +6,10 @@ inherit eutils fdo-mime gnome2-utils pax-utils unpacker DESCRIPTION="Spotify is a social music platform" HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" -BUILD_ID="758.gde3fc4b2" +BUILD_ID="487.g256699aa" SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}-client/" -SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID}-33_amd64.deb ) - x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID}-34_i386.deb )" +SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID}-16_amd64.deb ) + x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID}-16_i386.deb )" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/media-tv/kodi/Manifest b/media-tv/kodi/Manifest index db4abe5c73a4..350d870f4b71 100644 --- a/media-tv/kodi/Manifest +++ b/media-tv/kodi/Manifest @@ -8,6 +8,8 @@ DIST kodi-17.1-generated-addons.tar.xz 57560 SHA256 a92a8222444a123e4876e835238c DIST kodi-17.1.tar.gz 58457875 SHA256 303f3903cbb57ccc2961f09cf3746505542bcb129a464f0687d7ca8601cebbee SHA512 5093fe7dcdf22e2604ea93696c909028c00a8b0c858e7b25f55dade6c3423b4a68f5a49a8a0dd5238b10f4a7dd5e815a82251949ce7adb8a8f8cf5d58fc7bd41 WHIRLPOOL a2f3ce757383b1e3ac40c91574a873cf23c3f10e944e5d74228a0bec287f919bcd0b1251d89c6dd33eea847a34a4149e26e8d464169538601ff9be0f817539c6 DIST kodi-17.2-generated-addons.tar.xz 57556 SHA256 c04c610fec8345ed383afccdb0e9eb04d6327682169dd236ca36291e866f2cab SHA512 46a41f1eb45a7d2680e0c07e71073c929881a324c91d2fea0871aa31cba00296fe0b835481411a213921c7813ac75b629ff3e9d941f5ca0ad72c0d1dcf861a21 WHIRLPOOL 45372116099402dae63a51117d93f08852416ff7cad4ecf7a969a1a70d42460e9681338bf69803291774a0e6d130166e5136f0692d086eded1d7b69e527db872 DIST kodi-17.2.tar.gz 58465212 SHA256 aed9236c5a0074a4dfc775c111d362e4358daa0030d7e8ba38fbb6d58ae1affe SHA512 79aaaaaab21dac1831f5da4f0f773a0ab7e997347a423ee42d19ba511523d21c5a16f2c924502bd8dd9000827f50e87361a0440503a6278463cddf30170ba980 WHIRLPOOL 345e2bdf58c99f4134a4010a5f9afb9d206aeaebe60cc54b30632957f416a7408f140319ff6b2558951d3a22e049d7900ec9f63064d0e90a045f5bb9d50e91d9 +DIST kodi-17.3-generated-addons.tar.xz 57548 SHA256 6175ac64dbcbe2c747cd77f876b8e2bb3e516daa4707d7ccf768d76a89b27bd1 SHA512 56d1912f5e24d3fcda3010783a5b32728ece9c81c718ac6f8db2cbbd096059fe97b8d1971b34bbde1216558a8e5db874f7b2179e1f18942774ae5486167bca9a WHIRLPOOL 1023c69687ac9958e72ab70c15a280800ea4866f8e0dc2740d9bfd50f75bef71c28f23f01a841f254022610e1388d14217ea384213161264dae721515c9dabe3 +DIST kodi-17.3.tar.gz 58466114 SHA256 1de8653a3729cefd1baaf09ecde5ace01a1e3a58fbf29d48c1363f2503d331a1 SHA512 832071c3e9f332281a767f29168f6d6d003a86b42df849e81d907c2280f81f959ae42a850eddc889ae2280bba6106de3355e701ff2d71c88ee14cb20c84e7987 WHIRLPOOL 0ed5585f891459292a1cfd4451bee1f2b19af217e462b810468b00395ee024ba346300f84c67c6dc428d27abcaef4eec9dc7b844e66e2ab83543830a106a1634 DIST libdvdcss-2f12236bc1c92f73c21e973363f79eb300de603f.tar.gz 95395 SHA256 b6eb2d929ff56cb051152c32010afc5e7cf5fe8c5ae32dca412a2b46b6b57e34 SHA512 12ba7aa653fcb26d5336bf2a8110c924d634cec79f684bbf19dc38ea33f69fb68c22c97f4c09e5ca7c35f95f6c324a6d70ccc2c501a99122a9321cafd33b2cd9 WHIRLPOOL 8570ad8d2b6e629cc1c7e544be2853cab3bb50fd73438cea47c7a0919b251cecf906f7446ef3714c54ee3e636278dc0dabab47f772440624ff49877068b7b50a DIST libdvdnav-43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac.tar.gz 130603 SHA256 8e3f0563e16df898fe115e1723e3f78dbc953f6e9cf4f04568add215371d9ed2 SHA512 901c6f24afa1d78b6ed78d1ee30daf634ca0bbc0467ef9cc3416bcab4fbc4fda6869ffa051791d85c0b510de748805328627681ef044668a7857299f0035232e WHIRLPOOL 588d060f418f18ef193061ff88260ac7929647b2babde5b78ab73141ffc7f3782ce1254bfee1234ec0da8bb28bc16ede301b4ec1e2d3073b9c6d22cb526f06ca DIST libdvdread-17d99db97e7b8f23077b342369d3c22a6250affd.tar.gz 124326 SHA256 e7179b2054163652596a56301c9f025515cb08c6d6310b42b897c3ad11c0199b SHA512 e59ae0bfdc62698e407e3d70503c6a7c5e308545c9dae7843e25db3b5b62d9b26256be77ef4e884263add6b4abec3438c324bfd5715f6ca2ce7fa5962d43a6c2 WHIRLPOOL b42130027d201e545fabc27677bd4238d04bcbc5a0e622ca6da396ac340ea94b5c60004557334464a31dac880603dab99e2f189e41d6cddbe9e32728c626085a diff --git a/media-tv/kodi/kodi-17.3.ebuild b/media-tv/kodi/kodi-17.3.ebuild new file mode 100644 index 000000000000..160ad03b2afd --- /dev/null +++ b/media-tv/kodi/kodi-17.3.ebuild @@ -0,0 +1,281 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# Does not work with py3 here +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="sqlite" + +inherit autotools cmake-utils eutils linux-info pax-utils python-single-r1 + +LIBDVDCSS_COMMIT="2f12236bc1c92f73c21e973363f79eb300de603f" +LIBDVDREAD_COMMIT="17d99db97e7b8f23077b342369d3c22a6250affd" +LIBDVDNAV_COMMIT="43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac" +FFMPEG_VERSION="3.1.6" +CODENAME="Krypton" +SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_COMMIT}.tar.gz -> libdvdcss-${LIBDVDCSS_COMMIT}.tar.gz + https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_COMMIT}.tar.gz -> libdvdread-${LIBDVDREAD_COMMIT}.tar.gz + https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_COMMIT}.tar.gz -> libdvdnav-${LIBDVDNAV_COMMIT}.tar.gz + !system-ffmpeg? ( https://github.com/xbmc/FFmpeg/archive/${FFMPEG_VERSION}-${CODENAME}.tar.gz -> ffmpeg-${PN}-${FFMPEG_VERSION}-${CODENAME}.tar.gz )" + +DESCRIPTION="Kodi is a free and open source media-player and entertainment hub" +HOMEPAGE="https://kodi.tv/ http://kodi.wiki/" + +LICENSE="GPL-2" +SLOT="0" +# use flag is called libusb so that it doesn't fool people in thinking that +# it is _required_ for USB support. Otherwise they'll disable udev and +# that's going to be worse. +IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles libressl libusb lirc mysql nfs nonfree +opengl pulseaudio samba sftp systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver +X +xslt zeroconf" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + || ( gles opengl ) + gles? ( X ) + opengl? ( X ) + udev? ( !libusb ) + udisks? ( dbus ) + upower? ( dbus ) +" + +COMMON_DEPEND="${PYTHON_DEPS} + airplay? ( + app-pda/libplist + net-libs/shairplay + ) + alsa? ( media-libs/alsa-lib ) + bluetooth? ( net-wireless/bluez ) + bluray? ( >=media-libs/libbluray-0.7.0 ) + caps? ( sys-libs/libcap ) + dbus? ( sys-apps/dbus ) + dev-db/sqlite + dev-libs/expat + dev-libs/fribidi + cec? ( >=dev-libs/libcec-4.0 ) + dev-libs/libpcre[cxx] + dev-libs/libxml2 + >=dev-libs/lzo-2.04 + dev-libs/tinyxml[stl] + >=dev-libs/yajl-2 + dev-python/pillow[${PYTHON_USEDEP}] + dev-libs/libcdio + gles? ( media-libs/mesa[gles2] ) + libusb? ( virtual/libusb:1 ) + media-fonts/corefonts + >=media-fonts/noto-20160531 + media-fonts/roboto + media-libs/fontconfig + media-libs/freetype + >=media-libs/libass-0.13.4 + media-libs/mesa[egl] + >=media-libs/taglib-1.11.1 + system-ffmpeg? ( >=media-video/ffmpeg-${FFMPEG_VERSION}:=[encode,postproc] ) + mysql? ( virtual/mysql ) + >=net-misc/curl-7.51.0 + nfs? ( net-fs/libnfs:= ) + opengl? ( media-libs/glu ) + !libressl? ( >=dev-libs/openssl-1.0.2j:0= ) + libressl? ( dev-libs/libressl:0= ) + pulseaudio? ( media-sound/pulseaudio ) + samba? ( >=net-fs/samba-3.4.6[smbclient(+)] ) + sftp? ( net-libs/libssh[sftp] ) + sys-libs/zlib + udev? ( virtual/udev ) + vaapi? ( x11-libs/libva[opengl] ) + vdpau? ( + || ( >=x11-libs/libvdpau-1.1 >=x11-drivers/nvidia-drivers-180.51 ) + system-ffmpeg? ( media-video/ffmpeg[vdpau] ) + ) + webserver? ( >=net-libs/libmicrohttpd-0.9.50[messages] ) + X? ( + x11-libs/libdrm + x11-libs/libX11 + x11-libs/libXrandr + x11-libs/libXrender + ) + xslt? ( dev-libs/libxslt ) + zeroconf? ( net-dns/avahi[dbus] ) +" +RDEPEND="${COMMON_DEPEND} + lirc? ( + || ( app-misc/lirc app-misc/inputlircd ) + ) + !media-tv/xbmc + udisks? ( sys-fs/udisks:0 ) + upower? ( + systemd? ( sys-power/upower ) + !systemd? ( + || ( sys-power/upower-pm-utils sys-power/upower ) + ) + ) +" +DEPEND="${COMMON_DEPEND} + app-arch/bzip2 + app-arch/unzip + app-arch/xz-utils + app-arch/zip + dev-lang/swig + dev-libs/crossguid + dev-util/cmake + dev-util/gperf + media-libs/giflib + >=media-libs/libjpeg-turbo-1.5.1:= + >=media-libs/libpng-1.6.26:0= + test? ( dev-cpp/gtest ) + virtual/pkgconfig + x86? ( dev-lang/nasm ) +" +case ${PV} in +9999) + EGIT_REPO_URI="git://github.com/xbmc/xbmc.git" + inherit git-r3 + # Force java for latest git version to avoid having to hand maintain the + # generated addons package. #488118 + DEPEND+=" + virtual/jre + " + ;; +*) + MY_PV=${PV/_p/_r} + MY_PV=${MY_PV/_alpha/a} + MY_PV=${MY_PV/_beta/b} + MY_PV=${MY_PV/_rc/rc} + MY_P="${PN}-${MY_PV}" + SRC_URI+=" https://github.com/xbmc/xbmc/archive/${MY_PV}-${CODENAME}.tar.gz -> ${MY_P}.tar.gz + !java? ( https://github.com/candrews/gentoo-kodi/raw/master/${MY_P}-generated-addons.tar.xz )" + KEYWORDS="~amd64 ~x86" + IUSE+=" java" + DEPEND+=" + java? ( virtual/jre ) + " + + S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME} + ;; +esac + +CONFIG_CHECK="~IP_MULTICAST" +ERROR_IP_MULTICAST=" +In some cases Kodi needs to access multicast addresses. +Please consider enabling IP_MULTICAST under Networking options. +" + +CMAKE_USE_DIR=${S}/project/cmake/ + +pkg_setup() { + check_extra_config + python-single-r1_pkg_setup +} + +src_prepare() { + if in_iuse java && use !java; then + eapply "${FILESDIR}"/${PN}-cmake-no-java.patch + fi + cmake-utils_src_prepare + + # avoid long delays when powerkit isn't running #348580 + sed -i \ + -e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \ + xbmc/linux/*.cpp || die + + # Prepare tools and libs witch are configured with autotools during compile time + AUTOTOOLS_DIRS=( + "${S}"/lib/cpluff + "${S}"/tools/depends/native/TexturePacker/src + "${S}"/tools/depends/native/JsonSchemaBuilder/src + ) + + local d + for d in "${AUTOTOOLS_DIRS[@]}" ; do + pushd ${d} >/dev/null || die + AT_NOELIBTOOLIZE="yes" AT_TOPLEVEL_EAUTORECONF="yes" eautoreconf + popd >/dev/null || die + done + elibtoolize + + # Prevent autoreconf rerun + sed -e 's/autoreconf -vif/echo "autoreconf already done in src_prepare()"/' -i \ + "${S}"/project/cmake/modules/FindCpluff.cmake \ + "${S}"/tools/depends/native/TexturePacker/src/autogen.sh \ + "${S}"/tools/depends/native/JsonSchemaBuilder/src/autogen.sh \ + || die +} + +src_configure() { + local mycmakeargs=( + -Ddocdir="${EPREFIX}/usr/share/doc/${PF}" + -DENABLE_LDGOLD=OFF # https://bugs.gentoo.org/show_bug.cgi?id=606124 + -DENABLE_ALSA=$(usex alsa) + -DENABLE_AIRTUNES=$(usex airplay) + -DENABLE_AVAHI=$(usex zeroconf) + -DENABLE_BLUETOOTH=$(usex bluetooth) + -DENABLE_BLURAY=$(usex bluray) + -DENABLE_CCACHE=OFF + -DENABLE_CEC=$(usex cec) + -DENABLE_DBUS=$(usex dbus) + -DENABLE_DVDCSS=$(usex css) + -DENABLE_INTERNAL_CROSSGUID=OFF + -DENABLE_INTERNAL_FFMPEG="$(usex !system-ffmpeg)" + -DENABLE_CAP=$(usex caps) + -DENABLE_LIRC=$(usex lirc) + -DENABLE_MICROHTTPD=$(usex webserver) + -DENABLE_MYSQLCLIENT=$(usex mysql) + -DENABLE_NFS=$(usex nfs) + -DENABLE_NONFREE=$(usex nonfree) + -DENABLE_OPENGLES=$(usex gles) + -DENABLE_OPENGL=$(usex opengl) + -DENABLE_OPENSSL=ON + -DENABLE_OPTICAL=$(usex dvd) + -DENABLE_PLIST=$(usex airplay) + -DENABLE_PULSEAUDIO=$(usex pulseaudio) + -DENABLE_SMBCLIENT=$(usex samba) + -DENABLE_SSH=$(usex sftp) + -DENABLE_UDEV=$(usex udev) + -DENABLE_UPNP=$(usex upnp) + -DENABLE_VAAPI=$(usex vaapi) + -DENABLE_VDPAU=$(usex vdpau) + -DENABLE_X11=$(usex X) + -DENABLE_XSLT=$(usex xslt) + -Dlibdvdread_URL="${DISTDIR}/libdvdread-${LIBDVDREAD_COMMIT}.tar.gz" + -Dlibdvdnav_URL="${DISTDIR}/libdvdnav-${LIBDVDNAV_COMMIT}.tar.gz" + -Dlibdvdcss_URL="${DISTDIR}/libdvdcss-${LIBDVDCSS_COMMIT}.tar.gz" + ) + + use libusb && mycmakeargs+=( -DENABLE_LIBUSB=$(usex libusb) ) + + use !system-ffmpeg && mycmakeargs+=( -DFFMPEG_URL="${DISTDIR}/ffmpeg-${PN}-${FFMPEG_VERSION}-${CODENAME}.tar.gz" ) + + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile all $(usev test) +} + +src_install() { + cmake-utils_src_install + + pax-mark E "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin + + rm "${ED%/}"/usr/share/doc/*/{LICENSE.GPL,copying.txt}* || die + + newicon media/icon48x48.png kodi.png + + # Replace bundled fonts with system ones. + rm "${ED%/}"/usr/share/kodi/addons/skin.estouchy/fonts/NotoSans-Regular.ttf || die + dosym ../../../../fonts/noto/NotoSans-Regular.ttf \ + usr/share/kodi/addons/skin.estouchy/fonts/NotoSans-Regular.ttf + + local f + for f in NotoMono-Regular.ttf NotoSans-Bold.ttf NotoSans-Regular.ttf ; do + rm "${ED%/}"/usr/share/kodi/addons/skin.estuary/fonts/"${f}" || die + dosym ../../../../fonts/noto/"${f}" \ + usr/share/kodi/addons/skin.estuary/fonts/"${f}" + done + + rm "${ED%/}"/usr/share/kodi/addons/skin.estuary/fonts/Roboto-Thin.ttf || die + dosym ../../../../fonts/roboto/Roboto-Thin.ttf \ + usr/share/kodi/addons/skin.estuary/fonts/Roboto-Thin.ttf + + python_domodule tools/EventClients/lib/python/xbmcclient.py + python_newscript "tools/EventClients/Clients/Kodi Send/kodi-send.py" kodi-send +} diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 0e7f4c90da4f..003395603b1a 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -7,7 +7,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" -inherit eutils linux-info python-single-r1 cmake-utils autotools +inherit autotools cmake-utils eutils linux-info pax-utils python-single-r1 LIBDVDCSS_COMMIT="2f12236bc1c92f73c21e973363f79eb300de603f" LIBDVDREAD_COMMIT="17d99db97e7b8f23077b342369d3c22a6250affd" @@ -27,7 +27,7 @@ SLOT="0" # use flag is called libusb so that it doesn't fool people in thinking that # it is _required_ for USB support. Otherwise they'll disable udev and # that's going to be worse. -IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles libressl libusb lirc mysql nfs nonfree +opengl pulseaudio samba sftp systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver +X +xslt zeroconf" +IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles libressl libusb lirc mysql nfs +opengl pulseaudio samba sftp systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver +X +xslt zeroconf" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} || ( gles opengl ) @@ -195,12 +195,11 @@ src_prepare() { sed -e 's/autoreconf -vif/echo "autoreconf already done in src_prepare()"/' -i \ "${S}"/cmake/modules/FindCpluff.cmake \ "${S}"/tools/depends/native/TexturePacker/src/autogen.sh \ - "${S}"/tools/depends/native/JsonSchemaBuilder/src/autogen.sh + "${S}"/tools/depends/native/JsonSchemaBuilder/src/autogen.sh \ + || die } src_configure() { - local CMAKE_BUILD_TYPE=$(usex debug Debug RelWithDebInfo) - local mycmakeargs=( -Ddocdir="${EPREFIX}/usr/share/doc/${PF}" -DENABLE_LDGOLD=OFF # https://bugs.gentoo.org/show_bug.cgi?id=606124 @@ -220,7 +219,6 @@ src_configure() { -DENABLE_MICROHTTPD=$(usex webserver) -DENABLE_MYSQLCLIENT=$(usex mysql) -DENABLE_NFS=$(usex nfs) - -DENABLE_NONFREE=$(usex nonfree) -DENABLE_OPENGLES=$(usex gles) -DENABLE_OPENGL=$(usex opengl) -DENABLE_OPENSSL=ON @@ -253,24 +251,27 @@ src_compile() { src_install() { cmake-utils_src_install + + pax-mark E "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin + rm "${ED%/}"/usr/share/doc/*/{LICENSE.GPL,copying.txt}* || die newicon media/icon48x48.png kodi.png # Replace bundled fonts with system ones. rm "${ED%/}"/usr/share/kodi/addons/skin.estouchy/fonts/NotoSans-Regular.ttf || die - dosym /usr/share/fonts/noto/NotoSans-Regular.ttf \ + dosym ../../../../fonts/noto/NotoSans-Regular.ttf \ usr/share/kodi/addons/skin.estouchy/fonts/NotoSans-Regular.ttf local f for f in NotoMono-Regular.ttf NotoSans-Bold.ttf NotoSans-Regular.ttf ; do rm "${ED%/}"/usr/share/kodi/addons/skin.estuary/fonts/"${f}" || die - dosym /usr/share/fonts/noto/"${f}" \ + dosym ../../../../fonts/noto/"${f}" \ usr/share/kodi/addons/skin.estuary/fonts/"${f}" done rm "${ED%/}"/usr/share/kodi/addons/skin.estuary/fonts/Roboto-Thin.ttf || die - dosym /usr/share/fonts/roboto/Roboto-Thin.ttf \ + dosym ../../../../fonts/roboto/Roboto-Thin.ttf \ usr/share/kodi/addons/skin.estuary/fonts/Roboto-Thin.ttf python_domodule tools/EventClients/lib/python/xbmcclient.py diff --git a/media-video/syncplay/syncplay-9999.ebuild b/media-video/syncplay/syncplay-9999.ebuild new file mode 100644 index 000000000000..eec07d40d080 --- /dev/null +++ b/media-video/syncplay/syncplay-9999.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit git-r3 python-r1 + +MY_PV=${PV/_rc/-RC} + +DESCRIPTION="Client/server to synchronize media playback" +HOMEPAGE="http://syncplay.pl" +EGIT_REPO_URI="https://github.com/Syncplay/${PN}.git" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="+client +server gui vlc" +REQUIRED_USE="vlc? ( client ) + gui? ( client ) + ${PYTHON_REQUIRED_USE}" + +DEPEND="" +RDEPEND="${PYTHON_DEPS} + || ( + >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] + dev-python/twisted-core[${PYTHON_USEDEP}] + ) + gui? ( dev-python/pyside[${PYTHON_USEDEP}] ) + vlc? ( media-video/vlc[lua] )" + +S="${WORKDIR}/${PN}-${MY_PV}" + +src_prepare() { + default + if ! use gui; then + sed -i 's/"noGui": False,/"noGui": True,/' \ + syncplay/ui/ConfigurationGetter.py \ + || die "Failed to patch ConfigurationGetter.py" + fi +} + +src_compile() { + : +} + +src_install() { + local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr ) + use client && \ + emake "${MY_MAKEOPTS[@]}" VLC_SUPPORT=$(usex vlc true false) install-client + use server && \ + emake "${MY_MAKEOPTS[@]}" install-server +} + +pkg_postinst() { + if use client; then + einfo "Syncplay supports the following players:" + einfo "media-video/mpv, media-video/mplayer2, media-video/vlc" + fi +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 7f99feea3ffc..9895822538f0 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Tue, 30 May 2017 14:38:54 +0000 +Wed, 31 May 2017 10:08:54 +0000 diff --git a/metadata/glsa/glsa-201705-15.xml b/metadata/glsa/glsa-201705-15.xml new file mode 100644 index 000000000000..688fe87ccfc8 --- /dev/null +++ b/metadata/glsa/glsa-201705-15.xml @@ -0,0 +1,57 @@ + + + + sudo: Privilege escalation + A vulnerability in sudo allows local users to gain root privileges. + sudo,privilege + 2017-05-30 + 2017-05-30: 1 + 620182 + local + + + 1.8.20_p1 + 1.8.20_p1 + + + +

sudo (su “do”) allows a system administrator to delegate authority + to give certain users (or groups of users) the ability to run some (or + all) commands as root or another user while providing an audit trail of + the commands and their arguments. +

+
+ +

Qualys discovered a vulnerability in sudo’s get_process_ttyname() for + Linux, that via sudo_ttyname_scan() can be directed to use a + user-controlled, arbitrary tty device during its traversal of “/dev” + by utilizing the world-writable /dev/shm. +

+
+ +

A local attacker can pretend that his tty is any character device on the + filesystem, and after two race conditions, an attacker can pretend that + the controlled tty is any file on the filesystem allowing for privilege + escalation +

+
+ +

There is no known workaround at this time.

+
+ +

All sudo users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-admin/sudo-1.8.20_p1" + + +
+ + + CVE-2017-1000367 + + + K_F + K_F +
diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 7f99feea3ffc..ba0589e6b530 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Tue, 30 May 2017 14:38:54 +0000 +Wed, 31 May 2017 10:08:55 +0000 diff --git a/metadata/glsa/timestamp.commit b/metadata/glsa/timestamp.commit index c4ea979d4f52..ae68b5bd77ac 100644 --- a/metadata/glsa/timestamp.commit +++ b/metadata/glsa/timestamp.commit @@ -1 +1 @@ -2d87cf0a816f7be931453f6e6b369349e1ca2676 1495801249 2017-05-26T12:20:49+00:00 +742dfe25646ca49d62bb5f6452a3600f934c798d 1496157625 2017-05-30T15:20:25+00:00 diff --git a/metadata/md5-cache/app-admin/perl-cleaner-2.25 b/metadata/md5-cache/app-admin/perl-cleaner-2.25 index fb1db56bbb64..1da08fab534d 100644 --- a/metadata/md5-cache/app-admin/perl-cleaner-2.25 +++ b/metadata/md5-cache/app-admin/perl-cleaner-2.25 @@ -2,10 +2,10 @@ DEFINED_PHASES=install prepare DESCRIPTION=User land tool for cleaning up old perl installs EAPI=6 HOMEPAGE=https://www.gentoo.org/proj/en/perl/ -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 ~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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=app-shells/bash dev-lang/perl || ( ( sys-apps/portage app-portage/portage-utils ) sys-apps/pkgcore sys-apps/paludis ) SLOT=0 SRC_URI=mirror://gentoo/perl-cleaner-2.25.tar.bz2 https://dev.gentoo.org/~dilfridge/distfiles/perl-cleaner-2.25.tar.bz2 _eclasses_=prefix df8265631f8bf5f5df387e9b987121f9 -_md5_=a3b50666a4253bbd83eef1a1330fe9a8 +_md5_=d1f743c0be7f209f800dea5e482f5e13 diff --git a/metadata/md5-cache/app-admin/sudo-1.8.18_p1 b/metadata/md5-cache/app-admin/sudo-1.8.18_p1 deleted file mode 100644 index 7eb5745ec5a9..000000000000 --- a/metadata/md5-cache/app-admin/sudo-1.8.18_p1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare -DEPEND=pam? ( virtual/pam ) skey? ( >=sys-auth/skey-1.1.5-r1 ) ldap? ( >=net-nds/openldap-2.1.30-r1 dev-libs/cyrus-sasl ) sys-libs/zlib sys-devel/bison >=app-portage/elt-patches-20170317 -DESCRIPTION=Allows users or groups to run commands as other users -EAPI=6 -HOMEPAGE=http://www.sudo.ws/ -IUSE=ldap nls pam offensive selinux skey +sendmail -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris -LICENSE=ISC BSD -RDEPEND=pam? ( virtual/pam ) skey? ( >=sys-auth/skey-1.1.5-r1 ) ldap? ( >=net-nds/openldap-2.1.30-r1 dev-libs/cyrus-sasl ) sys-libs/zlib selinux? ( sec-policy/selinux-sudo ) ldap? ( dev-lang/perl ) pam? ( sys-auth/pambase ) >=app-misc/editor-wrapper-3 virtual/editor sendmail? ( virtual/mta ) -REQUIRED_USE=pam? ( !skey ) skey? ( !pam ) -SLOT=0 -SRC_URI=http://www.sudo.ws/sudo/dist/sudo-1.8.18p1.tar.gz ftp://ftp.sudo.ws/pub/sudo/sudo-1.8.18p1.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=b0b07bd839b642b5850493b8adfeb799 diff --git a/metadata/md5-cache/app-admin/sudo-1.8.19_p2 b/metadata/md5-cache/app-admin/sudo-1.8.19_p2 deleted file mode 100644 index 7ce190241745..000000000000 --- a/metadata/md5-cache/app-admin/sudo-1.8.19_p2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare -DEPEND=pam? ( virtual/pam ) skey? ( >=sys-auth/skey-1.1.5-r1 ) ldap? ( >=net-nds/openldap-2.1.30-r1 dev-libs/cyrus-sasl ) sys-libs/zlib sys-devel/bison >=app-portage/elt-patches-20170317 -DESCRIPTION=Allows users or groups to run commands as other users -EAPI=6 -HOMEPAGE=http://www.sudo.ws/ -IUSE=ldap nls pam offensive selinux skey +sendmail -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris -LICENSE=ISC BSD -RDEPEND=pam? ( virtual/pam ) skey? ( >=sys-auth/skey-1.1.5-r1 ) ldap? ( >=net-nds/openldap-2.1.30-r1 dev-libs/cyrus-sasl ) sys-libs/zlib selinux? ( sec-policy/selinux-sudo ) ldap? ( dev-lang/perl ) pam? ( sys-auth/pambase ) >=app-misc/editor-wrapper-3 virtual/editor sendmail? ( virtual/mta ) -REQUIRED_USE=pam? ( !skey ) skey? ( !pam ) -SLOT=0 -SRC_URI=http://www.sudo.ws/sudo/dist/sudo-1.8.19p2.tar.gz ftp://ftp.sudo.ws/pub/sudo/sudo-1.8.19p2.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=f52d0bb1bacbbd099f2e7a2c059bb4ad diff --git a/metadata/md5-cache/app-admin/sudo-1.8.20 b/metadata/md5-cache/app-admin/sudo-1.8.20_p1 similarity index 82% rename from metadata/md5-cache/app-admin/sudo-1.8.20 rename to metadata/md5-cache/app-admin/sudo-1.8.20_p1 index 51d03ea3d167..e82da706bd7e 100644 --- a/metadata/md5-cache/app-admin/sudo-1.8.20 +++ b/metadata/md5-cache/app-admin/sudo-1.8.20_p1 @@ -4,11 +4,11 @@ DESCRIPTION=Allows users or groups to run commands as other users EAPI=6 HOMEPAGE=http://www.sudo.ws/ IUSE=gcrypt ldap nls pam offensive openssl selinux skey +sendmail -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris LICENSE=ISC BSD RDEPEND=gcrypt? ( dev-libs/libgcrypt:= ) openssl? ( dev-libs/openssl:0= ) pam? ( virtual/pam ) skey? ( >=sys-auth/skey-1.1.5-r1 ) ldap? ( >=net-nds/openldap-2.1.30-r1 dev-libs/cyrus-sasl ) sys-libs/zlib selinux? ( sec-policy/selinux-sudo ) ldap? ( dev-lang/perl ) pam? ( sys-auth/pambase ) >=app-misc/editor-wrapper-3 virtual/editor sendmail? ( virtual/mta ) REQUIRED_USE=pam? ( !skey ) skey? ( !pam ) ?? ( gcrypt openssl ) SLOT=0 -SRC_URI=http://www.sudo.ws/sudo/dist/sudo-1.8.20.tar.gz ftp://ftp.sudo.ws/pub/sudo/sudo-1.8.20.tar.gz +SRC_URI=http://www.sudo.ws/sudo/dist/sudo-1.8.20p1.tar.gz ftp://ftp.sudo.ws/pub/sudo/sudo-1.8.20p1.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=db9f97ff8299acf6ed40835ed26ea35f +_md5_=e765c094a3592a5f0474dc4d78999161 diff --git a/metadata/md5-cache/app-backup/burp-2.0.54 b/metadata/md5-cache/app-backup/burp-2.0.54 index 2bd8a6a20204..e4414560bc57 100644 --- a/metadata/md5-cache/app-backup/burp-2.0.54 +++ b/metadata/md5-cache/app-backup/burp-2.0.54 @@ -4,10 +4,10 @@ DESCRIPTION=Network backup and restore client and server for Unix and Windows EAPI=6 HOMEPAGE=http://burp.grke.org/ IUSE=acl ipv6 libressl test xattr -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=AGPL-3 RDEPEND=dev-libs/uthash net-libs/librsync sys-libs/ncurses:0= sys-libs/zlib !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) acl? ( sys-apps/acl ) xattr? ( sys-apps/attr ) virtual/logger kernel_linux? ( virtual/tmpfiles ) SLOT=0 SRC_URI=https://github.com/grke/burp/archive/2.0.54.tar.gz -> burp-2.0.54.tar.gz _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd ec2e9154031d942186c75c0aabb41900 tmpfiles 1e504fdcf4f24aeded1ce42600307f76 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=6090881682f427cb61f5021652fd1640 +_md5_=3d16f4c8726cc41fe048ecfdec1d87c5 diff --git a/metadata/md5-cache/app-backup/restic-0.6.0 b/metadata/md5-cache/app-backup/restic-0.6.0 new file mode 100644 index 000000000000..b10ff092eb0b --- /dev/null +++ b/metadata/md5-cache/app-backup/restic-0.6.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install test +DEPEND=dev-lang/go test? ( sys-fs/fuse ) +DESCRIPTION=restic is a backup program that is fast, efficient and secure +EAPI=6 +HOMEPAGE=https://restic.github.io/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=sys-fs/fuse +SLOT=0 +SRC_URI=https://github.com/restic/restic/archive/v0.6.0.tar.gz -> restic-0.6.0.tar.gz +_md5_=162e37735ddfc72718e9ad88007f99bf diff --git a/metadata/md5-cache/app-benchmarks/i7z-93_p20131012 b/metadata/md5-cache/app-benchmarks/i7z-93_p20131012 index a1f03c33246c..3c2ce5784943 100644 --- a/metadata/md5-cache/app-benchmarks/i7z-93_p20131012 +++ b/metadata/md5-cache/app-benchmarks/i7z-93_p20131012 @@ -4,10 +4,10 @@ DESCRIPTION=A better i7 (and now i3, i5) reporting tool for Linux EAPI=6 HOMEPAGE=https://github.com/ajaiantilal/i7z IUSE=qt4 qt5 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=sys-libs/ncurses:0= qt5? ( dev-qt/qtcore:5= dev-qt/qtgui:5= dev-qt/qtwidgets:5= ) !qt5? ( qt4? ( dev-qt/qtcore:4= dev-qt/qtgui:4= ) ) SLOT=0 SRC_URI=https://github.com/ajaiantilal/i7z/archive/5023138d7c35c4667c938b853e5ea89737334e92.tar.gz -> i7z-93_p20131012.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=ffe8e0e750e35e6d2f6a5761d23e98f7 +_md5_=8d96313c88bbbcef3e3d5885d5b7daa5 diff --git a/metadata/md5-cache/app-benchmarks/i7z-93_p20131012-r1 b/metadata/md5-cache/app-benchmarks/i7z-93_p20131012-r1 new file mode 100644 index 000000000000..ad0015c2e703 --- /dev/null +++ b/metadata/md5-cache/app-benchmarks/i7z-93_p20131012-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install +DEPEND=sys-libs/ncurses:0= qt5? ( dev-qt/qtcore:5= dev-qt/qtgui:5= dev-qt/qtwidgets:5= ) +DESCRIPTION=A better i7 (and now i3, i5) reporting tool for Linux +EAPI=6 +HOMEPAGE=https://github.com/ajaiantilal/i7z +IUSE=qt5 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=sys-libs/ncurses:0= qt5? ( dev-qt/qtcore:5= dev-qt/qtgui:5= dev-qt/qtwidgets:5= ) +SLOT=0 +SRC_URI=https://github.com/ajaiantilal/i7z/archive/5023138d7c35c4667c938b853e5ea89737334e92.tar.gz -> i7z-93_p20131012.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee +_md5_=60acefd9ac48fe958cda701a6894da6c diff --git a/metadata/md5-cache/app-emulation/aqemu-0.9.2 b/metadata/md5-cache/app-emulation/aqemu-0.9.2 index 04a06a4b623f..b060f74c4147 100644 --- a/metadata/md5-cache/app-emulation/aqemu-0.9.2 +++ b/metadata/md5-cache/app-emulation/aqemu-0.9.2 @@ -8,6 +8,6 @@ KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=app-emulation/qemu vnc? ( net-libs/libvncserver ) dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qtnetwork:5 dev-qt/qttest:5 dev-qt/qtprintsupport:5 SLOT=0 -SRC_URI=https://github.com/tobimensch/aqemu/archive/v0.9.2.tar.gz +SRC_URI=https://github.com/tobimensch/aqemu/archive/v0.9.2.tar.gz -> aqemu-0.9.2.tar.gz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=4a384e39673fbcdddbece2d3639a56f5 +_md5_=c22b0a5b053afed272abf0097d769fe0 diff --git a/metadata/md5-cache/app-eselect/eselect-electron-1.0.0 b/metadata/md5-cache/app-eselect/eselect-electron-1.0.0 index 78eb561929e2..f4ab4cd663ae 100644 --- a/metadata/md5-cache/app-eselect/eselect-electron-1.0.0 +++ b/metadata/md5-cache/app-eselect/eselect-electron-1.0.0 @@ -6,5 +6,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spar LICENSE=GPL-2 RDEPEND=app-admin/eselect SLOT=0 -SRC_URI=https://github.com/elprans/eselect-electron/archive/v1.0.0.tar.gz -_md5_=ba2d4e3ec2df0cb407f9680295503364 +SRC_URI=https://github.com/elprans/eselect-electron/archive/v1.0.0.tar.gz -> eselect-electron-1.0.0.tar.gz +_md5_=d0e12469e276468618c0ed85cafd0817 diff --git a/metadata/md5-cache/app-laptop/nvidiabl-0.83 b/metadata/md5-cache/app-laptop/nvidiabl-0.83 index b36f76e72f69..7cf06e98ac1e 100644 --- a/metadata/md5-cache/app-laptop/nvidiabl-0.83 +++ b/metadata/md5-cache/app-laptop/nvidiabl-0.83 @@ -9,6 +9,6 @@ LICENSE=GPL-2 RDEPEND=kernel_linux? ( virtual/modutils ) RESTRICT=test SLOT=0 -SRC_URI=https://github.com/guillaumezin/nvidiabl/archive/v0.83.tar.gz +SRC_URI=https://github.com/guillaumezin/nvidiabl/archive/v0.83.tar.gz -> nvidiabl-0.83.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea linux-info ca370deef9d44125d829f2eb6ebc83e0 linux-mod e77cdec133261f6bfa67560748277269 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=0483124456603975ce6ebd556a34d78e +_md5_=a08935f81e897db5c7d6a2c3592dfbaf diff --git a/metadata/md5-cache/app-text/poppler-0.55.0-r1 b/metadata/md5-cache/app-text/poppler-0.55.0-r1 new file mode 100644 index 000000000000..16399e507b13 --- /dev/null +++ b/metadata/md5-cache/app-text/poppler-0.55.0-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=media-libs/fontconfig-2.6.0 >=media-libs/freetype-2.3.9 sys-libs/zlib cairo? ( dev-libs/glib:2 >=x11-libs/cairo-1.10.0 introspection? ( >=dev-libs/gobject-introspection-1.32.1:= ) ) curl? ( net-misc/curl ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:2= ) lcms? ( media-libs/lcms:2 ) nss? ( >=dev-libs/nss-3.19:0 ) png? ( media-libs/libpng:0= ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 ) tiff? ( media-libs/tiff:0 ) virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.7.2 +DESCRIPTION=PDF rendering library based on the xpdf-3.0 code base +EAPI=6 +HOMEPAGE=https://poppler.freedesktop.org/ +IUSE=cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff +utils +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=>=media-libs/fontconfig-2.6.0 >=media-libs/freetype-2.3.9 sys-libs/zlib cairo? ( dev-libs/glib:2 >=x11-libs/cairo-1.10.0 introspection? ( >=dev-libs/gobject-introspection-1.32.1:= ) ) curl? ( net-misc/curl ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:2= ) lcms? ( media-libs/lcms:2 ) nss? ( >=dev-libs/nss-3.19:0 ) png? ( media-libs/libpng:0= ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 ) tiff? ( media-libs/tiff:0 ) cjk? ( >=app-text/poppler-data-0.4.7 ) +RESTRICT=test +SLOT=0/67 +SRC_URI=https://poppler.freedesktop.org/poppler-0.55.0.tar.xz +_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=275e115abdf6d31c1c8c8cafeb14890f diff --git a/metadata/md5-cache/dev-ada/gnat_util-2016 b/metadata/md5-cache/dev-ada/gnat_util-2016 index 078d8faa3096..93c61b1dd957 100644 --- a/metadata/md5-cache/dev-ada/gnat_util-2016 +++ b/metadata/md5-cache/dev-ada/gnat_util-2016 @@ -10,4 +10,4 @@ RDEPEND=dev-lang/gnat-gpl SLOT=0 SRC_URI=http://mirrors.cdn.adacore.com/art/57399637c7a447658e0affa6 -> gnat_util-gpl-2016-src.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=170512c8bf7f8a6d02537a93b452f1ee +_md5_=d20a25a296fbff925f888f411c25e3fd diff --git a/metadata/md5-cache/dev-java/gnu-classpath-0.98-r5 b/metadata/md5-cache/dev-java/gnu-classpath-0.98-r5 index 438d0982e187..84f25f9c8eb4 100644 --- a/metadata/md5-cache/dev-java/gnu-classpath-0.98-r5 +++ b/metadata/md5-cache/dev-java/gnu-classpath-0.98-r5 @@ -11,4 +11,4 @@ REQUIRED_USE=doc? ( gjdoc ) SLOT=0.98 SRC_URI=mirror://gnu/classpath/classpath-0.98.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=e5c8304487c583e38e80796a49b8fe56 +_md5_=238efa265622de7165a95188dd9f0d9c diff --git a/metadata/md5-cache/dev-java/json-20150729 b/metadata/md5-cache/dev-java/json-20150729 index 9cf224d8993b..a7a7a3ca88ae 100644 --- a/metadata/md5-cache/dev-java/json-20150729 +++ b/metadata/md5-cache/dev-java/json-20150729 @@ -8,6 +8,6 @@ KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.7 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 -SRC_URI=https://github.com/douglascrockford/JSON-java/archive/20150729.zip +SRC_URI=https://github.com/douglascrockford/JSON-java/archive/20150729.zip -> json-20150729.zip _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-pkg-simple 3e71074eb6884746b37b70b2c9c881f4 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=7b404f89c94da4472d29667bf3622a90 +_md5_=70c357639f39155156577646dacba1a0 diff --git a/metadata/md5-cache/dev-java/json-20160212 b/metadata/md5-cache/dev-java/json-20160212 index 56ebe11a5b10..951c56a19e46 100644 --- a/metadata/md5-cache/dev-java/json-20160212 +++ b/metadata/md5-cache/dev-java/json-20160212 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.7 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=0 -SRC_URI=https://github.com/douglascrockford/JSON-java/archive/20160212.zip +SRC_URI=https://github.com/douglascrockford/JSON-java/archive/20160212.zip -> json-20160212.zip _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-pkg-simple 3e71074eb6884746b37b70b2c9c881f4 java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=60aa1222badd362a6101e8451e3fa7bb +_md5_=9291fcb7446082c2c161eb3479e9bbb4 diff --git a/metadata/md5-cache/dev-lang/lfe-0.10.1 b/metadata/md5-cache/dev-lang/lfe-0.10.1 index c249ab177d5c..23e80e8b9f22 100644 --- a/metadata/md5-cache/dev-lang/lfe-0.10.1 +++ b/metadata/md5-cache/dev-lang/lfe-0.10.1 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=BSD-2 RDEPEND=dev-lang/erlang SLOT=0 -SRC_URI=https://github.com/rvirding/lfe/archive/v0.10.1.zip +SRC_URI=https://github.com/rvirding/lfe/archive/v0.10.1.zip -> lfe-0.10.1.zip _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=22b40f3d72a6f54d2b5b37a203ffe6ff +_md5_=14abc867a7d827346c69e557f7427410 diff --git a/metadata/md5-cache/dev-lang/perl-5.24.1-r1 b/metadata/md5-cache/dev-lang/perl-5.24.1-r1 index 79aa83cf585e..f169a4556da6 100644 --- a/metadata/md5-cache/dev-lang/perl-5.24.1-r1 +++ b/metadata/md5-cache/dev-lang/perl-5.24.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Larry Wall's Practical Extraction and Report Language EAPI=6 HOMEPAGE=http://www.perl.org/ IUSE=berkdb debug doc gdbm ithreads -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) PDEPEND=>=app-admin/perl-cleaner-2.5 >=virtual/perl-File-Temp-0.230.400-r2 >=virtual/perl-Data-Dumper-2.154.0 virtual/perl-Test-Harness RDEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( >=sys-libs/gdbm-1.8.3 ) app-arch/bzip2 sys-libs/zlib SLOT=0/5.24 SRC_URI=mirror://cpan/src/5.0/perl-5.24.1.tar.xz mirror://cpan/authors/id/S/SH/SHAY/perl-5.24.1.tar.xz https://github.com/gentoo-perl/perl-patchset/releases/download/perl-5.24.1-patches-3/perl-5.24.1-patches-3.tar.xz mirror://gentoo/perl-5.24.1-patches-3.tar.xz https://dev.gentoo.org/~kentnl/distfiles/perl-5.24.1-patches-3.tar.xz https://github.com/arsv/perl-cross/releases/download/1.1.4/perl-cross-1.1.4.tar.gz _eclasses_=alternatives 6c575717515f030736d1b718d507d2f9 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=3f674b7b42708c597d875eb1fbbf79e2 +_md5_=2e3344ce41aa431686c9640149c8b438 diff --git a/metadata/md5-cache/dev-lang/perl-5.26.0 b/metadata/md5-cache/dev-lang/perl-5.26.0 new file mode 100644 index 000000000000..9e54f8c7bb34 --- /dev/null +++ b/metadata/md5-cache/dev-lang/perl-5.26.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst postrm preinst prepare setup test +DEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( >=sys-libs/gdbm-1.8.3 ) app-arch/bzip2 sys-libs/zlib !prefix? ( elibc_FreeBSD? ( sys-freebsd/freebsd-mk-defs ) ) +DESCRIPTION=Larry Wall's Practical Extraction and Report Language +EAPI=6 +HOMEPAGE=http://www.perl.org/ +IUSE=berkdb debug doc gdbm ithreads +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +PDEPEND=>=app-admin/perl-cleaner-2.5 >=virtual/perl-File-Temp-0.230.400-r2 >=virtual/perl-Data-Dumper-2.154.0 virtual/perl-Test-Harness +RDEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( >=sys-libs/gdbm-1.8.3 ) app-arch/bzip2 sys-libs/zlib +SLOT=0/5.26 +SRC_URI=mirror://cpan/src/5.0/perl-5.26.0.tar.xz mirror://cpan/authors/id/X/XS/XSAWYERX/perl-5.26.0.tar.xz https://github.com/gentoo-perl/perl-patchset/releases/download/perl-5.25.11-patches-1/perl-5.25.11-patches-1.tar.xz mirror://gentoo/perl-5.25.11-patches-1.tar.xz https://dev.gentoo.org/~kentnl/distfiles/perl-5.25.11-patches-1.tar.xz https://github.com/arsv/perl-cross/releases/download/1.1.4/perl-cross-1.1.4.tar.gz +_eclasses_=alternatives 6c575717515f030736d1b718d507d2f9 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee +_md5_=7c35829e28e154ed32487711d9f2cc85 diff --git a/metadata/md5-cache/dev-lang/perl-5.26.9999 b/metadata/md5-cache/dev-lang/perl-5.26.9999 index cce64dd214da..b44b4dc5678b 100644 --- a/metadata/md5-cache/dev-lang/perl-5.26.9999 +++ b/metadata/md5-cache/dev-lang/perl-5.26.9999 @@ -8,6 +8,6 @@ LICENSE=|| ( Artistic GPL-1+ ) PDEPEND=>=app-admin/perl-cleaner-2.5 >=virtual/perl-File-Temp-0.230.400-r2 >=virtual/perl-Data-Dumper-2.154.0 virtual/perl-Test-Harness RDEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( >=sys-libs/gdbm-1.8.3 ) app-arch/bzip2 sys-libs/zlib SLOT=0/5.26 -SRC_URI=mirror://cpan/src/5.0/perl-5.26.0-RC2.tar.xz mirror://cpan/authors/id/X/XS/XSAWYERX/perl-5.26.0-RC2.tar.xz https://github.com/gentoo-perl/perl-patchset/releases/download/perl-5.25.11-patches-1/perl-5.25.11-patches-1.tar.xz mirror://gentoo/perl-5.25.11-patches-1.tar.xz https://dev.gentoo.org/~kentnl/distfiles/perl-5.25.11-patches-1.tar.xz https://github.com/arsv/perl-cross/releases/download/1.1.4/perl-cross-1.1.4.tar.gz +SRC_URI=mirror://cpan/src/5.0/perl-5.26.0.tar.xz mirror://cpan/authors/id/X/XS/XSAWYERX/perl-5.26.0.tar.xz https://github.com/gentoo-perl/perl-patchset/releases/download/perl-5.25.11-patches-1/perl-5.25.11-patches-1.tar.xz mirror://gentoo/perl-5.25.11-patches-1.tar.xz https://dev.gentoo.org/~kentnl/distfiles/perl-5.25.11-patches-1.tar.xz https://github.com/arsv/perl-cross/releases/download/1.1.4/perl-cross-1.1.4.tar.gz _eclasses_=alternatives 6c575717515f030736d1b718d507d2f9 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=d15b4c5990b5d4636b7034c9ace89fd7 +_md5_=7c35829e28e154ed32487711d9f2cc85 diff --git a/metadata/md5-cache/dev-libs/apr-1.5.0-r2 b/metadata/md5-cache/dev-libs/apr-1.5.0-r2 deleted file mode 100644 index 29db6d4ae54c..000000000000 --- a/metadata/md5-cache/dev-libs/apr-1.5.0-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DEPEND=elibc_glibc? ( >=sys-apps/util-linux-2.16 ) elibc_mintlib? ( >=sys-apps/util-linux-2.18 ) >=sys-devel/libtool-2.4.2 doc? ( app-doc/doxygen ) >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Apache Portable Runtime Library -EAPI=4 -HOMEPAGE=http://apr.apache.org/ -IUSE=doc elibc_FreeBSD older-kernels-compatibility selinux static-libs +urandom -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~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=Apache-2.0 -RDEPEND=elibc_glibc? ( >=sys-apps/util-linux-2.16 ) elibc_mintlib? ( >=sys-apps/util-linux-2.18 ) selinux? ( sec-policy/selinux-apache ) -SLOT=1 -SRC_URI=mirror://apache/apr/apr-1.5.0.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=291bc7cd90944bf395b759a894b79358 diff --git a/metadata/md5-cache/dev-libs/apr-1.5.1-r1 b/metadata/md5-cache/dev-libs/apr-1.5.1-r1 deleted file mode 100644 index 23e2b68cbde6..000000000000 --- a/metadata/md5-cache/dev-libs/apr-1.5.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DEPEND=elibc_glibc? ( >=sys-apps/util-linux-2.16 ) elibc_mintlib? ( >=sys-apps/util-linux-2.18 ) >=sys-devel/libtool-2.4.2 doc? ( app-doc/doxygen ) >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Apache Portable Runtime Library -EAPI=5 -HOMEPAGE=http://apr.apache.org/ -IUSE=doc elibc_FreeBSD older-kernels-compatibility selinux static-libs +urandom -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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=Apache-2.0 -RDEPEND=elibc_glibc? ( >=sys-apps/util-linux-2.16 ) elibc_mintlib? ( >=sys-apps/util-linux-2.18 ) selinux? ( sec-policy/selinux-apache ) -SLOT=1 -SRC_URI=mirror://apache/apr/apr-1.5.1.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=2a203f340ebb947770d4989ed83baa45 diff --git a/metadata/md5-cache/dev-libs/apr-util-1.5.2 b/metadata/md5-cache/dev-libs/apr-util-1.5.2 deleted file mode 100644 index aaab0efbcb0e..000000000000 --- a/metadata/md5-cache/dev-libs/apr-util-1.5.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DEPEND=dev-libs/expat >=dev-libs/apr-1.4.6:1 berkdb? ( >=sys-libs/db-4 ) freetds? ( dev-db/freetds ) gdbm? ( sys-libs/gdbm ) ldap? ( =net-nds/openldap-2* ) mysql? ( =virtual/mysql-5* ) nss? ( dev-libs/nss ) odbc? ( dev-db/unixODBC ) openssl? ( dev-libs/openssl ) postgres? ( dev-db/postgresql ) sqlite? ( dev-db/sqlite:3 ) doc? ( app-doc/doxygen ) >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Apache Portable Runtime Utility Library -EAPI=4 -HOMEPAGE=http://apr.apache.org/ -IUSE=berkdb doc freetds gdbm ldap mysql nss odbc openssl postgres sqlite static-libs -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~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=Apache-2.0 -RDEPEND=dev-libs/expat >=dev-libs/apr-1.4.6:1 berkdb? ( >=sys-libs/db-4 ) freetds? ( dev-db/freetds ) gdbm? ( sys-libs/gdbm ) ldap? ( =net-nds/openldap-2* ) mysql? ( =virtual/mysql-5* ) nss? ( dev-libs/nss ) odbc? ( dev-db/unixODBC ) openssl? ( dev-libs/openssl ) postgres? ( dev-db/postgresql ) sqlite? ( dev-db/sqlite:3 ) -RESTRICT=test -SLOT=1 -SRC_URI=mirror://apache/apr/apr-util-1.5.2.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 db-use 582140d1a711279e50ce284fc7b609f5 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=0002eb9a5a305c48e5a0884087295789 diff --git a/metadata/md5-cache/dev-libs/apr-util-1.5.3-r2 b/metadata/md5-cache/dev-libs/apr-util-1.5.3-r2 deleted file mode 100644 index 3071aa7f0dc4..000000000000 --- a/metadata/md5-cache/dev-libs/apr-util-1.5.3-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DEPEND=dev-libs/expat >=dev-libs/apr-1.4.6:1 berkdb? ( >=sys-libs/db-4 ) freetds? ( dev-db/freetds ) gdbm? ( sys-libs/gdbm ) ldap? ( =net-nds/openldap-2* ) mysql? ( =virtual/mysql-5* ) nss? ( dev-libs/nss ) odbc? ( dev-db/unixODBC ) openssl? ( dev-libs/openssl ) postgres? ( dev-db/postgresql ) sqlite? ( dev-db/sqlite:3 ) >=sys-devel/libtool-2.4.2 doc? ( app-doc/doxygen ) >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Apache Portable Runtime Utility Library -EAPI=4 -HOMEPAGE=http://apr.apache.org/ -IUSE=berkdb doc freetds gdbm ldap mysql nss odbc openssl postgres sqlite static-libs -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~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=Apache-2.0 -RDEPEND=dev-libs/expat >=dev-libs/apr-1.4.6:1 berkdb? ( >=sys-libs/db-4 ) freetds? ( dev-db/freetds ) gdbm? ( sys-libs/gdbm ) ldap? ( =net-nds/openldap-2* ) mysql? ( =virtual/mysql-5* ) nss? ( dev-libs/nss ) odbc? ( dev-db/unixODBC ) openssl? ( dev-libs/openssl ) postgres? ( dev-db/postgresql ) sqlite? ( dev-db/sqlite:3 ) -RESTRICT=test -SLOT=1 -SRC_URI=mirror://apache/apr/apr-util-1.5.3.tar.bz2 -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 db-use 582140d1a711279e50ce284fc7b609f5 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=b67e5dfec45d92c1436c9e8a1e06f28a diff --git a/metadata/md5-cache/dev-libs/apr-util-1.5.4-r2 b/metadata/md5-cache/dev-libs/apr-util-1.5.4-r2 new file mode 100644 index 000000000000..af13f664a124 --- /dev/null +++ b/metadata/md5-cache/dev-libs/apr-util-1.5.4-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=dev-libs/expat >=dev-libs/apr-1.5.2:1 berkdb? ( >=sys-libs/db-4:= ) freetds? ( dev-db/freetds ) gdbm? ( sys-libs/gdbm ) ldap? ( =net-nds/openldap-2* ) nss? ( dev-libs/nss ) odbc? ( dev-db/unixODBC ) openssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) postgres? ( dev-db/postgresql:= ) sqlite? ( dev-db/sqlite:3 ) >=sys-devel/libtool-2.4.2 doc? ( app-doc/doxygen ) >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Apache Portable Runtime Utility Library +EAPI=6 +HOMEPAGE=http://apr.apache.org/ +IUSE=berkdb doc freetds gdbm ldap libressl nss odbc openssl postgres sqlite static-libs +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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=Apache-2.0 +RDEPEND=dev-libs/expat >=dev-libs/apr-1.5.2:1 berkdb? ( >=sys-libs/db-4:= ) freetds? ( dev-db/freetds ) gdbm? ( sys-libs/gdbm ) ldap? ( =net-nds/openldap-2* ) nss? ( dev-libs/nss ) odbc? ( dev-db/unixODBC ) openssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) postgres? ( dev-db/postgresql:= ) sqlite? ( dev-db/sqlite:3 ) +SLOT=1 +SRC_URI=mirror://apache/apr/apr-util-1.5.4.tar.bz2 +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 db-use 582140d1a711279e50ce284fc7b609f5 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=1bff9f8dc086a71420bad85ac7351427 diff --git a/metadata/md5-cache/dev-libs/hyperscan-4.4.1 b/metadata/md5-cache/dev-libs/hyperscan-4.4.1 index afb0990c0aaf..6a09989878e1 100644 --- a/metadata/md5-cache/dev-libs/hyperscan-4.4.1 +++ b/metadata/md5-cache/dev-libs/hyperscan-4.4.1 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=BSD REQUIRED_USE=cpu_flags_x86_ssse3 SLOT=0 -SRC_URI=https://github.com/01org/hyperscan/archive/v4.4.1.tar.gz +SRC_URI=https://github.com/01org/hyperscan/archive/v4.4.1.tar.gz -> hyperscan-4.4.1.tar.gz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=99a13c3bfb51809c06b9cf22280bf814 +_md5_=d5c6ba64756e1e8e0817b1695fc3e480 diff --git a/metadata/md5-cache/dev-libs/hyperscan-4.4.1-r1 b/metadata/md5-cache/dev-libs/hyperscan-4.4.1-r1 index ae584714583b..07c86f87d606 100644 --- a/metadata/md5-cache/dev-libs/hyperscan-4.4.1-r1 +++ b/metadata/md5-cache/dev-libs/hyperscan-4.4.1-r1 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=BSD REQUIRED_USE=cpu_flags_x86_ssse3 SLOT=0 -SRC_URI=https://github.com/01org/hyperscan/archive/v4.4.1.tar.gz +SRC_URI=https://github.com/01org/hyperscan/archive/v4.4.1.tar.gz -> hyperscan-4.4.1.tar.gz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=0def169ae22a32b2b1f6e7188b5f632b +_md5_=6280dd528393b92c9bf0fcdbf39abef5 diff --git a/metadata/md5-cache/dev-libs/jemalloc-4.5.0 b/metadata/md5-cache/dev-libs/jemalloc-4.5.0 new file mode 100644 index 000000000000..3068347f1320 --- /dev/null +++ b/metadata/md5-cache/dev-libs/jemalloc-4.5.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Jemalloc is a general-purpose scalable concurrent allocator +EAPI=6 +HOMEPAGE=http://www.canonware.com/jemalloc/ +IUSE=debug hardened static-libs stats 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 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos +LICENSE=BSD +SLOT=0/2 +SRC_URI=https://github.com/jemalloc/jemalloc/releases/download/4.5.0/jemalloc-4.5.0.tar.bz2 +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 libtool e32ea84bf82cf8987965b574672dba93 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee +_md5_=0b5f8db3c7f97f7cb06bdd4ac9c9178a diff --git a/metadata/md5-cache/dev-libs/libbsd-0.8.3-r1 b/metadata/md5-cache/dev-libs/libbsd-0.8.3-r1 new file mode 100644 index 000000000000..da91593430e3 --- /dev/null +++ b/metadata/md5-cache/dev-libs/libbsd-0.8.3-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install setup test +DEPEND=>=sys-kernel/linux-headers-3.17 +DESCRIPTION=An library to provide useful functions commonly found on BSD systems +EAPI=6 +HOMEPAGE=https://libbsd.freedesktop.org/wiki/ +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=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD BSD-2 BSD-4 ISC +SLOT=0 +SRC_URI=https://libbsd.freedesktop.org/releases/libbsd-0.8.3.tar.xz +_eclasses_=multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee +_md5_=7d2c405e9f0d5079447d371d3e920c20 diff --git a/metadata/md5-cache/dev-ml/qcheck-0.6 b/metadata/md5-cache/dev-ml/qcheck-0.6 new file mode 100644 index 000000000000..e607f0565aa3 --- /dev/null +++ b/metadata/md5-cache/dev-ml/qcheck-0.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-ml/ounit:= !=dev-ml/findlib-1.0.4-r1 >=dev-lang/ocaml-3.12:=[ocamlopt?] dev-ml/ocamlbuild +DESCRIPTION=QuickCheck inspired property-based testing for OCaml +EAPI=5 +HOMEPAGE=https://github.com/c-cube/qcheck/ +IUSE=+ocamlopt debug doc test +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 +RDEPEND=dev-ml/ounit:= !=dev-lang/ocaml-3.12:=[ocamlopt?] +SLOT=0/0.6 +SRC_URI=https://github.com/c-cube/qcheck/archive/0.6.tar.gz -> qcheck-0.6.tar.gz +_eclasses_=base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea findlib 45d6030075064a68da8d7143726a1150 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e oasis 9256ed89af74c3365ec888c00bfdfe43 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee +_md5_=972dcb87593ab4bf6d333df0e473be11 diff --git a/metadata/md5-cache/dev-ml/reason-1.13.3 b/metadata/md5-cache/dev-ml/reason-1.13.3 deleted file mode 100644 index 415b4469f8a9..000000000000 --- a/metadata/md5-cache/dev-ml/reason-1.13.3 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=dev-lang/ocaml:=[ocamlopt?] dev-ml/reason-parser:= dev-ml/merlin-extend:= dev-ml/result:= dev-ml/topkg:= dev-ml/ocaml-migrate-parsetree:= dev-ml/utop:= dev-ml/findlib dev-ml/ocamlbuild dev-ml/opam -DESCRIPTION=Meta Language Toolchain -EAPI=6 -HOMEPAGE=https://github.com/facebook/reason -IUSE=+ocamlopt -KEYWORDS=~amd64 -LICENSE=BSD -RDEPEND=dev-lang/ocaml:=[ocamlopt?] dev-ml/reason-parser:= dev-ml/merlin-extend:= dev-ml/result:= dev-ml/topkg:= dev-ml/ocaml-migrate-parsetree:= dev-ml/utop:= -SLOT=0/1.13.3 -SRC_URI=https://github.com/facebook/reason/archive/1.13.3.tar.gz -> reason-1.13.3.tar.gz -_md5_=cdd764a8fa9db1d95a3fa369bf7b7509 diff --git a/metadata/md5-cache/dev-ml/reason-1.13.4 b/metadata/md5-cache/dev-ml/reason-1.13.4 deleted file mode 100644 index 69aa35381226..000000000000 --- a/metadata/md5-cache/dev-ml/reason-1.13.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=dev-lang/ocaml:=[ocamlopt?] dev-ml/reason-parser:= dev-ml/merlin-extend:= dev-ml/result:= dev-ml/topkg:= dev-ml/ocaml-migrate-parsetree:= dev-ml/utop:= dev-ml/findlib dev-ml/ocamlbuild dev-ml/opam -DESCRIPTION=Meta Language Toolchain -EAPI=6 -HOMEPAGE=https://github.com/facebook/reason -IUSE=+ocamlopt -KEYWORDS=~amd64 -LICENSE=BSD -RDEPEND=dev-lang/ocaml:=[ocamlopt?] dev-ml/reason-parser:= dev-ml/merlin-extend:= dev-ml/result:= dev-ml/topkg:= dev-ml/ocaml-migrate-parsetree:= dev-ml/utop:= -SLOT=0/1.13.4 -SRC_URI=https://github.com/facebook/reason/archive/1.13.4.tar.gz -> reason-1.13.4.tar.gz -_md5_=cdd764a8fa9db1d95a3fa369bf7b7509 diff --git a/metadata/md5-cache/dev-ml/reason-1.13.5 b/metadata/md5-cache/dev-ml/reason-1.13.5 index 6cd6d5012b5c..f3ff43836cc2 100644 --- a/metadata/md5-cache/dev-ml/reason-1.13.5 +++ b/metadata/md5-cache/dev-ml/reason-1.13.5 @@ -9,4 +9,4 @@ LICENSE=BSD RDEPEND=dev-lang/ocaml:=[ocamlopt?] dev-ml/reason-parser:= dev-ml/merlin-extend:= dev-ml/result:= dev-ml/topkg:= dev-ml/ocaml-migrate-parsetree:= dev-ml/utop:= SLOT=0/1.13.5 SRC_URI=https://github.com/facebook/reason/archive/1.13.5.tar.gz -> reason-1.13.5.tar.gz -_md5_=cdd764a8fa9db1d95a3fa369bf7b7509 +_md5_=eb725d64f0efbf18d2ba5402a7c62de9 diff --git a/metadata/md5-cache/dev-ml/utop-2.0.1 b/metadata/md5-cache/dev-ml/utop-2.0.1 new file mode 100644 index 000000000000..e31fc0240b19 --- /dev/null +++ b/metadata/md5-cache/dev-ml/utop-2.0.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install +DEPEND=dev-lang/ocaml:= >=dev-ml/lwt-2.4.0:= dev-ml/lwt_react:= >=dev-ml/lambda-term-1.2:= >=dev-ml/zed-1.2:= >=dev-ml/cppo-1.0.1:= dev-ml/findlib:= dev-ml/opam dev-ml/jbuilder >=dev-ml/findlib-1.0.4-r1 +DESCRIPTION=A new toplevel for OCaml with completion and colorization +EAPI=5 +HOMEPAGE=https://github.com/diml/utop +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-lang/ocaml:= >=dev-ml/lwt-2.4.0:= dev-ml/lwt_react:= >=dev-ml/lambda-term-1.2:= >=dev-ml/zed-1.2:= >=dev-ml/cppo-1.0.1:= dev-ml/findlib:= +SLOT=0/2.0.1 +SRC_URI=https://github.com/diml/utop/archive/2.0.1.tar.gz -> utop-2.0.1.tar.gz +_eclasses_=findlib 45d6030075064a68da8d7143726a1150 +_md5_=513bc21a511e462329f042b0f90086e3 diff --git a/metadata/md5-cache/dev-perl/BZ-Client-4.400.200 b/metadata/md5-cache/dev-perl/BZ-Client-4.400.200 new file mode 100644 index 000000000000..7ac60cdf0fe3 --- /dev/null +++ b/metadata/md5-cache/dev-perl/BZ-Client-4.400.200 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-perl/DateTime-Format-ISO8601 dev-perl/DateTime-Format-Strptime dev-perl/DateTime-TimeZone virtual/perl-Encode virtual/perl-File-Spec dev-perl/HTTP-CookieJar virtual/perl-HTTP-Tiny virtual/perl-MIME-Base64 dev-perl/URI dev-perl/XML-Parser dev-perl/XML-Writer virtual/perl-parent >=dev-perl/Module-Build-0.280.0 virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-CPAN-Meta-2.120.900 dev-perl/Clone virtual/perl-Data-Dumper dev-perl/DateTime dev-perl/IO-Socket-SSL dev-perl/Test-RequiresInternet virtual/perl-Test-Simple dev-perl/Text-Password-Pronounceable ) dev-lang/perl:= +DESCRIPTION=A client for the Bugzilla web services API. +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/BZ-Client/ +IUSE=test examples +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-perl/DateTime-Format-ISO8601 dev-perl/DateTime-Format-Strptime dev-perl/DateTime-TimeZone virtual/perl-Encode virtual/perl-File-Spec dev-perl/HTTP-CookieJar virtual/perl-HTTP-Tiny virtual/perl-MIME-Base64 dev-perl/URI dev-perl/XML-Parser dev-perl/XML-Writer virtual/perl-parent dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/D/DJ/DJZORT/BZ-Client-4.4002.tar.gz +_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=d78975e69d3cb6049e840e1188305b9e diff --git a/metadata/md5-cache/dev-perl/Bio-ASN1-EntrezGene-1.700.0 b/metadata/md5-cache/dev-perl/Bio-ASN1-EntrezGene-1.700.0 deleted file mode 100644 index 110ad8d792ef..000000000000 --- a/metadata/md5-cache/dev-perl/Bio-ASN1-EntrezGene-1.700.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=virtual/perl-Carp virtual/perl-parent >=sci-biology/bioperl-1.6.0 >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( virtual/perl-File-Spec virtual/perl-IO virtual/perl-Test-Simple ) dev-lang/perl:= -DESCRIPTION=Regular expression-based Perl Parser for NCBI Entrez Gene -EAPI=6 -HOMEPAGE=http://search.cpan.org/dist/Bio-ASN1-EntrezGene/ -IUSE=test examples -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=virtual/perl-Carp virtual/perl-parent >=sci-biology/bioperl-1.6.0 dev-lang/perl:= -SLOT=0 -SRC_URI=mirror://cpan/authors/id/C/CJ/CJFIELDS/Bio-ASN1-EntrezGene-1.70.tar.gz -_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=a8c50ace0d5e13ba7119aaa872029778 diff --git a/metadata/md5-cache/dev-perl/Bio-ASN1-EntrezGene-1.91.0-r1 b/metadata/md5-cache/dev-perl/Bio-ASN1-EntrezGene-1.91.0-r1 deleted file mode 100644 index 94d749085192..000000000000 --- a/metadata/md5-cache/dev-perl/Bio-ASN1-EntrezGene-1.91.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=sci-biology/bioperl-1.6.0 dev-lang/perl:=[-build(-)] -DESCRIPTION=Regular expression-based Perl Parser for NCBI Entrez Gene -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/Bio-ASN1-EntrezGene/ -IUSE=test -KEYWORDS=amd64 x86 -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=sci-biology/bioperl-1.6.0 dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/M/MI/MINGYILIU/Bio-ASN1-EntrezGene-1.091.tgz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=9080f3716de401c0b59367fc233c7f06 diff --git a/metadata/md5-cache/dev-perl/CPAN-Perl-Releases-3.200.0 b/metadata/md5-cache/dev-perl/CPAN-Perl-Releases-3.200.0 new file mode 100644 index 000000000000..3302f88f736e --- /dev/null +++ b/metadata/md5-cache/dev-perl/CPAN-Perl-Releases-3.200.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Spec virtual/perl-IO >=virtual/perl-Test-Simple-0.470.0 ) dev-lang/perl:= +DESCRIPTION=Mapping Perl releases on CPAN to the location of the tarballs +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/CPAN-Perl-Releases/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-3.20.tar.gz +_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=d553357627e1ad1dd7fe5aca65def149 diff --git a/metadata/md5-cache/dev-perl/Gearman-2.4.7 b/metadata/md5-cache/dev-perl/Gearman-2.4.7 new file mode 100644 index 000000000000..f9f5866cf136 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Gearman-2.4.7 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-Carp virtual/perl-IO virtual/perl-IO-Socket-IP dev-perl/IO-Socket-SSL dev-perl/List-MoreUtils virtual/perl-Scalar-List-Utils virtual/perl-Socket virtual/perl-Storable dev-perl/String-CRC32 virtual/perl-Time-HiRes >=virtual/perl-version-0.770.0 virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/File-Which virtual/perl-Perl-OSType >=dev-perl/Proc-Guard-0.70.0 dev-perl/Test-Differences dev-perl/Test-Exception virtual/perl-Test-Simple >=dev-perl/Test-TCP-2.170.0 dev-perl/Test-Timer ) dev-lang/perl:= +DESCRIPTION=Gearman distributed job system, client and worker libraries +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Gearman/ +IUSE=test +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-Carp virtual/perl-IO virtual/perl-IO-Socket-IP dev-perl/IO-Socket-SSL dev-perl/List-MoreUtils virtual/perl-Scalar-List-Utils virtual/perl-Socket virtual/perl-Storable dev-perl/String-CRC32 virtual/perl-Time-HiRes >=virtual/perl-version-0.770.0 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/P/PA/PALIK/Gearman-2.004.007.tar.gz +_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=7091642751d9f264e9977c0f00955960 diff --git a/metadata/md5-cache/dev-perl/Inline-C-0.780.0 b/metadata/md5-cache/dev-perl/Inline-C-0.780.0 new file mode 100644 index 000000000000..a5d121cda62e --- /dev/null +++ b/metadata/md5-cache/dev-perl/Inline-C-0.780.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=virtual/perl-ExtUtils-MakeMaker-7 >=virtual/perl-File-Spec-0.800.0 >=dev-perl/Inline-0.790.0 >=dev-perl/Parse-RecDescent-1.967.9 >=dev-perl/Pegex-0.580.0 !=dev-perl/File-ShareDir-Install-0.60.0 test? ( dev-perl/File-Copy-Recursive virtual/perl-File-Path >=virtual/perl-Test-Simple-0.880.0 >=dev-perl/Test-Warn-0.230.0 dev-perl/YAML-LibYAML virtual/perl-autodie >=virtual/perl-version-0.770.0 ) dev-lang/perl:= +DESCRIPTION=C Language Support for Inline +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Inline-C/ +IUSE=test examples +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=virtual/perl-ExtUtils-MakeMaker-7 >=virtual/perl-File-Spec-0.800.0 >=dev-perl/Inline-0.790.0 >=dev-perl/Parse-RecDescent-1.967.9 >=dev-perl/Pegex-0.580.0 !=dev-perl/Unicode-UTF8-0.580.0 virtual/perl-Carp >=virtual/perl-Digest-1.30.0 >=virtual/perl-Digest-SHA-5.450.0 virtual/perl-Exporter >=virtual/perl-File-Path-2.70.0 >=virtual/perl-File-Spec-3.400.0 >=virtual/perl-File-Temp-0.190.0 virtual/perl-if >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( dev-perl/Devel-Hide dev-perl/Test-Deep virtual/perl-File-Spec dev-perl/Test-Fatal >=virtual/perl-Test-Simple-0.960.0 ) dev-lang/perl:=[-build(-)] -DESCRIPTION=File path utility -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/Path-Tiny/ -IUSE=test -KEYWORDS=amd64 ~arm ~hppa ppc x86 -LICENSE=Apache-2.0 -RDEPEND=>=dev-perl/Unicode-UTF8-0.580.0 virtual/perl-Carp >=virtual/perl-Digest-1.30.0 >=virtual/perl-Digest-SHA-5.450.0 virtual/perl-Exporter >=virtual/perl-File-Path-2.70.0 >=virtual/perl-File-Spec-3.400.0 >=virtual/perl-File-Temp-0.190.0 virtual/perl-if dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.061.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=fd3af8bf4538202e3e7386e1c28f7e98 diff --git a/metadata/md5-cache/dev-perl/Path-Tiny-0.84.0 b/metadata/md5-cache/dev-perl/Path-Tiny-0.84.0 deleted file mode 100644 index 962ac44db3b4..000000000000 --- a/metadata/md5-cache/dev-perl/Path-Tiny-0.84.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=!minimal? ( >=dev-perl/Unicode-UTF8-0.580.0 ) virtual/perl-Carp >=virtual/perl-Digest-1.30.0 >=virtual/perl-Digest-SHA-5.450.0 >=virtual/perl-Exporter-5.570.0 >=virtual/perl-File-Path-2.70.0 >=virtual/perl-File-Spec-0.860.0 >=virtual/perl-File-Temp-0.190.0 virtual/perl-if >=virtual/perl-ExtUtils-MakeMaker-6.170.0 test? ( !minimal? ( >=virtual/perl-JSON-PP-2.273.0 dev-perl/Test-FailWarnings dev-perl/Test-MockRandom ) >=virtual/perl-Test-Simple-0.960.0 ) dev-lang/perl:= -DESCRIPTION=File path utility -EAPI=6 -HOMEPAGE=http://search.cpan.org/dist/Path-Tiny/ -IUSE=test minimal -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 -LICENSE=Apache-2.0 -RDEPEND=!minimal? ( >=dev-perl/Unicode-UTF8-0.580.0 ) virtual/perl-Carp >=virtual/perl-Digest-1.30.0 >=virtual/perl-Digest-SHA-5.450.0 >=virtual/perl-Exporter-5.570.0 >=virtual/perl-File-Path-2.70.0 >=virtual/perl-File-Spec-0.860.0 >=virtual/perl-File-Temp-0.190.0 virtual/perl-if dev-lang/perl:= -SLOT=0 -SRC_URI=mirror://cpan/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.084.tar.gz -_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=f97044a1512f2e968288b992ce8a4c3a diff --git a/metadata/md5-cache/dev-perl/SQL-Abstract-1.810.0 b/metadata/md5-cache/dev-perl/SQL-Abstract-1.810.0 deleted file mode 100644 index cb61264b68b4..000000000000 --- a/metadata/md5-cache/dev-perl/SQL-Abstract-1.810.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=virtual/perl-Exporter-5.570.0 >=dev-perl/Hash-Merge-0.120.0 virtual/perl-Scalar-List-Utils >=dev-perl/MRO-Compat-0.120.0 >=dev-perl/Moo-1.4.2 >=virtual/perl-Text-Balanced-2.0.0 >=virtual/perl-ExtUtils-MakeMaker-6.590.0 test? ( virtual/perl-Storable >=dev-perl/Test-Deep-0.101.0 >=dev-perl/Test-Exception-0.310.0 >=virtual/perl-Test-Simple-0.880.0 dev-perl/Test-Warn ) dev-lang/perl:=[-build(-)] -DESCRIPTION=Generate SQL from Perl data structures -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/SQL-Abstract/ -IUSE=test -KEYWORDS=amd64 ~ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=virtual/perl-Exporter-5.570.0 >=dev-perl/Hash-Merge-0.120.0 virtual/perl-Scalar-List-Utils >=dev-perl/MRO-Compat-0.120.0 >=dev-perl/Moo-1.4.2 >=virtual/perl-Text-Balanced-2.0.0 dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/R/RI/RIBASUSHI/SQL-Abstract-1.81.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=b2394c0e56b0274c1d05a2c13b31a7bb diff --git a/metadata/md5-cache/dev-perl/SQL-Statement-1.405.0-r1 b/metadata/md5-cache/dev-perl/SQL-Statement-1.405.0-r1 deleted file mode 100644 index 6917c3ceae31..000000000000 --- a/metadata/md5-cache/dev-perl/SQL-Statement-1.405.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=>=dev-perl/DBI-1.616 >=dev-perl/Clone-0.30 >=dev-perl/Params-Util-0.35 virtual/perl-Scalar-List-Utils test? ( virtual/perl-Test-Simple ) dev-lang/perl:=[-build(-)] -DESCRIPTION=Small SQL parser and engine -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/SQL-Statement/ -IUSE=test -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=dev-perl/DBI-1.616 >=dev-perl/Clone-0.30 >=dev-perl/Params-Util-0.35 virtual/perl-Scalar-List-Utils dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/R/RE/REHSACK/SQL-Statement-1.405.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=d80217be85f87dd0d3c851f798d94fcd diff --git a/metadata/md5-cache/dev-perl/SQL-Statement-1.409.0 b/metadata/md5-cache/dev-perl/SQL-Statement-1.409.0 deleted file mode 100644 index 849e700ff3aa..000000000000 --- a/metadata/md5-cache/dev-perl/SQL-Statement-1.409.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=!minimal? ( dev-perl/Math-Base-Convert >=virtual/perl-Math-Complex-1.560.0 >=dev-perl/Text-Soundex-3.40.0 ) virtual/perl-Carp >=dev-perl/Clone-0.300.0 virtual/perl-Data-Dumper dev-perl/Module-Runtime >=dev-perl/Params-Util-1.0.0 >=virtual/perl-Scalar-List-Utils-1.0.0 virtual/perl-Text-Balanced virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Math-Base-Convert >=virtual/perl-Math-Complex-1.560.0 dev-perl/Test-Deep >=virtual/perl-Test-Simple-0.900.0 >=dev-perl/Text-Soundex-3.40.0 ) dev-lang/perl:= -DESCRIPTION=Small SQL parser and engine -EAPI=6 -HOMEPAGE=http://search.cpan.org/dist/SQL-Statement/ -IUSE=test minimal -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=!minimal? ( dev-perl/Math-Base-Convert >=virtual/perl-Math-Complex-1.560.0 >=dev-perl/Text-Soundex-3.40.0 ) virtual/perl-Carp >=dev-perl/Clone-0.300.0 virtual/perl-Data-Dumper dev-perl/Module-Runtime >=dev-perl/Params-Util-1.0.0 >=virtual/perl-Scalar-List-Utils-1.0.0 virtual/perl-Text-Balanced dev-lang/perl:= -SLOT=0 -SRC_URI=mirror://cpan/authors/id/R/RE/REHSACK/SQL-Statement-1.409.tar.gz -_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=f796b54673f1c208f3f5983b6934c052 diff --git a/metadata/md5-cache/dev-perl/SQL-Statement-1.410.0 b/metadata/md5-cache/dev-perl/SQL-Statement-1.410.0 deleted file mode 100644 index 39aa3dbd64d7..000000000000 --- a/metadata/md5-cache/dev-perl/SQL-Statement-1.410.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=!minimal? ( dev-perl/Math-Base-Convert >=virtual/perl-Math-Complex-1.560.0 >=dev-perl/Text-Soundex-3.40.0 ) virtual/perl-Carp >=dev-perl/Clone-0.300.0 virtual/perl-Data-Dumper dev-perl/Module-Runtime >=dev-perl/Params-Util-1.0.0 >=virtual/perl-Scalar-List-Utils-1.0.0 virtual/perl-Text-Balanced virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Math-Base-Convert >=virtual/perl-Math-Complex-1.560.0 dev-perl/Test-Deep >=virtual/perl-Test-Simple-0.900.0 >=dev-perl/Text-Soundex-3.40.0 ) dev-lang/perl:= -DESCRIPTION=Small SQL parser and engine -EAPI=6 -HOMEPAGE=http://search.cpan.org/dist/SQL-Statement/ -IUSE=test minimal -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=!minimal? ( dev-perl/Math-Base-Convert >=virtual/perl-Math-Complex-1.560.0 >=dev-perl/Text-Soundex-3.40.0 ) virtual/perl-Carp >=dev-perl/Clone-0.300.0 virtual/perl-Data-Dumper dev-perl/Module-Runtime >=dev-perl/Params-Util-1.0.0 >=virtual/perl-Scalar-List-Utils-1.0.0 virtual/perl-Text-Balanced dev-lang/perl:= -SLOT=0 -SRC_URI=mirror://cpan/authors/id/R/RE/REHSACK/SQL-Statement-1.410.tar.gz -_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=be45dd95b39598d04adc6ca3f2363083 diff --git a/metadata/md5-cache/dev-perl/String-Approx-3.270.0 b/metadata/md5-cache/dev-perl/String-Approx-3.270.0 deleted file mode 100644 index 780862462f77..000000000000 --- a/metadata/md5-cache/dev-perl/String-Approx-3.270.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-lang/perl:=[-build(-)] -DESCRIPTION=Perl extension for approximate string matching (fuzzy matching) -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/String-Approx/ -KEYWORDS=~alpha amd64 ~ppc ~ppc64 sparc x86 -LICENSE=|| ( Artistic-2 LGPL-2 ) -RDEPEND=dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/J/JH/JHI/String-Approx-3.27.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=e033f60c83f3ef0b5262478955476dfb diff --git a/metadata/md5-cache/dev-perl/Test-NoTabs-1.400.0 b/metadata/md5-cache/dev-perl/Test-NoTabs-1.400.0 deleted file mode 100644 index bbd42fe70f66..000000000000 --- a/metadata/md5-cache/dev-perl/Test-NoTabs-1.400.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-lang/perl:=[-build(-)] -DESCRIPTION=Check the presence of tabs in your project -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/Test-NoTabs/ -IUSE=test -KEYWORDS=amd64 ppc ppc64 x86 -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/B/BO/BOBTFISH/Test-NoTabs-1.4.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=7e6804ba3237cca85e87b8d457a53c3f diff --git a/metadata/md5-cache/dev-perl/Tie-Cycle-1.224.0 b/metadata/md5-cache/dev-perl/Tie-Cycle-1.224.0 new file mode 100644 index 000000000000..d0a9cb0c3b54 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Tie-Cycle-1.224.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-Carp >=virtual/perl-ExtUtils-MakeMaker-6.640.0 virtual/perl-File-Spec test? ( >=virtual/perl-Test-Simple-0.950.0 ) dev-lang/perl:= +DESCRIPTION=Cycle through a list of values via a scalar +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Tie-Cycle/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic-2 +RDEPEND=virtual/perl-Carp dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/B/BD/BDFOY/Tie-Cycle-1.224.tar.gz +_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=8c90f77bd7c4ca0b01df7a5336fb0f3d diff --git a/metadata/md5-cache/dev-perl/Unicode-UTF8-0.600.0 b/metadata/md5-cache/dev-perl/Unicode-UTF8-0.600.0 deleted file mode 100644 index ea274368ee7d..000000000000 --- a/metadata/md5-cache/dev-perl/Unicode-UTF8-0.600.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=virtual/perl-Carp virtual/perl-Exporter virtual/perl-XSLoader >=virtual/perl-ExtUtils-MakeMaker-6.590.0 test? ( >=virtual/perl-Encode-1.980.100 >=dev-perl/Test-Fatal-0.6.0 >=virtual/perl-Test-Simple-0.470.0 dev-perl/Taint-Runtime dev-perl/Variable-Magic dev-perl/Test-LeakTrace ) dev-lang/perl:=[-build(-)] -DESCRIPTION=Encoding and decoding of UTF-8 encoding form -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/Unicode-UTF8/ -IUSE=test -KEYWORDS=~alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86 -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=virtual/perl-Carp virtual/perl-Exporter virtual/perl-XSLoader dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/C/CH/CHANSEN/Unicode-UTF8-0.60.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=4670e34c34913a3ae83e7dc99bedf9ac diff --git a/metadata/md5-cache/dev-perl/YAML-LibYAML-0.650.0 b/metadata/md5-cache/dev-perl/YAML-LibYAML-0.650.0 new file mode 100644 index 000000000000..e8617b5c9a03 --- /dev/null +++ b/metadata/md5-cache/dev-perl/YAML-LibYAML-0.650.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:= +DESCRIPTION=Perl YAML Serialization using XS and libyaml +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/YAML-LibYAML/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/T/TI/TINITA/YAML-LibYAML-0.65.tar.gz +_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=dba0d5f737c993fb4b04ae8b2d18ef8f diff --git a/metadata/md5-cache/dev-perl/autobox-2.830.0 b/metadata/md5-cache/dev-perl/autobox-2.830.0 deleted file mode 100644 index 4eb30bc5b8d1..000000000000 --- a/metadata/md5-cache/dev-perl/autobox-2.830.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-perl/Scope-Guard-0.200.0 virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)] -DESCRIPTION=Call methods on native types -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/autobox/ -KEYWORDS=amd64 x86 -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=dev-perl/Scope-Guard-0.200.0 dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/C/CH/CHOCOLATE/autobox-2.83.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=553cb93cd77919b229a856e1b770b132 diff --git a/metadata/md5-cache/dev-perl/local-lib-2.0.14 b/metadata/md5-cache/dev-perl/local-lib-2.0.14 deleted file mode 100644 index be2d9916c922..000000000000 --- a/metadata/md5-cache/dev-perl/local-lib-2.0.14 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=virtual/perl-CPAN-1.820.0 >=virtual/perl-ExtUtils-Install-1.430.0 >=virtual/perl-ExtUtils-MakeMaker-6.740.0 >=dev-perl/Module-Build-0.360.0 >=virtual/perl-ExtUtils-MakeMaker-6.590.0 test? ( virtual/perl-Test-Simple ) dev-lang/perl:=[-build(-)] -DESCRIPTION=create and use a local lib/ for perl modules with PERL5LIB -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/local-lib/ -IUSE=test -KEYWORDS=amd64 x86 -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=virtual/perl-CPAN-1.820.0 >=virtual/perl-ExtUtils-Install-1.430.0 >=virtual/perl-ExtUtils-MakeMaker-6.740.0 >=dev-perl/Module-Build-0.360.0 dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/H/HA/HAARG/local-lib-2.000014.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=0660e65923716a72935a1087d212608c diff --git a/metadata/md5-cache/dev-perl/local-lib-2.0.18 b/metadata/md5-cache/dev-perl/local-lib-2.0.18 deleted file mode 100644 index c2b6e4dcdce4..000000000000 --- a/metadata/md5-cache/dev-perl/local-lib-2.0.18 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=virtual/perl-CPAN-1.820.0 >=virtual/perl-ExtUtils-Install-1.430.0 >=virtual/perl-ExtUtils-MakeMaker-7.0.0 >=dev-perl/Module-Build-0.360.0 >=virtual/perl-ExtUtils-MakeMaker-6.590.0 test? ( virtual/perl-Test-Simple ) dev-lang/perl:= -DESCRIPTION=create and use a local lib/ for perl modules with PERL5LIB -EAPI=6 -HOMEPAGE=http://search.cpan.org/dist/local-lib/ -IUSE=test -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=>=virtual/perl-CPAN-1.820.0 >=virtual/perl-ExtUtils-Install-1.430.0 >=virtual/perl-ExtUtils-MakeMaker-7.0.0 >=dev-perl/Module-Build-0.360.0 dev-lang/perl:= -SLOT=0 -SRC_URI=mirror://cpan/authors/id/H/HA/HAARG/local-lib-2.000018.tar.gz -_eclasses_=multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 -_md5_=2de84b450e16653cde9f2dddf90b11a1 diff --git a/metadata/md5-cache/dev-python/munch-2.1.1 b/metadata/md5-cache/dev-python/munch-2.1.1 index 219bd29c648e..3d184ffebce6 100644 --- a/metadata/md5-cache/dev-python/munch-2.1.1 +++ b/metadata/md5-cache/dev-python/munch-2.1.1 @@ -1,14 +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_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +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=A dot-accessible dictionary (a la JavaScript objects) EAPI=6 HOMEPAGE=https://github.com/Infinidat/munch -IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=~amd64 ~x86 LICENSE=MIT -RDEPEND=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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +RDEPEND=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/munch/munch-2.1.1.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=6207b7bd0411c9b055b09db4a5b78492 +_md5_=dc068da34dd79be8d9e88085147a8b69 diff --git a/metadata/md5-cache/dev-ruby/RubyInline-3.12.3 b/metadata/md5-cache/dev-ruby/RubyInline-3.12.3 deleted file mode 100644 index 91d71e0a570e..000000000000 --- a/metadata/md5-cache/dev-ruby/RubyInline-3.12.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby21? ( dev-ruby/zentest[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/hoe[ruby_targets_ruby21] dev-ruby/hoe-seattlerb[ruby_targets_ruby21] virtual/ruby-minitest[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=Allows to embed C/C++ in Ruby code -EAPI=5 -HOMEPAGE=http://www.zenspider.com/ZSS/Products/RubyInline/ -IUSE=doc test test elibc_FreeBSD ruby_targets_ruby21 doc test test -KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby21? ( dev-ruby/zentest[ruby_targets_ruby21] ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/RubyInline-3.12.3.gem -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=5bdcbcf01bb7a463327d6dc2f7b8c709 diff --git a/metadata/md5-cache/dev-ruby/RubyInline-3.12.4 b/metadata/md5-cache/dev-ruby/RubyInline-3.12.4 deleted file mode 100644 index 51645922eb83..000000000000 --- a/metadata/md5-cache/dev-ruby/RubyInline-3.12.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby21? ( dev-ruby/zentest[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/hoe-3[ruby_targets_ruby21] dev-ruby/hoe-seattlerb[ruby_targets_ruby21] dev-ruby/minitest:5[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=Allows to embed C/C++ in Ruby code -EAPI=5 -HOMEPAGE=http://www.zenspider.com/ZSS/Products/RubyInline/ -IUSE=doc test test elibc_FreeBSD ruby_targets_ruby21 doc test test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby21? ( dev-ruby/zentest[ruby_targets_ruby21] ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/RubyInline-3.12.4.gem -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=0326eebd3dc16026421031e464b23489 diff --git a/metadata/md5-cache/dev-ruby/configliere-0.4.22 b/metadata/md5-cache/dev-ruby/configliere-0.4.22 deleted file mode 100644 index 75c263d70cb6..000000000000 --- a/metadata/md5-cache/dev-ruby/configliere-0.4.22 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby21] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=Settings manager for Ruby scripts -EAPI=5 -HOMEPAGE=https://github.com/infochimps-labs/configliere -IUSE=test elibc_FreeBSD ruby_targets_ruby21 doc test test -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RDEPEND=ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.2[ruby_targets_ruby21] >=dev-ruby/multi_json-1.10.1[ruby_targets_ruby21] ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/configliere-0.4.22.gem -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=55fa019ffbf120c10c584f19c6955890 diff --git a/metadata/md5-cache/dev-ruby/fast_gettext-1.0.0 b/metadata/md5-cache/dev-ruby/fast_gettext-1.0.0 deleted file mode 100644 index a0106d21e96c..000000000000 --- a/metadata/md5-cache/dev-ruby/fast_gettext-1.0.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby21? ( test? ( dev-ruby/activerecord[ruby_targets_ruby21] dev-ruby/bundler[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/activerecord[ruby_targets_ruby22] dev-ruby/bundler[ruby_targets_ruby22] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) -DESCRIPTION=GetText but 3.5x faster, 560x less memory, clean namespace and threadsave! -EAPI=5 -HOMEPAGE=https://github.com/grosser/fast_gettext -IUSE=elibc_FreeBSD ruby_targets_ruby21 ruby_targets_ruby22 test test -KEYWORDS=~amd64 ~x86 -LICENSE=public-domain -RDEPEND=ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ruby_targets_ruby22 ) -SLOT=0 -SRC_URI=https://github.com/grosser/fast_gettext/archive/v1.0.0.tar.gz -> fast_gettext-1.0.0.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=b87001628ebe3a91fd453d26c72895ec diff --git a/metadata/md5-cache/dev-ruby/fast_gettext-1.1.0 b/metadata/md5-cache/dev-ruby/fast_gettext-1.1.0 deleted file mode 100644 index 33d9377174b7..000000000000 --- a/metadata/md5-cache/dev-ruby/fast_gettext-1.1.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby21? ( test? ( dev-ruby/activerecord[ruby_targets_ruby21] dev-ruby/bundler[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/activerecord[ruby_targets_ruby22] dev-ruby/bundler[ruby_targets_ruby22] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) -DESCRIPTION=GetText but 3.5x faster, 560x less memory, clean namespace and threadsave! -EAPI=5 -HOMEPAGE=https://github.com/grosser/fast_gettext -IUSE=elibc_FreeBSD ruby_targets_ruby21 ruby_targets_ruby22 test test -KEYWORDS=~amd64 ~x86 -LICENSE=public-domain -RDEPEND=ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ruby_targets_ruby22 ) -SLOT=0 -SRC_URI=https://github.com/grosser/fast_gettext/archive/v1.1.0.tar.gz -> fast_gettext-1.1.0.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=b87001628ebe3a91fd453d26c72895ec diff --git a/metadata/md5-cache/dev-ruby/fast_gettext-1.2.0 b/metadata/md5-cache/dev-ruby/fast_gettext-1.2.0 deleted file mode 100644 index dd64fa4f8abc..000000000000 --- a/metadata/md5-cache/dev-ruby/fast_gettext-1.2.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby21? ( test? ( dev-ruby/activerecord[ruby_targets_ruby21] dev-ruby/bundler[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/activerecord[ruby_targets_ruby22] dev-ruby/bundler[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/activerecord[ruby_targets_ruby23] dev-ruby/bundler[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) -DESCRIPTION=GetText but 3.5x faster, 560x less memory, clean namespace and threadsave! -EAPI=5 -HOMEPAGE=https://github.com/grosser/fast_gettext -IUSE=elibc_FreeBSD ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test -KEYWORDS=~amd64 -LICENSE=public-domain -RDEPEND=ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) -SLOT=0 -SRC_URI=https://github.com/grosser/fast_gettext/archive/v1.2.0.tar.gz -> fast_gettext-1.2.0.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=7d69db019627cad496048d9bdcb05502 diff --git a/metadata/md5-cache/dev-ruby/i18n-0.8.4 b/metadata/md5-cache/dev-ruby/i18n-0.8.4 new file mode 100644 index 000000000000..a43797e3ed9c --- /dev/null +++ b/metadata/md5-cache/dev-ruby/i18n-0.8.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby21? ( test? ( >=dev-ruby/activesupport-4.2[ruby_targets_ruby21] dev-ruby/bundler[ruby_targets_ruby21] >=dev-ruby/mocha-0.13[ruby_targets_ruby21] dev-ruby/test_declarative[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/activesupport-4.2[ruby_targets_ruby22] dev-ruby/bundler[ruby_targets_ruby22] >=dev-ruby/mocha-0.13[ruby_targets_ruby22] dev-ruby/test_declarative[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/activesupport-4.2[ruby_targets_ruby23] dev-ruby/bundler[ruby_targets_ruby23] >=dev-ruby/mocha-0.13[ruby_targets_ruby23] dev-ruby/test_declarative[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) +DESCRIPTION=Add Internationalization support to your Ruby application +EAPI=6 +HOMEPAGE=http://rails-i18n.org/ +IUSE=elibc_FreeBSD ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) +SLOT=0.8 +SRC_URI=https://github.com/svenfuchs/i18n/archive/v0.8.4.tar.gz -> i18n-0.8.4.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=3f4d51df1a691cc3b3f005813fedb230 diff --git a/metadata/md5-cache/dev-ruby/map-6.6.0 b/metadata/md5-cache/dev-ruby/map-6.6.0 deleted file mode 100644 index ced869085aa9..000000000000 --- a/metadata/md5-cache/dev-ruby/map-6.6.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=A string/symbol indifferent ordered hash that works in all rubies -EAPI=5 -HOMEPAGE=https://github.com/ahoward/map -IUSE=elibc_FreeBSD ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~x86 ~x86-fbsd -LICENSE=|| ( Ruby BSD-2 ) -RDEPEND=ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/map-6.6.0.gem -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=9179f01ecbd34eacfef41ed36f3f5240 diff --git a/metadata/md5-cache/dev-ruby/memcache-client-1.8.5-r2 b/metadata/md5-cache/dev-ruby/memcache-client-1.8.5-r2 deleted file mode 100644 index 4ec20f8fa3e3..000000000000 --- a/metadata/md5-cache/dev-ruby/memcache-client-1.8.5-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby21? ( test? ( dev-ruby/flexmock[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=A ruby library for accessing memcached -EAPI=5 -HOMEPAGE=https://github.com/mperham/memcache-client -IUSE=elibc_FreeBSD ruby_targets_ruby21 doc test test -KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 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_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/memcache-client-1.8.5.gem -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=32815ce3e9118f19f5db109423687baa diff --git a/metadata/md5-cache/dev-ruby/mini_shoulda-0.5.0-r1 b/metadata/md5-cache/dev-ruby/mini_shoulda-0.5.0-r1 deleted file mode 100644 index 0466fa040f02..000000000000 --- a/metadata/md5-cache/dev-ruby/mini_shoulda-0.5.0-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby21? ( >dev-ruby/minitest-2.1.0[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=A minimal shoulda DSL built on top of MiniTest::Spec -EAPI=5 -HOMEPAGE=https://github.com/seattlerb/minitest -IUSE=test elibc_FreeBSD ruby_targets_ruby21 doc test test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby21? ( >dev-ruby/minitest-2.1.0[ruby_targets_ruby21] ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/mini_shoulda-0.5.0.gem -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=ef6e9709989043d2de7da241546c5afb diff --git a/metadata/md5-cache/dev-ruby/png-1.2.1 b/metadata/md5-cache/dev-ruby/png-1.2.1 deleted file mode 100644 index ff4342d17d56..000000000000 --- a/metadata/md5-cache/dev-ruby/png-1.2.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby21? ( test? ( dev-ruby/minitest[ruby_targets_ruby21] ) ) test? ( ruby_targets_ruby21? ( >=dev-ruby/RubyInline-3.5.0[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=An almost pure-Ruby Portable Network Graphics (PNG) library -EAPI=5 -HOMEPAGE=http://docs.seattlerb.org/png/ -IUSE=test elibc_FreeBSD ruby_targets_ruby21 doc test test -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby21? ( >=dev-ruby/RubyInline-3.5.0[ruby_targets_ruby21] ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/png-1.2.1.gem -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=2ce03f5e7e0d115ce41ed4ffa9de93af diff --git a/metadata/md5-cache/dev-ruby/rails_autolink-1.1.6 b/metadata/md5-cache/dev-ruby/rails_autolink-1.1.6 deleted file mode 100644 index eab99c6d3422..000000000000 --- a/metadata/md5-cache/dev-ruby/rails_autolink-1.1.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby21? ( test? ( dev-ruby/minitest[ruby_targets_ruby21] ) ) test? ( ruby_targets_ruby21? ( >=dev-ruby/rails-3.1[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=This is an extraction of the auto_link method from rails -EAPI=5 -HOMEPAGE=https://github.com/tenderlove/rails_autolink -IUSE=doc test test elibc_FreeBSD ruby_targets_ruby21 doc test test -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby21? ( >=dev-ruby/rails-3.1[ruby_targets_ruby21] ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/rails_autolink-1.1.6.gem -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=ff16b35d800fc781b871a658ce5c732a diff --git a/metadata/md5-cache/dev-ruby/rev-0.3.2-r1 b/metadata/md5-cache/dev-ruby/rev-0.3.2-r1 deleted file mode 100644 index 2bba990255cf..000000000000 --- a/metadata/md5-cache/dev-ruby/rev-0.3.2-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby21? ( >=dev-ruby/iobuffer-0.1.0[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=Rev is an event library for Ruby, built on the libev event library -EAPI=5 -HOMEPAGE=https://rubygems.org/gems/rev -IUSE=test elibc_FreeBSD ruby_targets_ruby21 test -KEYWORDS=~amd64 ~x86 ~x86-macos -LICENSE=MIT -RDEPEND=ruby_targets_ruby21? ( >=dev-ruby/iobuffer-0.1.0[ruby_targets_ruby21] ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/rev-0.3.2.gem -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=871d0a2522bebb53fbe7135a8322bf78 diff --git a/metadata/md5-cache/dev-ruby/ruby-inifile-2.0.0-r2 b/metadata/md5-cache/dev-ruby/ruby-inifile-2.0.0-r2 deleted file mode 100644 index fec7fb2828e8..000000000000 --- a/metadata/md5-cache/dev-ruby/ruby-inifile-2.0.0-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) -DESCRIPTION=Small library to parse INI-files in Ruby -EAPI=5 -HOMEPAGE=http://raa.ruby-lang.org/project/ruby-inifile/ -IUSE=elibc_FreeBSD ruby_targets_ruby21 -KEYWORDS=~amd64 ~x86 -LICENSE=Ruby -RDEPEND=ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=http://gregoire.lejeune.free.fr/ruby-inifile_2.0.0.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=110d2551e6cb412a4e4974b742eb2145 diff --git a/metadata/md5-cache/dev-ruby/ruby-tcpwrap-0.6-r3 b/metadata/md5-cache/dev-ruby/ruby-tcpwrap-0.6-r3 deleted file mode 100644 index cdfa8cea786f..000000000000 --- a/metadata/md5-cache/dev-ruby/ruby-tcpwrap-0.6-r3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=net-libs/libident sys-apps/tcp-wrappers ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) -DESCRIPTION=A TCP wrappers library for Ruby -EAPI=5 -HOMEPAGE=http://raa.ruby-lang.org/list.rhtml?name=ruby-tcpwrap -IUSE=elibc_FreeBSD ruby_targets_ruby21 -KEYWORDS=amd64 ~hppa ~mips ~ppc x86 -LICENSE=BSD -RDEPEND=net-libs/libident sys-apps/tcp-wrappers ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=http://shugo.net/archive/ruby-tcpwrap/ruby-tcpwrap-0.6.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=b0cab9b6d14c4198d7da42bbad79bc9c diff --git a/metadata/md5-cache/dev-ruby/semantic_puppet-1.0.0 b/metadata/md5-cache/dev-ruby/semantic_puppet-1.0.0 new file mode 100644 index 000000000000..d3f79b32ac51 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/semantic_puppet-1.0.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby21? ( >=dev-ruby/gettext-setup-0.3[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/gettext-setup-0.3[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/gettext-setup-0.3[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby23] ) ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) +DESCRIPTION=Library of tools for working with Semantic Versions and module dependencies +EAPI=6 +HOMEPAGE=https://github.com/puppetlabs/semantic_puppet +IUSE=test elibc_FreeBSD ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=ruby_targets_ruby21? ( >=dev-ruby/gettext-setup-0.3[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/gettext-setup-0.3[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/gettext-setup-0.3[ruby_targets_ruby23] ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) +SLOT=0 +SRC_URI=mirror://rubygems/semantic_puppet-1.0.0.gem +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=60716f7bd6e52f009d419d5ae9e660cd diff --git a/metadata/md5-cache/dev-util/repo-1.12.37 b/metadata/md5-cache/dev-util/repo-1.12.37 index 16edd7c7d97b..f9972de06e7b 100644 --- a/metadata/md5-cache/dev-util/repo-1.12.37 +++ b/metadata/md5-cache/dev-util/repo-1.12.37 @@ -9,6 +9,6 @@ LICENSE=Apache-2.0 RDEPEND=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_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=https://android.googlesource.com/tools/repo/+archive/v1.12.37.tar.gz +SRC_URI=https://android.googlesource.com/tools/repo/+archive/v1.12.37.tar.gz -> repo-1.12.37.tar.gz _eclasses_=multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=b56bb89f113166b2dc0553d10735cf6c +_md5_=d4499c1bb88f3ea727e0f9b5debbe9cd diff --git a/metadata/md5-cache/dev-util/watchr-0.7 b/metadata/md5-cache/dev-util/watchr-0.7 deleted file mode 100644 index ad60579eba64..000000000000 --- a/metadata/md5-cache/dev-util/watchr-0.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby21? ( dev-ruby/rev[ruby_targets_ruby21] ) ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=Modern continuous testing (flexible alternative to Autotest) -EAPI=5 -HOMEPAGE=http://mynyml.com/ruby/flexible-continuous-testing -IUSE=test elibc_FreeBSD ruby_targets_ruby21 test -KEYWORDS=~amd64 ~x86 ~x86-macos -LICENSE=MIT -RDEPEND=ruby_targets_ruby21? ( dev-ruby/rev[ruby_targets_ruby21] ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/watchr-0.7.gem -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea java-utils-2 1971a6927fcd7ec839f7e12b28a24bdd ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e ruby-fakegem 9652a5d6e78586973d23226d8fd77713 ruby-ng e52d9a73c7757cdc3b195bcd5cf9d389 ruby-utils 453e0fe0dd06baac93b584c91528cc62 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=eae2839e684e513ca1d579f9b3f47936 diff --git a/metadata/md5-cache/games-fps/xonotic-0.8.2 b/metadata/md5-cache/games-fps/xonotic-0.8.2 index 3c1567d58df0..13dc792035fb 100644 --- a/metadata/md5-cache/games-fps/xonotic-0.8.2 +++ b/metadata/md5-cache/games-fps/xonotic-0.8.2 @@ -10,4 +10,4 @@ RDEPEND=sys-libs/zlib virtual/jpeg:0 media-libs/libpng:0 net-misc/curl ~dev-libs SLOT=0 SRC_URI=http://dl.xonotic.org/xonotic-0.8.2.zip _eclasses_=check-reqs bd050ce908e4637604ee604ed4b78e8f epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=a450c1c5b44db42b9ce8a074d05d7156 +_md5_=b3c9e67128c04ec0dfaf3580ae965c49 diff --git a/metadata/md5-cache/games-util/gtkevemon-1.10 b/metadata/md5-cache/games-util/gtkevemon-1.10 index 78129197b51c..08de08e26da3 100644 --- a/metadata/md5-cache/games-util/gtkevemon-1.10 +++ b/metadata/md5-cache/games-util/gtkevemon-1.10 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=dev-cpp/gtkmm:2.4 dev-libs/libxml2 dev-libs/openssl:0 SLOT=0 -SRC_URI=http://github.com/gtkevemon/gtkevemon/archive/v1.10.tar.gz +SRC_URI=http://github.com/gtkevemon/gtkevemon/archive/v1.10.tar.gz -> gtkevemon-1.10.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=32603ead7b2e56acb51444c876fa0c87 +_md5_=0f8bee0f43fc148de6d4585636224cbe diff --git a/metadata/md5-cache/kde-plasma/plasma-desktop-5.8.7.1 b/metadata/md5-cache/kde-plasma/plasma-desktop-5.8.7.1 index 42ebe0d53404..c97cbfdd241e 100644 --- a/metadata/md5-cache/kde-plasma/plasma-desktop-5.8.7.1 +++ b/metadata/md5-cache/kde-plasma/plasma-desktop-5.8.7.1 @@ -11,4 +11,4 @@ REQUIRED_USE=legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) g SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.8.7/plasma-desktop-5.8.7.1.tar.xz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 kde5 036029b32cabf954eb0a9a419f8ae73c kde5-functions b4e90cc66aee4c911166b9c8bf94bbb1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 virtualx 171580f737f5aaf18fcb456548588066 xdg 6cd76cc914c1a759dee032778487b57f xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=59ef92e27b161436f7da91a71963c22d +_md5_=d85c4f3253a22421022f73b780ff5bd2 diff --git a/metadata/md5-cache/mail-filter/sigh-1607.1.2 b/metadata/md5-cache/mail-filter/sigh-1607.1.2 index 90599276081a..a38e3ece14a1 100644 --- a/metadata/md5-cache/mail-filter/sigh-1607.1.2 +++ b/metadata/md5-cache/mail-filter/sigh-1607.1.2 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=mail-filter/libmilter dev-libs/boost dev-libs/openssl:0 SLOT=0 -SRC_URI=https://github.com/croessner/sigh/archive/v1607.1.2.tar.gz +SRC_URI=https://github.com/croessner/sigh/archive/v1607.1.2.tar.gz -> sigh-1607.1.2.tar.gz _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7 versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=e4b205fce0607bfe49e0280f59201a4e +_md5_=ea6b8998686ed856d7ae06d422e7321a diff --git a/metadata/md5-cache/media-gfx/cropgui-0.2 b/metadata/md5-cache/media-gfx/cropgui-0.2-r1 similarity index 97% rename from metadata/md5-cache/media-gfx/cropgui-0.2 rename to metadata/md5-cache/media-gfx/cropgui-0.2-r1 index aa9a40f1a4f0..3e566727b2ca 100644 --- a/metadata/md5-cache/media-gfx/cropgui-0.2 +++ b/metadata/md5-cache/media-gfx/cropgui-0.2-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/jepler/cropgui/archive/v0.2.tar.gz -> cropgui-0.2.tar.gz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=38511f112a2c05d6823dd5f4c829f87e +_md5_=2130168696a954fdab7f21287bffa46d diff --git a/metadata/md5-cache/media-gfx/cropgui-9999 b/metadata/md5-cache/media-gfx/cropgui-9999 index 58c4143e2e52..b82a5ea88afc 100644 --- a/metadata/md5-cache/media-gfx/cropgui-9999 +++ b/metadata/md5-cache/media-gfx/cropgui-9999 @@ -1,4 +1,4 @@ -DEFINED_PHASES=install prepare unpack +DEFINED_PHASES=install unpack DEPEND=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_python2_7(-)] >=dev-vcs/git-1.8.2.1 DESCRIPTION=GUI for lossless cropping of jpeg images EAPI=6 @@ -9,4 +9,4 @@ RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/ REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea git-r3 cbafa3261c37c7e3af44bb16a34ea390 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=335f8dac721d29558faeed127a01b8b8 +_md5_=f077dc12e7adebf89cbb8a4f3e4c1d62 diff --git a/metadata/md5-cache/media-libs/glfw-3.1.2 b/metadata/md5-cache/media-libs/glfw-3.1.2 deleted file mode 100644 index 4bb58943e41c..000000000000 --- a/metadata/md5-cache/media-libs/glfw-3.1.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=x11-libs/libXrandr x11-libs/libX11 x11-libs/libXi x11-libs/libXxf86vm x11-libs/libXinerama x11-libs/libXcursor virtual/opengl sys-devel/make >=dev-util/cmake-3.7.2 -DESCRIPTION=The Portable OpenGL FrameWork -EAPI=5 -HOMEPAGE=http://www.glfw.org/ -IUSE=egl examples -KEYWORDS=amd64 hppa x86 -LICENSE=ZLIB -RDEPEND=x11-libs/libXrandr x11-libs/libX11 x11-libs/libXi x11-libs/libXxf86vm x11-libs/libXinerama x11-libs/libXcursor virtual/opengl -SLOT=0 -SRC_URI=mirror://sourceforge/glfw/glfw-3.1.2.tar.bz2 -_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=dfed628e09ba36365392eb8d8041ca0d diff --git a/metadata/md5-cache/media-libs/glfw-3.2.1 b/metadata/md5-cache/media-libs/glfw-3.2.1 index 246a595cb803..4c499386ec58 100644 --- a/metadata/md5-cache/media-libs/glfw-3.2.1 +++ b/metadata/md5-cache/media-libs/glfw-3.2.1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=x11-libs/libxkbcommon !wayland? ( virtual/opengl x11-libs/libX11 x11-libs/libXcursor x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXxf86vm ) wayland? ( dev-libs/wayland media-libs/mesa[egl,wayland] ) kde-frameworks/extra-cmake-modules wayland? ( dev-libs/wayland-protocols ) sys-devel/make >=dev-util/cmake-3.7.2 +DEPEND=x11-libs/libxkbcommon !wayland? ( virtual/opengl x11-libs/libX11 x11-libs/libXcursor x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXxf86vm ) wayland? ( dev-libs/wayland media-libs/mesa[egl,wayland] ) wayland? ( dev-libs/wayland-protocols kde-frameworks/extra-cmake-modules ) sys-devel/make >=dev-util/cmake-3.7.2 DESCRIPTION=The Portable OpenGL FrameWork EAPI=6 HOMEPAGE=http://www.glfw.org/ @@ -10,4 +10,4 @@ RDEPEND=x11-libs/libxkbcommon !wayland? ( virtual/opengl x11-libs/libX11 x11-lib SLOT=0 SRC_URI=mirror://sourceforge/glfw/glfw-3.2.1.tar.bz2 _eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=425562fe4ea2d37538a3a97ab088cad2 +_md5_=b4ac4e0a1bb83eaae995ec777bda2a53 diff --git a/metadata/md5-cache/media-libs/jbig2dec-0.13-r2 b/metadata/md5-cache/media-libs/jbig2dec-0.13-r2 new file mode 100644 index 000000000000..67f9accb391b --- /dev/null +++ b/metadata/md5-cache/media-libs/jbig2dec-0.13-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=png? ( media-libs/libpng:0= ) test? ( app-arch/unzip ) +DESCRIPTION=A decoder implementation of the JBIG2 image compression format +EAPI=6 +HOMEPAGE=http://ghostscript.com/jbig2dec.html +IUSE=png static-libs test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris +LICENSE=AGPL-3 +RDEPEND=png? ( media-libs/libpng:0= ) +RESTRICT=test +SLOT=0 +SRC_URI=http://downloads.ghostscript.com/public/jbig2dec/jbig2dec-0.13.tar.gz test? ( http://jbig2dec.sourceforge.net/ubc/jb2streams.zip ) +_md5_=53ef9ab97386ad456e9461c298abac79 diff --git a/metadata/md5-cache/media-plugins/kodi-vfs-rar-9999 b/metadata/md5-cache/media-plugins/kodi-vfs-rar-9999 new file mode 100644 index 000000000000..3f279344f906 --- /dev/null +++ b/metadata/md5-cache/media-plugins/kodi-vfs-rar-9999 @@ -0,0 +1,9 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND==dev-libs/libplatform-2* =media-libs/kodi-platform-9999 =media-tv/kodi-9999 sys-devel/make >=dev-util/cmake-3.7.2 >=dev-vcs/git-1.8.2.1 +DESCRIPTION=RAR VFS addon for Kodi +EAPI=6 +HOMEPAGE=https://github.com/notspiff/vfs.rar +LICENSE=GPL-2 +SLOT=0 +_eclasses_=cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b git-r3 cbafa3261c37c7e3af44bb16a34ea390 kodi-addon ffdb1f6d40334d440109937481b0b006 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=4b299f57c58cc832fe7320fe973acc2f diff --git a/metadata/md5-cache/media-sound/spotify-1.0.53 b/metadata/md5-cache/media-sound/spotify-1.0.55 similarity index 89% rename from metadata/md5-cache/media-sound/spotify-1.0.53 rename to metadata/md5-cache/media-sound/spotify-1.0.55 index bf888d03f2c9..524e00ea0546 100644 --- a/metadata/md5-cache/media-sound/spotify-1.0.53 +++ b/metadata/md5-cache/media-sound/spotify-1.0.55 @@ -9,6 +9,6 @@ LICENSE=Spotify RDEPEND=dev-libs/nss gnome-base/gconf gnome-extra/zenity media-libs/alsa-lib media-libs/harfbuzz media-libs/fontconfig media-libs/mesa net-misc/curl[ssl,curl_ssl_openssl] net-print/cups[ssl] x11-libs/gtk+:2 x11-libs/libXScrnSaver x11-libs/libXtst dev-python/pygobject:3 dev-python/dbus-python pulseaudio? ( media-sound/pulseaudio ) gnome? ( gnome-extra/gnome-integration-spotify ) RESTRICT=mirror strip SLOT=0 -SRC_URI=amd64? ( http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.53.758.gde3fc4b2-33_amd64.deb ) x86? ( http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.53.758.gde3fc4b2-34_i386.deb ) +SRC_URI=amd64? ( http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.55.487.g256699aa-16_amd64.deb ) x86? ( http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.55.487.g256699aa-16_i386.deb ) _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea fdo-mime 21ef5adf81836863efa968f2a25cff64 gnome2-utils 8a5e0bf2b8031478ecfeaec753ef4560 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pax-utils 4f95120230a315c8caaabeb2307b7eee toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=d729e5ed98117302957a3827b3e59746 +_md5_=73805b8b4195cd01f7d9ec5ea49b9efc diff --git a/metadata/md5-cache/media-tv/kodi-17.3 b/metadata/md5-cache/media-tv/kodi-17.3 new file mode 100644 index 000000000000..37da16105519 --- /dev/null +++ b/metadata/md5-cache/media-tv/kodi-17.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) >=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(+)] airplay? ( app-pda/libplist net-libs/shairplay ) alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) bluray? ( >=media-libs/libbluray-0.7.0 ) caps? ( sys-libs/libcap ) dbus? ( sys-apps/dbus ) dev-db/sqlite dev-libs/expat dev-libs/fribidi cec? ( >=dev-libs/libcec-4.0 ) dev-libs/libpcre[cxx] dev-libs/libxml2 >=dev-libs/lzo-2.04 dev-libs/tinyxml[stl] >=dev-libs/yajl-2 dev-python/pillow[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(+)] dev-libs/libcdio gles? ( media-libs/mesa[gles2] ) libusb? ( virtual/libusb:1 ) media-fonts/corefonts >=media-fonts/noto-20160531 media-fonts/roboto media-libs/fontconfig media-libs/freetype >=media-libs/libass-0.13.4 media-libs/mesa[egl] >=media-libs/taglib-1.11.1 system-ffmpeg? ( >=media-video/ffmpeg-3.1.6:=[encode,postproc] ) mysql? ( virtual/mysql ) >=net-misc/curl-7.51.0 nfs? ( net-fs/libnfs:= ) opengl? ( media-libs/glu ) !libressl? ( >=dev-libs/openssl-1.0.2j:0= ) libressl? ( dev-libs/libressl:0= ) pulseaudio? ( media-sound/pulseaudio ) samba? ( >=net-fs/samba-3.4.6[smbclient(+)] ) sftp? ( net-libs/libssh[sftp] ) sys-libs/zlib udev? ( virtual/udev ) vaapi? ( x11-libs/libva[opengl] ) vdpau? ( || ( >=x11-libs/libvdpau-1.1 >=x11-drivers/nvidia-drivers-180.51 ) system-ffmpeg? ( media-video/ffmpeg[vdpau] ) ) webserver? ( >=net-libs/libmicrohttpd-0.9.50[messages] ) X? ( x11-libs/libdrm x11-libs/libX11 x11-libs/libXrandr x11-libs/libXrender ) xslt? ( dev-libs/libxslt ) zeroconf? ( net-dns/avahi[dbus] ) app-arch/bzip2 app-arch/unzip app-arch/xz-utils app-arch/zip dev-lang/swig dev-libs/crossguid dev-util/cmake dev-util/gperf media-libs/giflib >=media-libs/libjpeg-turbo-1.5.1:= >=media-libs/libpng-1.6.26:0= test? ( dev-cpp/gtest ) virtual/pkgconfig x86? ( dev-lang/nasm ) java? ( virtual/jre ) >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 sys-devel/make >=dev-util/cmake-3.7.2 +DESCRIPTION=Kodi is a free and open source media-player and entertainment hub +EAPI=6 +HOMEPAGE=https://kodi.tv/ http://kodi.wiki/ +IUSE=airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles libressl libusb lirc mysql nfs nonfree +opengl pulseaudio samba sftp systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver +X +xslt zeroconf java python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) >=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(+)] airplay? ( app-pda/libplist net-libs/shairplay ) alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) bluray? ( >=media-libs/libbluray-0.7.0 ) caps? ( sys-libs/libcap ) dbus? ( sys-apps/dbus ) dev-db/sqlite dev-libs/expat dev-libs/fribidi cec? ( >=dev-libs/libcec-4.0 ) dev-libs/libpcre[cxx] dev-libs/libxml2 >=dev-libs/lzo-2.04 dev-libs/tinyxml[stl] >=dev-libs/yajl-2 dev-python/pillow[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(+)] dev-libs/libcdio gles? ( media-libs/mesa[gles2] ) libusb? ( virtual/libusb:1 ) media-fonts/corefonts >=media-fonts/noto-20160531 media-fonts/roboto media-libs/fontconfig media-libs/freetype >=media-libs/libass-0.13.4 media-libs/mesa[egl] >=media-libs/taglib-1.11.1 system-ffmpeg? ( >=media-video/ffmpeg-3.1.6:=[encode,postproc] ) mysql? ( virtual/mysql ) >=net-misc/curl-7.51.0 nfs? ( net-fs/libnfs:= ) opengl? ( media-libs/glu ) !libressl? ( >=dev-libs/openssl-1.0.2j:0= ) libressl? ( dev-libs/libressl:0= ) pulseaudio? ( media-sound/pulseaudio ) samba? ( >=net-fs/samba-3.4.6[smbclient(+)] ) sftp? ( net-libs/libssh[sftp] ) sys-libs/zlib udev? ( virtual/udev ) vaapi? ( x11-libs/libva[opengl] ) vdpau? ( || ( >=x11-libs/libvdpau-1.1 >=x11-drivers/nvidia-drivers-180.51 ) system-ffmpeg? ( media-video/ffmpeg[vdpau] ) ) webserver? ( >=net-libs/libmicrohttpd-0.9.50[messages] ) X? ( x11-libs/libdrm x11-libs/libX11 x11-libs/libXrandr x11-libs/libXrender ) xslt? ( dev-libs/libxslt ) zeroconf? ( net-dns/avahi[dbus] ) lirc? ( || ( app-misc/lirc app-misc/inputlircd ) ) !media-tv/xbmc udisks? ( sys-fs/udisks:0 ) upower? ( systemd? ( sys-power/upower ) !systemd? ( || ( sys-power/upower-pm-utils sys-power/upower ) ) ) +REQUIRED_USE=python_targets_python2_7 || ( gles opengl ) gles? ( X ) opengl? ( X ) udev? ( !libusb ) udisks? ( dbus ) upower? ( dbus ) +SLOT=0 +SRC_URI=https://github.com/xbmc/libdvdcss/archive/2f12236bc1c92f73c21e973363f79eb300de603f.tar.gz -> libdvdcss-2f12236bc1c92f73c21e973363f79eb300de603f.tar.gz https://github.com/xbmc/libdvdread/archive/17d99db97e7b8f23077b342369d3c22a6250affd.tar.gz -> libdvdread-17d99db97e7b8f23077b342369d3c22a6250affd.tar.gz https://github.com/xbmc/libdvdnav/archive/43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac.tar.gz -> libdvdnav-43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac.tar.gz !system-ffmpeg? ( https://github.com/xbmc/FFmpeg/archive/3.1.6-Krypton.tar.gz -> ffmpeg-kodi-3.1.6-Krypton.tar.gz ) https://github.com/xbmc/xbmc/archive/17.3-Krypton.tar.gz -> kodi-17.3.tar.gz !java? ( https://github.com/candrews/gentoo-kodi/raw/master/kodi-17.3-generated-addons.tar.xz ) +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pax-utils 4f95120230a315c8caaabeb2307b7eee python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=57af5b795294c521075de302cf651d22 diff --git a/metadata/md5-cache/media-tv/kodi-9999 b/metadata/md5-cache/media-tv/kodi-9999 index dec5c2ab0699..4cc6f859607f 100644 --- a/metadata/md5-cache/media-tv/kodi-9999 +++ b/metadata/md5-cache/media-tv/kodi-9999 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) >=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(+)] airplay? ( app-pda/libplist net-libs/shairplay ) alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) bluray? ( >=media-libs/libbluray-0.7.0 ) caps? ( sys-libs/libcap ) dbus? ( sys-apps/dbus ) dev-db/sqlite dev-libs/expat dev-libs/fribidi cec? ( >=dev-libs/libcec-4.0 ) dev-libs/libpcre[cxx] dev-libs/libxml2 >=dev-libs/lzo-2.04 dev-libs/tinyxml[stl] dev-python/pillow[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(+)] dev-libs/libcdio dev-libs/libfmt gles? ( media-libs/mesa[gles2] ) libusb? ( virtual/libusb:1 ) media-fonts/corefonts >=media-fonts/noto-20160531 media-fonts/roboto media-libs/fontconfig media-libs/freetype >=media-libs/libass-0.13.4 media-libs/mesa[egl] >=media-libs/taglib-1.11.1 system-ffmpeg? ( >=media-video/ffmpeg-3.1.6:=[encode,postproc] ) mysql? ( virtual/mysql ) >=net-misc/curl-7.51.0 nfs? ( net-fs/libnfs:= ) opengl? ( media-libs/glu ) !libressl? ( >=dev-libs/openssl-1.0.2j:0= ) libressl? ( dev-libs/libressl:0= ) pulseaudio? ( media-sound/pulseaudio ) samba? ( >=net-fs/samba-3.4.6[smbclient(+)] ) sftp? ( net-libs/libssh[sftp] ) sys-libs/zlib udev? ( virtual/udev ) vaapi? ( x11-libs/libva[opengl] ) vdpau? ( || ( >=x11-libs/libvdpau-1.1 >=x11-drivers/nvidia-drivers-180.51 ) system-ffmpeg? ( media-video/ffmpeg[vdpau] ) ) webserver? ( >=net-libs/libmicrohttpd-0.9.50[messages] ) X? ( x11-libs/libdrm x11-libs/libX11 x11-libs/libXrandr x11-libs/libXrender ) xslt? ( dev-libs/libxslt ) zeroconf? ( net-dns/avahi[dbus] ) app-arch/bzip2 app-arch/unzip app-arch/xz-utils app-arch/zip dev-lang/swig dev-libs/crossguid dev-libs/rapidjson dev-util/cmake dev-util/gperf media-libs/giflib >=media-libs/libjpeg-turbo-1.5.1:= >=media-libs/libpng-1.6.26:0= test? ( dev-cpp/gtest ) virtual/pkgconfig x86? ( dev-lang/nasm ) virtual/jre sys-devel/make >=dev-util/cmake-3.7.2 >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1 +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) >=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(+)] airplay? ( app-pda/libplist net-libs/shairplay ) alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) bluray? ( >=media-libs/libbluray-0.7.0 ) caps? ( sys-libs/libcap ) dbus? ( sys-apps/dbus ) dev-db/sqlite dev-libs/expat dev-libs/fribidi cec? ( >=dev-libs/libcec-4.0 ) dev-libs/libpcre[cxx] dev-libs/libxml2 >=dev-libs/lzo-2.04 dev-libs/tinyxml[stl] dev-python/pillow[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(+)] dev-libs/libcdio dev-libs/libfmt gles? ( media-libs/mesa[gles2] ) libusb? ( virtual/libusb:1 ) media-fonts/corefonts >=media-fonts/noto-20160531 media-fonts/roboto media-libs/fontconfig media-libs/freetype >=media-libs/libass-0.13.4 media-libs/mesa[egl] >=media-libs/taglib-1.11.1 system-ffmpeg? ( >=media-video/ffmpeg-3.1.6:=[encode,postproc] ) mysql? ( virtual/mysql ) >=net-misc/curl-7.51.0 nfs? ( net-fs/libnfs:= ) opengl? ( media-libs/glu ) !libressl? ( >=dev-libs/openssl-1.0.2j:0= ) libressl? ( dev-libs/libressl:0= ) pulseaudio? ( media-sound/pulseaudio ) samba? ( >=net-fs/samba-3.4.6[smbclient(+)] ) sftp? ( net-libs/libssh[sftp] ) sys-libs/zlib udev? ( virtual/udev ) vaapi? ( x11-libs/libva[opengl] ) vdpau? ( || ( >=x11-libs/libvdpau-1.1 >=x11-drivers/nvidia-drivers-180.51 ) system-ffmpeg? ( media-video/ffmpeg[vdpau] ) ) webserver? ( >=net-libs/libmicrohttpd-0.9.50[messages] ) X? ( x11-libs/libdrm x11-libs/libX11 x11-libs/libXrandr x11-libs/libXrender ) xslt? ( dev-libs/libxslt ) zeroconf? ( net-dns/avahi[dbus] ) app-arch/bzip2 app-arch/unzip app-arch/xz-utils app-arch/zip dev-lang/swig dev-libs/crossguid dev-libs/rapidjson dev-util/cmake dev-util/gperf media-libs/giflib >=media-libs/libjpeg-turbo-1.5.1:= >=media-libs/libpng-1.6.26:0= test? ( dev-cpp/gtest ) virtual/pkgconfig x86? ( dev-lang/nasm ) virtual/jre >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 sys-devel/make >=dev-util/cmake-3.7.2 >=dev-vcs/git-1.8.2.1 DESCRIPTION=Kodi is a free and open source media-player and entertainment hub EAPI=6 HOMEPAGE=https://kodi.tv/ http://kodi.wiki/ -IUSE=airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles libressl libusb lirc mysql nfs nonfree +opengl pulseaudio samba sftp systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver +X +xslt zeroconf python_targets_python2_7 +IUSE=airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles libressl libusb lirc mysql nfs +opengl pulseaudio samba sftp systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver +X +xslt zeroconf python_targets_python2_7 LICENSE=GPL-2 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) >=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(+)] airplay? ( app-pda/libplist net-libs/shairplay ) alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) bluray? ( >=media-libs/libbluray-0.7.0 ) caps? ( sys-libs/libcap ) dbus? ( sys-apps/dbus ) dev-db/sqlite dev-libs/expat dev-libs/fribidi cec? ( >=dev-libs/libcec-4.0 ) dev-libs/libpcre[cxx] dev-libs/libxml2 >=dev-libs/lzo-2.04 dev-libs/tinyxml[stl] dev-python/pillow[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(+)] dev-libs/libcdio dev-libs/libfmt gles? ( media-libs/mesa[gles2] ) libusb? ( virtual/libusb:1 ) media-fonts/corefonts >=media-fonts/noto-20160531 media-fonts/roboto media-libs/fontconfig media-libs/freetype >=media-libs/libass-0.13.4 media-libs/mesa[egl] >=media-libs/taglib-1.11.1 system-ffmpeg? ( >=media-video/ffmpeg-3.1.6:=[encode,postproc] ) mysql? ( virtual/mysql ) >=net-misc/curl-7.51.0 nfs? ( net-fs/libnfs:= ) opengl? ( media-libs/glu ) !libressl? ( >=dev-libs/openssl-1.0.2j:0= ) libressl? ( dev-libs/libressl:0= ) pulseaudio? ( media-sound/pulseaudio ) samba? ( >=net-fs/samba-3.4.6[smbclient(+)] ) sftp? ( net-libs/libssh[sftp] ) sys-libs/zlib udev? ( virtual/udev ) vaapi? ( x11-libs/libva[opengl] ) vdpau? ( || ( >=x11-libs/libvdpau-1.1 >=x11-drivers/nvidia-drivers-180.51 ) system-ffmpeg? ( media-video/ffmpeg[vdpau] ) ) webserver? ( >=net-libs/libmicrohttpd-0.9.50[messages] ) X? ( x11-libs/libdrm x11-libs/libX11 x11-libs/libXrandr x11-libs/libXrender ) xslt? ( dev-libs/libxslt ) zeroconf? ( net-dns/avahi[dbus] ) lirc? ( || ( app-misc/lirc app-misc/inputlircd ) ) !media-tv/xbmc udisks? ( sys-fs/udisks:0 ) upower? ( systemd? ( sys-power/upower ) !systemd? ( || ( sys-power/upower-pm-utils sys-power/upower ) ) ) REQUIRED_USE=python_targets_python2_7 || ( gles opengl ) gles? ( X ) opengl? ( X ) udev? ( !libusb ) udisks? ( dbus ) upower? ( dbus ) SLOT=0 SRC_URI=https://github.com/xbmc/libdvdcss/archive/2f12236bc1c92f73c21e973363f79eb300de603f.tar.gz -> libdvdcss-2f12236bc1c92f73c21e973363f79eb300de603f.tar.gz https://github.com/xbmc/libdvdread/archive/17d99db97e7b8f23077b342369d3c22a6250affd.tar.gz -> libdvdread-17d99db97e7b8f23077b342369d3c22a6250affd.tar.gz https://github.com/xbmc/libdvdnav/archive/43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac.tar.gz -> libdvdnav-43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac.tar.gz !system-ffmpeg? ( https://github.com/xbmc/FFmpeg/archive/3.1.6-Krypton.tar.gz -> ffmpeg-kodi-3.1.6-Krypton.tar.gz ) -_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b git-r3 cbafa3261c37c7e3af44bb16a34ea390 libtool e32ea84bf82cf8987965b574672dba93 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 -_md5_=c49c515a75bf682f247b343455a2f8b5 +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 cmake-utils 026933aff3889190eeb565b642cfe252 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b git-r3 cbafa3261c37c7e3af44bb16a34ea390 libtool e32ea84bf82cf8987965b574672dba93 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pax-utils 4f95120230a315c8caaabeb2307b7eee python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=2952031b50d9bc23e90fe2a9ab24c31c diff --git a/metadata/md5-cache/media-video/syncplay-9999 b/metadata/md5-cache/media-video/syncplay-9999 new file mode 100644 index 000000000000..a34265666b52 --- /dev/null +++ b/metadata/md5-cache/media-video/syncplay-9999 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst prepare unpack +DEPEND=>=dev-vcs/git-1.8.2.1 +DESCRIPTION=Client/server to synchronize media playback +EAPI=6 +HOMEPAGE=http://syncplay.pl +IUSE=+client +server gui vlc python_targets_python2_7 +LICENSE=Apache-2.0 +RDEPEND=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_python2_7(-)] || ( >=dev-python/twisted-16.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/twisted-core[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) gui? ( dev-python/pyside[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) vlc? ( media-video/vlc[lua] ) +REQUIRED_USE=vlc? ( client ) gui? ( client ) || ( python_targets_python2_7 ) +SLOT=0 +_eclasses_=git-r3 cbafa3261c37c7e3af44bb16a34ea390 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee +_md5_=fad532f09e07cc731faf83754686c5bd diff --git a/metadata/md5-cache/net-im/coturn-4.5.0.4-r1 b/metadata/md5-cache/net-im/coturn-4.5.0.4-r1 index 1b7b9e48d43c..cf6d66707ded 100644 --- a/metadata/md5-cache/net-im/coturn-4.5.0.4-r1 +++ b/metadata/md5-cache/net-im/coturn-4.5.0.4-r1 @@ -6,8 +6,8 @@ HOMEPAGE=https://github.com/coturn/coturn IUSE=mongodb mysql postgres redis sqlite KEYWORDS=~x86 ~amd64 LICENSE=BSD -RDEPEND=dev-libs/libevent[ssl] dev-libs/openssl:* mongodb? ( dev-libs/mongo-c-driver ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* ) redis? ( dev-libs/hiredis ) sqlite? ( dev-db/sqlite ) +RDEPEND=dev-libs/libevent[ssl] dev-libs/openssl:* mongodb? ( dev-libs/mongo-c-driver ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* ) redis? ( dev-libs/hiredis ) sqlite? ( dev-db/sqlite ) kernel_linux? ( virtual/tmpfiles ) SLOT=0 SRC_URI=https://github.com/coturn/coturn/archive/4.5.0.4.tar.gz -> coturn-4.5.0.4.tar.gz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd ec2e9154031d942186c75c0aabb41900 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7 -_md5_=e30415dd20b5f7a9a1e31f56a4965c36 +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd ec2e9154031d942186c75c0aabb41900 tmpfiles 1e504fdcf4f24aeded1ce42600307f76 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7 +_md5_=bdf236bcced3fc2b5383cf095b869c4b diff --git a/metadata/md5-cache/net-im/coturn-4.5.0.6 b/metadata/md5-cache/net-im/coturn-4.5.0.6 new file mode 100644 index 000000000000..75c7a55a05fc --- /dev/null +++ b/metadata/md5-cache/net-im/coturn-4.5.0.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst +DEPEND=dev-libs/libevent[ssl] dev-libs/openssl:* mongodb? ( dev-libs/mongo-c-driver ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* ) redis? ( dev-libs/hiredis ) sqlite? ( dev-db/sqlite ) virtual/pkgconfig +DESCRIPTION=coturn TURN server project +EAPI=6 +HOMEPAGE=https://github.com/coturn/coturn +IUSE=mongodb mysql postgres redis sqlite +KEYWORDS=~x86 ~amd64 +LICENSE=BSD +RDEPEND=dev-libs/libevent[ssl] dev-libs/openssl:* mongodb? ( dev-libs/mongo-c-driver ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* ) redis? ( dev-libs/hiredis ) sqlite? ( dev-db/sqlite ) kernel_linux? ( virtual/tmpfiles ) +SLOT=0 +SRC_URI=https://github.com/coturn/coturn/archive/4.5.0.6.tar.gz -> coturn-4.5.0.6.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd ec2e9154031d942186c75c0aabb41900 tmpfiles 1e504fdcf4f24aeded1ce42600307f76 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7 +_md5_=bdf236bcced3fc2b5383cf095b869c4b diff --git a/metadata/md5-cache/net-im/coturn-9999 b/metadata/md5-cache/net-im/coturn-9999 index 9855e83e410a..5cdfed72ab6c 100644 --- a/metadata/md5-cache/net-im/coturn-9999 +++ b/metadata/md5-cache/net-im/coturn-9999 @@ -5,7 +5,7 @@ EAPI=6 HOMEPAGE=https://github.com/coturn/coturn IUSE=mongodb mysql postgres redis sqlite LICENSE=BSD -RDEPEND=dev-libs/libevent[ssl] dev-libs/openssl:* mongodb? ( dev-libs/mongo-c-driver ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* ) redis? ( dev-libs/hiredis ) sqlite? ( dev-db/sqlite ) +RDEPEND=dev-libs/libevent[ssl] dev-libs/openssl:* mongodb? ( dev-libs/mongo-c-driver ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* ) redis? ( dev-libs/hiredis ) sqlite? ( dev-db/sqlite ) kernel_linux? ( virtual/tmpfiles ) SLOT=0 -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea git-r3 cbafa3261c37c7e3af44bb16a34ea390 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd ec2e9154031d942186c75c0aabb41900 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7 -_md5_=e30415dd20b5f7a9a1e31f56a4965c36 +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea git-r3 cbafa3261c37c7e3af44bb16a34ea390 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e systemd ec2e9154031d942186c75c0aabb41900 tmpfiles 1e504fdcf4f24aeded1ce42600307f76 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7 +_md5_=bdf236bcced3fc2b5383cf095b869c4b diff --git a/metadata/md5-cache/net-libs/nghttp2-1.23.1 b/metadata/md5-cache/net-libs/nghttp2-1.23.1 new file mode 100644 index 000000000000..f0bdffdd416d --- /dev/null +++ b/metadata/md5-cache/net-libs/nghttp2-1.23.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install test +DEPEND=cxx? ( dev-libs/boost:=[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(-)?,threads] ) hpack-tools? ( >=dev-libs/jansson-2.5 ) jemalloc? ( dev-libs/jemalloc[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(-)?] ) utils? ( >=dev-libs/libev-4.15[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.2: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/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(-)?] ) >=sys-libs/zlib-1.2.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(-)?] net-dns/c-ares:=[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(-)?] ) xml? ( >=dev-libs/libxml2-2.7.7: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(-)?] ) virtual/pkgconfig test? ( >=dev-util/cunit-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(-)?] ) +DESCRIPTION=HTTP/2 C Library +EAPI=6 +HOMEPAGE=https://nghttp2.org/ +IUSE=cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml 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 +LICENSE=MIT +RDEPEND=cxx? ( dev-libs/boost:=[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(-)?,threads] ) hpack-tools? ( >=dev-libs/jansson-2.5 ) jemalloc? ( dev-libs/jemalloc[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(-)?] ) utils? ( >=dev-libs/libev-4.15[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.2: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/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(-)?] ) >=sys-libs/zlib-1.2.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(-)?] net-dns/c-ares:=[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(-)?] ) xml? ( >=dev-libs/libxml2-2.7.7: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(-)?] ) +SLOT=0/1.14 +SRC_URI=https://github.com/tatsuhiro-t/nghttp2/releases/download/v1.23.1/nghttp2-1.23.1.tar.gz +_eclasses_=multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee +_md5_=fb9bc401afbe4344df8e1428fa5af237 diff --git a/metadata/md5-cache/net-misc/openvswitch-2.7.0-r3 b/metadata/md5-cache/net-misc/openvswitch-2.7.0-r3 new file mode 100644 index 000000000000..913ac1d367b4 --- /dev/null +++ b/metadata/md5-cache/net-misc/openvswitch-2.7.0-r3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare setup +DEPEND=|| ( >=sys-apps/openrc-0.10.5 sys-apps/systemd ) ssl? ( dev-libs/openssl: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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ~dev-python/ovs-2.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/twisted[conch,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] debug? ( dev-lang/perl ) virtual/pkgconfig >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) virtual/pkgconfig +DESCRIPTION=Production quality, multilayer virtual switch +EAPI=6 +HOMEPAGE=http://openvswitch.org +IUSE=debug modules monitor +ssl kernel_linux python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=Apache-2.0 GPL-2 +RDEPEND=|| ( >=sys-apps/openrc-0.10.5 sys-apps/systemd ) ssl? ( dev-libs/openssl: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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ~dev-python/ovs-2.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/twisted[conch,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] debug? ( dev-lang/perl ) kernel_linux? ( virtual/modutils ) +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=http://openvswitch.org/releases/openvswitch-2.7.0.tar.gz +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 linux-info ca370deef9d44125d829f2eb6ebc83e0 linux-mod e77cdec133261f6bfa67560748277269 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd ec2e9154031d942186c75c0aabb41900 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=1ef075a7ba168d8067f19d4e5d60d1ba diff --git a/metadata/md5-cache/net-wireless/chirp-20170414 b/metadata/md5-cache/net-wireless/chirp-20170526 similarity index 94% rename from metadata/md5-cache/net-wireless/chirp-20170414 rename to metadata/md5-cache/net-wireless/chirp-20170526 index 1a91c59a701b..c080e4848069 100644 --- a/metadata/md5-cache/net-wireless/chirp-20170414 +++ b/metadata/md5-cache/net-wireless/chirp-20170526 @@ -10,6 +10,6 @@ RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/ REQUIRED_USE=|| ( python_targets_python2_7 ) RESTRICT=test SLOT=0 -SRC_URI=http://trac.chirp.danplanet.com/chirp_daily/daily-20170414/chirp-daily-20170414.tar.gz +SRC_URI=http://trac.chirp.danplanet.com/chirp_daily/daily-20170526/chirp-daily-20170526.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 _md5_=af25847dcc08d6ec2fad7bd857a49683 diff --git a/metadata/md5-cache/perl-core/Module-CoreList-5.201.705.300 b/metadata/md5-cache/perl-core/Module-CoreList-5.201.705.300 new file mode 100644 index 000000000000..842c7e070ba5 --- /dev/null +++ b/metadata/md5-cache/perl-core/Module-CoreList-5.201.705.300 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=dev-lang/perl:= +DESCRIPTION=what modules shipped with versions of perl +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Module-CoreList/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-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=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/B/BI/BINGOS/Module-CoreList-5.20170530.tar.gz +_eclasses_=alternatives 6c575717515f030736d1b718d507d2f9 multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=c7f81bcd93cb1b3217db9331debf1e61 diff --git a/metadata/md5-cache/sci-libs/Fiona-1.7.6 b/metadata/md5-cache/sci-libs/Fiona-1.7.6 index 53029aef5544..52bac76948fb 100644 --- a/metadata/md5-cache/sci-libs/Fiona-1.7.6 +++ b/metadata/md5-cache/sci-libs/Fiona-1.7.6 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=>=sci-libs/gdal-1.8 dev-python/click[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/cligj[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/munch[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DEPEND=>=sci-libs/gdal-1.8 dev-python/click[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(-)] 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(-)] test? ( 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/pytest[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/cligj[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/munch[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=OGR's neat, nimble, no-nonsense API EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/Fiona -IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=>=sci-libs/gdal-1.8 dev-python/click[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] 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 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +RDEPEND=>=sci-libs/gdal-1.8 dev-python/click[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/F/Fiona/Fiona-1.7.6.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 -_md5_=f3d5568aa1bd9cd9148929c63deec5cc +_md5_=9c8a9819fa085b090e188505d975e098 diff --git a/metadata/md5-cache/sci-libs/matio-1.5.9 b/metadata/md5-cache/sci-libs/matio-1.5.10 similarity index 81% rename from metadata/md5-cache/sci-libs/matio-1.5.9 rename to metadata/md5-cache/sci-libs/matio-1.5.10 index c70feb66c33a..683f830eac61 100644 --- a/metadata/md5-cache/sci-libs/matio-1.5.9 +++ b/metadata/md5-cache/sci-libs/matio-1.5.10 @@ -8,5 +8,5 @@ KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD-2 RDEPEND=sys-libs/zlib hdf5? ( sci-libs/hdf5 ) SLOT=0/4 -SRC_URI=mirror://sourceforge/matio/matio-1.5.9.tar.gz -_md5_=72b7da126cbf0b9045c626b8093e4bd7 +SRC_URI=mirror://sourceforge/matio/matio-1.5.10.tar.gz +_md5_=e0d5ac22ee1053f662f7fb844653f819 diff --git a/metadata/md5-cache/sci-libs/matio-1.5.7 b/metadata/md5-cache/sci-libs/matio-1.5.7 deleted file mode 100644 index 102ddd7edd5c..000000000000 --- a/metadata/md5-cache/sci-libs/matio-1.5.7 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install -DEPEND=sys-libs/zlib hdf5? ( sci-libs/hdf5 ) sys-devel/libtool doc? ( virtual/latex-base ) -DESCRIPTION=Library for reading and writing matlab files -EAPI=6 -HOMEPAGE=https://sourceforge.net/projects/matio/ -IUSE=doc examples hdf5 sparse static-libs -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=BSD-2 -RDEPEND=sys-libs/zlib hdf5? ( sci-libs/hdf5 ) -SLOT=0 -SRC_URI=mirror://sourceforge/matio/matio-1.5.7.tar.gz -_md5_=431072295e68981e87e617c57dd38246 diff --git a/metadata/md5-cache/sci-libs/matio-1.5.8 b/metadata/md5-cache/sci-libs/matio-1.5.8 deleted file mode 100644 index 285a83ee4954..000000000000 --- a/metadata/md5-cache/sci-libs/matio-1.5.8 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install -DEPEND=sys-libs/zlib hdf5? ( sci-libs/hdf5 ) sys-devel/libtool doc? ( virtual/latex-base ) -DESCRIPTION=Library for reading and writing matlab files -EAPI=6 -HOMEPAGE=https://sourceforge.net/projects/matio/ -IUSE=doc examples hdf5 sparse static-libs -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=BSD-2 -RDEPEND=sys-libs/zlib hdf5? ( sci-libs/hdf5 ) -SLOT=0/4 -SRC_URI=mirror://sourceforge/matio/matio-1.5.8.tar.gz -_md5_=72b7da126cbf0b9045c626b8093e4bd7 diff --git a/metadata/md5-cache/sci-mathematics/maxima-5.40.0 b/metadata/md5-cache/sci-mathematics/maxima-5.40.0 new file mode 100644 index 000000000000..603cfc2ca931 --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/maxima-5.40.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup +DEPEND=!app-emacs/imaxima X? ( x11-misc/xdg-utils sci-visualization/gnuplot[gd] tk? ( dev-lang/tk:0 ) ) emacs? ( virtual/emacs virtual/latex-base app-emacs/auctex app-text/ghostscript-gpl dev-texlive/texlive-latexrecommended ) clisp? ( dev-lisp/clisp:= ) clozurecl? ( dev-lisp/clozurecl:= app-misc/rlwrap ) ecls? ( dev-lisp/ecls:= app-misc/rlwrap ) gcl? ( dev-lisp/gcl:= ) cmucl? ( dev-lisp/cmucl:= app-misc/rlwrap ) sbcl? ( dev-lisp/sbcl:= app-misc/rlwrap ) !clisp? ( !clozurecl? ( !ecls? ( !gcl? ( !cmucl? ( !sbcl? ( arm? ( dev-lisp/gcl:= ) !arm? ( dev-lisp/sbcl:= app-misc/rlwrap ) ) ) ) ) ) ) sys-apps/texinfo >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Free computer algebra environment based on Macsyma +EAPI=5 +HOMEPAGE=http://maxima.sourceforge.net/ +IUSE=emacs tk nls unicode X sbcl cmucl gcl ecls clozurecl clisp linguas_de linguas_es linguas_pt linguas_pt_BR +KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=GPL-2 GPL-2+ +RDEPEND=!app-emacs/imaxima X? ( x11-misc/xdg-utils sci-visualization/gnuplot[gd] tk? ( dev-lang/tk:0 ) ) emacs? ( virtual/emacs virtual/latex-base app-emacs/auctex app-text/ghostscript-gpl dev-texlive/texlive-latexrecommended ) clisp? ( dev-lisp/clisp:= ) clozurecl? ( dev-lisp/clozurecl:= app-misc/rlwrap ) ecls? ( dev-lisp/ecls:= app-misc/rlwrap ) gcl? ( dev-lisp/gcl:= ) cmucl? ( dev-lisp/cmucl:= app-misc/rlwrap ) sbcl? ( dev-lisp/sbcl:= app-misc/rlwrap ) !clisp? ( !clozurecl? ( !ecls? ( !gcl? ( !cmucl? ( !sbcl? ( arm? ( dev-lisp/gcl:= ) !arm? ( dev-lisp/sbcl:= app-misc/rlwrap ) ) ) ) ) ) ) +SLOT=0 +SRC_URI=mirror://sourceforge/maxima/maxima-5.40.0.tar.gz +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 elisp-common 19ff54b35acd0bf2a14831a308a57753 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee +_md5_=49c68b6efe924d788bb59cc15a9b1f3e diff --git a/metadata/md5-cache/sys-apps/man-pages-4.11 b/metadata/md5-cache/sys-apps/man-pages-4.11 index be470a366623..7d28fab73774 100644 --- a/metadata/md5-cache/sys-apps/man-pages-4.11 +++ b/metadata/md5-cache/sys-apps/man-pages-4.11 @@ -6,8 +6,8 @@ IUSE=nls l10n_da l10n_de l10n_fr l10n_it l10n_ja l10n_nl l10n_pl l10n_ro l10n_ru KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux LICENSE=man-pages GPL-2+ BSD PDEPEND=nls? ( l10n_da? ( app-i18n/man-pages-da ) l10n_de? ( app-i18n/man-pages-de ) l10n_fr? ( app-i18n/man-pages-fr ) l10n_it? ( app-i18n/man-pages-it ) l10n_ja? ( app-i18n/man-pages-ja ) l10n_nl? ( app-i18n/man-pages-nl ) l10n_pl? ( app-i18n/man-pages-pl ) l10n_ro? ( app-i18n/man-pages-ro ) l10n_ru? ( app-i18n/man-pages-ru ) l10n_zh-CN? ( app-i18n/man-pages-zh_CN ) ) sys-apps/man-pages-posix -RDEPEND=virtual/man !=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) ) ncurses? ( sys-libs/ncurses:0= ) pam? ( sys-auth/pambase virtual/pam ) audit? ( sys-process/audit ) kernel_linux? ( sys-process/psmisc !=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) ) ncurses? ( sys-libs/ncurses:0= ) pam? ( sys-auth/pambase virtual/pam ) audit? ( sys-process/audit ) kernel_linux? ( sys-process/psmisc !=sys-apps/sysvinit-2.86-r6[selinux?] virtual/tmpfiles ) kernel_FreeBSD? ( sys-freebsd/freebsd-sbin ) ) selinux? ( sec-policy/selinux-base-policy sec-policy/selinux-openrc ) +SLOT=0 +SRC_URI=https://github.com/openrc/openrc/archive/0.26.3.tar.gz -> openrc-0.26.3.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee +_md5_=7e3acad6ee4f5c250092a71a8b7179b9 diff --git a/metadata/md5-cache/sys-auth/keystone-11.0.2 b/metadata/md5-cache/sys-auth/keystone-11.0.2 new file mode 100644 index 000000000000..7ae9516ce526 --- /dev/null +++ b/metadata/md5-cache/sys-auth/keystone-11.0.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile config configure install postinst prepare setup test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pbr-1.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +DESCRIPTION=The Openstack authentication, authorization, and service catalog +EAPI=6 +HOMEPAGE=https://launchpad.net/keystone +IUSE=+sqlite ldap memcached mongo mysql postgres test python_targets_python2_7 python_targets_python3_4 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/pbr-1.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/Babel-2.3.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/webob-1.6.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pastedeploy-1.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/paste[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/routes-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/routes-2.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/routes-2.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/cryptography-1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/cryptography-1.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] sqlite? ( >=dev-python/sqlalchemy-1.0.10[sqlite,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/pymysql-0.7.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/pymysql-0.7.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/sqlalchemy-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/psycopg-2.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/sqlalchemy-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/sqlalchemy-migrate-0.9.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/stevedore-1.17.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/passlib-1.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/python-keystoneclient-3.8.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/keystonemiddleware-4.12.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-cache-1.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-concurrency-3.8.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-config-3.14.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/oslo-config-3.18.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-context-2.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-messaging-5.14.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-db-4.15.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-i18n-2.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-log-3.11.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-middleware-3.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-policy-1.17.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-serialization-1.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-utils-3.18.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oauthlib-0.6.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pysaml2-2.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/dogpile-cache-0.6.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/jsonschema-2.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/jsonschema-2.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/pycadf-1.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/pycadf-2.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/msgpack-0.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/osprofiler-1.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] memcached? ( >=dev-python/python-memcached-1.56[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) mongo? ( >=dev-python/pymongo-3.0.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/pymongo-3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) ldap? ( >=dev-python/pyldap-2.4.20[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/ldappool-2.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) || ( www-servers/uwsgi[python,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] www-apache/mod_wsgi[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] www-servers/gunicorn[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python2_7 python_targets_python3_4 ) +SLOT=0 +SRC_URI=https://tarballs.openstack.org/keystone/keystone-11.0.2.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=177e52e6e62756665516e0fcda20dee0 diff --git a/metadata/md5-cache/sys-boot/systemd-boot-233 b/metadata/md5-cache/sys-boot/systemd-boot-233 new file mode 100644 index 000000000000..3541cac48fc4 --- /dev/null +++ b/metadata/md5-cache/sys-boot/systemd-boot-233 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=>=sys-apps/util-linux-2.27.1 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt:0 >=dev-util/intltool-0.50 dev-util/gperf >=sys-boot/gnu-efi-3.0.2 sys-libs/libcap virtual/pkgconfig >=app-portage/elt-patches-20170317 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=UEFI boot manager from systemd (formerly gummiboot) +EAPI=6 +HOMEPAGE=https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/ +KEYWORDS=~amd64 +LICENSE=GPL-2 LGPL-2.1 MIT public-domain +RDEPEND=>=sys-apps/util-linux-2.27.1 !sys-apps/systemd +SLOT=0 +SRC_URI=https://github.com/systemd/systemd/archive/v233.tar.gz -> systemd-233.tar.gz +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 libtool e32ea84bf82cf8987965b574672dba93 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee +_md5_=efc962897de51515fc99d92e7f37b489 diff --git a/metadata/md5-cache/sys-cluster/corosync-2.4.2 b/metadata/md5-cache/sys-cluster/corosync-2.4.2 index e2c0fdc52cfc..3c3cf094c391 100644 --- a/metadata/md5-cache/sys-cluster/corosync-2.4.2 +++ b/metadata/md5-cache/sys-cluster/corosync-2.4.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 LICENSE=BSD-2 public-domain RDEPEND=!sys-cluster/heartbeat infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* ) dev-libs/nss >=sys-cluster/libqb-0.14.4 SLOT=0 -SRC_URI=https://github.com/corosync/corosync/archive/v2.4.2.tar.gz +SRC_URI=https://github.com/corosync/corosync/archive/v2.4.2.tar.gz -> corosync-2.4.2.tar.gz _eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 libtool e32ea84bf82cf8987965b574672dba93 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=bc4a70bb8be695415dab26d6771f4873 +_md5_=9f3f6908cdf702147034710447ee1d0c diff --git a/metadata/md5-cache/sys-cluster/nova-14.0.7 b/metadata/md5-cache/sys-cluster/nova-14.0.7 new file mode 100644 index 000000000000..4865b1dca683 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/nova-14.0.7 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=dev-python/setuptools-16.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pbr-1.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] app-admin/sudo python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +DESCRIPTION=Cloud computing fabric controller (main part of an IaaS system) in Python +EAPI=6 +HOMEPAGE=https://launchpad.net/nova +IUSE=+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite python_targets_python2_7 python_targets_python3_4 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/pbr-1.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] compute-only? ( >=dev-python/sqlalchemy-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/sqlalchemy-1.0.10[sqlite,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/pymysql-0.6.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/pymysql-0.7.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/sqlalchemy-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/psycopg-2.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/sqlalchemy-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/boto-2.32.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/decorator-3.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/eventlet-0.18.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/jinja-2.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/keystonemiddleware-4.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/keystonemiddleware-4.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/keystonemiddleware-4.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/routes-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/routes-2.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/routes-2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/cryptography-1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/cryptography-1.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/webob-1.2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/paste[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/prettytable-0.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/sqlalchemy-migrate-0.9.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/netaddr-0.7.13[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/netaddr-0.7.16[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/netifaces-0.10.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/paramiko-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/Babel-2.3.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/iso8601-0.1.11[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/jsonschema-2.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/jsonschema-2.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/python-cinderclient-1.6.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/python-cinderclient-1.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/python-cinderclient-1.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/keystoneauth-2.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/python-neutronclient-5.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/python-glanceclient-2.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/python-glanceclient-2.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/requests-2.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/stevedore-1.16.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/setuptools-16.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-24.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.1.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.3.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.3.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/websockify-0.8.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-cache-1.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-concurrency-3.8.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-config-3.14.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-context-2.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-log-1.14.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-reports-0.6.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-serialization-1.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-utils-3.16.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-db-4.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/oslo-db-4.13.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/oslo-db-4.13.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-rootwrap-5.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-messaging-5.2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-policy-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-i18n-2.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-service-1.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/rfc3986-0.2.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-middleware-3.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/psutil-1.1.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/oslo-versionedobjects-1.13.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/os-brick-1.6.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/os-vif-1.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/os-win-0.2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/castellan-0.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/microversion-parse-0.1.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/libvirt-python[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] app-emulation/libvirt[iscsi?] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 openvswitch? ( net-misc/openvswitch ) rabbitmq? ( net-misc/rabbitmq-server ) memcached? ( net-misc/memcached >=dev-python/python-memcached-1.58 ) sys-fs/sysfsutils sys-fs/multipath-tools net-misc/bridge-utils compute? ( app-cdr/cdrtools sys-fs/dosfstools app-emulation/qemu ) iscsi? ( sys-fs/lsscsi >=sys-block/open-iscsi-2.0.873-r1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +REQUIRED_USE=!compute-only? ( || ( mysql postgres sqlite ) ) compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite ) || ( python_targets_python2_7 python_targets_python3_4 ) +SLOT=0 +SRC_URI=https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/newton/nova.conf.sample -> newton-nova.conf.sample https://tarballs.openstack.org/nova/nova-14.0.7.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=033d3ff87b355608f63f27e8876603b0 diff --git a/metadata/md5-cache/sys-cluster/nova-15.0.5 b/metadata/md5-cache/sys-cluster/nova-15.0.5 new file mode 100644 index 000000000000..2414d5f3016e --- /dev/null +++ b/metadata/md5-cache/sys-cluster/nova-15.0.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=dev-python/setuptools-16.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-24.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.1.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.3.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pbr-1.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] app-admin/sudo python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +DESCRIPTION=Cloud computing fabric controller (main part of an IaaS system) in Python +EAPI=6 +HOMEPAGE=https://launchpad.net/nova +IUSE=+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite python_targets_python2_7 python_targets_python3_4 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/setuptools-16.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-24.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.0.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.1.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/setuptools-34.3.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pbr-1.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] compute-only? ( >=dev-python/sqlalchemy-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/sqlalchemy-1.0.10[sqlite,python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/pymysql-0.7.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/pymysql-0.7.7[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/sqlalchemy-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/psycopg-2.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/sqlalchemy-1.0.10[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/decorator-3.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/eventlet-0.18.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/jinja-2.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/jinja-2.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/jinja-2.9.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/jinja-2.9.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/jinja-2.9.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/jinja-2.9.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/keystonemiddleware-4.12.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/lxml-3.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/routes-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/routes-2.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/routes-2.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/cryptography-1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/cryptography-1.3.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/webob-1.6.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/paste[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/prettytable-0.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/sqlalchemy-migrate-0.9.6[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/netaddr-0.7.13[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/netaddr-0.7.16[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/netifaces-0.10.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/paramiko-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/Babel-2.3.4[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/iso8601-0.1.11[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/jsonschema-2.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/jsonschema-2.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] =dev-python/python-cinderclient-1.6.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/python-cinderclient-1.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/python-cinderclient-1.7.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/keystoneauth-2.18.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/python-neutronclient-5.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/python-glanceclient-2.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/requests-2.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/requests-2.12.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/stevedore-1.17.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/websockify-0.8.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-cache-1.5.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-concurrency-3.8.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-config-3.14.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] !~dev-python/oslo-config-3.18.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-context-2.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-log-3.11.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-reports-0.6.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-serialization-1.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-utils-3.18.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-db-4.15.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-rootwrap-5.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-messaging-5.14.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-policy-1.17.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-privsep-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-i18n-2.1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-service-1.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/rfc3986-0.3.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-middleware-3.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/psutil-3.0.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/oslo-versionedobjects-1.17.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/os-brick-1.8.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/os-vif-1.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/os-win-1.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/castellan-0.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/microversion-parse-0.1.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=dev-python/os-xenapi-0.1.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] dev-python/libvirt-python[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] app-emulation/libvirt[iscsi?] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 openvswitch? ( net-misc/openvswitch ) rabbitmq? ( net-misc/rabbitmq-server ) memcached? ( net-misc/memcached >=dev-python/python-memcached-1.58 ) sys-fs/sysfsutils sys-fs/multipath-tools net-misc/bridge-utils compute? ( app-cdr/cdrtools sys-fs/dosfstools app-emulation/qemu ) iscsi? ( sys-fs/lsscsi >=sys-block/open-iscsi-2.0.873-r1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] +REQUIRED_USE=!compute-only? ( || ( mysql postgres sqlite ) ) compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite ) || ( python_targets_python2_7 python_targets_python3_4 ) +SLOT=0 +SRC_URI=https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/ocata/nova.conf.sample -> nova.conf.sample-15.0.5 https://tarballs.openstack.org/nova/nova-15.0.5.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7 versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=a2a2a0eb6cf4dcc8109ad26031de1a1a diff --git a/metadata/md5-cache/sys-fs/ldapfuse-1.0 b/metadata/md5-cache/sys-fs/ldapfuse-1.0-r1 similarity index 89% rename from metadata/md5-cache/sys-fs/ldapfuse-1.0 rename to metadata/md5-cache/sys-fs/ldapfuse-1.0-r1 index f1039648bc88..12586e6abe9f 100644 --- a/metadata/md5-cache/sys-fs/ldapfuse-1.0 +++ b/metadata/md5-cache/sys-fs/ldapfuse-1.0-r1 @@ -1,11 +1,11 @@ DEFINED_PHASES=- DEPEND=net-nds/openldap sys-fs/fuse >=sys-libs/libhx-3.12 app-arch/xz-utils virtual/pkgconfig DESCRIPTION=A virtual filesystem for FUSE which allows navigation of an LDAP tree -EAPI=4 +EAPI=6 HOMEPAGE=https://sourceforge.net/projects/ldapfuse/ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=net-nds/openldap sys-fs/fuse >=sys-libs/libhx-3.12 SLOT=0 SRC_URI=mirror://sourceforge/ldapfuse/ldapfuse-1.0.tar.xz -_md5_=89954667099cbdb853447ecd5b9af68a +_md5_=7c86ba7f199a0edf7a238e45be069007 diff --git a/metadata/md5-cache/sys-process/procps-3.3.12-r1 b/metadata/md5-cache/sys-process/procps-3.3.12-r1 index ef197d0bf068..4748f391d362 100644 --- a/metadata/md5-cache/sys-process/procps-3.3.12-r1 +++ b/metadata/md5-cache/sys-process/procps-3.3.12-r1 @@ -10,4 +10,4 @@ RDEPEND=elogind? ( sys-auth/elogind ) ncurses? ( >=sys-libs/ncurses-5.7-r7:=[uni SLOT=0/5 SRC_URI=mirror://sourceforge/procps-ng/procps-ng-3.3.12.tar.xz _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=21bbc9daf4bd1eb6765295b62f2f27bf +_md5_=7b083857f8931fcac7e29de96e9600c4 diff --git a/metadata/md5-cache/virtual/perl-Attribute-Handlers-0.990.0-r1 b/metadata/md5-cache/virtual/perl-Attribute-Handlers-0.990.0-r1 index fc6b9d778367..758830a50725 100644 --- a/metadata/md5-cache/virtual/perl-Attribute-Handlers-0.990.0-r1 +++ b/metadata/md5-cache/virtual/perl-Attribute-Handlers-0.990.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Attribute-Handlers EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Attribute-Handlers-0.990.0 ) dev-lang/perl:= !perl-core/Attribute-Handlers-0.990.0-r999 SLOT=0 -_md5_=513720469d592e4628369ca3172a1f04 +_md5_=a40b8ffd6e1cb7bbf2110e48f5bc49f0 diff --git a/metadata/md5-cache/virtual/perl-CPAN-Meta-2.150.5-r1 b/metadata/md5-cache/virtual/perl-CPAN-Meta-2.150.5-r1 index 0b51355cde50..97e870f87d16 100644 --- a/metadata/md5-cache/virtual/perl-CPAN-Meta-2.150.5-r1 +++ b/metadata/md5-cache/virtual/perl-CPAN-Meta-2.150.5-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for CPAN-Meta EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/CPAN-Meta-2.150.5 ) dev-lang/perl:= >=virtual/perl-CPAN-Meta-YAML-0.11.0 >=virtual/perl-JSON-PP-2.271.30 >=virtual/perl-Parse-CPAN-Meta-1.441.400 SLOT=0 -_md5_=c10ff78b588c02818065fe0c4e0f91c7 +_md5_=138ddd45efcf71a062b252bff993c970 diff --git a/metadata/md5-cache/virtual/perl-CPAN-Meta-Requirements-2.140.0-r1 b/metadata/md5-cache/virtual/perl-CPAN-Meta-Requirements-2.140.0-r1 index c4e093594163..46ce28545ba0 100644 --- a/metadata/md5-cache/virtual/perl-CPAN-Meta-Requirements-2.140.0-r1 +++ b/metadata/md5-cache/virtual/perl-CPAN-Meta-Requirements-2.140.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for CPAN-Meta-Requirements EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-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 ~amd64-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 RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/CPAN-Meta-Requirements-2.140.0 ) dev-lang/perl:= !perl-core/CPAN-Meta-Requirements-2.140.0-r999 SLOT=0 -_md5_=e121302d8def587267ce5f6fa4053853 +_md5_=de20910f4c4450c3dcf80f9d84a0620b diff --git a/metadata/md5-cache/virtual/perl-CPAN-Meta-YAML-0.18.0-r1 b/metadata/md5-cache/virtual/perl-CPAN-Meta-YAML-0.18.0-r1 index 87aae614d564..84f63bcf1f76 100644 --- a/metadata/md5-cache/virtual/perl-CPAN-Meta-YAML-0.18.0-r1 +++ b/metadata/md5-cache/virtual/perl-CPAN-Meta-YAML-0.18.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for CPAN-Meta-YAML EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/CPAN-Meta-YAML-0.18.0 ) dev-lang/perl:= !perl-core/CPAN-Meta-YAML-0.18.0-r999 SLOT=0 -_md5_=1821dbfb4e425631806cd3e0ac4cbd54 +_md5_=b7361db78f18bffcd7f1b4a3da526f3d diff --git a/metadata/md5-cache/virtual/perl-Carp-1.400.0-r1 b/metadata/md5-cache/virtual/perl-Carp-1.400.0-r1 index 951b58f9205a..ad512ddc5808 100644 --- a/metadata/md5-cache/virtual/perl-Carp-1.400.0-r1 +++ b/metadata/md5-cache/virtual/perl-Carp-1.400.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Carp EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Carp-1.400.0 ) dev-lang/perl:= !perl-core/Carp-1.400.0-r999 SLOT=0 -_md5_=3290e1e28be647aa9d0ec43656d3d1ed +_md5_=3326514a08827b8bb5d7a7517f475904 diff --git a/metadata/md5-cache/virtual/perl-Compress-Raw-Bzip2-2.69.0-r1 b/metadata/md5-cache/virtual/perl-Compress-Raw-Bzip2-2.69.0-r1 index 43e91d4d53bd..4145755630aa 100644 --- a/metadata/md5-cache/virtual/perl-Compress-Raw-Bzip2-2.69.0-r1 +++ b/metadata/md5-cache/virtual/perl-Compress-Raw-Bzip2-2.69.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Compress-Raw-Bzip2 EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Compress-Raw-Bzip2-2.69.0 ) dev-lang/perl:= !perl-core/Compress-Raw-Bzip2-2.69.0-r999 SLOT=0 -_md5_=1821dbfb4e425631806cd3e0ac4cbd54 +_md5_=b7361db78f18bffcd7f1b4a3da526f3d diff --git a/metadata/md5-cache/virtual/perl-Compress-Raw-Zlib-2.69.0-r1 b/metadata/md5-cache/virtual/perl-Compress-Raw-Zlib-2.69.0-r1 index b839731e0ace..08eb0ec72c88 100644 --- a/metadata/md5-cache/virtual/perl-Compress-Raw-Zlib-2.69.0-r1 +++ b/metadata/md5-cache/virtual/perl-Compress-Raw-Zlib-2.69.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Compress-Raw-Zlib EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Compress-Raw-Zlib-2.69.0 ) dev-lang/perl:= !perl-core/Compress-Raw-Zlib-2.69.0-r999 SLOT=0 -_md5_=1821dbfb4e425631806cd3e0ac4cbd54 +_md5_=b7361db78f18bffcd7f1b4a3da526f3d diff --git a/metadata/md5-cache/virtual/perl-Data-Dumper-2.160.0-r1 b/metadata/md5-cache/virtual/perl-Data-Dumper-2.160.0-r1 index 137be5705093..fb807faa8acb 100644 --- a/metadata/md5-cache/virtual/perl-Data-Dumper-2.160.0-r1 +++ b/metadata/md5-cache/virtual/perl-Data-Dumper-2.160.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Data-Dumper EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Data-Dumper-2.160.0 ) dev-lang/perl:= !perl-core/Data-Dumper-2.160.0-r999 SLOT=0 -_md5_=3290e1e28be647aa9d0ec43656d3d1ed +_md5_=3326514a08827b8bb5d7a7517f475904 diff --git a/metadata/md5-cache/virtual/perl-Devel-PPPort-3.320.0-r1 b/metadata/md5-cache/virtual/perl-Devel-PPPort-3.320.0-r1 index 61a2ff6b5c49..ce7692cce250 100644 --- a/metadata/md5-cache/virtual/perl-Devel-PPPort-3.320.0-r1 +++ b/metadata/md5-cache/virtual/perl-Devel-PPPort-3.320.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Devel-PPPort EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Devel-PPPort-3.320.0 ) dev-lang/perl:= !perl-core/Devel-PPPort-3.320.0-r999 SLOT=0 -_md5_=641661323435b34276e2eb4f999ac529 +_md5_=566f354c9f06ed6b2da11a5fae22c840 diff --git a/metadata/md5-cache/virtual/perl-Dumpvalue-1.180.0-r1 b/metadata/md5-cache/virtual/perl-Dumpvalue-1.180.0-r1 index fc04770b9196..90ae2d859f93 100644 --- a/metadata/md5-cache/virtual/perl-Dumpvalue-1.180.0-r1 +++ b/metadata/md5-cache/virtual/perl-Dumpvalue-1.180.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Dumpvalue EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Dumpvalue-1.180.0 ) dev-lang/perl:= !perl-core/Dumpvalue-1.180.0-r999 SLOT=0 -_md5_=641661323435b34276e2eb4f999ac529 +_md5_=566f354c9f06ed6b2da11a5fae22c840 diff --git a/metadata/md5-cache/virtual/perl-Encode-2.800.100_rc b/metadata/md5-cache/virtual/perl-Encode-2.800.100_rc index 0d382ac282b4..08719084f52c 100644 --- a/metadata/md5-cache/virtual/perl-Encode-2.800.100_rc +++ b/metadata/md5-cache/virtual/perl-Encode-2.800.100_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Encode EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/Encode-2.800.100_rc ) dev-lang/perl:= !perl-core/Encode-2.800.100_rc-r999 SLOT=0 -_md5_=7e056f6a90ea2b4ad2b581029f4a7174 +_md5_=5464e86faa1ef2da98ec362ddece957f diff --git a/metadata/md5-cache/virtual/perl-ExtUtils-CBuilder-0.280.225-r1 b/metadata/md5-cache/virtual/perl-ExtUtils-CBuilder-0.280.225-r1 index b87df80cb331..d79a9a30d3d5 100644 --- a/metadata/md5-cache/virtual/perl-ExtUtils-CBuilder-0.280.225-r1 +++ b/metadata/md5-cache/virtual/perl-ExtUtils-CBuilder-0.280.225-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for ExtUtils-CBuilder EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/ExtUtils-CBuilder-0.280.225 ) dev-lang/perl:= !perl-core/ExtUtils-CBuilder-0.280.225-r999 SLOT=0 -_md5_=1821dbfb4e425631806cd3e0ac4cbd54 +_md5_=b7361db78f18bffcd7f1b4a3da526f3d diff --git a/metadata/md5-cache/virtual/perl-ExtUtils-Command-7.100.200_rc b/metadata/md5-cache/virtual/perl-ExtUtils-Command-7.100.200_rc index 22ca682e80b2..88256cd1855e 100644 --- a/metadata/md5-cache/virtual/perl-ExtUtils-Command-7.100.200_rc +++ b/metadata/md5-cache/virtual/perl-ExtUtils-Command-7.100.200_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for ExtUtils-Command EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-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 ~amd64-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 RDEPEND=~virtual/perl-ExtUtils-MakeMaker-7.100.200_rc dev-lang/perl:= !perl-core/ExtUtils-Command-7.100.200_rc-r999 SLOT=0 -_md5_=33d8c1cb2664ac05ca14ceb0e9d8ccef +_md5_=fe7c48c3765ede227dcf1cdfacdacfd3 diff --git a/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.100.200_rc b/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.100.200_rc index 9a870dcbcfd2..6ea57cc0c592 100644 --- a/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.100.200_rc +++ b/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.100.200_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for ExtUtils-MakeMaker EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/ExtUtils-MakeMaker-7.100.200_rc ) dev-lang/perl:= !perl-core/ExtUtils-MakeMaker-7.100.200_rc-r999 SLOT=0 -_md5_=7e056f6a90ea2b4ad2b581029f4a7174 +_md5_=5464e86faa1ef2da98ec362ddece957f diff --git a/metadata/md5-cache/virtual/perl-ExtUtils-ParseXS-3.310.0-r1 b/metadata/md5-cache/virtual/perl-ExtUtils-ParseXS-3.310.0-r1 index 5be793648f13..d382d61178c8 100644 --- a/metadata/md5-cache/virtual/perl-ExtUtils-ParseXS-3.310.0-r1 +++ b/metadata/md5-cache/virtual/perl-ExtUtils-ParseXS-3.310.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for ExtUtils-ParseXS EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/ExtUtils-ParseXS-3.310.0 ) dev-lang/perl:= !perl-core/ExtUtils-ParseXS-3.310.0-r999 SLOT=0 -_md5_=1821dbfb4e425631806cd3e0ac4cbd54 +_md5_=b7361db78f18bffcd7f1b4a3da526f3d diff --git a/metadata/md5-cache/virtual/perl-File-Path-2.120.100_rc-r1 b/metadata/md5-cache/virtual/perl-File-Path-2.120.100_rc-r1 index bf6d00aa096c..98e7b874581a 100644 --- a/metadata/md5-cache/virtual/perl-File-Path-2.120.100_rc-r1 +++ b/metadata/md5-cache/virtual/perl-File-Path-2.120.100_rc-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for File-Path EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/File-Path-2.120.100_rc ) dev-lang/perl:= !perl-core/File-Path-2.120.100_rc-r999 SLOT=0 -_md5_=1ef0da65668edacc29ed24a886ca0b0d +_md5_=3a33bf95c48d8a6d23f8bdad4d17dc19 diff --git a/metadata/md5-cache/virtual/perl-File-Spec-3.630.100_rc b/metadata/md5-cache/virtual/perl-File-Spec-3.630.100_rc index 1918f56dd3be..a1a19aca566e 100644 --- a/metadata/md5-cache/virtual/perl-File-Spec-3.630.100_rc +++ b/metadata/md5-cache/virtual/perl-File-Spec-3.630.100_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for File-Spec EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/File-Spec-3.630.100_rc ) dev-lang/perl:= !perl-core/File-Spec-3.630.100_rc-r999 SLOT=0 -_md5_=7e056f6a90ea2b4ad2b581029f4a7174 +_md5_=5464e86faa1ef2da98ec362ddece957f diff --git a/metadata/md5-cache/virtual/perl-Getopt-Long-2.480.0-r1 b/metadata/md5-cache/virtual/perl-Getopt-Long-2.480.0-r1 index a3a860b8a9a7..79ce41ddd75c 100644 --- a/metadata/md5-cache/virtual/perl-Getopt-Long-2.480.0-r1 +++ b/metadata/md5-cache/virtual/perl-Getopt-Long-2.480.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Getopt-Long EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Getopt-Long-2.480.0 ) dev-lang/perl:= !perl-core/Getopt-Long-2.480.0-r999 SLOT=0 -_md5_=3290e1e28be647aa9d0ec43656d3d1ed +_md5_=3326514a08827b8bb5d7a7517f475904 diff --git a/metadata/md5-cache/virtual/perl-HTTP-Tiny-0.56.1_rc b/metadata/md5-cache/virtual/perl-HTTP-Tiny-0.56.1_rc index 020b53918d5f..ada242682422 100644 --- a/metadata/md5-cache/virtual/perl-HTTP-Tiny-0.56.1_rc +++ b/metadata/md5-cache/virtual/perl-HTTP-Tiny-0.56.1_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for HTTP-Tiny EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/HTTP-Tiny-0.56.1_rc ) dev-lang/perl:= !perl-core/HTTP-Tiny-0.56.1_rc-r999 SLOT=0 -_md5_=70a115da17a756aaa47e93e473188e4f +_md5_=fb13ac8fe339af4e859925bd95ae191d diff --git a/metadata/md5-cache/virtual/perl-IO-1.360.100_rc b/metadata/md5-cache/virtual/perl-IO-1.360.100_rc index 9cdb15172371..83efe7f612c9 100644 --- a/metadata/md5-cache/virtual/perl-IO-1.360.100_rc +++ b/metadata/md5-cache/virtual/perl-IO-1.360.100_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for IO EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/IO-1.360.100_rc ) dev-lang/perl:= !perl-core/IO-1.360.100_rc-r999 SLOT=0 -_md5_=8bd28b05862b3c8a3ee4784e719f4ac0 +_md5_=6dd01b80905a3a3846ea31e81d050021 diff --git a/metadata/md5-cache/virtual/perl-IO-Compress-2.69.1_rc b/metadata/md5-cache/virtual/perl-IO-Compress-2.69.1_rc index 1e58484cd263..92fe47ccffb1 100644 --- a/metadata/md5-cache/virtual/perl-IO-Compress-2.69.1_rc +++ b/metadata/md5-cache/virtual/perl-IO-Compress-2.69.1_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for IO-Compress EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/IO-Compress-2.69.1_rc ) dev-lang/perl:= !perl-core/IO-Compress-2.69.1_rc-r999 >=virtual/perl-Compress-Raw-Zlib-2.69.0 >=virtual/perl-Compress-Raw-Bzip2-2.69.0 SLOT=0 -_md5_=67f935202465f3fa9faa7ba988d5be2a +_md5_=a40787e7e88b4378ccecb9612d2c23e2 diff --git a/metadata/md5-cache/virtual/perl-Math-BigInt-1.999.715-r2 b/metadata/md5-cache/virtual/perl-Math-BigInt-1.999.715-r2 index 4832b4aaff91..c1a69986e131 100644 --- a/metadata/md5-cache/virtual/perl-Math-BigInt-1.999.715-r2 +++ b/metadata/md5-cache/virtual/perl-Math-BigInt-1.999.715-r2 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Math-BigInt EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Math-BigInt-1.999.715 ) dev-lang/perl:= !perl-core/Math-BigInt-1.999.715-r999 SLOT=0 -_md5_=f193cb41ef1136b1965a3b2eea7806c5 +_md5_=f9738addb9ba4a7c4c01c2c53176a9d9 diff --git a/metadata/md5-cache/virtual/perl-Math-BigInt-FastCalc-0.400.0-r1 b/metadata/md5-cache/virtual/perl-Math-BigInt-FastCalc-0.400.0-r1 index 1100226dce1b..dd87dba7c5ec 100644 --- a/metadata/md5-cache/virtual/perl-Math-BigInt-FastCalc-0.400.0-r1 +++ b/metadata/md5-cache/virtual/perl-Math-BigInt-FastCalc-0.400.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Math-BigInt-FastCalc EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Math-BigInt-FastCalc-0.400.0 ) dev-lang/perl:= !perl-core/Math-BigInt-FastCalc-0.400.0-r999 SLOT=0 -_md5_=f193cb41ef1136b1965a3b2eea7806c5 +_md5_=f9738addb9ba4a7c4c01c2c53176a9d9 diff --git a/metadata/md5-cache/virtual/perl-Math-BigRat-0.260.802-r1 b/metadata/md5-cache/virtual/perl-Math-BigRat-0.260.802-r1 index 9d651d9ced60..c013b814f57a 100644 --- a/metadata/md5-cache/virtual/perl-Math-BigRat-0.260.802-r1 +++ b/metadata/md5-cache/virtual/perl-Math-BigRat-0.260.802-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Math-BigRat EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Math-BigRat-0.260.802 ) dev-lang/perl:= !perl-core/Math-BigRat-0.260.802-r999 SLOT=0 -_md5_=f193cb41ef1136b1965a3b2eea7806c5 +_md5_=f9738addb9ba4a7c4c01c2c53176a9d9 diff --git a/metadata/md5-cache/virtual/perl-Module-CoreList-5.201.701.142.400_rc b/metadata/md5-cache/virtual/perl-Module-CoreList-5.201.701.142.400_rc index 01c246c85da6..22fc16f1a66a 100644 --- a/metadata/md5-cache/virtual/perl-Module-CoreList-5.201.701.142.400_rc +++ b/metadata/md5-cache/virtual/perl-Module-CoreList-5.201.701.142.400_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Module-CoreList EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-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 ~amd64-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 RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/Module-CoreList-5.201.701.142.400_rc ) dev-lang/perl:= !perl-core/Module-CoreList-5.201.701.142.400_rc-r999 SLOT=0 -_md5_=e06aa9ff70d6ef350ffe3b618094b089 +_md5_=41125aee2b0b61f2e9a9c55a411148eb diff --git a/metadata/md5-cache/virtual/perl-Module-CoreList-5.201.705.300 b/metadata/md5-cache/virtual/perl-Module-CoreList-5.201.705.300 new file mode 100644 index 000000000000..523f3cf62ca5 --- /dev/null +++ b/metadata/md5-cache/virtual/perl-Module-CoreList-5.201.705.300 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for Module-CoreList +EAPI=6 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-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 +RDEPEND=|| ( =dev-lang/perl-5.26.0* ~perl-core/Module-CoreList-5.201.705.300 ) dev-lang/perl:= !perl-core/Module-CoreList-5.201.705.300-r999 +SLOT=0 +_md5_=5607cab9011c1bfa49a18e3fcebf66a7 diff --git a/metadata/md5-cache/virtual/perl-Module-Metadata-1.0.31-r1 b/metadata/md5-cache/virtual/perl-Module-Metadata-1.0.31-r1 index 327cb4d2b3c8..5103a2338a3c 100644 --- a/metadata/md5-cache/virtual/perl-Module-Metadata-1.0.31-r1 +++ b/metadata/md5-cache/virtual/perl-Module-Metadata-1.0.31-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Module-Metadata EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Module-Metadata-1.0.31 ) dev-lang/perl:= !perl-core/Module-Metadata-1.0.31-r999 SLOT=0 -_md5_=1821dbfb4e425631806cd3e0ac4cbd54 +_md5_=b7361db78f18bffcd7f1b4a3da526f3d diff --git a/metadata/md5-cache/virtual/perl-Parse-CPAN-Meta-1.441.700.100_rc b/metadata/md5-cache/virtual/perl-Parse-CPAN-Meta-1.441.700.100_rc index c505a5f353bd..78445546660e 100644 --- a/metadata/md5-cache/virtual/perl-Parse-CPAN-Meta-1.441.700.100_rc +++ b/metadata/md5-cache/virtual/perl-Parse-CPAN-Meta-1.441.700.100_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Parse-CPAN-Meta EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/Parse-CPAN-Meta-1.441.700.100_rc ) dev-lang/perl:= !perl-core/Parse-CPAN-Meta-1.441.700.100_rc-r999 SLOT=0 -_md5_=7e056f6a90ea2b4ad2b581029f4a7174 +_md5_=5464e86faa1ef2da98ec362ddece957f diff --git a/metadata/md5-cache/virtual/perl-Perl-OSType-1.9.0-r1 b/metadata/md5-cache/virtual/perl-Perl-OSType-1.9.0-r1 index 037b4395525f..12444f067d4f 100644 --- a/metadata/md5-cache/virtual/perl-Perl-OSType-1.9.0-r1 +++ b/metadata/md5-cache/virtual/perl-Perl-OSType-1.9.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Perl-OSType EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Perl-OSType-1.9.0 ) dev-lang/perl:= !perl-core/Perl-OSType-1.9.0-r999 SLOT=0 -_md5_=1821dbfb4e425631806cd3e0ac4cbd54 +_md5_=b7361db78f18bffcd7f1b4a3da526f3d diff --git a/metadata/md5-cache/virtual/perl-Pod-Simple-3.320.0-r1 b/metadata/md5-cache/virtual/perl-Pod-Simple-3.320.0-r1 index 1190f59c2d74..c5280507e8cd 100644 --- a/metadata/md5-cache/virtual/perl-Pod-Simple-3.320.0-r1 +++ b/metadata/md5-cache/virtual/perl-Pod-Simple-3.320.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Pod-Simple EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Pod-Simple-3.320.0 ) dev-lang/perl:= !perl-core/Pod-Simple-3.320.0-r999 SLOT=0 -_md5_=c8e172aa14ece1c73f00971d19a6c6b9 +_md5_=e13a2aabd2e7132c45c2557787fd4179 diff --git a/metadata/md5-cache/virtual/perl-Scalar-List-Utils-1.420.200_rc-r1 b/metadata/md5-cache/virtual/perl-Scalar-List-Utils-1.420.200_rc-r1 index 127b5919bc5e..8555cd42f761 100644 --- a/metadata/md5-cache/virtual/perl-Scalar-List-Utils-1.420.200_rc-r1 +++ b/metadata/md5-cache/virtual/perl-Scalar-List-Utils-1.420.200_rc-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Scalar::Util and List::Util, also distributed as Scalar::List::Utils EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-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 ~amd64-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 RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Scalar-List-Utils-1.420.200_rc ) dev-lang/perl:= !perl-core/Scalar-List-Utils-1.420.200_rc-r999 SLOT=0 -_md5_=6fec5c86417cc95a0b19f43abf2b4193 +_md5_=8f609e4fc995cd279f2667e07fe6a1d5 diff --git a/metadata/md5-cache/virtual/perl-Socket-2.20.30_rc-r1 b/metadata/md5-cache/virtual/perl-Socket-2.20.30_rc-r1 index 5c6bd9483efc..1fee17a16785 100644 --- a/metadata/md5-cache/virtual/perl-Socket-2.20.30_rc-r1 +++ b/metadata/md5-cache/virtual/perl-Socket-2.20.30_rc-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Socket EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Socket-2.20.30_rc ) dev-lang/perl:= !perl-core/Socket-2.20.30_rc-r999 SLOT=0 -_md5_=1ef0da65668edacc29ed24a886ca0b0d +_md5_=3a33bf95c48d8a6d23f8bdad4d17dc19 diff --git a/metadata/md5-cache/virtual/perl-Storable-2.560.100_rc b/metadata/md5-cache/virtual/perl-Storable-2.560.100_rc index 2a4310652c01..1cb473d8a4a5 100644 --- a/metadata/md5-cache/virtual/perl-Storable-2.560.100_rc +++ b/metadata/md5-cache/virtual/perl-Storable-2.560.100_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Storable EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/Storable-2.560.100_rc ) dev-lang/perl:= !perl-core/Storable-2.560.100_rc-r999 SLOT=0 -_md5_=7e056f6a90ea2b4ad2b581029f4a7174 +_md5_=5464e86faa1ef2da98ec362ddece957f diff --git a/metadata/md5-cache/virtual/perl-Term-ANSIColor-4.40.0-r1 b/metadata/md5-cache/virtual/perl-Term-ANSIColor-4.40.0-r1 index aec2454b875f..4d6a7a8d2188 100644 --- a/metadata/md5-cache/virtual/perl-Term-ANSIColor-4.40.0-r1 +++ b/metadata/md5-cache/virtual/perl-Term-ANSIColor-4.40.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Term-ANSIColor EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 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 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Term-ANSIColor-4.40.0 ) dev-lang/perl:= !perl-core/Term-ANSIColor-4.40.0-r999 SLOT=0 -_md5_=f4780dbcf5ced69e466244ef446c488a +_md5_=48f2a79c5fe759b098a786929cb4b61d diff --git a/metadata/md5-cache/virtual/perl-Test-1.280.100_rc b/metadata/md5-cache/virtual/perl-Test-1.280.100_rc index f13c569a9f7f..eff6c5870281 100644 --- a/metadata/md5-cache/virtual/perl-Test-1.280.100_rc +++ b/metadata/md5-cache/virtual/perl-Test-1.280.100_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Test EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/Test-1.280.100_rc ) dev-lang/perl:= !perl-core/Test-1.280.100_rc-r999 SLOT=0 -_md5_=7177df8ea5e513b994fb3170e82fd55f +_md5_=cc8782c0c6cd712ff49f9a18a95b4871 diff --git a/metadata/md5-cache/virtual/perl-Test-Harness-3.360.100_rc b/metadata/md5-cache/virtual/perl-Test-Harness-3.360.100_rc index a3d161588d2e..afbff6f1102f 100644 --- a/metadata/md5-cache/virtual/perl-Test-Harness-3.360.100_rc +++ b/metadata/md5-cache/virtual/perl-Test-Harness-3.360.100_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Test-Harness EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/Test-Harness-3.360.100_rc ) dev-lang/perl:= !perl-core/Test-Harness-3.360.100_rc-r999 SLOT=0 -_md5_=7e056f6a90ea2b4ad2b581029f4a7174 +_md5_=5464e86faa1ef2da98ec362ddece957f diff --git a/metadata/md5-cache/virtual/perl-Thread-Queue-3.90.0-r1 b/metadata/md5-cache/virtual/perl-Thread-Queue-3.90.0-r1 index cf93fe33d8e3..2bd16879285b 100644 --- a/metadata/md5-cache/virtual/perl-Thread-Queue-3.90.0-r1 +++ b/metadata/md5-cache/virtual/perl-Thread-Queue-3.90.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Thread-Queue EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Thread-Queue-3.90.0 ) dev-lang/perl:= !perl-core/Thread-Queue-3.90.0-r999 SLOT=0 -_md5_=44b0c5bdd41aec19d84495f491f252d7 +_md5_=704da3fe86b94280893b572c72cbc826 diff --git a/metadata/md5-cache/virtual/perl-Time-HiRes-1.973.300-r1 b/metadata/md5-cache/virtual/perl-Time-HiRes-1.973.300-r1 index c9e99f24f3bb..afb7d99c3834 100644 --- a/metadata/md5-cache/virtual/perl-Time-HiRes-1.973.300-r1 +++ b/metadata/md5-cache/virtual/perl-Time-HiRes-1.973.300-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Time-HiRes EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Time-HiRes-1.973.300 ) dev-lang/perl:= !perl-core/Time-HiRes-1.973.300-r999 SLOT=0 -_md5_=1ef0da65668edacc29ed24a886ca0b0d +_md5_=3a33bf95c48d8a6d23f8bdad4d17dc19 diff --git a/metadata/md5-cache/virtual/perl-Time-Piece-1.310.0-r1 b/metadata/md5-cache/virtual/perl-Time-Piece-1.310.0-r1 index 0fa9c8d8e2d6..d63af39a885a 100644 --- a/metadata/md5-cache/virtual/perl-Time-Piece-1.310.0-r1 +++ b/metadata/md5-cache/virtual/perl-Time-Piece-1.310.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Time-Piece EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Time-Piece-1.310.0 ) dev-lang/perl:= !perl-core/Time-Piece-1.310.0-r999 SLOT=0 -_md5_=f7ab080d7ecd4634742674d6f162bd00 +_md5_=d852528a44ceb0178378d898e0e691d5 diff --git a/metadata/md5-cache/virtual/perl-Unicode-Collate-1.140.0-r2 b/metadata/md5-cache/virtual/perl-Unicode-Collate-1.140.0-r2 index a0a466c7e1a3..91134ac8a7c3 100644 --- a/metadata/md5-cache/virtual/perl-Unicode-Collate-1.140.0-r2 +++ b/metadata/md5-cache/virtual/perl-Unicode-Collate-1.140.0-r2 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Unicode-Collate EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-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 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-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 RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Unicode-Collate-1.140.0 ) dev-lang/perl:= !perl-core/Unicode-Collate-1.140.0-r999 SLOT=0 -_md5_=9d7ce0d97087d3757471627511670fd3 +_md5_=862b97bf1982f28b99b9b8b5b295a32d diff --git a/metadata/md5-cache/virtual/perl-Unicode-Normalize-1.250.0-r2 b/metadata/md5-cache/virtual/perl-Unicode-Normalize-1.250.0-r2 index 3301bb260c27..235b882d64d9 100644 --- a/metadata/md5-cache/virtual/perl-Unicode-Normalize-1.250.0-r2 +++ b/metadata/md5-cache/virtual/perl-Unicode-Normalize-1.250.0-r2 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Unicode-Normalize EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/Unicode-Normalize-1.250.0 ) dev-lang/perl:= !perl-core/Unicode-Normalize-1.250.0-r999 SLOT=0 -_md5_=1ef0da65668edacc29ed24a886ca0b0d +_md5_=3a33bf95c48d8a6d23f8bdad4d17dc19 diff --git a/metadata/md5-cache/virtual/perl-XSLoader-0.220.0 b/metadata/md5-cache/virtual/perl-XSLoader-0.220.0 index e177faa2c1fd..9866a6e70368 100644 --- a/metadata/md5-cache/virtual/perl-XSLoader-0.220.0 +++ b/metadata/md5-cache/virtual/perl-XSLoader-0.220.0 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for XSLoader EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/XSLoader-0.220.0 ) dev-lang/perl:= !perl-core/XSLoader-0.220.0-r999 SLOT=0 -_md5_=8bd28b05862b3c8a3ee4784e719f4ac0 +_md5_=6dd01b80905a3a3846ea31e81d050021 diff --git a/metadata/md5-cache/virtual/perl-autodie-2.290.0-r1 b/metadata/md5-cache/virtual/perl-autodie-2.290.0-r1 index 662203b89e67..601ac37fafcc 100644 --- a/metadata/md5-cache/virtual/perl-autodie-2.290.0-r1 +++ b/metadata/md5-cache/virtual/perl-autodie-2.290.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for autodie EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/autodie-2.290.0 ) dev-lang/perl:= !perl-core/autodie-2.290.0-r999 SLOT=0 -_md5_=1ef0da65668edacc29ed24a886ca0b0d +_md5_=3a33bf95c48d8a6d23f8bdad4d17dc19 diff --git a/metadata/md5-cache/virtual/perl-bignum-0.420.100_rc b/metadata/md5-cache/virtual/perl-bignum-0.420.100_rc index 9b6db150b70f..28a6fa45f4cc 100644 --- a/metadata/md5-cache/virtual/perl-bignum-0.420.100_rc +++ b/metadata/md5-cache/virtual/perl-bignum-0.420.100_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for bignum EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/bignum-0.420.100_rc ) dev-lang/perl:= !perl-core/bignum-0.420.100_rc-r999 SLOT=0 -_md5_=c1c0f3585ccfcfbcc34a5d228719cc96 +_md5_=b9279f34f6f148442290cf2828d98b37 diff --git a/metadata/md5-cache/virtual/perl-if-0.60.600-r1 b/metadata/md5-cache/virtual/perl-if-0.60.600-r1 index 13a91ead02ee..27c0da495bc4 100644 --- a/metadata/md5-cache/virtual/perl-if-0.60.600-r1 +++ b/metadata/md5-cache/virtual/perl-if-0.60.600-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for if EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/if-0.60.600 ) dev-lang/perl:= !perl-core/if-0.60.600-r999 SLOT=0 -_md5_=1ef0da65668edacc29ed24a886ca0b0d +_md5_=3a33bf95c48d8a6d23f8bdad4d17dc19 diff --git a/metadata/md5-cache/virtual/perl-libnet-3.80.100_rc b/metadata/md5-cache/virtual/perl-libnet-3.80.100_rc index 11ef1e75f180..df52b777adf4 100644 --- a/metadata/md5-cache/virtual/perl-libnet-3.80.100_rc +++ b/metadata/md5-cache/virtual/perl-libnet-3.80.100_rc @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for libnet EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24.1* ~perl-core/libnet-3.80.100_rc ) dev-lang/perl:= !perl-core/libnet-3.80.100_rc-r999 SLOT=0 -_md5_=7e056f6a90ea2b4ad2b581029f4a7174 +_md5_=5464e86faa1ef2da98ec362ddece957f diff --git a/metadata/md5-cache/virtual/perl-parent-0.234.0-r1 b/metadata/md5-cache/virtual/perl-parent-0.234.0-r1 index 8de4491cfcba..f39e34bab512 100644 --- a/metadata/md5-cache/virtual/perl-parent-0.234.0-r1 +++ b/metadata/md5-cache/virtual/perl-parent-0.234.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for parent EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/parent-0.234.0 ) dev-lang/perl:= !perl-core/parent-0.234.0-r999 SLOT=0 -_md5_=3290e1e28be647aa9d0ec43656d3d1ed +_md5_=3326514a08827b8bb5d7a7517f475904 diff --git a/metadata/md5-cache/virtual/perl-podlators-4.70.0-r1 b/metadata/md5-cache/virtual/perl-podlators-4.70.0-r1 index 73e97c389458..25a650fa24f8 100644 --- a/metadata/md5-cache/virtual/perl-podlators-4.70.0-r1 +++ b/metadata/md5-cache/virtual/perl-podlators-4.70.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for podlators EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/podlators-4.70.0 ) dev-lang/perl:= !perl-core/podlators-4.70.0-r999 SLOT=0 -_md5_=3290e1e28be647aa9d0ec43656d3d1ed +_md5_=3326514a08827b8bb5d7a7517f475904 diff --git a/metadata/md5-cache/virtual/perl-threads-2.70.0-r1 b/metadata/md5-cache/virtual/perl-threads-2.70.0-r1 index 2163b45a8e67..2b6e42cdb23a 100644 --- a/metadata/md5-cache/virtual/perl-threads-2.70.0-r1 +++ b/metadata/md5-cache/virtual/perl-threads-2.70.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for threads EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 RDEPEND=|| ( =dev-lang/perl-5.24*[ithreads] ~perl-core/threads-2.70.0 ) dev-lang/perl:= !perl-core/threads-2.70.0-r999 SLOT=0 -_md5_=cbd53cbc1cf468fa2f997c1c51f0f708 +_md5_=273131d544132ab154a8180e291ca0a8 diff --git a/metadata/md5-cache/virtual/perl-threads-shared-1.510.0-r1 b/metadata/md5-cache/virtual/perl-threads-shared-1.510.0-r1 index 661964b9605f..6c658590670c 100644 --- a/metadata/md5-cache/virtual/perl-threads-shared-1.510.0-r1 +++ b/metadata/md5-cache/virtual/perl-threads-shared-1.510.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for threads-shared EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/threads-shared-1.510.0 ) dev-lang/perl:= !perl-core/threads-shared-1.510.0-r999 SLOT=0 -_md5_=44b0c5bdd41aec19d84495f491f252d7 +_md5_=704da3fe86b94280893b572c72cbc826 diff --git a/metadata/md5-cache/virtual/perl-version-0.991.600-r1 b/metadata/md5-cache/virtual/perl-version-0.991.600-r1 index 6b2da4c03e79..20021d2c6497 100644 --- a/metadata/md5-cache/virtual/perl-version-0.991.600-r1 +++ b/metadata/md5-cache/virtual/perl-version-0.991.600-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for version EAPI=6 -KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-lang/perl-5.24* ~perl-core/version-0.991.600 ) dev-lang/perl:= !perl-core/version-0.991.600-r999 SLOT=0 -_md5_=1821dbfb4e425631806cd3e0ac4cbd54 +_md5_=b7361db78f18bffcd7f1b4a3da526f3d diff --git a/metadata/md5-cache/www-servers/nginx-1.13.1 b/metadata/md5-cache/www-servers/nginx-1.13.1 new file mode 100644 index 000000000000..ac85580588ef --- /dev/null +++ b/metadata/md5-cache/www-servers/nginx-1.13.1 @@ -0,0 +1,16 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=pcre? ( dev-libs/libpcre:= ) pcre-jit? ( dev-libs/libpcre:=[jit] ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) http2? ( !libressl? ( >=dev-libs/openssl-1.0.1c:0= ) libressl? ( dev-libs/libressl:= ) ) http-cache? ( userland_GNU? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) ) nginx_modules_http_geoip? ( dev-libs/geoip ) nginx_modules_http_gunzip? ( sys-libs/zlib ) nginx_modules_http_gzip? ( sys-libs/zlib ) nginx_modules_http_gzip_static? ( sys-libs/zlib ) nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) nginx_modules_http_secure_link? ( userland_GNU? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) ) nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) nginx_modules_http_lua? ( !luajit? ( dev-lang/lua:0= ) luajit? ( dev-lang/luajit:2= ) ) nginx_modules_http_auth_pam? ( virtual/pam ) nginx_modules_http_metrics? ( dev-libs/yajl:= ) nginx_modules_http_dav_ext? ( dev-libs/expat ) nginx_modules_http_security? ( dev-libs/apr:= dev-libs/apr-util:= dev-libs/libxml2:= net-misc/curl www-servers/apache ) nginx_modules_http_auth_ldap? ( net-nds/openldap[ssl?] ) nginx_modules_http_security? ( !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 ) arm? ( dev-libs/libatomic_ops ) libatomic? ( dev-libs/libatomic_ops ) >=app-portage/elt-patches-20170317 virtual/pkgconfig +DESCRIPTION=Robust, small and high performance http and reverse proxy server +EAPI=6 +HOMEPAGE=https://nginx.org +IUSE=aio debug +http +http2 +http-cache +ipv6 libatomic libressl luajit +pcre pcre-jit rtmp selinux ssl threads userland_GNU vim-syntax +nginx_modules_http_access +nginx_modules_http_auth_basic +nginx_modules_http_autoindex +nginx_modules_http_browser +nginx_modules_http_charset +nginx_modules_http_empty_gif +nginx_modules_http_fastcgi +nginx_modules_http_geo +nginx_modules_http_gzip +nginx_modules_http_limit_req +nginx_modules_http_limit_conn +nginx_modules_http_map +nginx_modules_http_memcached +nginx_modules_http_proxy +nginx_modules_http_referer +nginx_modules_http_rewrite +nginx_modules_http_scgi +nginx_modules_http_ssi +nginx_modules_http_split_clients +nginx_modules_http_upstream_hash +nginx_modules_http_upstream_ip_hash +nginx_modules_http_upstream_keepalive +nginx_modules_http_upstream_least_conn +nginx_modules_http_upstream_zone +nginx_modules_http_userid +nginx_modules_http_uwsgi nginx_modules_http_addition nginx_modules_http_auth_request nginx_modules_http_dav nginx_modules_http_degradation nginx_modules_http_flv nginx_modules_http_geoip nginx_modules_http_gunzip nginx_modules_http_gzip_static nginx_modules_http_image_filter nginx_modules_http_mp4 nginx_modules_http_perl nginx_modules_http_random_index nginx_modules_http_realip nginx_modules_http_secure_link nginx_modules_http_slice nginx_modules_http_stub_status nginx_modules_http_sub nginx_modules_http_xslt nginx_modules_stream_access nginx_modules_stream_geo nginx_modules_stream_limit_conn nginx_modules_stream_map nginx_modules_stream_return nginx_modules_stream_split_clients nginx_modules_stream_upstream_hash nginx_modules_stream_upstream_least_conn nginx_modules_stream_upstream_zone nginx_modules_stream_geoip nginx_modules_stream_realip nginx_modules_stream_ssl_preread nginx_modules_mail_imap nginx_modules_mail_pop3 nginx_modules_mail_smtp nginx_modules_http_upload_progress nginx_modules_http_headers_more nginx_modules_http_cache_purge nginx_modules_http_slowfs_cache nginx_modules_http_fancyindex nginx_modules_http_lua nginx_modules_http_auth_pam nginx_modules_http_upstream_check nginx_modules_http_metrics nginx_modules_http_naxsi nginx_modules_http_dav_ext nginx_modules_http_echo nginx_modules_http_security nginx_modules_http_push_stream nginx_modules_http_sticky nginx_modules_http_mogilefs nginx_modules_http_memc nginx_modules_http_auth_ldap nginx_modules_http_spdy +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux +LICENSE=BSD-2 BSD SSLeay MIT GPL-2 GPL-2+ nginx_modules_http_security? ( Apache-2.0 ) nginx_modules_http_push_stream? ( GPL-3 ) +PDEPEND=vim-syntax? ( app-vim/nginx-syntax ) +RDEPEND=pcre? ( dev-libs/libpcre:= ) pcre-jit? ( dev-libs/libpcre:=[jit] ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) http2? ( !libressl? ( >=dev-libs/openssl-1.0.1c:0= ) libressl? ( dev-libs/libressl:= ) ) http-cache? ( userland_GNU? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) ) nginx_modules_http_geoip? ( dev-libs/geoip ) nginx_modules_http_gunzip? ( sys-libs/zlib ) nginx_modules_http_gzip? ( sys-libs/zlib ) nginx_modules_http_gzip_static? ( sys-libs/zlib ) nginx_modules_http_image_filter? ( media-libs/gd:=[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8:= ) nginx_modules_http_rewrite? ( dev-libs/libpcre:= ) nginx_modules_http_secure_link? ( userland_GNU? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) ) nginx_modules_http_xslt? ( dev-libs/libxml2:= dev-libs/libxslt ) nginx_modules_http_lua? ( !luajit? ( dev-lang/lua:0= ) luajit? ( dev-lang/luajit:2= ) ) nginx_modules_http_auth_pam? ( virtual/pam ) nginx_modules_http_metrics? ( dev-libs/yajl:= ) nginx_modules_http_dav_ext? ( dev-libs/expat ) nginx_modules_http_security? ( dev-libs/apr:= dev-libs/apr-util:= dev-libs/libxml2:= net-misc/curl www-servers/apache ) nginx_modules_http_auth_ldap? ( net-nds/openldap[ssl?] ) selinux? ( sec-policy/selinux-nginx ) !www-servers/nginx:0 +REQUIRED_USE=pcre-jit? ( pcre ) nginx_modules_http_lua? ( nginx_modules_http_rewrite ) nginx_modules_http_naxsi? ( pcre ) nginx_modules_http_dav_ext? ( nginx_modules_http_dav ) nginx_modules_http_metrics? ( nginx_modules_http_stub_status ) nginx_modules_http_security? ( pcre ) nginx_modules_http_push_stream? ( ssl ) +RESTRICT=test +SLOT=mainline +SRC_URI=https://nginx.org/download/nginx-1.13.1.tar.gz https://github.com/simpl/ngx_devel_kit/archive/v0.3.0.tar.gz -> ngx_devel_kit-0.3.0-r1.tar.gz nginx_modules_http_upload_progress? ( https://github.com/masterzen/nginx-upload-progress-module/archive/v0.9.2.tar.gz -> ngx_http_upload_progress-0.9.2-r1.tar.gz ) nginx_modules_http_headers_more? ( https://github.com/agentzh/headers-more-nginx-module/archive/v0.32.tar.gz -> ngx_http_headers_more-0.32.tar.gz ) nginx_modules_http_cache_purge? ( http://labs.frickle.com/files/ngx_cache_purge-2.3.tar.gz -> ngx_http_cache_purge-2.3.tar.gz ) nginx_modules_http_slowfs_cache? ( http://labs.frickle.com/files/ngx_slowfs_cache-1.10.tar.gz -> ngx_http_slowfs_cache-1.10.tar.gz ) nginx_modules_http_fancyindex? ( https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.1.tar.gz -> ngx_http_fancyindex-0.4.1.tar.gz ) nginx_modules_http_lua? ( https://github.com/openresty/lua-nginx-module/archive/v0.10.8.tar.gz -> ngx_http_lua-0.10.8.tar.gz ) nginx_modules_http_auth_pam? ( https://github.com/stogh/ngx_http_auth_pam_module/archive/v1.5.1.tar.gz -> ngx_http_auth_pam-1.5.1.tar.gz ) nginx_modules_http_upstream_check? ( https://github.com/yaoweibin/nginx_upstream_check_module/archive/v0.3.0-10-gf3bdb7b.tar.gz -> ngx_http_upstream_check-0.3.0-10-gf3bdb7b.tar.gz ) nginx_modules_http_metrics? ( https://github.com/madvertise/ngx_metrics/archive/v0.1.1.tar.gz -> ngx_metrics-0.1.1.tar.gz ) nginx_modules_http_naxsi? ( https://github.com/nbs-system/naxsi/archive/0.55.3.tar.gz -> ngx_http_naxsi-0.55.3.tar.gz ) rtmp? ( https://github.com/arut/nginx-rtmp-module/archive/v1.1.11.tar.gz -> ngx_rtmp-1.1.11.tar.gz ) nginx_modules_http_dav_ext? ( https://github.com/arut/nginx-dav-ext-module/archive/v0.0.3.tar.gz -> ngx_http_dav_ext-0.0.3.tar.gz ) nginx_modules_http_echo? ( https://github.com/openresty/echo-nginx-module/archive/v0.60.tar.gz -> ngx_http_echo-0.60.tar.gz ) nginx_modules_http_security? ( https://www.modsecurity.org/tarball/2.9.1/modsecurity-2.9.1.tar.gz -> modsecurity-2.9.1.tar.gz ) nginx_modules_http_push_stream? ( https://github.com/wandenberg/nginx-push-stream-module/archive/0.5.2.tar.gz -> ngx_http_push_stream-0.5.2.tar.gz ) nginx_modules_http_sticky? ( https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng/get/1.2.6-10-g08a395c66e42.tar.bz2 -> nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 ) nginx_modules_http_mogilefs? ( https://github.com/vkholodkov/nginx-mogilefs-module/archive/1.0.4.tar.gz -> ngx_mogilefs_module-1.0.4.tar.gz ) nginx_modules_http_memc? ( https://github.com/openresty/memc-nginx-module/archive/v0.18.tar.gz -> ngx_memc_module-0.18.tar.gz ) nginx_modules_http_auth_ldap? ( https://github.com/kvspb/nginx-auth-ldap/archive/49a8b4d28fc4a518563c82e0b52821e5f37db1fc.tar.gz -> nginx-auth-ldap-49a8b4d28fc4a518563c82e0b52821e5f37db1fc.tar.gz ) +_eclasses_=autotools 7027963e8e8cc12c91117bdb9225dc26 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea flag-o-matic 61cad4fb5d800b29d484b27cb033f59b libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 systemd ec2e9154031d942186c75c0aabb41900 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee user e4b567c44272a719fabf53f0f885d3f7 versionator c80ccf29e90adea7c5cae94b42eb76d0 +_md5_=eeae2b86e4bac6a9d21b91b81e41544b diff --git a/metadata/md5-cache/x11-misc/qt5ct-0.32 b/metadata/md5-cache/x11-misc/qt5ct-0.33 similarity index 87% rename from metadata/md5-cache/x11-misc/qt5ct-0.32 rename to metadata/md5-cache/x11-misc/qt5ct-0.33 index c5c2c2d9af0c..0f0baf7ce1f9 100644 --- a/metadata/md5-cache/x11-misc/qt5ct-0.32 +++ b/metadata/md5-cache/x11-misc/qt5ct-0.33 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 LICENSE=BSD-2 RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5= dev-qt/qtwidgets:5 dbus? ( dev-qt/qtdbus:5 >=dev-qt/qtgui-5.7:5[dbus] ) SLOT=0 -SRC_URI=mirror://sourceforge/qt5ct/qt5ct-0.32.tar.bz2 +SRC_URI=mirror://sourceforge/qt5ct/qt5ct-0.33.tar.bz2 _eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f multilib 97f470f374f2e94ccab04a2fb21d811e qmake-utils 990448b067cb3cfe1443bc25fb57239c toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee -_md5_=2f004161f9be60eec92e6570d14ad3c9 +_md5_=7b1621b9cd4302491bdf13e244dd61d3 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 7f99feea3ffc..ba0589e6b530 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Tue, 30 May 2017 14:38:54 +0000 +Wed, 31 May 2017 10:08:55 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 1f9ea7aa2e20..83e19fe33c82 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Tue May 30 14:38:54 UTC 2017 +Wed May 31 10:08:54 UTC 2017 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index d9edca5a0f8f..65f767b92e51 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Tue, 30 May 2017 15:00:02 +0000 +Wed, 31 May 2017 10:30:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index 81d5531f11c5..13639696cebf 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -2d8d7761ed767b800e70f68268674b472ba60030 1496154144 2017-05-30T14:22:24+00:00 +e41771703356e344dd98066f85834e345bcd675f 1496223151 2017-05-31T09:32:31+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 0cf7533342de..7e51c4cbd3e8 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1496154901 Tue 30 May 2017 02:35:01 PM UTC +1496225101 Wed 31 May 2017 10:05:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index 7f99feea3ffc..9895822538f0 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Tue, 30 May 2017 14:38:54 +0000 +Wed, 31 May 2017 10:08:54 +0000 diff --git a/net-im/coturn/Manifest b/net-im/coturn/Manifest index 0546106ac258..59f230fb6836 100644 --- a/net-im/coturn/Manifest +++ b/net-im/coturn/Manifest @@ -1 +1,2 @@ DIST coturn-4.5.0.4.tar.gz 381015 SHA256 582c5816b115b403f980f3c38edb12b74d3b2500b7cde190cfb292ae5c056c36 SHA512 1d267b715b08853a5434d0a10cffd49e035624353e6733ff7349c549ef3f69240c2488097d81e33f7a551e02d72a26f1f430aefb9cbacda511a2ae6f883cd414 WHIRLPOOL 7ff9b31c3a1a0e2fbc7ae0580df00476e803160fd7f92f3a02ab611c6f940a39334ea5efccb576b348f87c87ff690087af3c9304560caf8215fb14bef9a45f8f +DIST coturn-4.5.0.6.tar.gz 394071 SHA256 5ad976e142daf392351f86623b217be7ca91322105e0500c379a9dcdbbc466e8 SHA512 4ad7d482af675033d050258e2af04b813561414d4ba926cfd336c6548200dbf1a90f9511983b8cad20713c7edff2a424c9d6b11d401717794e3d1af6b7ed9208 WHIRLPOOL 517353ce5cd90aca4f3991d87cdb0835e97eecf0c6529e93360b9506194f4c0cb1f3cc47e207510bbf3e4f465ab088303cdcd235cccbb11555940a8fa60f0478 diff --git a/net-im/coturn/coturn-4.5.0.4-r1.ebuild b/net-im/coturn/coturn-4.5.0.4-r1.ebuild index 2ffd86380e4e..02115af32237 100644 --- a/net-im/coturn/coturn-4.5.0.4-r1.ebuild +++ b/net-im/coturn/coturn-4.5.0.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils user systemd +inherit eutils user systemd tmpfiles DESCRIPTION="coturn TURN server project" HOMEPAGE="https://github.com/${PN}/${PN}" @@ -59,9 +59,11 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}/logrotate.${PN}" "${PN}" systemd_dounit "${FILESDIR}/${PN}.service" + dotmpfiles "${FILESDIR}/${PN}.conf" } pkg_postinst() { + tmpfiles_process "${PN}.conf" enewgroup turnserver enewuser turnserver -1 -1 -1 turnserver elog "You need to copy /etc/turnserver.conf.default to" diff --git a/net-im/coturn/coturn-4.5.0.6.ebuild b/net-im/coturn/coturn-4.5.0.6.ebuild new file mode 100644 index 000000000000..02115af32237 --- /dev/null +++ b/net-im/coturn/coturn-4.5.0.6.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils user systemd tmpfiles +DESCRIPTION="coturn TURN server project" +HOMEPAGE="https://github.com/${PN}/${PN}" + +if [ ${PV} = 9999 ]; then + KEYWORDS="" + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" + inherit git-r3 + DEPEND="dev-vcs/git" +# S="${WORKDIR}/${PN}-master" +else + KEYWORDS="~x86 ~amd64" + SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +fi + +LICENSE="BSD" +SLOT="0" +IUSE="mongodb mysql postgres redis sqlite" +RDEPEND="dev-libs/libevent[ssl] + dev-libs/openssl:* + mongodb? ( dev-libs/mongo-c-driver ) + mysql? ( virtual/mysql ) + postgres? ( dev-db/postgresql:* ) + redis? ( dev-libs/hiredis ) + sqlite? ( dev-db/sqlite )" +DEPEND="${RDEPEND}" + +src_configure() { + sed 's:#log-file=/var/tmp/turn.log:log-file=/var/log/turnserver.log:' \ + -i "${S}/examples/etc/turnserver.conf" || die "sed for logdir failed" + sed 's:#simple-log:simple-log:' -i "${S}/examples/etc/turnserver.conf" \ + || die "sed for simple-log failed" + if ! use mongodb; then + export TURN_NO_MONGO=yes + fi + if ! use mysql; then + export TURN_NO_MYSQL=yes + fi + if ! use postgres; then + export TURN_NO_PQ=yes + fi + if ! use redis; then + export TURN_NO_HIREDIS=yes + fi + if ! use sqlite; then + export TURN_NO_SQLITE=yes + fi + + econf $(use_with sqlite) +} + +src_install() { + default + newinitd "${FILESDIR}/turnserver.init" turnserver + insinto /etc/logrotate.d + newins "${FILESDIR}/logrotate.${PN}" "${PN}" + systemd_dounit "${FILESDIR}/${PN}.service" + dotmpfiles "${FILESDIR}/${PN}.conf" +} + +pkg_postinst() { + tmpfiles_process "${PN}.conf" + enewgroup turnserver + enewuser turnserver -1 -1 -1 turnserver + elog "You need to copy /etc/turnserver.conf.default to" + elog "/etc/turnserver.conf and do your settings there." +} diff --git a/net-im/coturn/coturn-9999.ebuild b/net-im/coturn/coturn-9999.ebuild index 2ffd86380e4e..02115af32237 100644 --- a/net-im/coturn/coturn-9999.ebuild +++ b/net-im/coturn/coturn-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils user systemd +inherit eutils user systemd tmpfiles DESCRIPTION="coturn TURN server project" HOMEPAGE="https://github.com/${PN}/${PN}" @@ -59,9 +59,11 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}/logrotate.${PN}" "${PN}" systemd_dounit "${FILESDIR}/${PN}.service" + dotmpfiles "${FILESDIR}/${PN}.conf" } pkg_postinst() { + tmpfiles_process "${PN}.conf" enewgroup turnserver enewuser turnserver -1 -1 -1 turnserver elog "You need to copy /etc/turnserver.conf.default to" diff --git a/net-im/coturn/files/coturn.conf b/net-im/coturn/files/coturn.conf new file mode 100644 index 000000000000..0097a3b49a69 --- /dev/null +++ b/net-im/coturn/files/coturn.conf @@ -0,0 +1 @@ +d /run/turnserver - turnserver turnserver - - diff --git a/net-im/coturn/files/coturn.service b/net-im/coturn/files/coturn.service index 81465f589d8d..e072759e61b0 100644 --- a/net-im/coturn/files/coturn.service +++ b/net-im/coturn/files/coturn.service @@ -8,7 +8,6 @@ User=turnserver Group=turnserver PermissionsStartOnly=true ExecStartPre=/bin/bash -c "[ -f /var/log/turnserver.log ] || touch /var/log/turnserver.log && chown turnserver:turnserver /var/log/turnserver.log && chmod 660 /var/log/turnserver.log" -ExecStartPre=/bin/bash -c "[ -d /var/run/turnserver ] || mkdir /var/run/turnserver && chown turnserver:turnserver /var/run/turnserver" ExecStart=/usr/bin/turnserver --pidfile /var/run/turnserver/turnserver.pid Restart=always RestartSec=30s diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest index 07a2fe7cef61..54ceece1f533 100644 --- a/net-libs/nghttp2/Manifest +++ b/net-libs/nghttp2/Manifest @@ -2,3 +2,4 @@ DIST nghttp2-1.10.0.tar.gz 2086580 SHA256 192dc031e71e182240079befae9db7e64c9951 DIST nghttp2-1.19.0.tar.gz 2159530 SHA256 b67946ad211aa3f7c91f4d866f47b056e821da8e31ab4636130d59be87f53016 SHA512 50f45082f725c237a0e1d25af57992b9cded6c9b68f0aa95c44c16eb4448e05b14e06c853032924d03034115286163de0ad684827cfa5d70896656868fdb4e01 WHIRLPOOL d6178a31aadfcfc3547ab4b0f58ba8f5b34a95ebc1168b7f03b4bfba58a03737b061eea020c264a2da882f0f6541620cd001e62919b82f5b1ada552402c2fab0 DIST nghttp2-1.22.0.tar.gz 2176030 SHA256 f4b5f3afdad69ea2b2542bc998128e2d02a33c40e53e60fd814788518b56b13f SHA512 e439e4b2b06a8bfef80d1d963d70612b13eaf613e2be78537971e867fd82f222e5457533dee540c5239e00ee78ca8c1efbaccf8cdeacd1c46b58f89ee5ecf327 WHIRLPOOL 4d493e5ef129432ce17110279178dda9d0cf1aaa4df82a05084ae052d3fe21342aadcac46fb9c52434f6e3325c99d2750b57a47d7c11292eda2b09f15669d927 DIST nghttp2-1.23.0.tar.gz 2178667 SHA256 90627fb05a7047f86a7e2c360b3d3d564119a589928ff741201ed1a65316a84b SHA512 6e43d525af5af0389e44bf4b6f4f18fbfe85e5a7f679859e45cc04de1fe6defddc1cb241aa127b1e6a40efb79f471e42f68c1052edac9c19991af294d3e69dc7 WHIRLPOOL c404d1aa4b6858b046e75ff438f2c1caf2de49e6609d1e05accb50cb89281c877024bb3198bdbe7f92daac4af703f6102f12b17554868de992ee58e0f11a17fc +DIST nghttp2-1.23.1.tar.gz 2175088 SHA256 ff8eb39a3e19b438c38ec99fcf783fba4f9cb2484c6a7207b42b356210c5e41a SHA512 eb709f0174b6f2030d52f76e386e1240a1708bf948c0437eda0a6ea1bc828af3dfaaaf951629043edbd986f8ba2de6b6f838cb56523028494037e36b968ad39f WHIRLPOOL 73b368e2d67f3879b166a56ece4484a4a46f328b53099d90a89e3dd38d8bc43c716ef8f9aa120490615575876380d34080db066194e5a5f93a95f50ff1db2dd4 diff --git a/net-libs/nghttp2/nghttp2-1.23.1.ebuild b/net-libs/nghttp2/nghttp2-1.23.1.ebuild new file mode 100644 index 000000000000..3ec4b994bb7c --- /dev/null +++ b/net-libs/nghttp2/nghttp2-1.23.1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# TODO: Add python support. + +EAPI=6 + +inherit multilib-minimal + +if [[ ${PV} == 9999 ]] ; then + EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git" + inherit git-r3 +else + SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +DESCRIPTION="HTTP/2 C Library" +HOMEPAGE="https://nghttp2.org/" + +LICENSE="MIT" +SLOT="0/1.14" # . SONAMEs +IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml" + +RDEPEND=" + cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] ) + hpack-tools? ( >=dev-libs/jansson-2.5 ) + jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] ) + utils? ( + >=dev-libs/libev-4.15[${MULTILIB_USEDEP}] + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}] + net-dns/c-ares:=[${MULTILIB_USEDEP}] + ) + xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" + +multilib_src_configure() { + ECONF_SOURCE=${S} \ + econf \ + --disable-examples \ + --disable-failmalloc \ + --disable-werror \ + --without-cython \ + --disable-python-bindings \ + --without-spdylay \ + $(use_enable cxx asio-lib) \ + $(use_enable debug) \ + $(multilib_native_use_enable hpack-tools) \ + $(use_enable static-libs static) \ + $(use_enable threads) \ + $(multilib_native_use_enable utils app) \ + $(multilib_native_use_with jemalloc) \ + $(multilib_native_use_with xml libxml2) +} + +multilib_src_install_all() { + use static-libs || find "${ED}"/usr -name '*.la' -delete +} diff --git a/net-misc/openvswitch/files/CVE-2017-9214.patch b/net-misc/openvswitch/files/CVE-2017-9214.patch new file mode 100644 index 000000000000..33686df3acfa --- /dev/null +++ b/net-misc/openvswitch/files/CVE-2017-9214.patch @@ -0,0 +1,27 @@ +Fix buffer overrread in ofputil_pull_queue_get_config_reply10() + +msg->size isn't the relevant measurement here because we're only supposed +to read 'len' bytes. Reading more than that causes 'len' to underflow to a +large number at the end of the loop. + +Reported-by: Bhargava Shastry +Signed-off-by: Ben Pfaff +--- + lib/ofp-util.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/ofp-util.c b/lib/ofp-util.c +index bdf89b6c3017..f05ca398c13e 100644 +--- a/lib/ofp-util.c ++++ b/lib/ofp-util.c +@@ -2610,7 +2610,7 @@ ofputil_pull_queue_get_config_reply10(struct ofpbuf *msg, + + hdr = ofpbuf_at_assert(msg, 0, sizeof *hdr); + prop_len = ntohs(hdr->len); +- if (prop_len < sizeof *hdr || prop_len > msg->size || prop_len % 8) { ++ if (prop_len < sizeof *hdr || prop_len > len || prop_len % 8) { + return OFPERR_OFPBRC_BAD_LEN; + } + +-- +2.10.2 diff --git a/net-misc/openvswitch/openvswitch-2.7.0-r3.ebuild b/net-misc/openvswitch/openvswitch-2.7.0-r3.ebuild new file mode 100644 index 000000000000..a3809b7fa0ea --- /dev/null +++ b/net-misc/openvswitch/openvswitch-2.7.0-r3.ebuild @@ -0,0 +1,153 @@ +# 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} ) + +inherit autotools eutils linux-info linux-mod python-r1 systemd + +DESCRIPTION="Production quality, multilayer virtual switch" +HOMEPAGE="http://openvswitch.org" +SRC_URI="http://openvswitch.org/releases/${P}.tar.gz" + +LICENSE="Apache-2.0 GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="debug modules monitor +ssl" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + || ( + >=sys-apps/openrc-0.10.5 + sys-apps/systemd + ) + ssl? ( dev-libs/openssl:0= ) + ${PYTHON_DEPS} + ~dev-python/ovs-${PV}[${PYTHON_USEDEP}] + dev-python/twisted[conch,${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] + debug? ( dev-lang/perl )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +PATCHES="${FILESDIR}/xcp-interface-reconfigure-2.3.2.patch ${FILESDIR}/doc-fix.patch" + +CONFIG_CHECK="~NET_CLS_ACT ~NET_CLS_U32 ~NET_SCH_INGRESS ~NET_ACT_POLICE ~IPV6 ~TUN" +MODULE_NAMES="openvswitch(net:${S}/datapath/linux)" +BUILD_TARGETS="all" + +pkg_setup() { + if use modules ; then + CONFIG_CHECK+=" ~!OPENVSWITCH" + kernel_is ge 3 10 0 || die "Linux >= 3.10.0 and <= 4.8 required for userspace modules" + kernel_is le 4 9 999 || die "Linux >= 3.10.0 and <= 4.8 required for userspace modules" + linux-mod_pkg_setup + else + CONFIG_CHECK+=" ~OPENVSWITCH" + linux-info_pkg_setup + fi +} + +src_prepare() { + # Never build kernelmodules, doing this manually + epatch "${FILESDIR}/CVE-2017-9214.patch" + sed -i \ + -e '/^SUBDIRS/d' \ + datapath/Makefile.in || die "sed failed" + eautoreconf + default +} + +src_configure() { + set_arch_to_kernel + # monitor is statically enabled for bug 596206 + use monitor || export ovs_cv_python="no" + # pyside is staticly disabled + export ovs_cv_pyuic4="no" + + local linux_config + use modules && linux_config="--with-linux=${KV_OUT_DIR}" + + econf ${linux_config} \ + --with-rundir=/var/run/openvswitch \ + --with-logdir=/var/log/openvswitch \ + --with-pkidir=/etc/ssl/openvswitch \ + --with-dbdir=/var/lib/openvswitch \ + $(use_enable ssl) \ + $(use_enable !debug ndebug) +} + +src_compile() { + default + + use modules && linux-mod_src_compile +} + +src_install() { + default + + local SCRIPT + if use monitor; then + for SCRIPT in ovs-{pcap,parse-backtrace,dpctl-top,l3ping,tcpdump,tcpundump,test,vlan-test} bugtool/ovs-bugtool; do + sed -e '1s|^.*$|#!/usr/bin/python|' -i utilities/"${SCRIPT}" + python_foreach_impl python_doscript utilities/"${SCRIPT}" + done + rm -r "${ED%/}"/usr/share/openvswitch/python || die + fi + + keepdir /var/{lib,log}/openvswitch + keepdir /etc/ssl/openvswitch + fperms 0750 /etc/ssl/openvswitch + + rm -rf "${ED%/}"/var/run || die + + newconfd "${FILESDIR}/ovsdb-server_conf2" ovsdb-server + newconfd "${FILESDIR}/ovs-vswitchd_conf" ovs-vswitchd + newinitd "${FILESDIR}/ovsdb-server-r1" ovsdb-server + newinitd "${FILESDIR}/ovs-vswitchd-r1" ovs-vswitchd + + systemd_dounit "${FILESDIR}/ovsdb-server.service" + systemd_dounit "${FILESDIR}/ovs-vswitchd.service" + systemd_newtmpfilesd "${FILESDIR}/openvswitch.tmpfiles" openvswitch.conf + + insinto /etc/logrotate.d + newins rhel/etc_logrotate.d_openvswitch openvswitch + + use modules && linux-mod_src_install +} + +pkg_postinst() { + use modules && linux-mod_pkg_postinst + + local pv + for pv in ${REPLACING_VERSIONS}; do + if ! version_is_at_least 1.9.0 ${pv} ; then + ewarn "The configuration database for Open vSwitch got moved in version 1.9.0 from" + ewarn " /etc/openvswitch" + ewarn "to" + ewarn " /var/lib/openvswitch" + ewarn "Please copy/move the database manually before running the schema upgrade." + ewarn "The PKI files are now supposed to go to /etc/ssl/openvswitch" + fi + done + + elog "Use the following command to create an initial database for ovsdb-server:" + elog " emerge --config =${CATEGORY}/${PF}" + elog "(will create a database in /var/lib/openvswitch/conf.db)" + elog "or to convert the database to the current schema after upgrading." +} + +pkg_config() { + local db="${EROOT%/}"/var/lib/openvswitch/conf.db + if [[ -e "${db}" ]] ; then + einfo "Database '${db}' already exists, doing schema migration..." + einfo "(if the migration fails, make sure that ovsdb-server is not running)" + ovsdb-tool convert "${db}" \ + "${EROOT%/}"/usr/share/openvswitch/vswitch.ovsschema || die "converting database failed" + else + einfo "Creating new database '${db}'..." + ovsdb-tool create "${db}" \ + "${EROOT%/}"/usr/share/openvswitch/vswitch.ovsschema || die "creating database failed" + fi +} diff --git a/net-wireless/chirp/Manifest b/net-wireless/chirp/Manifest index 10ba26662982..78e85317f2f8 100644 --- a/net-wireless/chirp/Manifest +++ b/net-wireless/chirp/Manifest @@ -1 +1 @@ -DIST chirp-daily-20170414.tar.gz 686172 SHA256 6ac298343b04acf4bf3905f1bd40753e8b5600e70406bf3822fe1bcaedeca5e4 SHA512 30cd0246bfaca33eaf0e2b353a7d8a74719333c6446de24adc4594a0c4112105553476656407a00ef2b35c40bd31845cdaf9c6258f43f97ee5eaeaa0650bc215 WHIRLPOOL 26a1be8f8760413a20077a0d0689b034194750c3304f4a11bfaf11fb839d64d4141f74bacd85da904abcd41dca74e87701ae3c8c76009d67511a906b11b6e0d5 +DIST chirp-daily-20170526.tar.gz 690081 SHA256 04c8da2018c1e2749aa280cdf85717be3d5fa6b1aeb9e940220e871ab0823ff6 SHA512 2b43d872a1a1cc8562ac4dbbef13084f7782f5069fd316a910619daff749ee4289cf9498f0236d81c4a2d5f2bb52e65a11f161d8ac75394e64b7e375b7c6b68e WHIRLPOOL 6baf7eb4da45dcb703023b219fc81a3f823e83e31a7b06b71b77918f746172b6d3d2ddac5a8e5a2fb1c1a5699f5375934487d2986037c9111e8afffa4e67c8a5 diff --git a/net-wireless/chirp/chirp-20170414.ebuild b/net-wireless/chirp/chirp-20170526.ebuild similarity index 100% rename from net-wireless/chirp/chirp-20170414.ebuild rename to net-wireless/chirp/chirp-20170526.ebuild diff --git a/perl-core/Module-CoreList/Manifest b/perl-core/Module-CoreList/Manifest index 852d2af4c17f..4168c2e39c8e 100644 --- a/perl-core/Module-CoreList/Manifest +++ b/perl-core/Module-CoreList/Manifest @@ -1,3 +1,4 @@ DIST Module-CoreList-5.20150214.tar.gz 80895 SHA256 8c3248bb25f8cd829ac888fd69cbf88feaed3e294d5f9bab99f8ae14d1fdda1d SHA512 3f19db7732f98d14dcb97fd5abf06349e36bb04b2ec9a29a1262792201c36183f3d7303596567d50777c22b62b4c67fd8d7e5c196de0a3cc5186761386262215 WHIRLPOOL cd6628f4e298ff170a92479a1f7f26d53e49fec2d1e6ef35e236b164a6a50d5416adeb41b610bde52eb163052bbbeb37778e9d50d83b8901a5678126aa739a43 DIST Module-CoreList-5.20150520.tar.gz 83381 SHA256 c0349da86d5a9cda50aad407a2fbd023eaff4d3fcd60f4742f29a1db6dbda9a0 SHA512 d3d4c72a5bec3b46ef275b4d2ea97829e1bfd8d1d3250190ace26c5976ccdf082f3db8c694fdbaf1a7606c3c5dc776c5162eb7d35afab6e7b2383ba9284a8842 WHIRLPOOL 94733ed6aaa0a15e6d56bdb5424e63951f8ff1d76e5d951563c36b4fbc00daecf5814e98bb3a3c1f1c46fe0c81b462b8a6cee15621316b57e47abee298f8a7f5 DIST Module-CoreList-5.20160507.tar.gz 88669 SHA256 7107c4b74e2771453cb0b5f501837939219f7d12c5ab4726e7c6e1d34f04b941 SHA512 c89794fe78694a3ff8ad76c20c896248202491ad63961614e574b80653629eb0bba8204a012419cf344278bdd7ff507875febf949a631fa8f6cae8b06de335af WHIRLPOOL e073c5662ef40278956fd42dbc9b0f8a2b094da433dfedf09ea351ba341a4dbb7b6175b56ec42d3c454c1f9de7c6697fd02cae53f0f116eedb0eae09fa247088 +DIST Module-CoreList-5.20170530.tar.gz 97643 SHA256 2d1bebd30cb2f082755f0604353316cb530fb22a7ef477313fed518691555c65 SHA512 addc57ceac69b8002a1673c0fbf90394d46c4dcaa0af2c30b3e24062f2806be5fd48cd2c04422fed16da75eeea9942e76e64d6f01512a1d516eed8f999b964ce WHIRLPOOL ddad059d908f97d4b6879c14154b2ecf37201c21f08eafe23e617a1444b9c7742c6e18645713ec73638384d8383b8f41561c48de95a59a2394a74de0f06a183d diff --git a/perl-core/Module-CoreList/Module-CoreList-5.201.705.300.ebuild b/perl-core/Module-CoreList/Module-CoreList-5.201.705.300.ebuild new file mode 100644 index 000000000000..501238b70fb1 --- /dev/null +++ b/perl-core/Module-CoreList/Module-CoreList-5.201.705.300.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=BINGOS +DIST_VERSION=5.20170530 +inherit perl-module + +DESCRIPTION="what modules shipped with versions of perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-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" +IUSE="" diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 75f19fd67cc3..96082fe5701a 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (30 May 2017) +# Depends on dev-util/kirigami:2, not keyworded yet. +>=kde-plasma/plasma-meta-5.10.0 sdk + # Andreas Sturmlechner (06 May 2017) # Depends on dev-util/kdevplatform:5, not keyworded yet. kde-plasma/plasma-sdk plasmate diff --git a/profiles/package.mask b/profiles/package.mask index 2196cc481342..94734b77ad9c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,11 @@ #--- END OF EXAMPLES --- +# Andreas K. Hüttel (30 May 2017) +# Work in progress. DO NOT UNMASK. Otherwise bad things WILL happen. +# Think of the kittens. +=dev-lang/perl-5.26.0 + # Amadeusz Żołnowski (29 May 2017) # Masked for removal. I have added it but I no longer use it. # If someone cares about z please take ownership. Othwerwise @@ -262,26 +267,6 @@ dev-python/protorpc # Bug #615480 =sys-kernel/vanilla-sources-4.1.39 -# Hans de Graaff (28 Apr 2017) -# Ruby 2.1 will be removed soon, bug #615822. -# These packages are all ruby21-only and most have not seen upstream -# releases in a long time. -dev-ruby/configliere -dev-ruby/map -dev-ruby/memcache-client -dev-ruby/mini_shoulda -dev-ruby/png -dev-ruby/rails_autolink -dev-ruby/rev -dev-ruby/RubyInline -dev-ruby/ruby-inifile -dev-ruby/ruby-tcpwrap -dev-util/watchr -# These slots are currently ruby21-only and have been obsoleted by -# newer slots or are no longer compatible with current dev-ruby/rails -# versions. -dev-ruby/prawn:0 - # Dirkjan Ochtman (27 Apr 2017) # Persona service has been discontinued. Masked for removal in 30 days. www-apache/mod_authnz_persona diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 9e60adde752e..874257aa8c42 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -4070,7 +4070,6 @@ media-libs/gegl:lensfun - Enable support for media-libs/lensfun. media-libs/gegl:umfpack - Enable sparse solving via sci-libs/umfpack. media-libs/gegl:webp - Enable support for media-libs/libwebp media-libs/giflib:rle - Build converters for RLE format (utah raster toolkit) -media-libs/glfw:egl - Use EGL instead of GLX for GL context creation media-libs/gmtk:dconf - Enable support for gnome-base/dconf media-libs/grilo:network - Enable network access for media discovery using net-libs/libsoup media-libs/grilo:playlist - Enable support for playlists through dev-libs/totem-pl-parser diff --git a/sci-libs/Fiona/Fiona-1.7.6.ebuild b/sci-libs/Fiona/Fiona-1.7.6.ebuild index 6f4988c809c7..eb4036a67ed0 100644 --- a/sci-libs/Fiona/Fiona-1.7.6.ebuild +++ b/sci-libs/Fiona/Fiona-1.7.6.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} ) inherit distutils-r1 diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest index b282e0a24faa..2a7336601359 100644 --- a/sci-libs/matio/Manifest +++ b/sci-libs/matio/Manifest @@ -1,5 +1,3 @@ DIST matio-1.5.1.tar.gz 8160893 SHA256 7d94a1433f67ce21f08fbbfc8af677f3838964b2b07565dce6f65e878394cd2f SHA512 bd1e49bcbfe3e073d2339bc3dff803b222c007aad19759ee9b666438fa59ec2b2750b52ffb3b5e911145cf2977538447f5db977fc056a624c5878ddbcf564b26 WHIRLPOOL 54c5191c9b4b15e54f25d435a7ea680c84c94f1f5c9e432e3340a7a0821b743c95a08c4e77d65dece3768147c7b5e9e9057bc7ad9b8cde358951f5728d81879b +DIST matio-1.5.10.tar.gz 8630185 SHA256 41209918cebd8cc87a4aa815fed553610911be558f027aee54af8b599c78b501 SHA512 93c40d344fd8282e64cae6104bc6a485cd4ce65c948333c95127cfd54e57166c5e24d7a8d36a50dd896f11615a0274ddd303d8fdb4d3e41b34d4eacb7fc866af WHIRLPOOL 821ad5586f87681c45dc516827a4ed3adaf8e6cb32f8ec40f99b95ad19868dc79d8702341ac6f28a0b6a1b27ab7e49260089932a09802ebcba9085d4b8b3c1e2 DIST matio-1.5.2.tar.gz 8179926 SHA256 db02d0fb3373c3d766a606309b17e64a5d8da55610e921a9f1a0ec171e911d45 SHA512 47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc WHIRLPOOL 31796367020078b06cefa10ccfad00526a04c12c158f581d8b4c134071647f01ae55b39e1c738cc3a9ac6211f36cd59041130edd208f001a28fb9f770e0fe8b0 -DIST matio-1.5.7.tar.gz 8502196 SHA256 84b9a17ada1ee08374fb47cc2d0e10a95b8f7f603b58576239f90b8c576fad48 SHA512 03ba3732aeb9f8d7f94d7e95d409ae7abbed5172f033b6a5752dfb74a2c1fdf61e4f3a9a34bccae1d37e9dbfb3ef6415420b7ea0533265fb338cc6600b758e90 WHIRLPOOL 3bf2512682ef0299c1a4d3f99539e170894af129de485af04eb4f16c271a762fe52a6fe697e4acecedc661e9a4b0d50d702fa7ad127f425ae51e18dc34bbbb78 -DIST matio-1.5.8.tar.gz 8533752 SHA256 6e49353d1d9d5127696f2e67b46cf9a1dc639663283c9bc4ce5280489c03e1f0 SHA512 6a3dbb05f349c8e9cd1fd46a5e9a38cadaf51ff3fd345aa6eff38fd528c58edc0c1ec6f6d5b81f944b60d10077da666ebf36b763a0d25c13a260a5925bc08d8f WHIRLPOOL 0822dcd87135134e4bd4d367c6c31cfbf7aa22279c013bcbd4eae94480384bf566b7b235e96e7b89cff8f6123d6edaa2b0f926a5f7af9662881867c202178558 -DIST matio-1.5.9.tar.gz 8520329 SHA256 beb7f965831ec5b4ef43f8830ee1ef1c121cd98e11b0f6e1d98713d9f860c05c SHA512 e6162a1034bf03523ddab34e3dbfe01a4993b419a36e31702f4cdede3fa541b1acad26bf2a79688babf90497310ac7af599d3b1ab1e0c3321607e826c4dca4da WHIRLPOOL e45c8a63a00fdac0be459513d11854d29a94afd008ee9388cc64be7ac1b507cf48efd3f578484b172642adb0927ef1ecfb3585ce11211dfc648b62749cda5ace diff --git a/sci-libs/matio/matio-1.5.8.ebuild b/sci-libs/matio/matio-1.5.10.ebuild similarity index 95% rename from sci-libs/matio/matio-1.5.8.ebuild rename to sci-libs/matio/matio-1.5.10.ebuild index c852bbfcfb1f..78479eb8ba9c 100644 --- a/sci-libs/matio/matio-1.5.8.ebuild +++ b/sci-libs/matio/matio-1.5.10.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 diff --git a/sci-libs/matio/matio-1.5.7.ebuild b/sci-libs/matio/matio-1.5.7.ebuild deleted file mode 100644 index 085a4d561d41..000000000000 --- a/sci-libs/matio/matio-1.5.7.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Library for reading and writing matlab files" -HOMEPAGE="https://sourceforge.net/projects/matio/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples hdf5 sparse static-libs" - -RDEPEND=" - sys-libs/zlib - hdf5? ( sci-libs/hdf5 )" -DEPEND="${RDEPEND} - sys-devel/libtool - doc? ( virtual/latex-base )" - -src_configure() { - econf \ - $(use_enable hdf5 mat73) \ - $(use_enable sparse extended-sparse) -} - -src_compile() { - default - use doc && emake -C documentation pdf -} - -src_install() { - default - use doc && dodoc documentation/matio_user_guide.pdf - if use examples; then - docinto examples - dodoc test/test* - insinto /usr/share/${PN} - doins share/test* - fi -} diff --git a/sci-libs/matio/matio-1.5.9.ebuild b/sci-libs/matio/matio-1.5.9.ebuild deleted file mode 100644 index c852bbfcfb1f..000000000000 --- a/sci-libs/matio/matio-1.5.9.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Library for reading and writing matlab files" -HOMEPAGE="https://sourceforge.net/projects/matio/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0/4" # subslot = soname version -LICENSE="BSD-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples hdf5 sparse static-libs" - -RDEPEND=" - sys-libs/zlib - hdf5? ( sci-libs/hdf5 )" -DEPEND="${RDEPEND} - sys-devel/libtool - doc? ( virtual/latex-base )" - -src_configure() { - econf \ - $(use_enable hdf5 mat73) \ - $(use_enable sparse extended-sparse) \ - $(use_enable static-libs static) -} - -src_compile() { - default - use doc && emake -C documentation pdf -} - -src_install() { - default - - use doc && dodoc documentation/matio_user_guide.pdf - if use examples; then - docinto examples - dodoc test/test* - insinto /usr/share/${PN} - doins share/test* - fi - - find "${D}" -name "*.la" -delete || die -} diff --git a/sci-mathematics/maxima/Manifest b/sci-mathematics/maxima/Manifest index bd89940df543..07b5abb84017 100644 --- a/sci-mathematics/maxima/Manifest +++ b/sci-mathematics/maxima/Manifest @@ -1,3 +1,4 @@ DIST maxima-5.37.3.tar.gz 29964644 SHA256 8bd5dcd672f37ea752385475fc64f8c87dfa29bbe34766cbcb87b1f63dfb5934 SHA512 a337afdc779abc88297e7dadf8af949da881c91a237e85ed654046c98692f2446c0b2ddb8c81b637cb7a35dd3b712832aadc5dedcaa8b681496dae4835c9d0f1 WHIRLPOOL d24eeb7f39f88b9f542e28db28b8f249b1badc059fe744a83209b102b8f776131e4b2f91c28949f4f6de8323f163cb0a6be9bafc3c0ef058a73e9b543622e976 DIST maxima-5.38.1.tar.gz 38641257 SHA256 0e866536ab5847ec045ba013570f80f36206ca6ce07a5d13987010bcb321c6dc SHA512 abca10984dbb22a48bae481b2e803cb5bee6776e974b4bb9271773aa035fb5e49f34b2458aabca01f0a681a07179e57c012273be6f8d53c615b3309b1034abf9 WHIRLPOOL 443ab032e784e4e2c37274dc3b1635acd9ede08af7863793f93b2f8fdc10e9cce8d4b1a5e98df9a6486fe97e082fb4030fbb3208939ab627f7ca333de7c224b8 DIST maxima-5.39.0.tar.gz 38652090 SHA256 f58ff98013fcaa37d8661b941672c38db58f982f082d6cfcca1f1b5fac7d71b3 SHA512 393ade47fc3832ee44df7bf0c3bd2e501755167ec0f02d50d5876e7cf54fe682f2ebf2511290fa498d174e55961451e61ea5c1c5f6e5f9e6d04ad73d45a5d2a9 WHIRLPOOL 35c7e4acf7933c11562ade2ce30b9c3865a052fc13f9880502165313aae66925aff44cc9d70666001d0378ef14b2e0bf6bc2faeb258b6d50e558b9e043cd972c +DIST maxima-5.40.0.tar.gz 41668208 SHA256 74fe468cd372714622a99afb6b34297589ddd80386e125d71067d3e75519f796 SHA512 7aa36ae56c289e1cc6bb1722a6ee93fed5bf893747a26bb52a48f93cd02d65b63c453f37dc2c86ab4596ad192150aed9ad6b361ab295eda5207d9633c07cdee6 WHIRLPOOL 0e66c5492728a1d21ef7b72fd227943200725c5dad812d81e111f609f381a94a66432c7ff13608e18fc5f2616f8992b46769b421b6942d10fb796d3992d46c8a diff --git a/sci-mathematics/maxima/maxima-5.40.0.ebuild b/sci-mathematics/maxima/maxima-5.40.0.ebuild new file mode 100644 index 000000000000..8bdc377e8486 --- /dev/null +++ b/sci-mathematics/maxima/maxima-5.40.0.ebuild @@ -0,0 +1,208 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit autotools elisp-common eutils + +DESCRIPTION="Free computer algebra environment based on Macsyma" +HOMEPAGE="http://maxima.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2 GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + +# Supported lisps +LISPS=( sbcl cmucl gcl ecls clozurecl clisp ) +# supports readline: . - no, y - yes +SUPP_RL=( . . y . . y ) +# . - just --enable-, - --enable- +CONF_FLAG=( . . . ecl ccl . ) +# patch file version; . - no patch +PATCH_V=( 2 1 . 2 2 1 ) + +IUSE="emacs tk nls unicode X ${LISPS[*]}" + +# Languages +LANGS="de es pt pt_BR" +for lang in ${LANGS}; do + IUSE="${IUSE} linguas_${lang}" +done + +# texlive-latexrecommended needed by imaxima for breqn.sty +RDEPEND="!app-emacs/imaxima + X? ( x11-misc/xdg-utils + sci-visualization/gnuplot[gd] + tk? ( dev-lang/tk:0 ) ) + emacs? ( virtual/emacs + virtual/latex-base + app-emacs/auctex + app-text/ghostscript-gpl + dev-texlive/texlive-latexrecommended )" + +# generating lisp dependencies +depends() { + local LISP DEP + LISP=${LISPS[$1]} + DEP="dev-lisp/${LISP}:=" + if [ "${SUPP_RL[$1]}" = "." ]; then + DEP="${DEP} app-misc/rlwrap" + fi + echo ${DEP} +} + +n=${#LISPS[*]} +for ((n--; n >= 0; n--)); do + LISP=${LISPS[${n}]} + RDEPEND="${RDEPEND} ${LISP}? ( $(depends ${n}) )" + DEF_DEP="${DEF_DEP} !${LISP}? ( " +done + +# default lisp +DEF_LISP=0 # sbcl +ARM_LISP=2 # gcl +DEF_DEP="${DEF_DEP} arm? ( `depends ${ARM_LISP}` ) !arm? ( `depends ${DEF_LISP}` )" + +n=${#LISPS[*]} +for ((n--; n >= 0; n--)); do + DEF_DEP="${DEF_DEP} )" +done + +unset LISP + +RDEPEND="${RDEPEND} + ${DEF_DEP}" + +DEPEND="${RDEPEND} + sys-apps/texinfo" + +TEXMF="${EPREFIX}"/usr/share/texmf-site + +pkg_setup() { + local n=${#LISPS[*]} + + for ((n--; n >= 0; n--)); do + use ${LISPS[${n}]} && NLISPS="${NLISPS} ${n}" + done + + if [ -z "${NLISPS}" ]; then + use arm && DEF_LISP=${ARM_LISP} + ewarn "No lisp specified in USE flags, choosing ${LISPS[${DEF_LISP}]} as default" + NLISPS=${DEF_LISP} + fi +} + +src_prepare() { + local n PATCHES v + PATCHES=( emacs-0 rmaxima-0 wish-2 xdg-utils-0 ) + + n=${#PATCHES[*]} + for ((n--; n >= 0; n--)); do + epatch "${FILESDIR}"/${PATCHES[${n}]}.patch + done + + n=${#LISPS[*]} + for ((n--; n >= 0; n--)); do + v=${PATCH_V[${n}]} + if [ "${v}" != "." ]; then + epatch "${FILESDIR}"/${LISPS[${n}]}-${v}.patch + fi + done + + # bug #343331 + rm share/Makefile.in || die + rm src/Makefile.in || die + touch src/*.mk + touch src/Makefile.am + eautoreconf +} + +src_configure() { + local CONFS CONF n lang + for n in ${NLISPS}; do + CONF=${CONF_FLAG[${n}]} + if [ ${CONF} = . ]; then + CONF=${LISPS[${n}]} + fi + CONFS="${CONFS} --enable-${CONF}" + done + + # enable existing translated doc + if use nls; then + for lang in ${LANGS}; do + if use "linguas_${lang}"; then + CONFS="${CONFS} --enable-lang-${lang}" + use unicode && CONFS="${CONFS} --enable-lang-${lang}-utf8" + fi + done + fi + + econf ${CONFS} \ + $(use_with tk wish) \ + $(use_enable emacs) \ + --with-lispdir="${EPREFIX}/${SITELISP}/${PN}" +} + +src_compile() { + emake + if use emacs; then + pushd interfaces/emacs/emaxima > /dev/null + elisp-compile *.el + popd > /dev/null + pushd interfaces/emacs/imaxima > /dev/null + BYTECOMPFLAGS="-L . -L ../emaxima" + elisp-compile *.el + popd > /dev/null + fi +} + +src_install() { + docompress -x /usr/share/info + emake DESTDIR="${D}" emacsdir="${EPREFIX}/${SITELISP}/${PN}" install + + use tk && make_desktop_entry xmaxima xmaxima \ + /usr/share/${PN}/${PV}/xmaxima/maxima-new.png \ + "Science;Math;Education" + + # do not use dodoc because interfaces can't read compressed files + # read COPYING before attempt to remove it from dodoc + insinto /usr/share/${PN}/${PV}/doc + doins AUTHORS COPYING README README.lisps + dodir /usr/share/doc + dosym ../${PN}/${PV}/doc /usr/share/doc/${PF} + + if use emacs; then + elisp-install ${PN} interfaces/emacs/{emaxima,imaxima}/*.{el,elc,lisp} + elisp-site-file-install "${FILESDIR}"/50maxima-gentoo-1.el + + rm "${ED}"/${SITELISP}/${PN}/emaxima.sty || die + insinto ${TEXMF}/tex/latex/emaxima + doins interfaces/emacs/emaxima/emaxima.sty + + insinto /usr/share/${PN}/${PV}/doc/imaxima + doins interfaces/emacs/imaxima/README + doins -r interfaces/emacs/imaxima/imath-example + fi + + # if we use ecls, build an ecls library for maxima + if use ecls; then + ECLLIB=`ecl -eval "(princ (SI:GET-LIBRARY-PATHNAME))" -eval "(quit)"` + insinto "${ECLLIB#${EPREFIX}}" + doins src/binary-ecl/maxima.fas + fi +} + +pkg_postinst() { + if use emacs; then + elisp-site-regen + mktexlsr + fi +} + +pkg_postrm() { + if use emacs; then + elisp-site-regen + mktexlsr + fi +} diff --git a/sys-apps/man-pages/man-pages-4.11.ebuild b/sys-apps/man-pages/man-pages-4.11.ebuild index ddfd9b5a5b60..257d28c42577 100644 --- a/sys-apps/man-pages/man-pages-4.11.ebuild +++ b/sys-apps/man-pages/man-pages-4.11.ebuild @@ -19,11 +19,12 @@ IUSE_L10N=" da de fr it ja nl pl ro ru zh-CN" IUSE="nls ${IUSE_L10N// / l10n_}" RESTRICT="binchecks" -# Block packages that used to install colliding man pages #341953 #548900 #612640 +# Block packages that used to install colliding man pages #341953 #548900 #612640 #617462 RDEPEND="virtual/man !