diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest index c42204d0285f..8d3b4ba124e0 100644 --- a/app-admin/monit/Manifest +++ b/app-admin/monit/Manifest @@ -1,3 +1,4 @@ DIST monit-5.15.tar.gz 1218043 SHA256 deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c SHA512 7e2b011a89d9b1dc990faf413a38f0c68aea398e25efd5392d6aa1baf50d68ea2db087ea2093c84658a99b7a83d133b23562d5ad11e1197db7a54a2b961177cd WHIRLPOOL e305705583c79b8d861595cae4d000b5832e3288f3d0ec59e69ac811e1f402af489e44c8fe568941781d97c953ff181a8048f0b3dfaeec14a26fd4bbc8cff697 DIST monit-5.16.1.tar.gz 1226375 SHA256 b729b8345f5b85311c7f05751fc5d009128fd4a95fc4929a04b43bd15ab3b23f SHA512 911462b73074cbdd151596dc29cef74370af3ae368067d36e9f630fd2f4cb37867f0eef68083ee07efa1f489848560c4b4152e55eccc829d5118990e04308ffa WHIRLPOOL bca90fd0d28aa65c81074d427426bf748a94de23716fe99a203e8af7bea34aa32d9f0c02716d4850b67f165c0224de14618f8a64061588bfe2fa2542a70a1a70 +DIST monit-5.17.1.tar.gz 1231823 SHA256 f71a22cfb6bd91ff46496e72e1d1b1021ecd651e7748131ce0f995cc37ff0b42 SHA512 e28534ce3a5a95eac70f05c34b5a8545a0eb925ac90f82f71bcea8f3568be45288ddbd196c2352a390820244143511ecf2e0de21cdcab1dd2f3e4788dad71015 WHIRLPOOL 9416020cecb49473299f0603448a79c0f3992bad995dbd78a282cf8440b9957edcefc419a56ed71f583efbce2d0ba50a338d2df5b736d9d32e0116ecc5bf5ef1 DIST monit-5.17.tar.gz 1231882 SHA256 2fbcdea79ae39228791a0aaa685ebbf650f2b58d086eaf77a33226e972cb216e SHA512 6e5459f3c1d37e3713286bfabc4a6a109f90438a0b45630af7f93fbe1e8ec7984551c7026f3fe1d8b63632bca7b3678f9ea3cbed194d6e5e7abe367d62d8ad61 WHIRLPOOL de10a18996cee1bcb1637e53e3e5ea8517ec4d7f33efbd73110c639cf921cb52cdd4ddb547a474e9d60e4c4bd451dc1947692b3244bd254027885df65074b259 diff --git a/app-admin/monit/monit-5.17.1.ebuild b/app-admin/monit/monit-5.17.1.ebuild new file mode 100644 index 000000000000..df1ef806e07d --- /dev/null +++ b/app-admin/monit/monit-5.17.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit pam systemd + +DESCRIPTION="a utility for monitoring and managing daemons or similar programs running on a Unix system" +HOMEPAGE="http://mmonit.com/monit/" +SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" +IUSE="libressl pam ssl" + +RDEPEND=" + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl ) + )" +DEPEND="${RDEPEND} + sys-devel/flex + sys-devel/bison + pam? ( virtual/pam )" + +src_prepare() { + default + + sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in Makefile.in" +} + +src_configure() { + econf $(use_with ssl) $(use_with pam) +} + +src_install() { + default + + dodoc README + + insinto /etc; insopts -m600; doins monitrc + newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit + systemd_dounit "${FILESDIR}"/${PN}.service + + use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN} +} + +pkg_postinst() { + elog "Sample configurations are available at:" + elog "http://mmonit.com/monit/documentation/" +} diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest index 91f8db96501f..185cd436983d 100644 --- a/app-admin/sudo/Manifest +++ b/app-admin/sudo/Manifest @@ -1,3 +1 @@ -DIST sudo-1.8.12.tar.gz 2493373 SHA256 163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0 SHA512 1815343eceb7cfa6e37c961ce1c68cf96fc290356b92078d6d24a2c85d8b7a7236df78d3ff7f5e30eba492dc8407346d884e01c0b989eef4414156cfec80b67b WHIRLPOOL 0d9e618937a08b9bf74aaebf12f5b9f96afd827728f90fa95b6a2a4f932cc84240d56674aa903062247068ec5aa3369b14bad64130caeb313330286510c2d3f6 -DIST sudo-1.8.14p3.tar.gz 2570892 SHA256 a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237 SHA512 022e75a4171c0d9b87569adc5b08afc1b8f2adb7dbc6c80dfb737029dbca560a08e317ce37f117b614f36b54666ed01559a72d0c92523a5a2ee3531f520d7a2b WHIRLPOOL 143ff1c464b539e79172cd0340a089739207d2b99fc01d183a27b24b5172c834d6ed0f7258116542ffa559a3a4c3540924261170655dd7bedb449f8d93496bbd DIST sudo-1.8.15.tar.gz 2660128 SHA256 4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308 SHA512 f2bff92104ddc4cbea8c788da446043cbfe02c977cedf18d46b1c82e98d7227432cb5a61233e7a06af84e3637f906edd5e02bb88c03a2ce4a16df410469a5dab WHIRLPOOL 3da64eda51f22d7fc0ea76f0693e9960d511b7c762b5d6237318d17436fd64b58ae90caa9bf4e125ebee70b83eac7cba2c7451fb62fafd8ee3d133c4ae2037b9 diff --git a/app-admin/sudo/files/sudo-1.8.12-include-sys-types-h.patch b/app-admin/sudo/files/sudo-1.8.12-include-sys-types-h.patch deleted file mode 100644 index f33748669e97..000000000000 --- a/app-admin/sudo/files/sudo-1.8.12-include-sys-types-h.patch +++ /dev/null @@ -1,146 +0,0 @@ -This fixes builds on uClibc and musl. See -https://bugs.gentoo.org/show_bug.cgi?id=544756 - -This patch is a slight modification of uptream commits: -http://www.sudo.ws/repos/sudo/rev/86eb67f3c41a -http://www.sudo.ws/repos/sudo/rev/e0794f05e95c - -diff -Naur sudo-1.8.12.orig/lib/util/getopt_long.c sudo-1.8.12/lib/util/getopt_long.c ---- sudo-1.8.12.orig/lib/util/getopt_long.c 2015-02-09 18:40:10.000000000 +0000 -+++ sudo-1.8.12/lib/util/getopt_long.c 2015-04-10 19:21:20.337032782 +0000 -@@ -52,6 +52,7 @@ - - #include - -+#include - #include - #ifdef STDC_HEADERS - # include -diff -Naur sudo-1.8.12.orig/lib/util/mksiglist.c sudo-1.8.12/lib/util/mksiglist.c ---- sudo-1.8.12.orig/lib/util/mksiglist.c 2015-02-09 18:40:10.000000000 +0000 -+++ sudo-1.8.12/lib/util/mksiglist.c 2015-04-10 19:22:38.719856268 +0000 -@@ -43,6 +43,7 @@ - #include "mksiglist.h" - - printf("#include \n"); -+ printf("#include \n"); - printf("#include \n"); - printf("#include \"sudo_compat.h\"\n\n"); - printf("const char *const sudo_sys_siglist[NSIG] = {\n"); -diff -Naur sudo-1.8.12.orig/lib/util/mksigname.c sudo-1.8.12/lib/util/mksigname.c ---- sudo-1.8.12.orig/lib/util/mksigname.c 2015-02-09 18:40:10.000000000 +0000 -+++ sudo-1.8.12/lib/util/mksigname.c 2015-04-10 19:22:10.738491394 +0000 -@@ -43,6 +43,7 @@ - #include "mksigname.h" - - printf("#include \n"); -+ printf("#include \n"); - printf("#include \n"); - printf("#include \"sudo_compat.h\"\n\n"); - printf("const char *const sudo_sys_signame[NSIG] = {\n"); -diff -Naur sudo-1.8.12.orig/lib/util/regress/fnmatch/fnm_test.c sudo-1.8.12/lib/util/regress/fnmatch/fnm_test.c ---- sudo-1.8.12.orig/lib/util/regress/fnmatch/fnm_test.c 2015-02-09 18:40:10.000000000 +0000 -+++ sudo-1.8.12/lib/util/regress/fnmatch/fnm_test.c 2015-04-10 19:21:20.340032928 +0000 -@@ -6,6 +6,7 @@ - - #include - -+#include - #include - #include - #ifdef HAVE_STRING_H -diff -Naur sudo-1.8.12.orig/lib/util/regress/glob/globtest.c sudo-1.8.12/lib/util/regress/glob/globtest.c ---- sudo-1.8.12.orig/lib/util/regress/glob/globtest.c 2015-02-09 18:40:10.000000000 +0000 -+++ sudo-1.8.12/lib/util/regress/glob/globtest.c 2015-04-10 19:21:20.341032977 +0000 -@@ -6,6 +6,7 @@ - - #include - -+#include - #include - #include - #ifdef HAVE_STRING_H -diff -Naur sudo-1.8.12.orig/lib/util/sha2.c sudo-1.8.12/lib/util/sha2.c ---- sudo-1.8.12.orig/lib/util/sha2.c 2015-02-09 18:40:09.000000000 +0000 -+++ sudo-1.8.12/lib/util/sha2.c 2015-04-10 19:21:20.342033026 +0000 -@@ -1,5 +1,5 @@ - /* -- * Copyright (c) 2013 Todd C. Miller -+ * Copyright (c) 2013-2015 Todd C. Miller - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above -@@ -25,6 +25,7 @@ - - #include - -+#include - #include - #ifdef STDC_HEADERS - # include -diff -Naur sudo-1.8.12.orig/plugins/sudoers/regress/parser/check_base64.c sudo-1.8.12/plugins/sudoers/regress/parser/check_base64.c ---- sudo-1.8.12.orig/plugins/sudoers/regress/parser/check_base64.c 2015-02-09 18:40:10.000000000 +0000 -+++ sudo-1.8.12/plugins/sudoers/regress/parser/check_base64.c 2015-04-10 19:21:20.342033026 +0000 -@@ -1,5 +1,5 @@ - /* -- * Copyright (c) 2013 Todd C. Miller -+ * Copyright (c) 2013-2015 Todd C. Miller - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above -@@ -16,6 +16,7 @@ - - #include - -+#include - #include - #ifdef STDC_HEADERS - # include -diff -Naur sudo-1.8.12.orig/plugins/sudoers/regress/parser/check_digest.c sudo-1.8.12/plugins/sudoers/regress/parser/check_digest.c ---- sudo-1.8.12.orig/plugins/sudoers/regress/parser/check_digest.c 2015-02-09 18:40:10.000000000 +0000 -+++ sudo-1.8.12/plugins/sudoers/regress/parser/check_digest.c 2015-04-10 19:21:20.343033075 +0000 -@@ -1,5 +1,5 @@ - /* -- * Copyright (c) 2013 Todd C. Miller -+ * Copyright (c) 2013-2015 Todd C. Miller - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above -@@ -16,6 +16,7 @@ - - #include - -+#include - #include - #ifdef STDC_HEADERS - # include -diff -Naur sudo-1.8.12.orig/plugins/sudoers/regress/parser/check_hexchar.c sudo-1.8.12/plugins/sudoers/regress/parser/check_hexchar.c ---- sudo-1.8.12.orig/plugins/sudoers/regress/parser/check_hexchar.c 2015-02-09 18:40:10.000000000 +0000 -+++ sudo-1.8.12/plugins/sudoers/regress/parser/check_hexchar.c 2015-04-10 19:21:20.344033124 +0000 -@@ -1,5 +1,5 @@ - /* -- * Copyright (c) 2014 Todd C. Miller -+ * Copyright (c) 2014-2015 Todd C. Miller - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above -@@ -16,6 +16,7 @@ - - #include - -+#include - #include - #ifdef STDC_HEADERS - # include -diff -Naur sudo-1.8.12.orig/plugins/sudoers/solaris_audit.c sudo-1.8.12/plugins/sudoers/solaris_audit.c ---- sudo-1.8.12.orig/plugins/sudoers/solaris_audit.c 2015-02-09 18:53:54.000000000 +0000 -+++ sudo-1.8.12/plugins/sudoers/solaris_audit.c 2015-04-10 19:21:20.345033172 +0000 -@@ -15,6 +15,8 @@ - */ - - #include -+ -+#include - #include - #include - #include diff --git a/app-admin/sudo/sudo-1.8.12.ebuild b/app-admin/sudo/sudo-1.8.12.ebuild deleted file mode 100644 index d1ed25ec38cf..000000000000 --- a/app-admin/sudo/sudo-1.8.12.ebuild +++ /dev/null @@ -1,197 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris" -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() { - epatch "${FILESDIR}"/${P}-include-sys-types-h.patch - 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 doc/schema.OpenLDAP - 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 - 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.14_p3.ebuild b/app-admin/sudo/sudo-1.8.14_p3.ebuild deleted file mode 100644 index c4e80afad003..000000000000 --- a/app-admin/sudo/sudo-1.8.14_p3.ebuild +++ /dev/null @@ -1,196 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris" -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() { - 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 doc/schema.OpenLDAP - 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 - 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-backup/snapper/snapper-9999.ebuild b/app-backup/snapper/snapper-9999.ebuild index 3668a406e386..ec021d331a64 100644 --- a/app-backup/snapper/snapper-9999.ebuild +++ b/app-backup/snapper/snapper-9999.ebuild @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" -DOCS=( AUTHORS README package/snapper.changes ) +DOCS=( AUTHORS README.md package/snapper.changes ) PATCHES=( "${FILESDIR}"/cron-confd.patch ) diff --git a/app-editors/fb2edit/Manifest b/app-editors/fb2edit/Manifest index 0f480edf8def..749d7a464686 100644 --- a/app-editors/fb2edit/Manifest +++ b/app-editors/fb2edit/Manifest @@ -1,2 +1 @@ -DIST fb2edit-0.0.8.tar.bz2 222684 SHA256 f6f6fe21fb8651f8aaff12bfd923257dab17e64a47557669a2ad93ce22c8ed89 SHA512 05b79c5c7965af410fda335fc6fe2612f541c8bae6241c115affdd33b9375bba5710e689933f1745dbf2c132896a843e532bf62c079f0d646f97bedd0e81a572 WHIRLPOOL 993558bdab1a66295c5189e1c05886caa3e590a9779be876ad6d6f46b11958ff53e2e3db50c018ee63c20e9b2108308c03eb5b5a83f54badf93d99f16b94d1e0 DIST fb2edit-0.0.9.tar.gz 242568 SHA256 6d64fe1597911170d6d6d59d4b36d406a9389a37c2ef5c68051176bf6f45f181 SHA512 a51eb9e7c7f70d55dc1eb06f4f7e03a031ce229570ee9620f6299cac6c2b435c8bcd702def7a50783055c066227d77b5c235f2bba231b328831b4666cc0f61b9 WHIRLPOOL 2f4ab29352318211c36fe1bfd739d69633f31ec0ce0c0a2edf4dac7965896074900f8c5b840943d900a5ff12d6cc3a819a19f7ea77201465446f17dcc9aba8cb diff --git a/app-editors/fb2edit/fb2edit-0.0.8.ebuild b/app-editors/fb2edit/fb2edit-0.0.8.ebuild deleted file mode 100644 index 4488bb484a26..000000000000 --- a/app-editors/fb2edit/fb2edit-0.0.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="a WYSIWYG FictionBook (fb2) editor" -HOMEPAGE="http://fb2edit.lintest.ru/" -SRC_URI="http://fb2edit.lintest.ru/pub/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="dev-libs/libxml2 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtwebkit:4 - dev-qt/qtxmlpatterns:4" -RDEPEND="${DEPEND} - x11-themes/hicolor-icon-theme" - -DOCS=( AUTHORS README ) - -src_prepare() { - # drop -g from CFLAGS - sed -i -e '/^add_definitions(-W/s/-g//' CMakeLists.txt || die 'sed failed' - - cmake-utils_src_prepare -} diff --git a/app-editors/fb2edit/fb2edit-0.0.9.ebuild b/app-editors/fb2edit/fb2edit-0.0.9.ebuild index 333147d05e47..9b7b16470457 100644 --- a/app-editors/fb2edit/fb2edit-0.0.9.ebuild +++ b/app-editors/fb2edit/fb2edit-0.0.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit cmake-utils @@ -12,7 +12,7 @@ SRC_URI="https://github.com/lintest/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="dev-libs/libxml2 dev-qt/qtcore:4 diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest index 206d24fff529..4fadee5c08a1 100644 --- a/app-emulation/lxd/Manifest +++ b/app-emulation/lxd/Manifest @@ -1,3 +1,3 @@ -DIST lxd-2.0.0_beta1.tar.bz2 2253384 SHA256 443d8004aea80a9295eeb28c81b930947163b5af5e7c5ec15e6123938268bd6c SHA512 21cc90e18173f832f7aa2f39762ba1c47ac54dbb947519302075d10f8c55cce766d436cb7f9ec96cb2fe538952b801398ce3b1320d878e8835d58e4fb3b81c86 WHIRLPOOL 85a11976fbf74f8b408c75aa7abf645d3e27eed3f82021fbcb7b2d8db95cc986fdf2cd6a38ef8749857027b380382e66678fb1f1656274159dbc2531c3860761 DIST lxd-2.0.0_beta3.tar.bz2 2283443 SHA256 a3bdf6c081ebed01fcd1ae92a6d3ebf2e7d6ffea606fe3cb83559366e7dc90aa SHA512 3f80c1236ac9a92a350b4221478dd69eb2693672d73859738b691b9462155d0a907de90deab9950980500ab0faa5ec815bc6191cedf2d34d3757757f585570ec WHIRLPOOL 6d425c26ef37bc65871cf08946f0a80e5b9a3e01da5edd07605e94a2b418e6d2163ee90210c4439350000c35a18efa97102dcbab90ccd1577d6164b5b2e271b4 DIST lxd-2.0.0_beta4.tar.bz2 2291955 SHA256 6487750275e21ab3e862ea56807b9fcf28e9a646040e1f50f3967e9f76cf27e5 SHA512 ae67b9098946f037c1c938cc46f141fb8089ae33b980dd55cebc9cc3f14fbcd645e810e185fdc61dacbd6437569d079e4d9bd9763d12fefb65cfcecf13c10b28 WHIRLPOOL 6c781b47b80d044128647567b6de81352b174e2224e9ff91f2e1eacc5dfbb9141e53aa74e9bce479ebee1bb6c691282849897c34f815415623abcf3d666c7033 +DIST lxd-2.0.0_rc2.tar.bz2 2306077 SHA256 d74babbd5c537430a574a13c0f70c7633affc9bbd0e21bf0039872bdfb801fe9 SHA512 6a21620e19277293a3b665d4061f5aa9443d1a9a5ab88fa885096ff77acf828b215e247136bb99ea1ba230f015181bc9a86a919664c9288577509a2146a5aa66 WHIRLPOOL f88e0f3b5ecd9803bc8baee864ffbdf33b39f331a5e5ceb170b2792d2e26b6f4faae3a8cc6aae090e81accd3835408f2956a117095bc790ca7c16cd7f21d205e diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta1-disregard-dev-subdirs.patch b/app-emulation/lxd/files/lxd-2.0.0_beta1-disregard-dev-subdirs.patch deleted file mode 100644 index 9655e5ebb182..000000000000 --- a/app-emulation/lxd/files/lxd-2.0.0_beta1-disregard-dev-subdirs.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/lxd/container_lxc.go -+++ b/lxd/container_lxc.go -@@ -3509,8 +3509,13 @@ func (c *containerLXC) getDiskLimits() (map[string]deviceBlockLimit, error) { - - for _, block := range blocks { - dev := strings.TrimPrefix(block, "/dev/") -+ -+ if strings.Contains(dev,"/") { -+ continue -+ } -+ - if !shared.PathExists(fmt.Sprintf("/sys/class/block/%s/dev", dev)) { -- return nil, fmt.Errorf("Disk is missing /sys/class/block entry") -+ return nil, fmt.Errorf("Disk %s is missing /sys/class/block entry", dev) - } - - block, err := ioutil.ReadFile(fmt.Sprintf("/sys/class/block/%s/dev", dev)) diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch b/app-emulation/lxd/files/lxd-2.0.0_rc2-dont-go-get.patch similarity index 51% rename from app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch rename to app-emulation/lxd/files/lxd-2.0.0_rc2-dont-go-get.patch index 9964af6aec43..d2e622ec73b7 100644 --- a/app-emulation/lxd/files/lxd-2.0.0_beta1-dont-go-get.patch +++ b/app-emulation/lxd/files/lxd-2.0.0_rc2-dont-go-get.patch @@ -1,5 +1,5 @@ ---- Makefile.orig 2015-12-28 19:23:28.425122306 -0600 -+++ Makefile 2015-12-28 19:25:09.482123654 -0600 +--- Makefile.orig 2016-02-19 00:16:40.720102639 +0000 ++++ Makefile 2016-02-19 00:18:10.886096473 +0000 @@ -12,17 +12,11 @@ .PHONY: default @@ -7,14 +7,14 @@ - # Must run twice due to go get race - -go get -t -v -d ./... - -go get -t -v -d ./... - go install -v ./... - @echo "LXD built succesfuly" + go install -v $(DEBUG) ./... + @echo "LXD built successfully" .PHONY: client client: - # Must run twice due to go get race - -go get -t -v -d ./... - -go get -t -v -d ./... - go install -v ./lxc - @echo "LXD client built succesfuly" + go install -v $(DEBUG) ./lxc + @echo "LXD client built successfully" diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta1-nc-binary-name.patch b/app-emulation/lxd/files/lxd-2.0.0_rc2-nc-binary-name.patch similarity index 100% rename from app-emulation/lxd/files/lxd-2.0.0_beta1-nc-binary-name.patch rename to app-emulation/lxd/files/lxd-2.0.0_rc2-nc-binary-name.patch diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta1.confd b/app-emulation/lxd/files/lxd-2.0.0_rc2.confd similarity index 100% rename from app-emulation/lxd/files/lxd-2.0.0_beta1.confd rename to app-emulation/lxd/files/lxd-2.0.0_rc2.confd diff --git a/app-emulation/lxd/files/lxd-2.0.0_beta1.initd b/app-emulation/lxd/files/lxd-2.0.0_rc2.initd similarity index 100% rename from app-emulation/lxd/files/lxd-2.0.0_beta1.initd rename to app-emulation/lxd/files/lxd-2.0.0_rc2.initd diff --git a/app-emulation/lxd/lxd-2.0.0_beta1.ebuild b/app-emulation/lxd/lxd-2.0.0_rc2.ebuild similarity index 96% rename from app-emulation/lxd/lxd-2.0.0_beta1.ebuild rename to app-emulation/lxd/lxd-2.0.0_rc2.ebuild index 9ff9d906254e..ac54e47235b1 100644 --- a/app-emulation/lxd/lxd-2.0.0_beta1.ebuild +++ b/app-emulation/lxd/lxd-2.0.0_rc2.ebuild @@ -42,7 +42,6 @@ RDEPEND=" app-arch/xz-utils app-emulation/lxc[cgmanager,seccomp] net-analyzer/openbsd-netcat - net-misc/bridge-utils net-misc/rsync[xattr] sys-apps/iproute2 virtual/acl @@ -68,9 +67,6 @@ src_prepare() { # Gentoo installs that with a renamed binary epatch "${FILESDIR}/${P}-nc-binary-name.patch" - # see https://github.com/lxc/lxd/pull/1562 - epatch "${FILESDIR}/${P}-disregard-dev-subdirs.patch" - tmpgoroot="${T}/goroot" mkdir -p "$tmpgoroot" || die "Failed to create temporary GOROOT" cp -sR "$(get_golibdir_gopath)"/* "${tmpgoroot}" || die "Failed to copy files to temporary GOROOT" diff --git a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-5.0.16.105871.ebuild b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-5.0.16.105871.ebuild index 43995b1ee9a0..1d4488147c31 100644 --- a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-5.0.16.105871.ebuild +++ b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-5.0.16.105871.ebuild @@ -34,7 +34,7 @@ RDEPEND="~app-emulation/virtualbox-${DEP_PV}" S="${WORKDIR}" -QA_PREBUILT="/usr/$(get_libdir)/virtualbox/ExtensionPacks/${MY_PN}/.*" +QA_PREBUILT="/usr/lib*/virtualbox/ExtensionPacks/${MY_PN}/.*" src_install() { insinto /usr/$(get_libdir)/virtualbox/ExtensionPacks/${MY_PN} diff --git a/app-forensics/afl/Manifest b/app-forensics/afl/Manifest index 3d8970bd6080..fa159a6aa4c5 100644 --- a/app-forensics/afl/Manifest +++ b/app-forensics/afl/Manifest @@ -1,2 +1,3 @@ DIST afl-1.80b.tgz 797509 SHA256 e042cfe30d03ef6df3ae92619408e236d1a8e9bb6cf94ca107c4519e23161401 SHA512 822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095 WHIRLPOOL 9e761ee67321cf8980229f6a0245b3c31c9d195db21ec240adef14113020e360d856a4e8de3ab9abce08205a1f085ad8c1f7826ae20702f54de402c21c2b9b72 DIST afl-1.96b.tgz 804864 SHA256 03beb06f8993dcb37d348e53da19ca9d064c83fcedc9d87b0b506c73c310f27c SHA512 a55d89ffe9c89586b70f8a9ab80330cc0511f453d5918045ec06289093ca5321611b08a522bb058e3c16ddc9b5d5ec221ce1cab9819b79f4738cba15f2aadff0 WHIRLPOOL 997efe32fcb0d2c53e9ed9b2bb31dd776ccdafb93990505676bbf04f2a4791ffa814ab8da0a6e4febdfd6184e41497a4509fa9ac3964b5ef6ed7a1c607982bb5 +DIST afl-2.07b.tgz 814913 SHA256 9dd324bc3930ec1dbb44d00df8dcf8a3c8ca54b765665cc7f20b89e71d70b184 SHA512 784e731ca76615493309624e7d1e64556589da624f3a9f839e948c2bd40923b21dd1074235f15c23490b3ec3a8111f386d299ab6e120cc3a2d732a704716c116 WHIRLPOOL 871a11eafdb28c01148c6f39a5f319805394082996d07e219ed85a0f45d063a5794020a9ecf33c364f67b7c551247d97e36074d1c889f25485217c087869ab91 diff --git a/app-forensics/afl/afl-2.07b.ebuild b/app-forensics/afl/afl-2.07b.ebuild new file mode 100644 index 000000000000..36bd39534963 --- /dev/null +++ b/app-forensics/afl/afl-2.07b.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit multilib toolchain-funcs flag-o-matic + +DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer" +HOMEPAGE="http://lcamtuf.coredump.cx/afl/" +SRC_URI="http://lcamtuf.coredump.cx/afl/releases/${P}.tgz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +DEPEND="sys-devel/gcc:* + sys-devel/clang" +RDEPEND="${DEPEND}" +QA_PREBUILT="/usr/share/afl/testcases/others/elf/small_exec.elf" + +src_compile() { + emake CC="$(tc-getCC)" \ + PREFIX="/usr" \ + HELPER_PATH="/usr/$(get_libdir)/afl" \ + DOC_PATH="/usr/share/doc/${PF}" + CC="clang" strip-unsupported-flags + cd llvm_mode + emake \ + PREFIX="/usr" \ + HELPER_PATH="/usr/$(get_libdir)/afl" \ + DOC_PATH="/usr/share/doc/${PF}" +} + +src_install() { + emake DESTDIR="${D}" \ + PREFIX="/usr" \ + HELPER_PATH="/usr/$(get_libdir)/afl" \ + DOC_PATH="/usr/share/doc/${PF}" \ + install +} diff --git a/app-i18n/tagainijisho/tagainijisho-1.0.3.ebuild b/app-i18n/tagainijisho/tagainijisho-1.0.3.ebuild index 6d175d1fbdcb..e3cbbfa4d945 100644 --- a/app-i18n/tagainijisho/tagainijisho-1.0.3.ebuild +++ b/app-i18n/tagainijisho/tagainijisho-1.0.3.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-qt/qtcore:4 dev-qt/qtgui:4 - dev-db/sqlite:3" + + + + + HaraldKi/cpipe + + + monsieurp@gentoo.org + Patrice Clement + + diff --git a/app-office/akonadi-server/Manifest b/app-office/akonadi-server/Manifest index 67ce388c81e1..ccf4860123f7 100644 --- a/app-office/akonadi-server/Manifest +++ b/app-office/akonadi-server/Manifest @@ -1 +1,2 @@ DIST akonadi-1.13.0.tar.bz2 294198 SHA256 8c7f690002ea22c139f3a64394aef2e816e00ca47fd971af7d54a66087356dd2 SHA512 4bf2026c3807b5493c9f63d0c2bff2e6db00fbe97a4e2c2f707aaa3bf4a848b70dd9657d8fa1743690e8eeefd967de4895c1329c6bb817a1d023fe398285222f WHIRLPOOL edc18247dd864af48395f4e3187f6a52cdaf4737959b317e3decb10caf138b97258a661eeb11a2ad11f2365fdd053a7c6fe63097ba71c24a12417ee71de54afb +DIST akonadi-server-1.13.1_pre20160203.tar.gz 384556 SHA256 4243b32e529be6aadc38dc4463cb6e7cede9442c05cfc04ba679dde28f37aa96 SHA512 0ef8213f504ad1e500a2c1ce19a7575cd1fd8b7ffc7e5fb0bd2437639d8c458c47bbfea7734fcd3e200136a661331dde32af0b064f0b25d324138ce6e35d15f3 WHIRLPOOL 69eff1889a19f8d5714d7e71a106871172cd25c651ea30046ab81270cf7e46c7a1983cf20fd8d5fd8ad243d70e881be705d57b0b93b54248d086e7b253a4873a diff --git a/app-office/akonadi-server/akonadi-server-1.13.1_pre20160203-r1.ebuild b/app-office/akonadi-server/akonadi-server-1.13.1_pre20160203-r1.ebuild new file mode 100644 index 000000000000..cff46c62651f --- /dev/null +++ b/app-office/akonadi-server/akonadi-server-1.13.1_pre20160203-r1.ebuild @@ -0,0 +1,134 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +if [[ ${PV} = *9999* ]]; then + scm_eclass=git-r3 + EGIT_REPO_URI=( "git://anongit.kde.org/akonadi" ) + SRC_URI="" + KEYWORDS="" +else + if [[ ${PV} = *_pre* ]]; then + COMMIT_ID="18ed37d89b8185ac15a8bfe245de8a88d17f2c64" + SRC_URI="https://quickgit.kde.org/?p=akonadi.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${P}.tar.gz" + S="${WORKDIR}/${PN/-server/}" + else + SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2" + S="${WORKDIR}/${P/-server/}" + fi + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +fi + +inherit cmake-utils ${scm_eclass} + +DESCRIPTION="The server part of Akonadi" +HOMEPAGE="https://pim.kde.org/akonadi" + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="+mysql postgres sqlite test" + +REQUIRED_USE="|| ( sqlite mysql postgres )" + +CDEPEND=" + dev-libs/boost:= + >=dev-qt/qtcore-4.8.5:4 + >=dev-qt/qtdbus-4.8.5:4 + >=dev-qt/qtgui-4.8.5:4 + >=dev-qt/qtsql-4.8.5:4[mysql?,postgres?] + >=dev-qt/qttest-4.8.5:4 + x11-misc/shared-mime-info + sqlite? ( dev-db/sqlite:3 ) +" +DEPEND="${CDEPEND} + dev-libs/libxslt + >=dev-util/automoc-0.9.88 + test? ( sys-apps/dbus ) +" +RDEPEND="${CDEPEND} + mysql? ( virtual/mysql ) + postgres? ( dev-db/postgresql[server] ) +" + +RESTRICT="test" + +PATCHES=( + "${FILESDIR}/${PN}-1.13.0-mysql56-crash.patch" + "${FILESDIR}/${PN}-1.13.1-mysql.conf.patch" +) + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]]; then + [[ $(gcc-major-version) -lt 4 ]] || \ + ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]] ) \ + && die "Sorry, but gcc-4.6 and earlier won't work (see bug #520102)." + fi +} + +pkg_setup() { + # Set default storage backend in order: MySQL, SQLite PostgreSQL + # reverse driver check to keep the order + if use postgres; then + DRIVER="QPSQL" + AVAILABLE+=" ${DRIVER}" + fi + + if use sqlite; then + DRIVER="QSQLITE3" + AVAILABLE+=" ${DRIVER}" + fi + + if use mysql; then + DRIVER="QMYSQL" + AVAILABLE+=" ${DRIVER}" + fi + + # Notify about MySQL is recommend by upstream + if use sqlite || has_version "<${CATEGORY}/${P}[sqlite]"; then + ewarn + ewarn "We strongly recommend you change your Akonadi database backend to MySQL in your" + ewarn "user configuration. This is the backend recommended by KDE upstream. PostgreSQL" + ewarn "is also known to work very well but requires manual dump and import on major" + ewarn "upgrades of the DB." + ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc." + ewarn "Available drivers are:${AVAILABLE}" + ewarn + fi +} + +src_configure() { + local mycmakeargs=( + -DINSTALL_QSQLITE_IN_QT_PREFIX=ON + -DWITH_SOPRANO=FALSE + -DAKONADI_BUILD_TESTS=$(usex test) + -DAKONADI_BUILD_QSQLITE=$(usex sqlite) + -DQT5_BUILD=OFF + ) + + cmake-utils_src_configure +} + +src_test() { + export $(dbus-launch) + cmake-utils_src_test +} + +src_install() { + # Who knows, maybe it accidentally fixes our permission issues + cat <<-EOF > "${T}"/akonadiserverrc +[%General] +Driver=${DRIVER} +EOF + insinto /usr/share/config/akonadi + doins "${T}"/akonadiserverrc + + cmake-utils_src_install +} + +pkg_postinst() { + elog "${DRIVER} has been set as your default akonadi storage backend." + elog "You can override it in your ~/.config/akonadi/akonadiserverrc." + elog "Available drivers are: ${AVAILABLE}" +} diff --git a/app-office/akonadi-server/files/akonadi-server-1.13.1-mysql.conf.patch b/app-office/akonadi-server/files/akonadi-server-1.13.1-mysql.conf.patch new file mode 100644 index 000000000000..a090636e7256 --- /dev/null +++ b/app-office/akonadi-server/files/akonadi-server-1.13.1-mysql.conf.patch @@ -0,0 +1,38 @@ +From: Daniel Vrátil +Date: Tue, 16 Feb 2016 17:26:22 +0000 +Subject: Drop mysql.conf option removed in MySQL 5.7 +X-Git-Url: http://quickgit.kde.org/?p=akonadi.git&a=commitdiff&h=9a9f7eaa38023f70c6fa85a87359a487ccf7a48c +--- +Drop mysql.conf option removed in MySQL 5.7 + +innodb_additional_mem_pool_size option has been deprecated in MySQL 5.6 +and removed in 5.7 so MySQL will no longer start it the option is present +in mysql.conf. + +The option still seems to be supported by MariaDB, but the default value +we had in the mysql.conf was below the minimum allowed value, so the harm +in removing the option for MariaDB should be minimal. + +If options supported by MySQL and MariaDB begin to diverge more in the future +we might consider having separate config files for each database. + +* 2016-02-21: Adjusted path for 1.13 branch +--- + + +--- a/server/src/storage/mysql-global.conf ++++ b/server/src/storage/mysql-global.conf +@@ -37,9 +37,9 @@ + # use InnoDB for transactions and better crash recovery + default_storage_engine=innodb + +-# memory pool InnoDB uses to store data dictionary information and other internal data structures (default:1M) +-# Deprecated in MySQL >= 5.6.3 +-innodb_additional_mem_pool_size=1M ++# memory pool InnoDB uses to store data dictionary information and other internal data structures (default:8M) ++# Deprecated in MySQL >= 5.6.3, removed in 5.7 (works in MariaDB) ++# innodb_additional_mem_pool_size=8M + + # memory buffer InnoDB uses to cache data and indexes of its tables (default:128M) + # Larger values means less I/O + diff --git a/app-shells/zsh-completions/Manifest b/app-shells/zsh-completions/Manifest index 4b3c000f7e97..08174971d761 100644 --- a/app-shells/zsh-completions/Manifest +++ b/app-shells/zsh-completions/Manifest @@ -1,2 +1,2 @@ -DIST zsh-completions-0.15.0.tar.gz 217047 SHA256 358c576a44247959966d65f673d2861f232dbef04457954d9ac06e1f5315ca51 SHA512 d4670eb960bf620d627e57ec8dfd92bfba004ccffbbbc3f5e1209fe1569f99477cdd7105837fc6052c7b017c8d0216a44505f60c69abf00031927e6f457c931d WHIRLPOOL b0ceed917498dd3ef843fcca73b6fc730055df3996e0dd19317c0591817662e9b4cf7a69d87dacddf3efd5e484e2d807b65bb4beec84fadc57b5f1b2864fc54c DIST zsh-completions-0.16.0.tar.gz 218282 SHA256 37fec2bfa7497165530b6afe6d6b837cefff3c8f918c36556cc5ef89f2781102 SHA512 f438dd42fed5cb6b18bc0de3d68792d0fcc6364ff7fc286a9359976987a812010d0c0ce7845d8794a87f1106968cb1afd72cbf73628d7128c1f6e76497f25108 WHIRLPOOL 3724acd47502de7a940c93d9d48d5bef1832c99ac9169a5b77fd2596d187c0d0f52e43e4bd6e88bd95b861cf022bfcb3c4e3920d26ab333b9177ff76d5016c6c +DIST zsh-completions-0.17.0.tar.gz 221135 SHA256 e1797e22e2bbbe50bf61f88db43216c0aef53713c84373bafddf6090b1fe8f68 SHA512 1c14d8842fd1b09588ab177ae1b85ef5ce698f753ca1e606521477476801c135d8463a6fff2eff2ae26410b7c3db0ac27f1c43aea07668cba007a3e762143ee7 WHIRLPOOL 7010ad5defec40fecd044b1890bf61682964883cb35aba803f038c4cfd271d20cb30021f7679dbdf104de38811ca3223c4c5ed56dad918e1066d142c833b7dfc diff --git a/app-shells/zsh-completions/zsh-completions-0.15.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.17.0.ebuild similarity index 100% rename from app-shells/zsh-completions/zsh-completions-0.15.0.ebuild rename to app-shells/zsh-completions/zsh-completions-0.17.0.ebuild diff --git a/app-text/djview/Manifest b/app-text/djview/Manifest index 5834203042ce..c177b1ea0000 100644 --- a/app-text/djview/Manifest +++ b/app-text/djview/Manifest @@ -1,4 +1,5 @@ DIST djview-4.10.3.tar.gz 1119618 SHA256 50b80ecddc5aec03c49882c91b3af2f42abfe8454d5ddc01fb313e3481e6ab25 SHA512 6e3da481cec699558cbdca17b19b971d693341e6f5ffc07010f8ba717c6434e6d96969bfc322e4edcaaa5fd364e583c7c0908c814725caad4dcc3dad968a74c5 WHIRLPOOL 54ce8245b13c189a58e3f8171cecd3c1c48e8e56bdae3103b19186627fb002521e3fa25c1e81a49149d8b331fd9636af4badbb0be389d56022cab87ff8f2e60d DIST djview-4.10.5.tar.gz 1111729 SHA256 a0b302807106053d1983659ebb0139c7b1c393b3e6407f1f47990d7e3c5d7b3d SHA512 d7fa4e643e006cb1d71fe6d808fd1b200b965928bf2cdd872c9c1c1833bed71ac3c70a2967a06f31bbd83f347cb5e330f4869e42e7d9c6cd13a0db54e4354614 WHIRLPOOL 319329ac099504a3443638c91a3d078e72d231fd56504198e88017d101f8e492250d9a9205ab0eabf04af59cde2f1bad1a4056f5c8d2a99de4f916b46eda6e0e +DIST djview-4.10.6.tar.gz 1113072 SHA256 8446f3cd692238421a342f12baa365528445637bffb96899f319fe762fda7c21 SHA512 c06b9c4c7addd9dededdc9d441094bca685c4d23744e3d1208eab33d9d341a85f120176bf9f1b879ac6620f591eefe05ac774870b1ba3215c43baf1eaf9d14f8 WHIRLPOOL c5596ea985cc9c7d6516ea851acdfb908617277a1c5b4425253bad0b907b7c50b22d23e07bcd60da188e324289217f0fbddcf0c38fa42ac367060692a259976b DIST djview-4.10.tar.gz 1077198 SHA256 7caf7ee249edd994092b32a5573f111b2337ec99159083a5cf1a20432633ba7f SHA512 b3755992df2000f088a93c0d77d4a2ea62f6495f67106142d4787b94d248c54561068a40700c18325c0977a057b26948762a7b71c392b0ccef455776dcb0aad0 WHIRLPOOL 179d850a994521c02a7c64e17aa8d5c618011e8a765023325bc86e19f8b7797ac1f70962b1ccb9438b3a853463c797698a29d09f937317fa0ab0ac65b5016f29 DIST djview-4.9.tar.gz 930676 SHA256 d150f557aaa073356d77c1f5e566a6a566281df5f92395b6822139f0e5c90e0c SHA512 dc2862d673eb77cca77a512a64257e7b37707789de41362fb62295ef495201a81cf31d0282a88ed70e32f8c7cd5643b568ce9761297d0e61d72fdbea7ecbfa94 WHIRLPOOL b522f9ba7283430fa7134f172b6a358c95da03e10fcf1e5f55bdd5c9be1f2929c07682e48e3a90695c838dfd2ffb875794c95e70d4096dd9595da402f76523fd diff --git a/app-text/djview/djview-4.10.6.ebuild b/app-text/djview/djview-4.10.6.ebuild new file mode 100644 index 000000000000..d0bf4a10cd07 --- /dev/null +++ b/app-text/djview/djview-4.10.6.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools gnome2-utils fdo-mime flag-o-matic versionator toolchain-funcs multilib nsplugins + +DESCRIPTION="Portable DjVu viewer using Qt4" +HOMEPAGE="http://djvu.sourceforge.net/djview4.html" +SRC_URI="mirror://sourceforge/djvu/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug nsplugin" + +RDEPEND=" + >=app-text/djvu-3.5.22-r1 + dev-qt/qtdbus:4 + dev-qt/qtopengl:4 + dev-qt/qtgui:4" +DEPEND="${RDEPEND} + >=sys-devel/autoconf-2.67 + virtual/pkgconfig + nsplugin? ( dev-libs/glib:2 )" + +src_prepare() { + # Force XEmbed instead of Xt-based mainloop (disable Xt autodep) + sed -e 's:\(ac_xt=\)yes:\1no:' -i configure* || die + sed 's/AC_CXX_OPTIMIZE/OPTS=;AC_SUBST(OPTS)/' -i configure.ac || die #263688 + rm aclocal.m4 config/{libtool.m4,install-sh,ltmain.sh,lt*.m4} + AT_M4DIR="config" eautoreconf +} + +src_configure() { + # See config/acinclude.m4 + use debug || append-cppflags "-DNDEBUG" + + # QTDIR is needed because of kde3 + QTDIR=/usr \ + econf \ + --with-x \ + $(use_enable nsplugin nsdejavu) \ + --disable-desktopfiles +} + +src_compile() { + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" +} + +src_install() { + emake DESTDIR="${D}" \ + plugindir=/usr/$(get_libdir)/${PLUGINS_DIR} \ + install + + dodoc README NEWS + + cd desktopfiles + insinto /usr/share/icons/hicolor/32x32/apps + newins prebuilt-hi32-djview4.png djvulibre-djview4.png + insinto /usr/share/icons/hicolor/64x64/apps + newins prebuilt-hi64-djview4.png djvulibre-djview4.png + insinto /usr/share/icons/hicolor/scalable/apps + newins djview.svg djvulibre-djview4.svg + sed -i -e 's/Exec=djview4/Exec=djview/' djvulibre-djview4.desktop + domenu djvulibre-djview4.desktop +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} diff --git a/dev-cpp/websocketpp/Manifest b/dev-cpp/websocketpp/Manifest index 5bcfe300fb3d..5c1fd661d25a 100644 --- a/dev-cpp/websocketpp/Manifest +++ b/dev-cpp/websocketpp/Manifest @@ -1 +1,2 @@ DIST websocketpp-0.6.0.tar.gz 655641 SHA256 688c52772b90a4694496c08f4ec1d712e24af17dc060d3392f0f3b4e18062898 SHA512 55dbb8d1666ae0d35d4b46ec2c375c9d3d66f57a473f526175a63bc147279c12bd8e605e5812a68ef45d8b6f51f4cfd6e61a1b971d223b5dc6e5528a6937fef8 WHIRLPOOL 3a179a7066e15fe08c3b1fc54b320729437ad5894a07e5ae630e992e34b740b817c78b9869f281fd4d2a7c54b6cca60fa9a1773803b6d67f5fb11c2694348ac5 +DIST websocketpp-0.7.0.tar.gz 682271 SHA256 07b3364ad30cda022d91759d4b83ff902e1ebadb796969e58b59caa535a03923 SHA512 91a86d4f5120db3f474169bb146f865f82167b1e9eedabec8793b31005e4ce3d22083283bc1b9f9e37fa0da835addcb2b68260a27c753852c06b3b1bb2f3c12e WHIRLPOOL 2ea92ac5eeb4ea0b20413e7feb52bd4aab7a46f920684a640d96ce23111cea3fa2b98194181a5ba75a3f9bb1669ee0766b9a4e445348ac1d328f82c1405c2c0a diff --git a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild new file mode 100644 index 000000000000..38e0e1eb8552 --- /dev/null +++ b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="C++/Boost Asio based websocket client/server library" +HOMEPAGE="http://www.zaphoyd.com/websocketpp" +SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="BSD" +SLOT="0" +IUSE="boost examples test" + +DEPEND="" +RDEPEND="${DEPEND} + boost? ( dev-libs/boost ) +" + +src_configure() { + local mycmakeargs=( + -DENABLE_CPP11="$(usex !boost)" + -DBUILD_TESTS="$(usex test)" + ) + + cmake-utils_src_configure +} + +src_install() { + use examples && DOCS=( examples/ ) + cmake-utils_src_install +} diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest index 420d1685259a..48baa0433f0d 100644 --- a/dev-games/tiled/Manifest +++ b/dev-games/tiled/Manifest @@ -2,3 +2,4 @@ DIST tiled-0.12.3.tar.gz 2372813 SHA256 8078b266cc4902451e14b1efb6c8eba69f610e50 DIST tiled-0.14.2.tar.gz 2941171 SHA256 11ab1ae659d63e0fc6b78a319eab72c3a058a57c6c4bbd334a3e9f258ac0a6f5 SHA512 5fd47f56f1f29fa5cb48ec82f3ac2f4fd3c3addcdd35fc5e4fe742b83ebafe72c67d37c21e73bd5ac383070d68ed270dacc86f6c3959abbada915dfea19b5acf WHIRLPOOL 7cefcd1753614e07ff296d63f0b1a661caae8feeab0b8fb4f032b55443fb6512473443c7329ae7969018b6861ab9fc0dcdfddf743b7e63d1b8d6a668d89a68e9 DIST tiled-0.15.0.tar.gz 2984039 SHA256 978c6270f4e6be5996ee69d12a1c417ea3b98b0ba0a50fbe74176f193c0330d3 SHA512 a4116ea308858f4c430aaa9e4ba5b6170b561d6682d95e85028a32daa960c0533f904a2b065c9943c22c94d533f5a0ea5351962e92d53ee53a0152eaf7ef39a0 WHIRLPOOL e7f6848aeafe1f8fe75233fb5822600382fd8b6dbb9b846626f57f30bd06c2da91247ebd63ea93aef0da86227f98453f33ae08656acf3cc25b7bdf4bf0e3065f DIST tiled-0.15.1.tar.gz 2984663 SHA256 b084650adae12c1c34d9493f99fabcdb27c9fa12e3e1167212c28c5c76936b81 SHA512 34dcc6f58d3709f3499d0a317a35e7b6488a6b6a313efa3a1f1d602970721af0892742b67a01623fd4f237e3ef97d6e1ba1d304dd0e3c73f27a24f7f24e92f1a WHIRLPOOL 74d4bf7b3ebb39ab1fc3973310bab626a852d7fb1b978d8a2f5e98459370a02b3162ae6878efca320844430b5f2d40839d2d9a0efaa9f0c19a81ac84be60aa4e +DIST tiled-0.15.2.tar.gz 3004096 SHA256 af662bba4d7b930717359484da4f3cae0ae004d0a9e51f0eeb04704cefd74ee1 SHA512 0c866ad6733ed37a60967f9826d632e4e72669289329b8db0799dafc99b95a18ec3c9e9b454ea925f4289b6d05e06268533858c8b02f7b43a224a64255a7c214 WHIRLPOOL c920f8cd7130fc055eb08bb550439e473a638a6a305eee1b70af59f1294ff25b0511c40707538200438e857f45f9909059792bf8b9bfe39849262c5eb6767187 diff --git a/dev-games/tiled/tiled-0.15.2.ebuild b/dev-games/tiled/tiled-0.15.2.ebuild new file mode 100644 index 000000000000..d9d03ea6a369 --- /dev/null +++ b/dev-games/tiled/tiled-0.15.2.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +inherit fdo-mime gnome2-utils multilib python-single-r1 qmake-utils + +DESCRIPTION="A general purpose tile map editor" +HOMEPAGE="http://www.mapeditor.org/" +SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz" + +LICENSE="BSD BSD-2 GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="examples python" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 + dev-qt/qtwidgets:5 + sys-libs/zlib + python? ( ${PYTHON_DEPS} ) +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_configure() { + eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" DISABLE_PYTHON_PLUGIN="$(usex !python)" +} + +src_install() { + emake INSTALL_ROOT="${D}" install + + dodoc AUTHORS COPYING NEWS README.md + + if use examples ; then + docompress -x /usr/share/doc/${PF}/examples + dodoc -r examples + fi +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} diff --git a/dev-go/cli/Manifest b/dev-go/cli/Manifest index 8aba04d3cd4b..1d14d4558957 100644 --- a/dev-go/cli/Manifest +++ b/dev-go/cli/Manifest @@ -1 +1 @@ -DIST cli-20160227.tar.gz 22096 SHA256 cd6332ad737e8fde546398eab54e2e17a698c1999ae5d0f5d48418d7150b2158 SHA512 56a0101f128bead8e7f9ae9c26960a30a8156290497c68e2c6f3156172110245a197f46e3008aadf2b0da598a34b48d8602ff80ad8b3a6eba1cf934ff98e301a WHIRLPOOL a5923c19e1f64d557effe6adfbb08ee3c5837715622ed00ef61f2417719d0135f3e21e7e7c0917933a59892b1031e05721fc7088ebc61d49e0a6565cfa3de921 +DIST cli-0_pre20160306.tar.gz 27909 SHA256 0b831087d51859375d18baeca068978cb7ce83ad5aa96e34e298065180edd815 SHA512 74d1282892727470db751a8be5a3ecc8a5f93a6d610a8c963d800428183515541ed7e654e3ba6b43afd4a5ed6a3d7af7301df51a63cca7e342cb289b6aa1db8e WHIRLPOOL 8d5c0cafa66122f4c304ea51e7af8290dff4eb7dc038016891310b8c2f5c25b7c7cedbb7063730bacd9aa21c31d5ce931a5fcd4b278e27644507598b118c4010 diff --git a/dev-go/cli/cli-20160227.ebuild b/dev-go/cli/cli-0_pre20160306.ebuild similarity index 89% rename from dev-go/cli/cli-20160227.ebuild rename to dev-go/cli/cli-0_pre20160306.ebuild index 37ae9080496c..ce4dca53280d 100644 --- a/dev-go/cli/cli-20160227.ebuild +++ b/dev-go/cli/cli-0_pre20160306.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit golang-build golang-vcs-snapshot EGO_PN="github.com/codegangsta/cli/..." -EGIT_COMMIT="a2943485b110df8842045ae0600047f88a3a56a1" +EGIT_COMMIT="aca5b047ed14d17224157c3434ea93bf6cdaadee" ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" diff --git a/dev-go/go-gitlab-client/Manifest b/dev-go/go-gitlab-client/Manifest new file mode 100644 index 000000000000..61bbd7f79613 --- /dev/null +++ b/dev-go/go-gitlab-client/Manifest @@ -0,0 +1 @@ +DIST go-gitlab-client-0_pre20160305.tar.gz 20796 SHA256 fdc3878e098c298e5802cf0c8803f672ac22357a51b32d8e6c9bf1b075f9a633 SHA512 98e8ea278671c53e815fed3adb6691625ad3b4c4952b5789352d8966d7c505e264c6a3f5ee779de573f48a8ef6e40a8a9e9426544c47e070ad8a903613b21a2e WHIRLPOOL 84c87809744e25eebb2cc93e4ebf054dfb160c3dd8669fa1ac402faaa9ee3beaff02a8da360c179cdce123329b26a506e302ff6db58433442922c240f7e7fd63 diff --git a/dev-go/go-gitlab-client/go-gitlab-client-0_pre20160305.ebuild b/dev-go/go-gitlab-client/go-gitlab-client-0_pre20160305.ebuild new file mode 100644 index 000000000000..857e28868809 --- /dev/null +++ b/dev-go/go-gitlab-client/go-gitlab-client-0_pre20160305.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit golang-build golang-vcs-snapshot + +EGO_PN="github.com/plouc/go-gitlab-client/..." +EGIT_COMMIT="a526ef09e9e03f673a43ecd4a687abf6c25343ca" +ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="A simple gitlab api client written in Go" +HOMEPAGE="https://github.com/plouc/go-gitlab-client" +SRC_URI="${ARCHIVE_URI}" +LICENSE="MIT" +SLOT="0/${PVR}" +IUSE="" + +# Requires dev-go/testify to be packaged +RESTRICT="test" diff --git a/dev-go/go-gitlab-client/metadata.xml b/dev-go/go-gitlab-client/metadata.xml new file mode 100644 index 000000000000..a9421b281646 --- /dev/null +++ b/dev-go/go-gitlab-client/metadata.xml @@ -0,0 +1,11 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + + plouc/go-gitlab-client + + diff --git a/dev-java/jax-ws-api/ChangeLog-2015 b/dev-java/jax-ws-api/ChangeLog-2015 deleted file mode 100644 index 845695c3b4ad..000000000000 --- a/dev-java/jax-ws-api/ChangeLog-2015 +++ /dev/null @@ -1,27 +0,0 @@ -# ChangeLog for dev-java/jax-ws-api -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jax-ws-api/ChangeLog,v 1.6 2008/03/28 18:11:57 nixnut Exp $ - - 28 Mar 2008; nixnut jax-ws-api-2.0.ebuild: - Stable on ppc wrt bug 214778 - - 19 Aug 2007; William L. Thomson Jr. - jax-ws-api-2.0.ebuild: - amd64 stable, bug #187681. - - 15 Aug 2007; Christian Faulhammer - jax-ws-api-2.0.ebuild: - stable x86, bug 187681 - - 11 Aug 2007; Krzysiek Pawlik metadata.xml: - Remove myself from . - - 23 May 2007; Diego Pettenò jax-ws-api-2.0.ebuild: - Add ~x86-fbsd keyword. Bug #176906. - -*jax-ws-api-2.0 (01 May 2007) - - 01 May 2007; Krzysiek Pawlik +files/build.xml-2.0, - +metadata.xml, +jax-ws-api-2.0.ebuild: - Initial commit of jax-ws-api. - diff --git a/dev-java/jax-ws-api/Manifest b/dev-java/jax-ws-api/Manifest deleted file mode 100644 index 6abc9a8d49c5..000000000000 --- a/dev-java/jax-ws-api/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jaxws-api-fcs-src.zip 56065 SHA256 e8101f74494f479ce35a7a9d3619c6bdda561c9ea4137543b66cd73c1a1d0bf8 SHA512 d1a2dcfc6b410f0632e3d2106d1edcaabf20280d28a882d28f71a9ccea4f7375821a2f9aebc6a5115dd4f2171f7950ec7dcbb864a96656424ee7d97c852b7b70 WHIRLPOOL dfe6426a1e2ac5c29cfe6d0f5b2aeb25fcb7e83354999d3babfce8b777b679b4f8b33d9aece9e3dc68b62a68bcfc97101d987df037679331aac8beb0d0bdecf5 diff --git a/dev-java/jax-ws-api/files/build.xml-2.0 b/dev-java/jax-ws-api/files/build.xml-2.0 deleted file mode 100644 index 288b58b2bb4e..000000000000 --- a/dev-java/jax-ws-api/files/build.xml-2.0 +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/dev-java/jax-ws-api/jax-ws-api-2.0.ebuild b/dev-java/jax-ws-api/jax-ws-api-2.0.ebuild deleted file mode 100644 index 8982c3d41736..000000000000 --- a/dev-java/jax-ws-api/jax-ws-api-2.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -JAVA_PKG_IUSE="source" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="JAXWS 2.0 API Final Release" -HOMEPAGE="https://jax-ws.dev.java.net/" -SRC_URI="https://jax-ws.dev.java.net/files/documents/4202/34734/jaxws-api-fcs-src.zip" - -LICENSE="CDDL" -SLOT="2" -KEYWORDS="amd64 x86 ~x86-fbsd" - -IUSE="" - -COMMON_DEP="dev-java/jsr67 - =dev-java/jaxb-2*" - -RDEPEND=">=virtual/jre-1.5 - ${COMMON_DEP}" -DEPEND=">=virtual/jdk-1.5 - app-arch/unzip - ${COMMON_DEP}" - -S="${WORKDIR}" - -src_unpack() { - - unpack ${A} - - mkdir lib - cd lib - java-pkg_jar-from jsr67 - java-pkg_jar-from jaxb-2 - - cp "${FILESDIR}/build.xml-${PV}" "${S}/build.xml" || die - -} - -src_install() { - - java-pkg_dojar "${PN}.jar" - - use source && java-pkg_dosrc . - -} diff --git a/dev-java/jax-ws-api/metadata.xml b/dev-java/jax-ws-api/metadata.xml deleted file mode 100644 index 37998bf40746..000000000000 --- a/dev-java/jax-ws-api/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - java@gentoo.org - Java - - diff --git a/dev-java/jax-ws/ChangeLog-2015 b/dev-java/jax-ws/ChangeLog-2015 deleted file mode 100644 index 54172c706cc2..000000000000 --- a/dev-java/jax-ws/ChangeLog-2015 +++ /dev/null @@ -1,46 +0,0 @@ -# ChangeLog for dev-java/jax-ws -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jax-ws/ChangeLog,v 1.12 2010/04/05 22:52:54 caster Exp $ - - 05 Apr 2010; Vlastimil Babka -jax-ws-2.0.1.ebuild: - Remove old. - - 09 Feb 2010; Joseph Jezak jax-ws-2.0.1-r1.ebuild: - Marked ppc stable for bug #296228. - - 09 Dec 2009; Markus Meier jax-ws-2.0.1-r1.ebuild: - amd64/x86 stable, bug #296228 - -*jax-ws-2.0.1-r1 (08 Nov 2009) - - 08 Nov 2009; Vlastimil Babka +jax-ws-2.0.1-r1.ebuild: - Revbump to remove dependency on 1.5 jdk - bug #292001. - - 28 Mar 2008; nixnut jax-ws-2.0.1.ebuild: - Stable on ppc wrt bug 214778 - - 27 Jan 2008; Petteri Räty jax-ws-2.0.1.ebuild: - Building fails with 1.6 so force 1.5 for now. Fixes bug #207633. - - 19 Aug 2007; William L. Thomson Jr. - jax-ws-2.0.1.ebuild: - amd64 stable, bug #187681. - - 15 Aug 2007; Christian Faulhammer jax-ws-2.0.1.ebuild: - stable x86, bug 187681 - - 11 Aug 2007; Krzysiek Pawlik metadata.xml: - Remove myself from . - - 23 May 2007; Diego Pettenò jax-ws-2.0.1.ebuild: - Add ~x86-fbsd keyword. Bug #176906. - - 05 May 2007; Krzysiek Pawlik jax-ws-2.0.1.ebuild: - Set needed jsr181 version to 1.0 - -*jax-ws-2.0.1 (01 May 2007) - - 01 May 2007; Krzysiek Pawlik - +files/jax-ws-2.0.1-gentoo.patch, +metadata.xml, +jax-ws-2.0.1.ebuild: - Initial commit of jax-ws. - diff --git a/dev-java/jax-ws/Manifest b/dev-java/jax-ws/Manifest deleted file mode 100644 index 7359ea9daf0f..000000000000 --- a/dev-java/jax-ws/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST JAXWS2.0.1m1_source_20060817.jar 8993405 SHA256 9725cfb91cecff833055d7af45c3413ca9d1a818a4cfdb86211ed82f383f3865 SHA512 55454a8270310b9778c69aad8b8ace45dc4ba3059b33ac48dcfd5d771fade2d6e4c46a5a65a522ae5cca0438f159ba84c90d8e74d54731a9c6c0caa9d84a0314 WHIRLPOOL fe0727935c592b538b7042808fffa987ea5ae47554367ea0cfc91f65d765bd234713aaa142b2297988d74eec01fce9cd4bedceb0fb7b0068eb38084a1d5f5ba7 diff --git a/dev-java/jax-ws/files/jax-ws-2.0.1-gentoo.patch b/dev-java/jax-ws/files/jax-ws-2.0.1-gentoo.patch deleted file mode 100644 index ac544927199d..000000000000 --- a/dev-java/jax-ws/files/jax-ws-2.0.1-gentoo.patch +++ /dev/null @@ -1,53 +0,0 @@ -Files jaxws-si.vanilla/.build.xml.swp and jaxws-si/.build.xml.swp differ -diff -Nru jaxws-si.vanilla/build.xml jaxws-si/build.xml ---- jaxws-si.vanilla/build.xml 2007-04-16 20:09:54.000000000 +0200 -+++ jaxws-si/build.xml 2007-04-16 20:18:16.000000000 +0200 -@@ -78,16 +78,10 @@ - - - -+ -+ -+ - -- -- -- -- -- -- -- -- -- - - - -Files jaxws-si.vanilla/src/rt/src/com/sun/xml/ws/message/stream/.StreamMessage.java.swp and jaxws-si/src/rt/src/com/sun/xml/ws/message/stream/.StreamMessage.java.swp differ -diff -Nru jaxws-si.vanilla/src/rt/src/com/sun/xml/ws/message/stream/StreamHeader.java jaxws-si/src/rt/src/com/sun/xml/ws/message/stream/StreamHeader.java ---- jaxws-si.vanilla/src/rt/src/com/sun/xml/ws/message/stream/StreamHeader.java 2007-04-16 20:09:54.000000000 +0200 -+++ jaxws-si/src/rt/src/com/sun/xml/ws/message/stream/StreamHeader.java 2007-04-16 20:12:34.000000000 +0200 -@@ -214,12 +214,8 @@ - } - - public void writeTo(XMLStreamWriter w) throws XMLStreamException { -- try { - // TODO what about in-scope namespaces - _mark.writeToXMLStreamWriter(w); -- } catch (XMLStreamBufferException e) { -- throw new XMLStreamException2(e); -- } - } - - public void writeTo(SOAPMessage saaj) throws SOAPException { -diff -Nru jaxws-si.vanilla/src/rt/src/com/sun/xml/ws/message/stream/StreamMessage.java jaxws-si/src/rt/src/com/sun/xml/ws/message/stream/StreamMessage.java ---- jaxws-si.vanilla/src/rt/src/com/sun/xml/ws/message/stream/StreamMessage.java 2007-04-16 20:09:54.000000000 +0200 -+++ jaxws-si/src/rt/src/com/sun/xml/ws/message/stream/StreamMessage.java 2007-04-16 20:13:34.000000000 +0200 -@@ -287,8 +287,6 @@ - return new StreamMessage(envelopeTag, headerTag, attachmentSet, HeaderList.copy(headers), bodyTag, clone, soapVersion); - } catch (XMLStreamException e) { - throw new WebServiceException("Failed to copy a message",e); -- } catch (XMLStreamBufferException e) { -- throw new WebServiceException("Failed to copy a message",e); - } - } - diff --git a/dev-java/jax-ws/jax-ws-2.0.1-r1.ebuild b/dev-java/jax-ws/jax-ws-2.0.1-r1.ebuild deleted file mode 100644 index a5f3abd900cf..000000000000 --- a/dev-java/jax-ws/jax-ws-2.0.1-r1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 -JAVA_PKG_IUSE="source" - -inherit java-pkg-2 java-ant-2 eutils - -DESCRIPTION="Reference implementation of the Java API for XML Web Services" -HOMEPAGE="http://jax-ws.dev.java.net/" -DATE="20060817" -MY_P="JAXWS${PV}m1_source_${DATE}.jar" -SRC_URI="https://jax-ws.dev.java.net/jax-ws-201-m1/${MY_P}" - -LICENSE="CDDL" -SLOT="2" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" - -COMMON_DEP="dev-java/istack-commons-runtime:0 - dev-java/jax-ws-api:2 - dev-java/jaxb:2 - dev-java/jsr173:0 - >=dev-java/jsr181-1.0 - dev-java/jsr250:0 - dev-java/sun-httpserver-bin:2 - dev-java/jsr67:0 - dev-java/saaj:0 - dev-java/sjsxp:0 - dev-java/stax-ex:0 - dev-java/sun-jaf:0 - dev-java/txw2-runtime:0 - dev-java/xmlstreambuffer:0 - dev-java/xml-commons-resolver:0" - -# abstract interface problems with 1.5 -# https://bugs.gentoo.org/show_bug.cgi?id=207633 -DEPEND=">=virtual/jdk-1.5 - app-arch/unzip - ${COMMON_DEP}" - -RDEPEND=">=virtual/jre-1.5 - ${COMMON_DEP}" - -S="${WORKDIR}/jaxws-si" - -src_unpack() { - echo "A" | java -jar "${DISTDIR}/${A}" -console > /dev/null || die "unpack failed" - - unpack ./jaxws-src.zip || die "unzip failed" -} - -java_prepare() { - cd "${S}/lib" - rm -v *.jar || die - - java-pkg_jarfrom istack-commons-runtime - java-pkg_jarfrom jax-ws-api-2 - java-pkg_jarfrom jaxb-2 - java-pkg_jarfrom jsr173 - java-pkg_jarfrom jsr181 - java-pkg_jarfrom jsr250 - java-pkg_jarfrom jsr67 - java-pkg_jarfrom saaj - java-pkg_jarfrom sjsxp - java-pkg_jarfrom sun-httpserver-bin-2 - java-pkg_jarfrom stax-ex - java-pkg_jarfrom sun-jaf - java-pkg_jarfrom txw2-runtime - java-pkg_jarfrom xml-commons-resolver - java-pkg_jarfrom xmlstreambuffer - - cp \ - "${S}"/src/rt/build/gen-src/com/sun/xml/ws/resources/*.java \ - "${S}"/src/rt/src/com/sun/xml/ws/resources/ || die "cp failed" - - find "${S}/src/" -name '*.java' -exec \ - sed -i -e \ - 's,com.sun.org.apache.xml.internal.resolver,org.apache.xml.resolver,g' \ - {} \; - - cd "${S}" - epatch "${FILESDIR}/${P}-gentoo.patch" - java-ant_rewrite-bootclasspath auto build.xml "$(java-pkg_getjars jax-ws-api-2)" -} - -EANT_BUILD_TARGET="build" - -src_install() { - java-pkg_dojar jax-ws.jar - - use source && java-pkg_dosrc src/rt/src/* -} diff --git a/dev-java/jax-ws/metadata.xml b/dev-java/jax-ws/metadata.xml deleted file mode 100644 index 37998bf40746..000000000000 --- a/dev-java/jax-ws/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - java@gentoo.org - Java - - diff --git a/dev-java/jaxb/ChangeLog-2015 b/dev-java/jaxb/ChangeLog-2015 deleted file mode 100644 index da44d52418d8..000000000000 --- a/dev-java/jaxb/ChangeLog-2015 +++ /dev/null @@ -1,45 +0,0 @@ -# ChangeLog for dev-java/jaxb -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxb/ChangeLog,v 1.12 2014/08/10 20:16:53 slyfox Exp $ - - 10 Aug 2014; Sergei Trofimovich jaxb-2.1.2-r1.ebuild: - QA: drop trailing '.' from DESCRIPTION - - 23 Jun 2009; Petteri Räty jaxb-2.1.2-r1.ebuild: - Add slot deps to java deps in order for new slot of istack-commons-runtime - not to break things. Part of fixing bug #275049. - - 23 Jun 2009; Petteri Räty -jaxb-2.1.2.ebuild: - Remove old revision. - - 25 Oct 2008; nixnut jaxb-2.1.2-r1.ebuild: - Stable on ppc wrt bug 243130 - - 23 Oct 2008; Markus Meier jaxb-2.1.2-r1.ebuild: - amd64/x86 stable, bug #243130 - -*jaxb-2.1.2-r1 (19 Jul 2008) - - 19 Jul 2008; Petteri Räty +jaxb-2.1.2-r1.ebuild: - Remove a bunch of unneeded dependencies. - - 28 Mar 2008; nixnut jaxb-2.1.2.ebuild: - Stable on ppc wrt bug 214778 - - 19 Aug 2007; William L. Thomson Jr. jaxb-2.1.2.ebuild: - amd64 stable, bug #187681. - - 15 Aug 2007; Christian Faulhammer jaxb-2.1.2.ebuild: - stable x86, bug 187681 - - 11 Aug 2007; Krzysiek Pawlik metadata.xml: - Remove myself from . - - 23 May 2007; Diego Pettenò jaxb-2.1.2.ebuild: - Add ~x86-fbsd keyword. Bug #176906. - -*jaxb-2.1.2 (01 May 2007) - - 01 May 2007; Krzysiek Pawlik +files/build.xml-2.1.2, - +metadata.xml, +jaxb-2.1.2.ebuild: - Initial commit of jaxb. diff --git a/dev-java/jaxb/Manifest b/dev-java/jaxb/Manifest deleted file mode 100644 index 472c8dfabc59..000000000000 --- a/dev-java/jaxb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST JAXB2_src_20070125.jar 3089194 SHA256 26bec14fa220b111b7153f9889926b86a9cdc8a73aa2541149dadd7d7151afa1 SHA512 5d6c3dec6d7d9010ec6eed1785211338ce781eb13e492fcc7417d9acab6a0259abc7d23e22dc749d201793f632cfabff3f065e422b99f0af9395d881afea81bf WHIRLPOOL 4a7bcfd66383081a831ac4c1dd5fbff3e46dd1247dc59c6840e7bd029d9780b94d0d3f35f836b5d5b596b808970a41d48fbfc49770db9924a797a5766b540123 diff --git a/dev-java/jaxb/files/build.xml-2.1.2 b/dev-java/jaxb/files/build.xml-2.1.2 deleted file mode 100644 index 8a31e3516e5d..000000000000 --- a/dev-java/jaxb/files/build.xml-2.1.2 +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dev-java/jaxb/jaxb-2.1.2-r1.ebuild b/dev-java/jaxb/jaxb-2.1.2-r1.ebuild deleted file mode 100644 index a167e358ce3f..000000000000 --- a/dev-java/jaxb/jaxb-2.1.2-r1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="1" -JAVA_PKG_IUSE="source" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Reference implementation of the JAXB specification" -HOMEPAGE="http://jaxb.dev.java.net/" -DATE="20070125" -MY_P="JAXB2_src_${DATE}" -SRC_URI="https://jaxb.dev.java.net/${PV}/${MY_P}.jar" - -LICENSE="CDDL" -SLOT="2" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" - -COMMON_DEP=" - dev-java/istack-commons-runtime:0 - dev-java/jsr173:0 - java-virtuals/jaf - dev-java/txw2-runtime:0" -DEPEND=">=virtual/jdk-1.5 - app-arch/unzip - ${COMMON_DEP}" -RDEPEND=">=virtual/jre-1.5 - ${COMMON_DEP}" - -S="${WORKDIR}/jaxb-ri-${DATE}" - -src_unpack() { - echo "A" | java -jar "${DISTDIR}/${A}" -console > /dev/null || die "unpack failed" - - # Source is missing Messages.properties, copy it from binary version: - cd "${T}" - unzip -qq "${S}/lib/jaxb-api.jar" - for mp in $(find javax -name '*.properties'); do - mv "${mp}" "${S}/src/${mp}" || die - done - - cd "${S}/lib" - rm -v *.jar || die - java-pkg_jarfrom --build-only ant-core - java-pkg_jarfrom istack-commons-runtime - java-pkg_jarfrom jsr173 - java-pkg_jarfrom jaf - java-pkg_jarfrom txw2-runtime - ln -s $(java-config --tools) || die - - cd "${S}/src/com/sun/" - rm -rf codemodel # in dev-java/codemodel - rm -rf tools # in dev-java/jaxb-tools - - cp -v "${FILESDIR}/build.xml-${PV}" "${S}/build.xml" || die "cp failed" - -} - -src_install() { - java-pkg_dojar jaxb-api.jar - java-pkg_dojar jaxb-impl.jar - - use source && java-pkg_dosrc src/* - -} diff --git a/dev-java/jaxb/metadata.xml b/dev-java/jaxb/metadata.xml deleted file mode 100644 index 37998bf40746..000000000000 --- a/dev-java/jaxb/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - java@gentoo.org - Java - - diff --git a/dev-java/jaxp/ChangeLog-2015 b/dev-java/jaxp/ChangeLog-2015 deleted file mode 100644 index 9150496c8440..000000000000 --- a/dev-java/jaxp/ChangeLog-2015 +++ /dev/null @@ -1,57 +0,0 @@ -# ChangeLog for dev-java/jaxp -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxp/ChangeLog,v 1.20 2014/06/29 00:13:06 mrueg Exp $ - - 29 Jun 2014; Manuel Rüger -jaxp-1.4.ebuild: - NM: Cleanup old. - - 19 Oct 2012; Christoph Junghans jaxp-1.4-r1.ebuild: - added prefix support (bug #435572) - - 06 Mar 2012; Brent Baude jaxp-1.4-r1.ebuild: - Marking jaxp-1.4-r1 ppc for bug 396875 - - 28 Jan 2012; Pawel Hajdan jr jaxp-1.4-r1.ebuild: - x86 stable wrt bug #396875 - - 23 Jan 2012; Agostino Sarubbo jaxp-1.4-r1.ebuild: - Stable for amd64, wrt bug #396875 - - 29 Mar 2009; Petteri Räty jaxp-1.4-r1.ebuild: - Use ln instead of dosym as dosym seems to be making the build fail. - -*jaxp-1.4-r1 (11 Feb 2009) - - 11 Feb 2009; Petteri Räty +jaxp-1.4-r1.ebuild: - Install a jaxp.jar symlink to jaxp-ri.jar. - - 09 Dec 2007; Krzysiek Pawlik jaxp-1.4.ebuild: - Stable on ppc, see bug #200585. - - 19 Aug 2007; William L. Thomson Jr. jaxp-1.4.ebuild: - amd64 stable, bug #187681. - - 15 Aug 2007; Christian Faulhammer jaxp-1.4.ebuild: - stable x86, bug 187681 - - 11 Aug 2007; Krzysiek Pawlik metadata.xml: - Remove myself from . - - 23 May 2007; Diego Pettenò jaxp-1.4.ebuild: - Add ~x86-fbsd keyword. Bug #176906. - - 07 May 2007; Krzysiek Pawlik jaxp-1.4.ebuild: - Disable building javadocs using new features from java-pkg-2.eclass. - - 04 May 2007; Krzysiek Pawlik files/build.xml-1.4, - jaxp-1.4.ebuild: - Use repackaged version of distfile. - - 04 May 2007; Krzysiek Pawlik jaxp-1.4.ebuild: - Set JDK/JRE to 1.5, see bug #177069. - -*jaxp-1.4 (01 May 2007) - - 01 May 2007; Krzysiek Pawlik +files/build.xml-1.4, - +metadata.xml, +jaxp-1.4.ebuild: - Initial commit of jaxp. diff --git a/dev-java/jaxp/Manifest b/dev-java/jaxp/Manifest deleted file mode 100644 index 40d270ab3ad7..000000000000 --- a/dev-java/jaxp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jaxp-1.4.tar.bz2 644928 SHA256 bc516f8d0673014ed9532eeda67d876996440f7a578f0e4fb464d9aa7d1bb3fe SHA512 d9a0a61a46ec3661eec63fc5a3ff32bde1bba8bc17653c8e05a54f4e36063e9a8b06cf9ce47686f76f08c3858ce4951ff2a85e2fb997cd82088338e2ee519e73 WHIRLPOOL 1afe192d4deed29b5fbc93f5f11f71097c9b9319c68c213988499a525d0e89c6bdd97e8643e1afc560cafd06028179ff23aac317244cadae5aa06a794c8da375 diff --git a/dev-java/jaxp/files/build.xml-1.4 b/dev-java/jaxp/files/build.xml-1.4 deleted file mode 100644 index 9068b31f7b9f..000000000000 --- a/dev-java/jaxp/files/build.xml-1.4 +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/dev-java/jaxp/jaxp-1.4-r1.ebuild b/dev-java/jaxp/jaxp-1.4-r1.ebuild deleted file mode 100644 index c4c5816fbe55..000000000000 --- a/dev-java/jaxp/jaxp-1.4-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="The Java API for XML Processing (JAXP)" -HOMEPAGE="https://jaxp.dev.java.net/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="CDDL" -SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND=">=virtual/jdk-1.4" -RDEPEND=">=virtual/jre-1.4" - -src_prepare() { - cp -i "${FILESDIR}/build.xml-${PV}" "${S}/build.xml" || die "cp failed" -} - -EANT_DOC_TARGET="" - -src_install() { - java-pkg_dojar jaxp-ri.jar - - use source && java-pkg_dosrc jaxp-1_4-api/src/{javax,org} - dohtml \ - docs/JAXP-Compatibility.html \ - docs/ReleaseNotes.html - use doc && java-pkg_dojavadoc docs/api - - cd "${ED}/usr/share/${PN}/lib/" - ln -s jaxp-ri.jar jaxp.jar || die - java-pkg_regjar /usr/share/${PN}/lib/jaxp.jar -} diff --git a/dev-java/jaxp/metadata.xml b/dev-java/jaxp/metadata.xml deleted file mode 100644 index 37998bf40746..000000000000 --- a/dev-java/jaxp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - java@gentoo.org - Java - - diff --git a/dev-java/jaxr/ChangeLog-2015 b/dev-java/jaxr/ChangeLog-2015 deleted file mode 100644 index 50a18dedd07e..000000000000 --- a/dev-java/jaxr/ChangeLog-2015 +++ /dev/null @@ -1,20 +0,0 @@ -# ChangeLog for dev-java/jaxr -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxr/ChangeLog,v 1.4 2015/08/01 22:49:17 mrueg Exp $ - - 01 Aug 2015; Manuel Rüger -jaxr-1.0.6.ebuild: - Remove old. - -*jaxr-1.0.6-r1 (27 Jul 2015) - - 27 Jul 2015; Patrice Clement +jaxr-1.0.6-r1.ebuild: - EAPI 5 bump. - - 11 Aug 2007; Krzysiek Pawlik metadata.xml: - Remove myself from . - -*jaxr-1.0.6 (01 May 2007) - - 01 May 2007; Krzysiek Pawlik - +files/jaxr-1.0.6-javadoc.patch, +metadata.xml, +jaxr-1.0.6.ebuild: - Initial commit of jaxr. diff --git a/dev-java/jaxr/Manifest b/dev-java/jaxr/Manifest deleted file mode 100644 index 05f5a43bf9e7..000000000000 --- a/dev-java/jaxr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jaxr-1.0.6.tar.bz2 562108 SHA256 8937ad4f264da6bc4e8e284e89f10199265b658f7559b0c87e6cf6659c46ef98 SHA512 823853352943a8e6ad7ff4b9cb0739f129bdbecaf66e9da150791710a3ec532b9f41d55697610b6af7702c40098d6f9a0639321c969fc5ea8b119c44e3c49abb WHIRLPOOL d568ffce984da5ed9dbce59a348b0cb09101de1dd4ef03407da034e23c7089d43d1a656453f82442d2b4063d88dd03118a645b3af7b3582e945f003cf07bd56e diff --git a/dev-java/jaxr/files/jaxr-1.0.6-javadoc.patch b/dev-java/jaxr/files/jaxr-1.0.6-javadoc.patch deleted file mode 100644 index 9d06f6f63d4c..000000000000 --- a/dev-java/jaxr/files/jaxr-1.0.6-javadoc.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- build.xml.vanilla 2007-03-18 21:59:10.000000000 +0100 -+++ build.xml 2007-03-18 22:00:54.000000000 +0100 -@@ -206,7 +206,9 @@ - - - -- -+ -+ -+ - - - diff --git a/dev-java/jaxr/jaxr-1.0.6-r2.ebuild b/dev-java/jaxr/jaxr-1.0.6-r2.ebuild deleted file mode 100644 index 0b6d671dc33b..000000000000 --- a/dev-java/jaxr/jaxr-1.0.6-r2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-ant-2 eutils - -DESCRIPTION="Java API for XML Registries" -HOMEPAGE="https://glassfish.dev.java.net/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="CDDL" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -CDEPEND=" - dev-java/jaxb:2 - dev-java/jsr67:0 - dev-java/jsr93:0 - dev-java/jsr173:0" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.6" - -S="${WORKDIR}/${PN}-ri" - -JAVA_ANT_REWRITE_CLASSPATH="yes" -EANT_BUILD_TARGET="compile" -EANT_DOC_TARGET="javadoc-build" - -EANT_GENTOO_CLASSPATH=" - jaxb-2 - jsr67 - jsr173 - jsr93 -" - -java_prepare() { - mkdir "${S}"/lib || die - - java-pkg_jar-from --into lib jaxb-2 - java-pkg_jar-from --into lib jsr67 jsr67.jar saaj-api.jar - java-pkg_jar-from --into lib jsr173 jsr173.jar jsr173_1.0_api.jar - java-pkg_jar-from --into lib jsr93 - - epatch "${FILESDIR}/${P}-javadoc.patch" - - if use doc; then - java-ant_xml-rewrite \ - -f "${S}"/build.xml \ - -c -e javadoc \ - -a failonerror \ - -v "false" - fi -} - -src_install() { - java-pkg_dojar lib/${PN}-impl.jar - - use doc && java-pkg_dojavadoc javadoc - use source && java-pkg_dosrc src/java/* - -} diff --git a/dev-java/jaxr/metadata.xml b/dev-java/jaxr/metadata.xml deleted file mode 100644 index 37998bf40746..000000000000 --- a/dev-java/jaxr/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - java@gentoo.org - Java - - diff --git a/dev-java/jsr93/ChangeLog-2015 b/dev-java/jsr93/ChangeLog-2015 deleted file mode 100644 index 1f293d7935da..000000000000 --- a/dev-java/jsr93/ChangeLog-2015 +++ /dev/null @@ -1,18 +0,0 @@ -# ChangeLog for dev-java/jsr93 -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsr93/ChangeLog,v 1.3 2015/07/27 12:10:51 monsieurp Exp $ - -*jsr93-1.0-r1 (27 Jul 2015) - - 27 Jul 2015; Patrice Clement +jsr93-1.0-r1.ebuild, - jsr93-1.0.ebuild: - EAPI 5 bump. Mend SRC_URI. Fixes bug 259972. - - 11 Aug 2007; Krzysiek Pawlik metadata.xml: - Remove myself from . - -*jsr93-1.0 (01 May 2007) - - 01 May 2007; Krzysiek Pawlik +files/build.xml-1.0, - +metadata.xml, +jsr93-1.0.ebuild: - Initial commit of jsr93. diff --git a/dev-java/jsr93/Manifest b/dev-java/jsr93/Manifest deleted file mode 100644 index 99566e729fc2..000000000000 --- a/dev-java/jsr93/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jaxr-api-1.0-sources.jar 45175 SHA256 c3ab05d8218c623746d21d291df8f4dbe5ef6db6ee0c062fb2cfba059d048ccf SHA512 efba6dd09cb9ff796019c6b750f44a5858cbde34b4fb93e74f3bed43178122a8591b1ae75996ed645ecde02862142b3d9f229cdc8059f9e5e95fedbdabae0d44 WHIRLPOOL 66e3185f253dc9a4c2bc86370f06351effd3c6df026845176253f9ffd3fd0ced06cc4c84e05151fd3f18da9cb2ef2a1723279b5af9f147ae2fa24bd2142c54b2 diff --git a/dev-java/jsr93/jsr93-1.0-r2.ebuild b/dev-java/jsr93/jsr93-1.0-r2.ebuild deleted file mode 100644 index 5f7dd811d57b..000000000000 --- a/dev-java/jsr93/jsr93-1.0-r2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 -JAVA_PKG_IUSE="source doc" - -inherit java-pkg-2 java-pkg-simple - -MY_PN="jaxr-api" -MY_P="${MY_PN}-${PV}" -DESCRIPTION="Java API for XML Registries (JAXR) - API" -HOMEPAGE="https://jcp.org/ja/jsr/detail?id=93" -SRC_URI="http://repo1.maven.org/maven2/org/apache/ws/scout/${MY_PN}/${PV}/${MY_P}-sources.jar" -LICENSE="sun-jsr93" -SLOT="0" -KEYWORDS="amd64 ppc64 x86" -IUSE="" -RDEPEND=">=virtual/jre-1.6" -DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/jsr93/metadata.xml b/dev-java/jsr93/metadata.xml deleted file mode 100644 index 37998bf40746..000000000000 --- a/dev-java/jsr93/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - java@gentoo.org - Java - - diff --git a/dev-lang/python-exec/Manifest b/dev-lang/python-exec/Manifest index 111ee0e7dd31..2f04c2e60475 100644 --- a/dev-lang/python-exec/Manifest +++ b/dev-lang/python-exec/Manifest @@ -1,4 +1,4 @@ DIST python-exec-2.0.1.tar.bz2 80965 SHA256 3eddcb0d6c682a5c182c62578bb8d6ce1140a009873747e9ba1bf9de72ed7efd SHA512 0396e2617c759a66b16e57b0ca60b57e03f3c8096ae4a7f2e402eafcbee4ffd839bf0c6e4d259c6ba90940f9ba7e3f191125e395080cce3ef82e5f52053d0462 WHIRLPOOL 50c0cac1c7e2b5d2a21125647874c83caeabee293b87ef01926474d492b79b7837754c2d26173282977e9d00024559bb070f8d76bb5227df1776e937cd280c32 DIST python-exec-2.0.2.tar.bz2 82217 SHA256 c411638fe94953c1e8ff57e7b66f601a817633fbc9cb7d410982778042051bb0 SHA512 96198dda88a73b902d617a32f10ddf2ac981b1871fb5eaf5003d77453df8a0aacf299c39c6e49ebaa620994a30e57ee7a1128fb4ba41aa4f503031fa2addef7f WHIRLPOOL 603b494c7b87f0f3f0cfba35378e1a2e231879a01b730657e09ecf798957fa4dfd54a6d852074c2aa9ae3c15e5d1d3203584b8a120e5dd0dee2117319706a5ce DIST python-exec-2.1.tar.bz2 82167 SHA256 adac4e9ae677ca0fbb9efc55573ecbb0e8361ed7a60a5241e7abc1056fba06ad SHA512 cadfb7723aa412caec4a449909769b14a800c19650c64768b0ffb30b2c0645e70c9a039f960f3263c6c18490bb73c0129b83a72c7407f558bcaf3652cc4c8bcf WHIRLPOOL 72b73b216faf7caa8afbc3ce316771bd832e468cf84835267dc3833d5c52fce24578e09f2d3aa8a322f324426eda5e53bd9611711ea976679574b2be764c2525 -DIST python-exec-2.4.2.tar.bz2 86808 SHA256 d3659764eeb462492a0e6586e74d618a1e2329353dddcf50519052a9a6a1dbe5 SHA512 728bf9fc23ce5f8ebdd2f8c385f779378beb8eabb61d227df9a40dad1157eb4619426b14eaf1f44d0591f2110c7930cdbe7c9ee3eb380574fafa243a19b128d3 WHIRLPOOL 9cc952c33634be6463ad69f162dfb514bc2573535a324736a4f7d8d1158470f2e47cdc0ad05b0ac8e60c098d7a4308a888943f966fb3c10a1a09657363947aaa +DIST python-exec-2.4.3.tar.bz2 86815 SHA256 581aa0c033632269d553754440d4017c21afc1c1500fd8951de093bc715c63fb SHA512 37fb7f915a2848699e9fca4e09d167b6d6aa192e3c374d7f01aec09529b5f1346ce2c45139f4e8f68b53e3f197b4d77b7f58519b012c117dd5ec8535a43fbe34 WHIRLPOOL 117564deb6f35387757ebbbff96d0325d5979d2933bbfca184cde0170cdd923bf9fa71ba76f234b098df12f006b6f8b5ba388416692ceff56ec7c16173777ab6 diff --git a/dev-lang/python-exec/python-exec-2.4.2.ebuild b/dev-lang/python-exec/python-exec-2.4.3.ebuild similarity index 100% rename from dev-lang/python-exec/python-exec-2.4.2.ebuild rename to dev-lang/python-exec/python-exec-2.4.3.ebuild diff --git a/dev-lang/tcl/Manifest b/dev-lang/tcl/Manifest index 1084751dad20..ea884faf4a30 100644 --- a/dev-lang/tcl/Manifest +++ b/dev-lang/tcl/Manifest @@ -1,2 +1,3 @@ DIST tcl-core8.6.4-src.tar.gz 5813056 SHA256 373e849067f33159470060f35742110ff23b5fba07e42f01fbd0654d7a9a371f SHA512 cc73248b68528be46dbe1e29fa129bc827850e9a315ccd91bd0ca0afe61b8af633830a8da5706283de1c149df6cbf857da75ebd0f3998bb459e5456a4844a61f WHIRLPOOL 9b14d7dd31b2d8d1ca3bc44d4259514d8ff9df905a165fb7f95af018afffa1b87deeaf51ef602fd3d97a80c399687f842d24b539a301520dfeec172387de23b3 +DIST tcl-core8.6.5-src.tar.gz 5846556 SHA256 10b6a0159e6bb458682b044726f544058a79ee2875644bd6755d2e69309fe963 SHA512 b726f7d3193ad92ba64911b8c724d5454c5a93d5f5e95462ec0a6d8ccbbdf20093888f66c83956d7631392ca805c1a80430f102c0a932de3ed55311101e0e09f WHIRLPOOL a4344efdf2d719678a3028044707331988e68bae827a252a735e33b29faab83cb6c3378fce8232b504b7474188611cc9c5aa43823f9fdb3e339bce4e3d798077 DIST tcl8.5.17-src.tar.gz 4546317 SHA256 4c7cd8f2e0900cb36dde899b3f9f4d5c471ee3c4f8304cf9ec71fd18cd5e98d6 SHA512 ad5ddb4cd6378fd6bbea8cd85ceb1cf90392b2e8c49fbfb3e4b35c81d3ae3e3f087697c41fcba8c8e06de1d9e7539397e26d58b864dc01ba65abe4ba4efa9568 WHIRLPOOL 7e97049eb3875bcdc33b2d8ab02b0932173916fbbdfbc7970dd3c3ed1fe520c15ed1d6106215a823b5fc6f5008f12f3ccd1525dd536ec239388e6bf459352ab6 diff --git a/dev-lang/tcl/tcl-8.6.5.ebuild b/dev-lang/tcl/tcl-8.6.5.ebuild new file mode 100644 index 000000000000..caeac5d1e550 --- /dev/null +++ b/dev-lang/tcl/tcl-8.6.5.ebuild @@ -0,0 +1,132 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools eutils flag-o-matic multilib multilib-minimal toolchain-funcs versionator + +MY_P="${PN}${PV}" + +DESCRIPTION="Tool Command Language" +HOMEPAGE="http://www.tcl.tk/" +SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz" + +LICENSE="tcltk" +SLOT="0/8.6" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" +IUSE="debug +threads" + +RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +SPARENT="${WORKDIR}/${MY_P}" +S="${SPARENT}"/unix + +PATCHES=( + "${FILESDIR}"/${PN}-8.5.13-multilib.patch + + # Bug 125971 + "${FILESDIR}"/${PN}-8.6.1-conf.patch +) + +src_prepare() { + find \ + "${SPARENT}"/compat/* \ + "${SPARENT}"/doc/try.n \ + -delete || die + + pushd "${SPARENT}" &>/dev/null || die + default + popd &>/dev/null || die + + # workaround stack check issues, bug #280934 + use hppa && append-cflags "-DTCL_NO_STACK_CHECK=1" + + tc-export CC + + sed \ + -e '/chmod/s:555:755:g' \ + -i Makefile.in || die + + sed \ + -e 's:-O[2s]\?::g' \ + -i tcl.m4 || die + + mv configure.{in,ac} || die + + eautoconf + + multilib_copy_sources +} + +multilib_src_configure() { + # We went ahead and deleted the whole compat/ subdir which means + # the configure tests to detect broken versions need to pass (else + # we'll fail to build). This comes up when cross-compiling, but + # might as well get a minor configure speed up normally. + export ac_cv_func_memcmp_working="yes" + export tcl_cv_str{str,toul,tod}_unbroken="ok" + export tcl_cv_strtod_buggy="no" + + econf \ + $(use_enable threads) \ + $(use_enable debug symbols) +} + +multilib_src_install() { + #short version number + local v1=$(get_version_component_range 1-2) + local mylibdir=$(get_libdir) + + S= default + # fix the tclConfig.sh to eliminate refs to the build directory + # and drop unnecessary -L inclusion to default system libdir + + sed \ + -e "/^TCL_BUILD_LIB_SPEC=/s:-L$(pwd) *::g" \ + -e "/^TCL_LIB_SPEC=/s:-L${EPREFIX}/usr/${mylibdir} *::g" \ + -e "/^TCL_SRC_DIR=/s:${SPARENT}:${EPREFIX}/usr/${mylibdir}/tcl${v1}/include:g" \ + -e "/^TCL_BUILD_STUB_LIB_SPEC=/s:-L$(pwd) *::g" \ + -e "/^TCL_STUB_LIB_SPEC=/s:-L${EPREFIX}/usr/${mylibdir} *::g" \ + -e "/^TCL_BUILD_STUB_LIB_PATH=/s:$(pwd):${EPREFIX}/usr/${mylibdir}:g" \ + -e "/^TCL_LIB_FILE=/s:'libtcl${v1}..TCL_DBGX..so':\"libtcl${v1}\$\{TCL_DBGX\}.so\":g" \ + -i "${ED}"/usr/${mylibdir}/tclConfig.sh || die + if use prefix && [[ ${CHOST} != *-darwin* && ${CHOST} != *-mint* ]] ; then + sed \ + -e "/^TCL_CC_SEARCH_FLAGS=/s|'$|:${EPREFIX}/usr/${mylibdir}'|g" \ + -e "/^TCL_LD_SEARCH_FLAGS=/s|'$|:${EPREFIX}/usr/${mylibdir}'|" \ + -i "${ED}"/usr/${mylibdir}/tclConfig.sh || die + fi + + # install private headers + insinto /usr/${mylibdir}/tcl${v1}/include/unix + doins *.h + insinto /usr/${mylibdir}/tcl${v1}/include/generic + doins "${SPARENT}"/generic/*.h + rm -f "${ED}"/usr/${mylibdir}/tcl${v1}/include/generic/{tcl,tclDecls,tclPlatDecls}.h || die + + # install symlink for libraries + dosym libtcl${v1}$(get_libname) /usr/${mylibdir}/libtcl$(get_libname) + dosym libtclstub${v1}.a /usr/${mylibdir}/libtclstub.a + + if multilib_is_native_abi; then + dosym tclsh${v1} /usr/bin/tclsh + dodoc "${SPARENT}"/{ChangeLog*,README,changes} + fi +} + +pkg_postinst() { + for version in ${REPLACING_VERSIONS}; do + if ! version_is_at_least 8.6 ${version}; then + echo + ewarn "You're upgrading from <${P}, you must recompile the other" + ewarn "packages on your system that link with tcl after the upgrade" + ewarn "completes. To perform this action, please run revdep-rebuild" + ewarn "in package app-portage/gentoolkit." + ewarn "If you have dev-lang/tk and dev-tcltk/tclx installed you should" + ewarn "upgrade them before this recompilation, too," + echo + fi + done +} diff --git a/dev-lang/tk/Manifest b/dev-lang/tk/Manifest index 6c31ec8bda8d..cf5fd72e31a2 100644 --- a/dev-lang/tk/Manifest +++ b/dev-lang/tk/Manifest @@ -1,3 +1,4 @@ DIST tcl8.5.17-src.tar.gz 4546317 SHA256 4c7cd8f2e0900cb36dde899b3f9f4d5c471ee3c4f8304cf9ec71fd18cd5e98d6 SHA512 ad5ddb4cd6378fd6bbea8cd85ceb1cf90392b2e8c49fbfb3e4b35c81d3ae3e3f087697c41fcba8c8e06de1d9e7539397e26d58b864dc01ba65abe4ba4efa9568 WHIRLPOOL 7e97049eb3875bcdc33b2d8ab02b0932173916fbbdfbc7970dd3c3ed1fe520c15ed1d6106215a823b5fc6f5008f12f3ccd1525dd536ec239388e6bf459352ab6 DIST tk8.5.17-src.tar.gz 4095985 SHA256 b517914d076fba047c4bbc02f7dd7f0b0b06d1931826ae440129162d8bba92d3 SHA512 ddadc738c2567e35d1257b59212c8a0eb70a1bf041d986bc6df3b841b51d934d79a0ef389c928223a64516a92cae3357b2c789edca9c8a626ff4c1cf320c4f4f WHIRLPOOL 431ad2d190755b997b07c8a59046c7f15a7be39cb8b162daccae8eca4c4b6e97a52d5823e7e566380935abefad347d18a28fc3a7e78892b6186ebcefce726fd3 DIST tk8.6.4-src.tar.gz 4266426 SHA256 08f99df85e5dc9c4271762163c6aabb962c8b297dc5c4c1af8bdd05fc2dd26c1 SHA512 d0a1d1fd0938af4a9e532aa1bd4488647cff05f98e9e09b5fa16b773364a5d61030b7975541c688c7e0afc0bde60d49ce50a24d842549bab1622a0255e267909 WHIRLPOOL 8660c222d9b32d805d654ca9d9a881ec93705874790186a426fcbddf31e39316bccde4421a949684ba456351aeac619de0b7a27f39c1d3af14157d7553472801 +DIST tk8.6.5-src.tar.gz 4417393 SHA256 fbbd93541b4cd467841208643b4014c4543a54c3597586727f0ab128220d7946 SHA512 9acf2ef993a566a7cdd1efe21dc896b09125c65d86df53ab5a78542b21d3f031e9f9d72b81738705636c268b5ce72934c483eb087d5c0114f913c9075db9a3b1 WHIRLPOOL 8f0e789d05f05778f0f383a6cbabd6e2225401ab0ce68bd408ab747408b7f83e4f47ef7041ee23231dbfd5dafa74d8f498922104b3e38283dcf1ab83e7cb2dfd diff --git a/dev-lang/tk/files/tk-8.4.15-aqua.patch b/dev-lang/tk/files/tk-8.4.15-aqua.patch index 9e6f59d12ce6..39c23168377e 100644 --- a/dev-lang/tk/files/tk-8.4.15-aqua.patch +++ b/dev-lang/tk/files/tk-8.4.15-aqua.patch @@ -1,5 +1,5 @@ ---- unix/Makefile.in -+++ unix/Makefile.in +--- a/unix/Makefile.in ++++ b/unix/Makefile.in @@ -468,7 +468,7 @@ AQUA_HDRS = $(MAC_OSX_DIR)/tkMacOSX.h $(GENERIC_DIR)/tkIntXlibDecls.h diff --git a/dev-lang/tk/tk-8.6.5.ebuild b/dev-lang/tk/tk-8.6.5.ebuild new file mode 100644 index 000000000000..c043ae56105b --- /dev/null +++ b/dev-lang/tk/tk-8.6.5.ebuild @@ -0,0 +1,144 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools eutils multilib multilib-minimal prefix toolchain-funcs versionator virtualx + +MY_P="${PN}${PV/_beta/b}" + +DESCRIPTION="Tk Widget Set" +HOMEPAGE="http://www.tcl.tk/" +SRC_URI="mirror://sourceforge/tcl/${MY_P}-src.tar.gz" + +LICENSE="tcltk" +SLOT="0/8.6" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="debug +threads truetype aqua xscreensaver" + +RDEPEND=" + !aqua? ( + >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] + truetype? ( >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}] ) + xscreensaver? ( >=x11-libs/libXScrnSaver-1.2.2-r1[${MULTILIB_USEDEP}] ) + ) + ~dev-lang/tcl-${PV}:0=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + !aqua? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )" + +# Not bumped to 8.6 +#RESTRICT=test + +SPARENT="${WORKDIR}/${MY_P}" +S="${SPARENT}"/unix + +PATCHES=( + "${FILESDIR}"/${PN}-8.5.11-fedora-xft.patch \ + "${FILESDIR}"/${PN}-8.5.13-multilib.patch + + "${FILESDIR}"/${PN}-8.4.15-aqua.patch + + # Bug 125971 + "${FILESDIR}"/${PN}-8.5.14-conf.patch +) + +src_prepare() { + find \ + "${SPARENT}"/compat/* \ + -delete || die + + pushd "${SPARENT}" &>/dev/null || die + default + popd &>/dev/null || die + eprefixify Makefile.in + + # Make sure we use the right pkg-config, and link against fontconfig + # (since the code base uses Fc* functions). + sed \ + -e 's/FT_New_Face/XftFontOpen/g' \ + -e "s:\:$(tc-getPKG_CONFIG):" \ + -e 's:xft freetype2:xft freetype2 fontconfig:' \ + -i configure.in || die + rm configure || die + + tc-export CC + + sed \ + -e '/chmod/s:555:755:g' \ + -i Makefile.in || die + + sed \ + -e 's:-O[2s]\?::g' \ + -i tcl.m4 || die + + mv configure.{in,ac} || die + + eautoconf + + multilib_copy_sources +} + +multilib_src_configure() { + local mylibdir=$(get_libdir) + + econf \ + --with-tcl="${EPREFIX}/usr/${mylibdir}" \ + $(use_enable threads) \ + $(use_enable aqua) \ + $(use_enable truetype xft) \ + $(use_enable xscreensaver xss) \ + $(use_enable debug symbols) +} + +multilib_src_test() { + virtx emake test +} + +multilib_src_install() { + #short version number + local v1=$(get_version_component_range 1-2) + local mylibdir=$(get_libdir) + + S= default + + # normalize $S path, bug #280766 (pkgcore) + local nS="$(cd "${S}"; pwd)" + + # fix the tkConfig.sh to eliminate refs to the build directory + # and drop unnecessary -L inclusion to default system libdir + + sed \ + -e "/^TK_BUILD_LIB_SPEC=/s:-L${S}-\w*\.\w* ::g" \ + -e "/^TK_LIB_SPEC=/s:-L${EPREFIX}/usr/${mylibdir} *::g" \ + -e "/^TK_SRC_DIR=/s:${SPARENT}:${EPREFIX}/usr/${mylibdir}/tk${v1}/include:g" \ + -e "/^TK_BUILD_STUB_LIB_SPEC=/s:-L${S}-\w*\.\w* *::g" \ + -e "/^TK_STUB_LIB_SPEC=/s:-L${EPREFIX}/usr/${mylibdir} *::g" \ + -e "/^TK_BUILD_STUB_LIB_PATH=/s:${S}-\w*\.\w*:${EPREFIX}/usr/${mylibdir}:g" \ + -e "/^TK_LIB_FILE=/s:'libtk${v1}..TK_DBGX..so':\"libk${v1}\$\{TK_DBGX\}.so\":g" \ + -i "${ED}"/usr/${mylibdir}/tkConfig.sh || die + if use prefix && [[ ${CHOST} != *-darwin* && ${CHOST} != *-mint* ]] ; then + sed \ + -e "/^TK_CC_SEARCH_FLAGS=/s|'$|:${EPREFIX}/usr/${mylibdir}'|g" \ + -e "/^TK_LD_SEARCH_FLAGS=/s|'$|:${EPREFIX}/usr/${mylibdir}'|" \ + -i "${ED}"/usr/${mylibdir}/tkConfig.sh || die + fi + + # install private headers + insinto /usr/${mylibdir}/tk${v1}/include/unix + doins "${S}"/*.h + insinto /usr/${mylibdir}/tk${v1}/include/generic + doins "${SPARENT}"/generic/*.h + rm -f "${ED}"/usr/${mylibdir}/tk${v1}/include/generic/{tk,tkDecls,tkPlatDecls}.h || die + + # install symlink for libraries + dosym libtk${v1}$(get_libname) /usr/${mylibdir}/libtk$(get_libname) + dosym libtkstub${v1}.a /usr/${mylibdir}/libtkstub.a + + if multilib_is_native_abi; then + dosym wish${v1} /usr/bin/wish + dodoc "${SPARENT}"/{ChangeLog*,README,changes} + fi +} diff --git a/dev-libs/iniparser/files/iniparser-3.0-autotools.patch b/dev-libs/iniparser/files/iniparser-3.0-autotools.patch index 68eca7ed601c..89c7f63d29af 100644 --- a/dev-libs/iniparser/files/iniparser-3.0-autotools.patch +++ b/dev-libs/iniparser/files/iniparser-3.0-autotools.patch @@ -1,9 +1,6 @@ -diff --git Makefile.am Makefile.am -new file mode 100644 -index 0000000..63ca53b --- /dev/null +++ Makefile.am -@@ -0,0 +1,10 @@ +@@ -0,0 +1,8 @@ +ACLOCAL_AMFLAGS = -I config + +lib_LTLIBRARIES = libiniparser.la @@ -12,11 +9,6 @@ index 0000000..63ca53b +libiniparser_la_SOURCES = src/dictionary.c src/iniparser.c + +include_HEADERS = src/dictionary.h src/iniparser.h -+ -+ -diff --git configure.ac configure.ac -new file mode 100644 -index 0000000..1eac717 --- /dev/null +++ configure.ac @@ -0,0 +1,24 @@ @@ -31,9 +23,9 @@ index 0000000..1eac717 +SHARED_VERSION_INFO="0" +AC_SUBST(SHARED_VERSION_INFO) + -+ +# Checks for programs. +AC_PROG_CC ++AC_SYS_LARGEFILE + +LT_INIT +# Checks for header files. diff --git a/dev-libs/iniparser/iniparser-4.0.ebuild b/dev-libs/iniparser/iniparser-4.0.ebuild index 2837632b9900..4044f8ae824d 100644 --- a/dev-libs/iniparser/iniparser-4.0.ebuild +++ b/dev-libs/iniparser/iniparser-4.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit eutils multilib toolchain-funcs +inherit eutils multilib toolchain-funcs flag-o-matic DESCRIPTION="A free stand-alone ini file parsing library" HOMEPAGE="https://github.com/ndevilla/iniparser" @@ -40,12 +40,24 @@ src_prepare() { rm -R html || die } +src_configure() { + append-lfs-flags +} + +_emake() { + emake CC="$(tc-getCC)" AR="$(tc-getAR)" V=1 "$@" +} + src_compile() { - emake CC="$(tc-getCC)" V=1 + _emake +} + +src_test() { + _emake -C test } src_install() { - newlib.a lib${PN}.a lib${PN}${SLOT}.a + use static-libs && newlib.a lib${PN}.a lib${PN}${SLOT}.a _newlib_so_with_symlinks lib${PN}.so lib${PN}${SLOT} 1 0 0 insinto /usr/include/${PN}${SLOT} @@ -65,7 +77,3 @@ src_install() { dodoc "${DOCS[@]}" } - -src_test() { - emake -C test CC="$(tc-getCC)" V=1 -} diff --git a/dev-libs/librelp/Manifest b/dev-libs/librelp/Manifest index 64c28ef1446d..2b5b1211bde5 100644 --- a/dev-libs/librelp/Manifest +++ b/dev-libs/librelp/Manifest @@ -1 +1,2 @@ DIST librelp-1.2.7.tar.gz 410896 SHA256 3a434a1c71772706104cfb1c93ba8e6809d257851d60de29ac2142c60c68d7d1 SHA512 f8a71ad037cb5eaeb807b1bcb942893e2d10bcd57b18764bb13700c8e114d59de37b1b36560288abac18a07b6cb2920b46feaef4ae629aa0b3478ed16723542a WHIRLPOOL 784f291d0318b29be33bcd4bdd41e04c2e0fc8f292c6cb7f5985743559aa65f3c10932680f943e065ebf34e3f62c75bf2ed5500aebe0b7ab2fa7e64ced37cc44 +DIST librelp-1.2.9.tar.gz 415909 SHA256 520de7ba3dc688dc72c5b014dc61ef191e9528f77d1651ddca55fc0c149d98a3 SHA512 2d30fdb1946d8c0484de26a741bf187016b8639a702e3a1d42aa390a34931be46064bdb2552950a078366fe2705644db8c6a6015ced2ce14d3d2488527cf0819 WHIRLPOOL ae7095cdf93c2057f34aeee0cf0622284c39f9e84672baa9ff6296b50438cba4d8893114962b2b6f8feb68c0313057edb5fde3060e4fdffb904626a84e7a9690 diff --git a/dev-libs/librelp/librelp-1.2.9.ebuild b/dev-libs/librelp/librelp-1.2.9.ebuild new file mode 100644 index 000000000000..96db26a02123 --- /dev/null +++ b/dev-libs/librelp/librelp-1.2.9.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="An easy to use library for the RELP protocol" +HOMEPAGE="http://www.librelp.com/" +SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" + +LICENSE="GPL-3 doc? ( FDL-1.3 )" + +# subslot = soname version +SLOT="0/0.1.0" + +KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86" +IUSE="debug doc +ssl static-libs" + +RDEPEND=" + ssl? ( >=net-libs/gnutls-3.3.17.1:0= ) +" + +DEPEND=" + ssl? ( >=net-libs/gnutls-3.3.17.1:0= ) + virtual/pkgconfig +" + +src_prepare() { + sed -i \ + -e 's/ -g"/"/g' \ + configure.ac || die "sed failed" + + default + + eautoreconf +} + +src_configure() { + local myeconfargs=( + $(use_enable debug) + $(use_enable ssl tls) + $(use_enable static-libs static) + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + local DOCS=( ChangeLog ) + use doc && local HTML_DOCS=( doc/relp.html ) + default + + find "${ED}"usr/lib* -name '*.la' -delete +} diff --git a/dev-libs/libx86/libx86-1.1-r3.ebuild b/dev-libs/libx86/libx86-1.1-r3.ebuild index 26eea6a29a03..8c9eb19a20f7 100644 --- a/dev-libs/libx86/libx86-1.1-r3.ebuild +++ b/dev-libs/libx86/libx86-1.1-r3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit eutils multilib toolchain-funcs +inherit eutils multilib toolchain-funcs flag-o-matic DESCRIPTION="A hardware-independent library for executing real-mode x86 code" HOMEPAGE="http://www.codon.org.uk/~mjg59/libx86" @@ -20,8 +20,11 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-0.99-ifmask.patch # Patch for bugs #236888 and #456648 epatch "${FILESDIR}"/${P}-makefile.patch +} +src_configure() { tc-export CC AR + append-flags -fno-delete-null-pointer-checks #523276 } src_compile() { diff --git a/dev-libs/openssl/openssl-1.0.2g-r2.ebuild b/dev-libs/openssl/openssl-1.0.2g-r2.ebuild index b4d874e8a5e6..60e974fbc113 100644 --- a/dev-libs/openssl/openssl-1.0.2g-r2.ebuild +++ b/dev-libs/openssl/openssl-1.0.2g-r2.ebuild @@ -15,7 +15,7 @@ LICENSE="openssl" # subslot set to 1.0.2g version as this is the first release without SSLv2 # support and thus breaks nearly every openssl consumer (see bug #575548) SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 static-libs test +tls-heartbeat vanilla zlib" RESTRICT="!bindist? ( bindist )" diff --git a/dev-libs/unittest++/Manifest b/dev-libs/unittest++/Manifest new file mode 100644 index 000000000000..eaf67a680065 --- /dev/null +++ b/dev-libs/unittest++/Manifest @@ -0,0 +1 @@ +DIST unittest++-1.6.0.tar.gz 52227 SHA256 9fa7e797816e16669d68171418b0dc41ec6b7eaf8483f782441f5f159598c3c0 SHA512 499450b6cfa8ef8be5eff09ac238423fe5dc04b1c6065db02f46b903968e702fb45ccd9953aff81eef4a8aae80e91448afc0cbdf4a3f1f83b551f9d7dcd828f3 WHIRLPOOL 8043c8da08117f70fda142e92bcdfd0c2c8fd99d10380554a2f32fbe5a5c58fe1f3cf31bcc82bfcc6b1dda22dcc61ed11a87370f0f2c7874116dfe8c5a9410e7 diff --git a/dev-libs/unittest++/metadata.xml b/dev-libs/unittest++/metadata.xml new file mode 100644 index 000000000000..e96948472c00 --- /dev/null +++ b/dev-libs/unittest++/metadata.xml @@ -0,0 +1,17 @@ + + + + + sautier.louis@gmail.com + Louis Sautier + Proxied maintainer; set to assignee in all bugs + + + proxy-maint@gentoo.org + Proxy Maintainers + + + unittest-cpp/issues + https://github.com/unittest-cpp/unittest-cpp/issues + + diff --git a/dev-libs/unittest++/unittest++-1.6.0.ebuild b/dev-libs/unittest++/unittest++-1.6.0.ebuild new file mode 100644 index 000000000000..a9fd32d460f4 --- /dev/null +++ b/dev-libs/unittest++/unittest++-1.6.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils + +MY_PN="unittest-cpp" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A lightweight unit testing framework for C++" +HOMEPAGE="https://unittest-cpp.github.io/" +SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-ml/async/async-113.24.00.ebuild b/dev-ml/async/async-113.24.00.ebuild index a3ad66e4acf8..f0cee4cdce79 100644 --- a/dev-ml/async/async-113.24.00.ebuild +++ b/dev-ml/async/async-113.24.00.ebuild @@ -21,6 +21,7 @@ IUSE="examples" RDEPEND=">=dev-lang/ocaml-4.02.0:= >=dev-ml/async_kernel-${PV}:= >=dev-ml/async_unix-${PV}:= + >=dev-ml/async_extra-${PV}:= dev-ml/bin-prot:= dev-ml/core:= dev-ml/fieldslib:= diff --git a/dev-ml/findlib/Manifest b/dev-ml/findlib/Manifest index d0661cebad4d..f429cb801fc4 100644 --- a/dev-ml/findlib/Manifest +++ b/dev-ml/findlib/Manifest @@ -1,3 +1,4 @@ DIST findlib-1.4.tar.gz 231526 SHA256 6e4065e5d79d31176ec213ff94599c4eae17c3904c2896e845d0379a99f1bdf8 SHA512 7ee5bee74f6fc14c8d85496e673d42b63e056d35a724fe4f78fd1010a5af4506a9a962c0403fd96d5bf51f2278bfbe98a60aad65a171803cbde935cc3889157b WHIRLPOOL 31f1d0b9f1605a9a536ae996fb4abe5e1d5c47012759cb7bb45185d58a81e827d80285628b113f79d51b8b260cdff181c3eb05596adeea9a87070994058fce17 DIST findlib-1.5.6.tar.gz 250865 SHA256 7743b3dcaf8a344c882e89f61601f7f086d46c0f2ea4fcc3e54069236825e3f8 SHA512 18d23861a25b1508cb419af4cdd6e3cd83d51bef259f162c86b91460cf3dad75d6c2fc11173f60fe36b61ce3f81b78e69344f093adb9a82c36256d95180e93d8 WHIRLPOOL eb374e60c3f2fcc6172ec08803fbc5b0e83ea0d38644b4c13cb3d27b3dc13c7240a4f49a9ee51f9465ac6ff6075140c3e98b3eb0ea48690f260f139f37dfb63c DIST findlib-1.6.1.tar.gz 254797 SHA256 411c816e89d17d1b5b454e3d42f9b261cf929fc468f9f6e2787273ab69784b09 SHA512 b781d117ff033e8b91b6610c562382c5868a25ceed51f0a5947a77bfdd5825723ad32adcbe1636d4f7952d4c7535093f5c8ad3b954bebb1dcf4738f7a16d3ef8 WHIRLPOOL 1c3ed89aeb53cd95c0eaa82f1df8c364ad79403cf89ca19245620819998353da089daf5d3377919f2b4676c48f4d926d384e5a80312884f84e1efc41307f88fd +DIST findlib-1.6.2.tar.gz 253764 SHA256 3917904342ffbb66089f9fec1adc023b8854178bc21f303e4cbf96b8b164c946 SHA512 8c4098e6956530bc88d20a1b91512c68368e8a866398ce4d504afe3f71e81124c01644ba31ff97da6e61e7410328b533fb1d31a513166231047dab1933179fc4 WHIRLPOOL a980082607ac97c738ef0899ba08af81eaa45c09a0e96f41ddfb3faaf25c77f133a3063f45a9393819e76b839b17bb10fe71613e83bfc943b4988511547eaa6b diff --git a/dev-ml/findlib/files/externalmeta3.patch b/dev-ml/findlib/files/externalmeta3.patch new file mode 100644 index 000000000000..7bc737ee519c --- /dev/null +++ b/dev-ml/findlib/files/externalmeta3.patch @@ -0,0 +1,16 @@ +Avoid installing META files for labltk, camlp4 and ocamlbuild: Those are provided by their +respective packages now. + +Index: findlib-1.6.2/configure +=================================================================== +--- findlib-1.6.2.orig/configure ++++ findlib-1.6.2/configure +@@ -521,7 +521,7 @@ fi + + # Generate the META files now. + +-l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray ocamldoc $llabltk $lcamlp4 $lobuild $lcomplibs $lbytes" ++l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray ocamldoc $lcomplibs $lbytes" + + for dir in site-lib-src/*; do + # We do not really know if $dir is a directory. diff --git a/dev-ml/findlib/findlib-1.6.2.ebuild b/dev-ml/findlib/findlib-1.6.2.ebuild new file mode 100644 index 000000000000..8bc3626094ae --- /dev/null +++ b/dev-ml/findlib/findlib-1.6.2.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit multilib eutils + +DESCRIPTION="OCaml tool to find/use non-standard packages" +HOMEPAGE="http://projects.camlcity.org/projects/findlib.html" +SRC_URI="http://download.camlcity.org/download/${P}.tar.gz" +IUSE="doc +ocamlopt tk" + +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" + +DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?] + tk? ( dev-ml/labltk:= )" +RDEPEND="${DEPEND}" + +ocamlfind_destdir="${EPREFIX}/usr/$(get_libdir)/ocaml" +stublibs="${ocamlfind_destdir}/stublibs" + +src_prepare() { + epatch "${FILESDIR}/externalmeta3.patch" \ + "${FILESDIR}/quoting.patch" +} + +src_configure() { + local myconf + use tk && myconf="-with-toolbox" + ./configure -bindir "${EPREFIX}"/usr/bin -mandir "${EPREFIX}"/usr/share/man \ + -sitelib ${ocamlfind_destdir} \ + -config ${ocamlfind_destdir}/findlib/findlib.conf \ + -no-custom \ + ${myconf} || die "configure failed" +} + +src_compile() { + emake -j1 all + if use ocamlopt; then + emake -j1 opt # optimized code + fi +} + +src_install() { + emake prefix="${D}" install + + dodir "${stublibs#${EPREFIX}}" + + cd "${S}/doc" + dodoc QUICKSTART README DOCINFO + use doc && dohtml -r ref-html guide-html +} + +check_stublibs() { + local ocaml_stdlib=`ocamlc -where` + local ldconf="${ocaml_stdlib}/ld.conf" + + if [ ! -e ${ldconf} ] + then + echo "${ocaml_stdlib}" > ${ldconf} + echo "${ocaml_stdlib}/stublibs" >> ${ldconf} + fi + + if [ -z `grep -e ${stublibs} ${ldconf}` ] + then + echo ${stublibs} >> ${ldconf} + fi +} + +pkg_postinst() { + check_stublibs +} diff --git a/dev-ml/macaque/macaque-0.7.4.ebuild b/dev-ml/macaque/macaque-0.7.4.ebuild index 19d2258ef8c6..c969f6b8fff5 100644 --- a/dev-ml/macaque/macaque-0.7.4.ebuild +++ b/dev-ml/macaque/macaque-0.7.4.ebuild @@ -15,9 +15,10 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -DEPEND=">=dev-ml/pgocaml-2.1:= +RDEPEND=">=dev-ml/pgocaml-2.1:= dev-ml/camlp4:=" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-ml/oasis" DOCS=( Changelog README.md ) OASIS_SETUP_COMMAND="./setup.exe" diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild index 526a153f8cf2..354981b58089 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.9.1.ebuild @@ -16,7 +16,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fb IUSE="+ocamlopt" DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + ! metadata.xml: - Drop python herd from metadata, similarly to PyQt{4,5}. - - 03 Mar 2013; Markos Chandras PyQtMobility-1.0.1.ebuild: - Move Qt dependencies to the new category - - 21 Jun 2012; Davide Pesavento PyQtMobility-1.0.1.ebuild: - Enable contacts by default wrt bug 422805. - -*PyQtMobility-1.0.1 (13 Mar 2012) - - 13 Mar 2012; Davide Pesavento +PyQtMobility-1.0.1.ebuild, - +metadata.xml: - Initial commit of PyQtMobility, moved from qt overlay. Ebuild by me. diff --git a/dev-python/PyQtMobility/Manifest b/dev-python/PyQtMobility/Manifest deleted file mode 100644 index 52d36676cbd8..000000000000 --- a/dev-python/PyQtMobility/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST PyQtMobility-gpl-1.0.1.tar.gz 111999 SHA256 8496a47f5345ff547c04e8301cfcdf7862fe9557f56d0d93818c947060b442df SHA512 09bb77f348abe0caf174dea505f3a10ee2adf99698048c9fffc1da66a36dcb907cef7896ee92af7d9ec98a5b30f5229fd9eedc6a64e1476ca340c29b5d842770 WHIRLPOOL 49bbd93b79418f34872a76665d7d54d4a5adca0bdd44a31fe095bfd148d7a673671bc3b61015bc0489d91b7386dc23c57b462e10def00460cc448c165cfe4d8a diff --git a/dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild b/dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild deleted file mode 100644 index 9477fc0ebadd..000000000000 --- a/dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_DEPEND="*" -PYTHON_EXPORT_PHASE_FUNCTIONS="1" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*" - -inherit python - -MY_P=${PN}-gpl-${PV} - -DESCRIPTION="Python bindings for Nokia's QtMobility libraries" -HOMEPAGE="http://sourceforge.net/projects/pyqt/files/PyQtMobility/" -SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="|| ( GPL-2 GPL-3 )" -KEYWORDS="~amd64" - -PYQTM_MODULES="+contacts feedback gallery location messaging multimedia organizer - publishsubscribe sensors serviceframework systeminfo versit" -IUSE="debug ${PYQTM_MODULES}" - -REQUIRED_USE=" - || ( ${PYQTM_MODULES//+} ) - versit? ( contacts ) -" - -QTM_USE_DEPS= -for mod in ${PYQTM_MODULES//+}; do - QTM_USE_DEPS+="${mod}?," -done -unset mod - -DEPEND=" - >=dev-python/sip-4.12.2 - >=dev-python/PyQt4-4.8.4[X] - >=dev-qt/qt-mobility-1.2.0[${QTM_USE_DEPS%,}] -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - # Disable pre-stripping of modules - sed -i -e '/SIPModuleMakefile/s|$|strip=0,|' configure.py || die - - python_src_prepare -} - -pyqtm_use_enable() { - use $1 && echo --enable=${2:-Qt$(echo ${1:0:1} | tr '[:lower:]' '[:upper:]')${1:1}} -} - -src_configure() { - configuration() { - local myconf=("$(PYTHON)" - configure.py - --destdir="${EPREFIX}$(python_get_sitedir)" - --sipdir="${EPREFIX}/usr/share/sip" - $(use debug && echo --debug) - $(pyqtm_use_enable contacts) - $(pyqtm_use_enable feedback) - $(pyqtm_use_enable gallery) - $(pyqtm_use_enable location) - $(pyqtm_use_enable messaging) - $(pyqtm_use_enable multimedia QtMultimediaKit) - $(pyqtm_use_enable organizer) - $(pyqtm_use_enable publishsubscribe QtPublishSubscribe) - $(pyqtm_use_enable sensors) - $(pyqtm_use_enable serviceframework QtServiceFramework) - $(pyqtm_use_enable systeminfo QtSystemInfo) - $(pyqtm_use_enable versit) - ) - echo "${myconf[@]}" - "${myconf[@]}" - } - python_execute_function -s configuration -} - -pkg_postinst() { - python_mod_optimize QtMobility -} - -pkg_postrm() { - python_mod_cleanup QtMobility -} diff --git a/dev-python/PyQtMobility/metadata.xml b/dev-python/PyQtMobility/metadata.xml deleted file mode 100644 index 1a5e5926ae88..000000000000 --- a/dev-python/PyQtMobility/metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - qt@gentoo.org - Gentoo Qt Project - - - Build bindings for the QtContacts module - Build bindings for the QtFeedback module - Build bindings for the QtGallery module - Build bindings for the QtLocation module - Build bindings for the QtMessaging module - Build bindings for the QtMultimediaKit module - Build bindings for the QtOrganizer module - Build bindings for the QtPublishSubscribe module - Build bindings for the QtSensors module - Build bindings for the QtServiceFramework module - Build bindings for the QtSystemInfo module - Build bindings for the QtVersit module - - - - phil@riverbankcomputing.com - Phil Thompson - - mailto:pyqt@riverbankcomputing.com - pyqt - - diff --git a/dev-python/pylons-sphinx-themes/Manifest b/dev-python/pylons-sphinx-themes/Manifest new file mode 100644 index 000000000000..e07bee51937d --- /dev/null +++ b/dev-python/pylons-sphinx-themes/Manifest @@ -0,0 +1 @@ +DIST pylons-sphinx-themes-0.3.1.tar.gz 135393 SHA256 c107542e6a3ed89a9e9d9d2cd9d2f8ee3e6d551a394796bb6a9fb03a36afaa58 SHA512 3b3c51b9efc1e4d753b5c0be6baf2a0ea876c536be7d19f3226135d379930320ecca91cd964c9b577347184079cf07349be24c38851511631a5d5b45d1e5ad20 WHIRLPOOL 4ee426757a070a9790ede16ef8f806e795d9b0ee8dcfb4022e965f679e8463bd1cee97f14d54b7f621358dc06b1ad301b5c6420e705ae1530c29694dd0f8ab31 diff --git a/dev-python/pylons-sphinx-themes/metadata.xml b/dev-python/pylons-sphinx-themes/metadata.xml new file mode 100644 index 000000000000..8d3259a07fda --- /dev/null +++ b/dev-python/pylons-sphinx-themes/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + Python + + + pylons-sphinx-themes + + diff --git a/dev-python/pylons-sphinx-themes/pylons-sphinx-themes-0.3.1.ebuild b/dev-python/pylons-sphinx-themes/pylons-sphinx-themes-0.3.1.ebuild new file mode 100644 index 000000000000..2f7a2410011d --- /dev/null +++ b/dev-python/pylons-sphinx-themes/pylons-sphinx-themes-0.3.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Pylons Sphinx themes for documentation styling" +HOMEPAGE="https://pypi.python.org/pypi/pylons-sphinx-themes" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-4" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/waitress/waitress-0.8.10.ebuild b/dev-python/waitress/waitress-0.8.10-r1.ebuild similarity index 66% rename from dev-python/waitress/waitress-0.8.10.ebuild rename to dev-python/waitress/waitress-0.8.10-r1.ebuild index c9fe158908cb..64a250b74730 100644 --- a/dev-python/waitress/waitress-0.8.10.ebuild +++ b/dev-python/waitress/waitress-0.8.10-r1.ebuild @@ -10,8 +10,7 @@ inherit distutils-r1 DESCRIPTION="A pure-Python WSGI server" HOMEPAGE="http://docs.pylonsproject.org/projects/waitress/en/latest/ https://pypi.python.org/pypi/waitress/ https://github.com/Pylons/waitress" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz \ - doc? ( https://dev.gentoo.org/~idella4/pylons_sphinx_theme.tar.gz )" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -22,18 +21,14 @@ RDEPEND="" DEPEND="${RDEPEND} app-arch/unzip dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/pylons-sphinx-themes[${PYTHON_USEDEP}] ) test? ( dev-python/nose[${PYTHON_USEDEP}] )" -python_prepare_all() { +src_prepare() { if use doc; then - local PATCHES=( "${FILESDIR}"/${P}-doc.patch ) - mv "${WORKDIR}"/_themes ./docs/ || die + sed -i -e "s/^version = .*/version = \'${PV}\'/" docs/conf.py || die fi - - # Fix generation of documentation with Waitress not installed. Bug #525384 - sed -e "s/^version = pkg_resources.get_distribution('waitress').version$/version = '${PV}'/" -i docs/conf.py - - distutils-r1_python_prepare_all + distutils-r1_src_prepare } python_compile_all() { diff --git a/dev-qt/assistant/assistant-5.5.1-r1.ebuild b/dev-qt/assistant/assistant-5.5.1-r1.ebuild index 6a3d116c6049..9a023e680cbf 100644 --- a/dev-qt/assistant/assistant-5.5.1-r1.ebuild +++ b/dev-qt/assistant/assistant-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~hppa ppc64 ~x86" fi IUSE="webkit" diff --git a/dev-qt/designer/designer-5.5.1-r1.ebuild b/dev-qt/designer/designer-5.5.1-r1.ebuild index 2b074b9224d9..e24a288ed006 100644 --- a/dev-qt/designer/designer-5.5.1-r1.ebuild +++ b/dev-qt/designer/designer-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="declarative webkit" diff --git a/dev-qt/linguist-tools/linguist-tools-5.5.1-r1.ebuild b/dev-qt/linguist-tools/linguist-tools-5.5.1-r1.ebuild index 96c3525aad56..85e183d1b4e4 100644 --- a/dev-qt/linguist-tools/linguist-tools-5.5.1-r1.ebuild +++ b/dev-qt/linguist-tools/linguist-tools-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Tools for working with Qt translation data files" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="qml" diff --git a/dev-qt/linguist/linguist-5.5.1-r1.ebuild b/dev-qt/linguist/linguist-5.5.1-r1.ebuild index 7f3dd57080e0..2845789f61cd 100644 --- a/dev-qt/linguist/linguist-5.5.1-r1.ebuild +++ b/dev-qt/linguist/linguist-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Graphical tool for translating Qt applications" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-qt/pixeltool/pixeltool-5.5.1-r1.ebuild b/dev-qt/pixeltool/pixeltool-5.5.1-r1.ebuild index ae2913063d28..971ca1e0ab3a 100644 --- a/dev-qt/pixeltool/pixeltool-5.5.1-r1.ebuild +++ b/dev-qt/pixeltool/pixeltool-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Qt screen magnifier" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-qt/qdbus/qdbus-5.5.1-r1.ebuild b/dev-qt/qdbus/qdbus-5.5.1-r1.ebuild index 1780de08bb53..3a6793cd0d55 100644 --- a/dev-qt/qdbus/qdbus-5.5.1-r1.ebuild +++ b/dev-qt/qdbus/qdbus-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Interface to Qt applications communicating over D-Bus" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-qt/qdbusviewer/qdbusviewer-5.5.1-r1.ebuild b/dev-qt/qdbusviewer/qdbusviewer-5.5.1-r1.ebuild index 63f090ab7d52..de586729e159 100644 --- a/dev-qt/qdbusviewer/qdbusviewer-5.5.1-r1.ebuild +++ b/dev-qt/qdbusviewer/qdbusviewer-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and messages" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-qt/qdoc/qdoc-5.5.1.ebuild b/dev-qt/qdoc/qdoc-5.5.1.ebuild index b3fc694007e8..d596e4b38a47 100644 --- a/dev-qt/qdoc/qdoc-5.5.1.ebuild +++ b/dev-qt/qdoc/qdoc-5.5.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Qt documentation generator" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.5.1.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.5.1.ebuild index dfc3432db346..66422b329325 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.5.1.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.5.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-qt/qtcore/qtcore-5.5.1-r1.ebuild b/dev-qt/qtcore/qtcore-5.5.1-r1.ebuild index 360227832604..7de555621446 100644 --- a/dev-qt/qtcore/qtcore-5.5.1-r1.ebuild +++ b/dev-qt/qtcore/qtcore-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Cross-platform application development framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="icu systemd" diff --git a/dev-qt/qtdbus/qtdbus-5.5.1.ebuild b/dev-qt/qtdbus/qtdbus-5.5.1.ebuild index edc9799a5056..8df9d2550161 100644 --- a/dev-qt/qtdbus/qtdbus-5.5.1.ebuild +++ b/dev-qt/qtdbus/qtdbus-5.5.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="The D-Bus module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.5.1-r1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.5.1-r1.ebuild index f85756fc0c64..b64a8f762fa2 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.5.1-r1.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.5.1-r1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="gles2 +jit localstorage +widgets xml" diff --git a/dev-qt/qtgui/qtgui-5.5.1-r1.ebuild b/dev-qt/qtgui/qtgui-5.5.1-r1.ebuild index 86f919393f01..4181eba0ba29 100644 --- a/dev-qt/qtgui/qtgui-5.5.1-r1.ebuild +++ b/dev-qt/qtgui/qtgui-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="The GUI module and platform plugins for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi # TODO: directfb, linuxfb, kms integration in eglfs diff --git a/dev-qt/qthelp/qthelp-5.5.1-r1.ebuild b/dev-qt/qthelp/qthelp-5.5.1-r1.ebuild index 41452c71ad3d..94ae3b657d95 100644 --- a/dev-qt/qthelp/qthelp-5.5.1-r1.ebuild +++ b/dev-qt/qthelp/qthelp-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="The Help module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.5.1-r2.ebuild b/dev-qt/qtmultimedia/qtmultimedia-5.5.1-r2.ebuild index ff8733b4994e..b52e8a62dbb6 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-5.5.1-r2.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-5.5.1-r2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="The Multimedia module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~hppa ppc64 ~x86" fi IUSE="alsa gles2 gstreamer gstreamer010 openal pulseaudio qml widgets" diff --git a/dev-qt/qtnetwork/qtnetwork-5.5.1.ebuild b/dev-qt/qtnetwork/qtnetwork-5.5.1.ebuild index 3f3a164a38d6..7c26d28d51ed 100644 --- a/dev-qt/qtnetwork/qtnetwork-5.5.1.ebuild +++ b/dev-qt/qtnetwork/qtnetwork-5.5.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Network abstraction library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="bindist connman libproxy networkmanager +ssl" diff --git a/dev-qt/qtopengl/qtopengl-5.5.1.ebuild b/dev-qt/qtopengl/qtopengl-5.5.1.ebuild index b4061eb3513a..11a6bf304c81 100644 --- a/dev-qt/qtopengl/qtopengl-5.5.1.ebuild +++ b/dev-qt/qtopengl/qtopengl-5.5.1.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="gles2" diff --git a/dev-qt/qtpositioning/qtpositioning-5.5.1-r1.ebuild b/dev-qt/qtpositioning/qtpositioning-5.5.1-r1.ebuild index c5437aa22447..6f1333d56cfb 100644 --- a/dev-qt/qtpositioning/qtpositioning-5.5.1-r1.ebuild +++ b/dev-qt/qtpositioning/qtpositioning-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Physical position determination library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~hppa ppc64 ~x86" fi # TODO: src/plugins/position/gypsy diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.5.1.ebuild b/dev-qt/qtprintsupport/qtprintsupport-5.5.1.ebuild index f503158d3dd4..49b8bc9ce559 100644 --- a/dev-qt/qtprintsupport/qtprintsupport-5.5.1.ebuild +++ b/dev-qt/qtprintsupport/qtprintsupport-5.5.1.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="Printing support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="cups gles2" diff --git a/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild b/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild index c3f36801c5ae..b0859b541a19 100644 --- a/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild +++ b/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Legacy declarative UI module for the Qt5 framework (deprecated)" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc64 ~x86" fi IUSE="designer gles2 opengl webkit xml" diff --git a/dev-qt/qtscript/qtscript-5.5.1-r1.ebuild b/dev-qt/qtscript/qtscript-5.5.1-r1.ebuild index e1d6571b13a9..63d4391f944e 100644 --- a/dev-qt/qtscript/qtscript-5.5.1-r1.ebuild +++ b/dev-qt/qtscript/qtscript-5.5.1-r1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="+jit scripttools" diff --git a/dev-qt/qtsensors/qtsensors-5.5.1-r1.ebuild b/dev-qt/qtsensors/qtsensors-5.5.1-r1.ebuild index 6a0847b224bc..12f875b22526 100644 --- a/dev-qt/qtsensors/qtsensors-5.5.1-r1.ebuild +++ b/dev-qt/qtsensors/qtsensors-5.5.1-r1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Hardware sensor access library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~hppa ppc64 ~x86" fi IUSE="qml" diff --git a/dev-qt/qtsql/qtsql-5.5.1.ebuild b/dev-qt/qtsql/qtsql-5.5.1.ebuild index a214f1c92e1a..e9b962e3d8ab 100644 --- a/dev-qt/qtsql/qtsql-5.5.1.ebuild +++ b/dev-qt/qtsql/qtsql-5.5.1.ebuild @@ -9,7 +9,7 @@ inherit multilib qt5-build DESCRIPTION="SQL abstraction library for the Qt5 tooolkit" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="freetds mysql oci8 odbc postgres +sqlite" diff --git a/dev-qt/qtsvg/qtsvg-5.5.1-r1.ebuild b/dev-qt/qtsvg/qtsvg-5.5.1-r1.ebuild index 0f5788e0f716..612e453a9619 100644 --- a/dev-qt/qtsvg/qtsvg-5.5.1-r1.ebuild +++ b/dev-qt/qtsvg/qtsvg-5.5.1-r1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="SVG rendering library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-qt/qttest/qttest-5.5.1.ebuild b/dev-qt/qttest/qttest-5.5.1.ebuild index 8ab1cb37feef..c65b190448a0 100644 --- a/dev-qt/qttest/qttest-5.5.1.ebuild +++ b/dev-qt/qttest/qttest-5.5.1.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="Unit testing library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.5.1-r1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.5.1-r1.ebuild index d9894e371e1a..d87709c73a25 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.5.1-r1.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.5.1-r1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ppc64 ~x86" fi IUSE="qml" diff --git a/dev-qt/qtwebkit/qtwebkit-5.5.1-r1.ebuild b/dev-qt/qtwebkit/qtwebkit-5.5.1-r1.ebuild index 0af20e34ff2b..f5212f3bae2b 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.5.1-r1.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit python-any-r1 qt5-build DESCRIPTION="WebKit rendering library for the Qt5 framework (deprecated)" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86" fi # TODO: qttestlib diff --git a/dev-qt/qtwidgets/qtwidgets-5.5.1-r1.ebuild b/dev-qt/qtwidgets/qtwidgets-5.5.1-r1.ebuild index d0b14d7cd320..483ba65f9963 100644 --- a/dev-qt/qtwidgets/qtwidgets-5.5.1-r1.ebuild +++ b/dev-qt/qtwidgets/qtwidgets-5.5.1-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Set of components for creating classic desktop-style UIs for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi # keep IUSE defaults in sync with qtgui diff --git a/dev-qt/qtxml/qtxml-5.5.1.ebuild b/dev-qt/qtxml/qtxml-5.5.1.ebuild index c9725d589138..e556eed841f0 100644 --- a/dev-qt/qtxml/qtxml-5.5.1.ebuild +++ b/dev-qt/qtxml/qtxml-5.5.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="SAX and DOM implementation library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.5.1-r1.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.5.1-r1.ebuild index b72f67a08f1e..159e59ad26e0 100644 --- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.5.1-r1.ebuild +++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.5.1-r1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="XPath, XQuery, and XSLT support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="" diff --git a/dev-ros/genmsg/Manifest b/dev-ros/genmsg/Manifest index 99728c7b09c0..da0cb1e64cc5 100644 --- a/dev-ros/genmsg/Manifest +++ b/dev-ros/genmsg/Manifest @@ -1 +1,2 @@ DIST genmsg-0.5.6.tar.gz 59067 SHA256 70ec083888f8bbdc32cf6b97cdbc3ccc042fe78ad2e6f6fc60b414aaffd8fba6 SHA512 3efba41372028a434e0e3ebbef7212106ba445c2e6755109d09809f4fb96d7b1cfb235bad462ecc9f176d79dbe0616916da52c044620135ebac4c94016338427 WHIRLPOOL 8c8d1199b82674e1121bfaf3d32908cf0e6026d2201f78efe26ca2a3c1da81b2a548aa74b8606ceb1feec9d148a6b438ff23cbd707b0bc6b0e6c09f9beb13b1a +DIST genmsg-0.5.7.tar.gz 59170 SHA256 af979bfa351b6b5a6006680bea195570f4b35dea8bcfeca7bbcdd00a108fefd9 SHA512 69b17e5a601f1d3570810471e9d9f045b891b94a4ac4a8b2ad6adf5e33fe87de6389ae41114f0704f00f93b151f041fe7e883c4f500e5dc360d92b7382789b6c WHIRLPOOL 587f1fa8a16d8ea4de59ca653d164befa7b30dc4996a9c0ad931a7f0be6645753e6e0509d0af375c740b089b7b943a41d136a5580bd7a8617a5a0d0d55d751fc diff --git a/dev-ros/genmsg/genmsg-0.5.7.ebuild b/dev-ros/genmsg/genmsg-0.5.7.ebuild new file mode 100644 index 000000000000..c8f8b29bfa24 --- /dev/null +++ b/dev-ros/genmsg/genmsg-0.5.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/genmsg" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) + +inherit ros-catkin + +DESCRIPTION="Python library for generating ROS message and service data structures for various languages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" diff --git a/dev-ros/geometric_shapes/Manifest b/dev-ros/geometric_shapes/Manifest index 43d32ea5742f..d7e9b83d8bbd 100644 --- a/dev-ros/geometric_shapes/Manifest +++ b/dev-ros/geometric_shapes/Manifest @@ -1 +1,2 @@ DIST geometric_shapes-0.4.3.tar.gz 57689 SHA256 9030b7713ca397852f7d0d19caf18ddd7c93ff0236c19e31d01e72e655bc407b SHA512 77cf3d4d9603f29357bd26d3e4fcec077589f25292f467204bedc072c10ac3dc3869f2491697d6f3a6f23149dcc3973b7fa4f50b94c0e6f3f4ee92b8319ed12e WHIRLPOOL 92acf4d7056c03fcd9479e47c9747856fd1d67f846aaf0d48e84967c5f8cb1a1a7318276306e2324af6a9efa4586de06fe740b6b171824e39edd89e750faff4c +DIST geometric_shapes-0.4.4.tar.gz 57894 SHA256 4d600890b72d0b20b2fbcc9ded06464a37c871317445ec32d3858bd719b0aa02 SHA512 414864fae6808342f6ca1fc50afe165d585f483698585454396b135a2e12aca998d785edf6526b02d3a58ac27e1e7651e8ece71e32860d49d7dc5f6e06bb892d WHIRLPOOL bdd540bbd13ac17cd60fd39f7ba33e829f76e188b65c530d2b7031aa835b3fdd190fda88f5362fca727ec88c9dca5520756040d9a73d3b38183b511395f8b59c diff --git a/dev-ros/geometric_shapes/geometric_shapes-0.4.4.ebuild b/dev-ros/geometric_shapes/geometric_shapes-0.4.4.ebuild new file mode 100644 index 000000000000..bbc8126acf3a --- /dev/null +++ b/dev-ros/geometric_shapes/geometric_shapes-0.4.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-planning/geometric_shapes" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Generic definitions of geometric shapes and bodies" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:= + media-libs/qhull + media-libs/assimp + sci-libs/octomap + dev-ros/random_numbers + dev-ros/resource_retriever + dev-ros/eigen_stl_containers + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest ) +" + +src_prepare() { + sed -e 's/DESTINATION lib/DESTINATION ${CMAKE_INSTALL_LIBDIR}/' \ + -i CMakeLists.txt \ + || die + ros-catkin_src_prepare +} diff --git a/dev-ros/image_view/files/dynrec.patch b/dev-ros/image_view/files/dynrec.patch new file mode 100644 index 000000000000..b0a920eae2fc --- /dev/null +++ b/dev-ros/image_view/files/dynrec.patch @@ -0,0 +1,17 @@ +When installing for the first time, imp.find_module will fail. + +https://github.com/ros-perception/image_pipeline/pull/183 + +Index: image_pipeline-1.12.15/image_view/cfg/ImageView.cfg +=================================================================== +--- image_pipeline-1.12.15.orig/image_view/cfg/ImageView.cfg ++++ image_pipeline-1.12.15/image_view/cfg/ImageView.cfg +@@ -2,8 +2,6 @@ + + PACKAGE='image_view' + try: +- import imp +- imp.find_module(PACKAGE) + from dynamic_reconfigure.parameter_generator_catkin import * + except: + import roslib; roslib.load_manifest(PACKAGE) diff --git a/dev-ros/image_view/image_view-1.12.15.ebuild b/dev-ros/image_view/image_view-1.12.15.ebuild index 1f5b4dd7a9df..09ccaac9731b 100644 --- a/dev-ros/image_view/image_view-1.12.15.ebuild +++ b/dev-ros/image_view/image_view-1.12.15.ebuild @@ -30,3 +30,4 @@ RDEPEND=" dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/dynrec.patch" ) diff --git a/dev-ros/image_view/image_view-9999.ebuild b/dev-ros/image_view/image_view-9999.ebuild index 1f5b4dd7a9df..09ccaac9731b 100644 --- a/dev-ros/image_view/image_view-9999.ebuild +++ b/dev-ros/image_view/image_view-9999.ebuild @@ -30,3 +30,4 @@ RDEPEND=" dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/dynrec.patch" ) diff --git a/dev-ruby/abstract/abstract-1.0.0-r2.ebuild b/dev-ruby/abstract/abstract-1.0.0-r2.ebuild index 56313d915ecb..2ee7a544f97b 100644 --- a/dev-ruby/abstract/abstract-1.0.0-r2.ebuild +++ b/dev-ruby/abstract/abstract-1.0.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest index 2fa48c40b039..0125a7b14342 100644 --- a/dev-ruby/actionmailer/Manifest +++ b/dev-ruby/actionmailer/Manifest @@ -3,5 +3,7 @@ DIST rails-3.2.22.2.tgz 3571822 SHA256 6aaef5723f3a409d057ace5500f1743168bde8f45 DIST rails-4.0.13.tgz 3761572 SHA256 a693a8c5f767d153e765634cecb6356855ca51b6554b3af1a38888023a204a51 SHA512 3f2cca90187f800d1ec57fc6cbc58c1f3213113a94d1dee7d9cfd3dc0264b7f3a9c6cfc6dd95ef2fb3aa7d8ca5d6da50cedecc288ff8ff7e5305dc0309b4365d WHIRLPOOL a5b3f7f828a88d04b5687b3217b40903192ccea5eca36ca58cbb2baeec7471241fe5529f13688bd1f6396a384cf282c94bfaf54ee1cfafdf5ef400707dee7d01 DIST rails-4.1.14.1.tgz 3728574 SHA256 1b094a1d1f242c19d2fad0b4f0708d117fce281162d7550535a79c2919246179 SHA512 1ffb3d7f1f5b6db34bbae2015c220945fd780e42bc69242fdcadc6bd59b74c32f16cf54e153b9c3c2aa065d20b1231c19c7ebfe8f8d5f52a1048b8e0f1b7782a WHIRLPOOL 31eb9281d9e0b0e0c07807b14d7b1e52b1a08adc612da9c9c272a5eacb6b095d74b80400eb99818d37371963775942b9d85f38c18446d75de996595528fdf84d DIST rails-4.1.14.2.tgz 3729630 SHA256 f37eee03321f41edce885c5753e2baf6803761d8ba56cde2df59d7f31ab66ac9 SHA512 526c47cd8710f5fbb752abf01ee80e01cef5f16a0dc7092a104ad8f165bb91e7fe656ca186aa027c622cec9d579a412f3d21e229167acbd8c761a18a77ed3e61 WHIRLPOOL c834ce049f299451c7eefe161ea5751f17b5605fe5a36cb9dff0b43c1fd23114b426c667a1e479ecc7f13cb413b6ccbab48890c0ac8c1336bcbbe4f2c9da04ad +DIST rails-4.1.15.tgz 3729946 SHA256 df54609b05298f5c0c9eb4e00bb82c61133d955021fe58ffab2efacd76ac6ce5 SHA512 0a8c944fece6c060718f0c7769ae80baa161357ac8b49e69a11e9bbf43476c633cd3ed51b13e3c0f364e47b3167879de5f57146e76f01a59e026b97166aeba2c WHIRLPOOL 75fbd9a1e7b988c47c7a26bffb5e58cd2c33af9a5e83b03ecee09b35c7497d82aa580fd20dbdf34237b9d9594ed772a346e32d6430becc1fdf854581c8ebef8e DIST rails-4.2.5.1.tgz 4175926 SHA256 713da4f88244101457b4de5d08007f4b373cb43c3982d72de70bb5c5145afb46 SHA512 3c74d825f35a71dd80a0e1d3959cc6d9e52da0f2eb43bfb869da22a8117ba4f66df1de183851b7cd9e3c2cc8a0b5a8ae4e6902d3b43afd52ccdd20470b49801d WHIRLPOOL dfb4f925468cfbadd73fd54eb146e377df8e4d67aa094076dd928c616d6cfddb9084cee2adb220490df0c34627a99b150118bc7827b2ca5f6d0751611993b53f DIST rails-4.2.5.2.tgz 4174380 SHA256 c5dfe36d5ac69f2a852665c2025d289a4d57dc204209b4b3013dcbd0d33f544f SHA512 f2dc1b86c296c9b3862d050a6471f4c529bb246cee6a18106e3e48f588d6a5d665529c95ab94c7d8a9197bf247869805ef908d1255e67641e2cc906e15dcd2e3 WHIRLPOOL 4d933582683d2838fee5d042c1e783afb790a0197b3470969ead3eb79f263cc4862b51bfb30e6a14552473813a8dca237c7241c78f4cc8279c267ba692cbf5d6 +DIST rails-4.2.6.tgz 4179056 SHA256 68bf40c27e0ee75b26c7b48fbe357f024b8d6d322a4ecf5c3427b4d6ef959fef SHA512 040599aa1c6a09ca569f377b1f49a4404d9516599d16d6909f93ffd2e387dfb20835a2842980cc5c119aaef411985e47f55ec8907041ff633b8f98ea101a42d0 WHIRLPOOL 1aef2ff5790fa94f1003fa6acdcad26b7bcb6a6a02f075e41a6ba5a5b77790420afa57ea64d3192e92de595161ba3741e7e7f8be7dbac6871ba5137a53f81efe diff --git a/dev-ruby/actionmailer/actionmailer-4.1.15.ebuild b/dev-ruby/actionmailer/actionmailer-4.1.15.ebuild new file mode 100644 index 000000000000..61ada51c28ed --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-4.1.15.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend "~dev-ruby/actionpack-${PV} + >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:*" +ruby_add_bdepend "test? ( + dev-ruby/mocha:0.14 +)" + +all_ruby_prepare() { + # Remove items from the common Gemfile that we don't need for this + # test run. This also requires handling some gemspecs. + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|uglifier\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ + -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die + rm ../Gemfile.lock || die +} diff --git a/dev-ruby/actionmailer/actionmailer-4.2.6.ebuild b/dev-ruby/actionmailer/actionmailer-4.2.6.ebuild new file mode 100644 index 000000000000..ea17641a8cce --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-4.2.6.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/actionpack-${PV} + ~dev-ruby/actionview-${PV} + ~dev-ruby/activejob-${PV} + >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:* + >=dev-ruby/rails-dom-testing-1.0.5:1" + +ruby_add_bdepend "test? ( + dev-ruby/mocha:0.14 +)" + +all_ruby_prepare() { + # Set test environment to our hand. + rm "${S}/../Gemfile" || die "Unable to remove Gemfile" + sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" + + # Avoid a test failing only on attachment ordering, since this is a + # security release. + sed -i -e '/adding inline attachments while rendering mail works/askip "gentoo: fails on ordering"' test/base_test.rb || die +} diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest index 2fa48c40b039..0125a7b14342 100644 --- a/dev-ruby/actionpack/Manifest +++ b/dev-ruby/actionpack/Manifest @@ -3,5 +3,7 @@ DIST rails-3.2.22.2.tgz 3571822 SHA256 6aaef5723f3a409d057ace5500f1743168bde8f45 DIST rails-4.0.13.tgz 3761572 SHA256 a693a8c5f767d153e765634cecb6356855ca51b6554b3af1a38888023a204a51 SHA512 3f2cca90187f800d1ec57fc6cbc58c1f3213113a94d1dee7d9cfd3dc0264b7f3a9c6cfc6dd95ef2fb3aa7d8ca5d6da50cedecc288ff8ff7e5305dc0309b4365d WHIRLPOOL a5b3f7f828a88d04b5687b3217b40903192ccea5eca36ca58cbb2baeec7471241fe5529f13688bd1f6396a384cf282c94bfaf54ee1cfafdf5ef400707dee7d01 DIST rails-4.1.14.1.tgz 3728574 SHA256 1b094a1d1f242c19d2fad0b4f0708d117fce281162d7550535a79c2919246179 SHA512 1ffb3d7f1f5b6db34bbae2015c220945fd780e42bc69242fdcadc6bd59b74c32f16cf54e153b9c3c2aa065d20b1231c19c7ebfe8f8d5f52a1048b8e0f1b7782a WHIRLPOOL 31eb9281d9e0b0e0c07807b14d7b1e52b1a08adc612da9c9c272a5eacb6b095d74b80400eb99818d37371963775942b9d85f38c18446d75de996595528fdf84d DIST rails-4.1.14.2.tgz 3729630 SHA256 f37eee03321f41edce885c5753e2baf6803761d8ba56cde2df59d7f31ab66ac9 SHA512 526c47cd8710f5fbb752abf01ee80e01cef5f16a0dc7092a104ad8f165bb91e7fe656ca186aa027c622cec9d579a412f3d21e229167acbd8c761a18a77ed3e61 WHIRLPOOL c834ce049f299451c7eefe161ea5751f17b5605fe5a36cb9dff0b43c1fd23114b426c667a1e479ecc7f13cb413b6ccbab48890c0ac8c1336bcbbe4f2c9da04ad +DIST rails-4.1.15.tgz 3729946 SHA256 df54609b05298f5c0c9eb4e00bb82c61133d955021fe58ffab2efacd76ac6ce5 SHA512 0a8c944fece6c060718f0c7769ae80baa161357ac8b49e69a11e9bbf43476c633cd3ed51b13e3c0f364e47b3167879de5f57146e76f01a59e026b97166aeba2c WHIRLPOOL 75fbd9a1e7b988c47c7a26bffb5e58cd2c33af9a5e83b03ecee09b35c7497d82aa580fd20dbdf34237b9d9594ed772a346e32d6430becc1fdf854581c8ebef8e DIST rails-4.2.5.1.tgz 4175926 SHA256 713da4f88244101457b4de5d08007f4b373cb43c3982d72de70bb5c5145afb46 SHA512 3c74d825f35a71dd80a0e1d3959cc6d9e52da0f2eb43bfb869da22a8117ba4f66df1de183851b7cd9e3c2cc8a0b5a8ae4e6902d3b43afd52ccdd20470b49801d WHIRLPOOL dfb4f925468cfbadd73fd54eb146e377df8e4d67aa094076dd928c616d6cfddb9084cee2adb220490df0c34627a99b150118bc7827b2ca5f6d0751611993b53f DIST rails-4.2.5.2.tgz 4174380 SHA256 c5dfe36d5ac69f2a852665c2025d289a4d57dc204209b4b3013dcbd0d33f544f SHA512 f2dc1b86c296c9b3862d050a6471f4c529bb246cee6a18106e3e48f588d6a5d665529c95ab94c7d8a9197bf247869805ef908d1255e67641e2cc906e15dcd2e3 WHIRLPOOL 4d933582683d2838fee5d042c1e783afb790a0197b3470969ead3eb79f263cc4862b51bfb30e6a14552473813a8dca237c7241c78f4cc8279c267ba692cbf5d6 +DIST rails-4.2.6.tgz 4179056 SHA256 68bf40c27e0ee75b26c7b48fbe357f024b8d6d322a4ecf5c3427b4d6ef959fef SHA512 040599aa1c6a09ca569f377b1f49a4404d9516599d16d6909f93ffd2e387dfb20835a2842980cc5c119aaef411985e47f55ec8907041ff633b8f98ea101a42d0 WHIRLPOOL 1aef2ff5790fa94f1003fa6acdcad26b7bcb6a6a02f075e41a6ba5a5b77790420afa57ea64d3192e92de595161ba3741e7e7f8be7dbac6871ba5137a53f81efe diff --git a/dev-ruby/actionpack/actionpack-4.1.15.ebuild b/dev-ruby/actionpack/actionpack-4.1.15.ebuild new file mode 100644 index 000000000000..329db66eb06e --- /dev/null +++ b/dev-ruby/actionpack/actionpack-4.1.15.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Eases web-request routing, handling, and response" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV} + ~dev-ruby/actionview-${PV} + >=dev-ruby/rack-1.5.2:1.5 + >=dev-ruby/rack-test-0.6.2:0.6" + +ruby_add_bdepend " + test? ( + dev-ruby/mocha:0.14 + dev-ruby/bundler + ~dev-ruby/activemodel-${PV} + >=dev-ruby/rack-cache-1.2:1.2 + )" + +all_ruby_prepare() { + # Remove items from the common Gemfile that we don't need for this + # test run. This also requires handling some gemspecs. + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ + -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die + rm ../Gemfile.lock || die + + # Skip a failing test related to security updates in 4.2.5.1. Let's + # assume that this is not a bug but a test lagging a security + # measure. + sed -i -e '/test_dynamic_render/,/^ end/ s:^:#:' \ + test/controller/render_test.rb || die +} diff --git a/dev-ruby/actionpack/actionpack-4.2.6.ebuild b/dev-ruby/actionpack/actionpack-4.2.6.ebuild new file mode 100644 index 000000000000..ba3bfe952fc8 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-4.2.6.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Eases web-request routing, handling, and response" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV} + ~dev-ruby/actionview-${PV} + >=dev-ruby/rack-1.6.0:1.6 + >=dev-ruby/rack-test-0.6.2:0.6 + >=dev-ruby/rails-html-sanitizer-1.0.2:1 + >=dev-ruby/rails-dom-testing-1.0.5:1 +" + +ruby_add_bdepend " + test? ( + dev-ruby/mocha:0.14 + dev-ruby/bundler + ~dev-ruby/activemodel-${PV} + >=dev-ruby/rack-cache-1.2:1.2 + )" + +all_ruby_prepare() { + # Remove items from the common Gemfile that we don't need for this + # test run. This also requires handling some gemspecs. + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ + -e '/:job/,/end/ s:^:#:' \ + -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die + rm ../Gemfile.lock || die + + # Skip a failing test related to security updates in 4.2.5.1. Let's + # assume that this is not a bug but a test lagging a security + # measure. + sed -i -e '/test_dynamic_render_with_file/,/^ end/ s:^:#:' \ + test/controller/render_test.rb || die +} diff --git a/dev-ruby/actionview/Manifest b/dev-ruby/actionview/Manifest index e9a65d254747..ad6f3d4b26da 100644 --- a/dev-ruby/actionview/Manifest +++ b/dev-ruby/actionview/Manifest @@ -1,4 +1,6 @@ DIST rails-4.1.14.1.tgz 3728574 SHA256 1b094a1d1f242c19d2fad0b4f0708d117fce281162d7550535a79c2919246179 SHA512 1ffb3d7f1f5b6db34bbae2015c220945fd780e42bc69242fdcadc6bd59b74c32f16cf54e153b9c3c2aa065d20b1231c19c7ebfe8f8d5f52a1048b8e0f1b7782a WHIRLPOOL 31eb9281d9e0b0e0c07807b14d7b1e52b1a08adc612da9c9c272a5eacb6b095d74b80400eb99818d37371963775942b9d85f38c18446d75de996595528fdf84d DIST rails-4.1.14.2.tgz 3729630 SHA256 f37eee03321f41edce885c5753e2baf6803761d8ba56cde2df59d7f31ab66ac9 SHA512 526c47cd8710f5fbb752abf01ee80e01cef5f16a0dc7092a104ad8f165bb91e7fe656ca186aa027c622cec9d579a412f3d21e229167acbd8c761a18a77ed3e61 WHIRLPOOL c834ce049f299451c7eefe161ea5751f17b5605fe5a36cb9dff0b43c1fd23114b426c667a1e479ecc7f13cb413b6ccbab48890c0ac8c1336bcbbe4f2c9da04ad +DIST rails-4.1.15.tgz 3729946 SHA256 df54609b05298f5c0c9eb4e00bb82c61133d955021fe58ffab2efacd76ac6ce5 SHA512 0a8c944fece6c060718f0c7769ae80baa161357ac8b49e69a11e9bbf43476c633cd3ed51b13e3c0f364e47b3167879de5f57146e76f01a59e026b97166aeba2c WHIRLPOOL 75fbd9a1e7b988c47c7a26bffb5e58cd2c33af9a5e83b03ecee09b35c7497d82aa580fd20dbdf34237b9d9594ed772a346e32d6430becc1fdf854581c8ebef8e DIST rails-4.2.5.1.tgz 4175926 SHA256 713da4f88244101457b4de5d08007f4b373cb43c3982d72de70bb5c5145afb46 SHA512 3c74d825f35a71dd80a0e1d3959cc6d9e52da0f2eb43bfb869da22a8117ba4f66df1de183851b7cd9e3c2cc8a0b5a8ae4e6902d3b43afd52ccdd20470b49801d WHIRLPOOL dfb4f925468cfbadd73fd54eb146e377df8e4d67aa094076dd928c616d6cfddb9084cee2adb220490df0c34627a99b150118bc7827b2ca5f6d0751611993b53f DIST rails-4.2.5.2.tgz 4174380 SHA256 c5dfe36d5ac69f2a852665c2025d289a4d57dc204209b4b3013dcbd0d33f544f SHA512 f2dc1b86c296c9b3862d050a6471f4c529bb246cee6a18106e3e48f588d6a5d665529c95ab94c7d8a9197bf247869805ef908d1255e67641e2cc906e15dcd2e3 WHIRLPOOL 4d933582683d2838fee5d042c1e783afb790a0197b3470969ead3eb79f263cc4862b51bfb30e6a14552473813a8dca237c7241c78f4cc8279c267ba692cbf5d6 +DIST rails-4.2.6.tgz 4179056 SHA256 68bf40c27e0ee75b26c7b48fbe357f024b8d6d322a4ecf5c3427b4d6ef959fef SHA512 040599aa1c6a09ca569f377b1f49a4404d9516599d16d6909f93ffd2e387dfb20835a2842980cc5c119aaef411985e47f55ec8907041ff633b8f98ea101a42d0 WHIRLPOOL 1aef2ff5790fa94f1003fa6acdcad26b7bcb6a6a02f075e41a6ba5a5b77790420afa57ea64d3192e92de595161ba3741e7e7f8be7dbac6871ba5137a53f81efe diff --git a/dev-ruby/actionview/actionview-4.1.15.ebuild b/dev-ruby/actionview/actionview-4.1.15.ebuild new file mode 100644 index 000000000000..8f9d8cd8f222 --- /dev/null +++ b/dev-ruby/actionview/actionview-4.1.15.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Simple, battle-tested conventions and helpers for building web pages" +HOMEPAGE="https://github.com/rails/rails/" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV} + >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:* + >=dev-ruby/erubis-2.7.0 +" + +ruby_add_bdepend " + test? ( + dev-ruby/mocha:0.14 + ~dev-ruby/actionpack-${PV} + ~dev-ruby/activemodel-${PV} + )" + +all_ruby_prepare() { + # Remove items from the common Gemfile that we don't need for this + # test run. This also requires handling some gemspecs. + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ + -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die + rm ../Gemfile.lock || die +} diff --git a/dev-ruby/actionview/actionview-4.2.6.ebuild b/dev-ruby/actionview/actionview-4.2.6.ebuild new file mode 100644 index 000000000000..65eaceb6cbf6 --- /dev/null +++ b/dev-ruby/actionview/actionview-4.2.6.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Simple, battle-tested conventions and helpers for building web pages" +HOMEPAGE="https://github.com/rails/rails/" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV} + >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:* + >=dev-ruby/erubis-2.7.0 + >=dev-ruby/rails-html-sanitizer-1.0.2:1 + >=dev-ruby/rails-dom-testing-1.0.5:1 +" + +ruby_add_bdepend " + test? ( + dev-ruby/mocha:0.14 + ~dev-ruby/actionpack-${PV} + ~dev-ruby/activemodel-${PV} + )" + +all_ruby_prepare() { + # Remove items from the common Gemfile that we don't need for this + # test run. This also requires handling some gemspecs. + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|rack-cache\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ + -e '/:job/,/end/ s:^:#:' \ + -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die + rm ../Gemfile.lock || die +} diff --git a/dev-ruby/activejob/Manifest b/dev-ruby/activejob/Manifest index fca0421f8be1..c227ce74d306 100644 --- a/dev-ruby/activejob/Manifest +++ b/dev-ruby/activejob/Manifest @@ -1,2 +1,3 @@ DIST rails-4.2.5.1.tgz 4175926 SHA256 713da4f88244101457b4de5d08007f4b373cb43c3982d72de70bb5c5145afb46 SHA512 3c74d825f35a71dd80a0e1d3959cc6d9e52da0f2eb43bfb869da22a8117ba4f66df1de183851b7cd9e3c2cc8a0b5a8ae4e6902d3b43afd52ccdd20470b49801d WHIRLPOOL dfb4f925468cfbadd73fd54eb146e377df8e4d67aa094076dd928c616d6cfddb9084cee2adb220490df0c34627a99b150118bc7827b2ca5f6d0751611993b53f DIST rails-4.2.5.2.tgz 4174380 SHA256 c5dfe36d5ac69f2a852665c2025d289a4d57dc204209b4b3013dcbd0d33f544f SHA512 f2dc1b86c296c9b3862d050a6471f4c529bb246cee6a18106e3e48f588d6a5d665529c95ab94c7d8a9197bf247869805ef908d1255e67641e2cc906e15dcd2e3 WHIRLPOOL 4d933582683d2838fee5d042c1e783afb790a0197b3470969ead3eb79f263cc4862b51bfb30e6a14552473813a8dca237c7241c78f4cc8279c267ba692cbf5d6 +DIST rails-4.2.6.tgz 4179056 SHA256 68bf40c27e0ee75b26c7b48fbe357f024b8d6d322a4ecf5c3427b4d6ef959fef SHA512 040599aa1c6a09ca569f377b1f49a4404d9516599d16d6909f93ffd2e387dfb20835a2842980cc5c119aaef411985e47f55ec8907041ff633b8f98ea101a42d0 WHIRLPOOL 1aef2ff5790fa94f1003fa6acdcad26b7bcb6a6a02f075e41a6ba5a5b77790420afa57ea64d3192e92de595161ba3741e7e7f8be7dbac6871ba5137a53f81efe diff --git a/dev-ruby/activejob/activejob-4.2.6.ebuild b/dev-ruby/activejob/activejob-4.2.6.ebuild new file mode 100644 index 000000000000..c42f4f3a2a78 --- /dev/null +++ b/dev-ruby/activejob/activejob-4.2.6.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Job framework with pluggable queues" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV} + >=dev-ruby/globalid-0.3.0 +" + +ruby_add_bdepend " + test? ( + >=dev-ruby/mocha-0.14.0:0.14 + )" + +all_ruby_prepare() { + # Set test environment to our hand. + sed -i -e '/load_paths/d' test/helper.rb || die "Unable to remove load paths" + + # Remove all currently unpackaged queues. + sed -i -e 's/delayed_job qu que queue_classic resque sidekiq sneakers sucker_punch backburner//' Rakefile || die +} diff --git a/dev-ruby/activemodel/Manifest b/dev-ruby/activemodel/Manifest index 2fa48c40b039..0125a7b14342 100644 --- a/dev-ruby/activemodel/Manifest +++ b/dev-ruby/activemodel/Manifest @@ -3,5 +3,7 @@ DIST rails-3.2.22.2.tgz 3571822 SHA256 6aaef5723f3a409d057ace5500f1743168bde8f45 DIST rails-4.0.13.tgz 3761572 SHA256 a693a8c5f767d153e765634cecb6356855ca51b6554b3af1a38888023a204a51 SHA512 3f2cca90187f800d1ec57fc6cbc58c1f3213113a94d1dee7d9cfd3dc0264b7f3a9c6cfc6dd95ef2fb3aa7d8ca5d6da50cedecc288ff8ff7e5305dc0309b4365d WHIRLPOOL a5b3f7f828a88d04b5687b3217b40903192ccea5eca36ca58cbb2baeec7471241fe5529f13688bd1f6396a384cf282c94bfaf54ee1cfafdf5ef400707dee7d01 DIST rails-4.1.14.1.tgz 3728574 SHA256 1b094a1d1f242c19d2fad0b4f0708d117fce281162d7550535a79c2919246179 SHA512 1ffb3d7f1f5b6db34bbae2015c220945fd780e42bc69242fdcadc6bd59b74c32f16cf54e153b9c3c2aa065d20b1231c19c7ebfe8f8d5f52a1048b8e0f1b7782a WHIRLPOOL 31eb9281d9e0b0e0c07807b14d7b1e52b1a08adc612da9c9c272a5eacb6b095d74b80400eb99818d37371963775942b9d85f38c18446d75de996595528fdf84d DIST rails-4.1.14.2.tgz 3729630 SHA256 f37eee03321f41edce885c5753e2baf6803761d8ba56cde2df59d7f31ab66ac9 SHA512 526c47cd8710f5fbb752abf01ee80e01cef5f16a0dc7092a104ad8f165bb91e7fe656ca186aa027c622cec9d579a412f3d21e229167acbd8c761a18a77ed3e61 WHIRLPOOL c834ce049f299451c7eefe161ea5751f17b5605fe5a36cb9dff0b43c1fd23114b426c667a1e479ecc7f13cb413b6ccbab48890c0ac8c1336bcbbe4f2c9da04ad +DIST rails-4.1.15.tgz 3729946 SHA256 df54609b05298f5c0c9eb4e00bb82c61133d955021fe58ffab2efacd76ac6ce5 SHA512 0a8c944fece6c060718f0c7769ae80baa161357ac8b49e69a11e9bbf43476c633cd3ed51b13e3c0f364e47b3167879de5f57146e76f01a59e026b97166aeba2c WHIRLPOOL 75fbd9a1e7b988c47c7a26bffb5e58cd2c33af9a5e83b03ecee09b35c7497d82aa580fd20dbdf34237b9d9594ed772a346e32d6430becc1fdf854581c8ebef8e DIST rails-4.2.5.1.tgz 4175926 SHA256 713da4f88244101457b4de5d08007f4b373cb43c3982d72de70bb5c5145afb46 SHA512 3c74d825f35a71dd80a0e1d3959cc6d9e52da0f2eb43bfb869da22a8117ba4f66df1de183851b7cd9e3c2cc8a0b5a8ae4e6902d3b43afd52ccdd20470b49801d WHIRLPOOL dfb4f925468cfbadd73fd54eb146e377df8e4d67aa094076dd928c616d6cfddb9084cee2adb220490df0c34627a99b150118bc7827b2ca5f6d0751611993b53f DIST rails-4.2.5.2.tgz 4174380 SHA256 c5dfe36d5ac69f2a852665c2025d289a4d57dc204209b4b3013dcbd0d33f544f SHA512 f2dc1b86c296c9b3862d050a6471f4c529bb246cee6a18106e3e48f588d6a5d665529c95ab94c7d8a9197bf247869805ef908d1255e67641e2cc906e15dcd2e3 WHIRLPOOL 4d933582683d2838fee5d042c1e783afb790a0197b3470969ead3eb79f263cc4862b51bfb30e6a14552473813a8dca237c7241c78f4cc8279c267ba692cbf5d6 +DIST rails-4.2.6.tgz 4179056 SHA256 68bf40c27e0ee75b26c7b48fbe357f024b8d6d322a4ecf5c3427b4d6ef959fef SHA512 040599aa1c6a09ca569f377b1f49a4404d9516599d16d6909f93ffd2e387dfb20835a2842980cc5c119aaef411985e47f55ec8907041ff633b8f98ea101a42d0 WHIRLPOOL 1aef2ff5790fa94f1003fa6acdcad26b7bcb6a6a02f075e41a6ba5a5b77790420afa57ea64d3192e92de595161ba3741e7e7f8be7dbac6871ba5137a53f81efe diff --git a/dev-ruby/activemodel/activemodel-4.1.15.ebuild b/dev-ruby/activemodel/activemodel-4.1.15.ebuild new file mode 100644 index 000000000000..2249a064fc59 --- /dev/null +++ b/dev-ruby/activemodel/activemodel-4.1.15.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Toolkit for building modeling frameworks like Active Record and Active Resource" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV} + >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:* +" + +ruby_add_bdepend " + test? ( + >=dev-ruby/railties-4.0.0 + dev-ruby/test-unit:2 + >=dev-ruby/mocha-0.14.0:0.14 + >=dev-ruby/bcrypt-ruby-3.1.7 + )" + +all_ruby_prepare() { + # Remove items from the common Gemfile that we don't need for this + # test run. This also requires handling some gemspecs. + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|uglifier\|minitest\|sprockets\|stackprof\)/ s:^:#:" \ + -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die + rm ../Gemfile.lock || die +} diff --git a/dev-ruby/activemodel/activemodel-4.2.6.ebuild b/dev-ruby/activemodel/activemodel-4.2.6.ebuild new file mode 100644 index 000000000000..f5059c377dfd --- /dev/null +++ b/dev-ruby/activemodel/activemodel-4.2.6.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Toolkit for building modeling frameworks like Active Record and Active Resource" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV}:* + >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:* +" + +ruby_add_bdepend " + test? ( + >=dev-ruby/railties-4.2.0 + dev-ruby/test-unit:2 + >=dev-ruby/mocha-0.14.0:0.14 + >=dev-ruby/bcrypt-ruby-3.1.7 + )" + +all_ruby_prepare() { + # Set test environment to our hand. + sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove load paths" +} diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest index 2fa48c40b039..0125a7b14342 100644 --- a/dev-ruby/activerecord/Manifest +++ b/dev-ruby/activerecord/Manifest @@ -3,5 +3,7 @@ DIST rails-3.2.22.2.tgz 3571822 SHA256 6aaef5723f3a409d057ace5500f1743168bde8f45 DIST rails-4.0.13.tgz 3761572 SHA256 a693a8c5f767d153e765634cecb6356855ca51b6554b3af1a38888023a204a51 SHA512 3f2cca90187f800d1ec57fc6cbc58c1f3213113a94d1dee7d9cfd3dc0264b7f3a9c6cfc6dd95ef2fb3aa7d8ca5d6da50cedecc288ff8ff7e5305dc0309b4365d WHIRLPOOL a5b3f7f828a88d04b5687b3217b40903192ccea5eca36ca58cbb2baeec7471241fe5529f13688bd1f6396a384cf282c94bfaf54ee1cfafdf5ef400707dee7d01 DIST rails-4.1.14.1.tgz 3728574 SHA256 1b094a1d1f242c19d2fad0b4f0708d117fce281162d7550535a79c2919246179 SHA512 1ffb3d7f1f5b6db34bbae2015c220945fd780e42bc69242fdcadc6bd59b74c32f16cf54e153b9c3c2aa065d20b1231c19c7ebfe8f8d5f52a1048b8e0f1b7782a WHIRLPOOL 31eb9281d9e0b0e0c07807b14d7b1e52b1a08adc612da9c9c272a5eacb6b095d74b80400eb99818d37371963775942b9d85f38c18446d75de996595528fdf84d DIST rails-4.1.14.2.tgz 3729630 SHA256 f37eee03321f41edce885c5753e2baf6803761d8ba56cde2df59d7f31ab66ac9 SHA512 526c47cd8710f5fbb752abf01ee80e01cef5f16a0dc7092a104ad8f165bb91e7fe656ca186aa027c622cec9d579a412f3d21e229167acbd8c761a18a77ed3e61 WHIRLPOOL c834ce049f299451c7eefe161ea5751f17b5605fe5a36cb9dff0b43c1fd23114b426c667a1e479ecc7f13cb413b6ccbab48890c0ac8c1336bcbbe4f2c9da04ad +DIST rails-4.1.15.tgz 3729946 SHA256 df54609b05298f5c0c9eb4e00bb82c61133d955021fe58ffab2efacd76ac6ce5 SHA512 0a8c944fece6c060718f0c7769ae80baa161357ac8b49e69a11e9bbf43476c633cd3ed51b13e3c0f364e47b3167879de5f57146e76f01a59e026b97166aeba2c WHIRLPOOL 75fbd9a1e7b988c47c7a26bffb5e58cd2c33af9a5e83b03ecee09b35c7497d82aa580fd20dbdf34237b9d9594ed772a346e32d6430becc1fdf854581c8ebef8e DIST rails-4.2.5.1.tgz 4175926 SHA256 713da4f88244101457b4de5d08007f4b373cb43c3982d72de70bb5c5145afb46 SHA512 3c74d825f35a71dd80a0e1d3959cc6d9e52da0f2eb43bfb869da22a8117ba4f66df1de183851b7cd9e3c2cc8a0b5a8ae4e6902d3b43afd52ccdd20470b49801d WHIRLPOOL dfb4f925468cfbadd73fd54eb146e377df8e4d67aa094076dd928c616d6cfddb9084cee2adb220490df0c34627a99b150118bc7827b2ca5f6d0751611993b53f DIST rails-4.2.5.2.tgz 4174380 SHA256 c5dfe36d5ac69f2a852665c2025d289a4d57dc204209b4b3013dcbd0d33f544f SHA512 f2dc1b86c296c9b3862d050a6471f4c529bb246cee6a18106e3e48f588d6a5d665529c95ab94c7d8a9197bf247869805ef908d1255e67641e2cc906e15dcd2e3 WHIRLPOOL 4d933582683d2838fee5d042c1e783afb790a0197b3470969ead3eb79f263cc4862b51bfb30e6a14552473813a8dca237c7241c78f4cc8279c267ba692cbf5d6 +DIST rails-4.2.6.tgz 4179056 SHA256 68bf40c27e0ee75b26c7b48fbe357f024b8d6d322a4ecf5c3427b4d6ef959fef SHA512 040599aa1c6a09ca569f377b1f49a4404d9516599d16d6909f93ffd2e387dfb20835a2842980cc5c119aaef411985e47f55ec8907041ff633b8f98ea101a42d0 WHIRLPOOL 1aef2ff5790fa94f1003fa6acdcad26b7bcb6a6a02f075e41a6ba5a5b77790420afa57ea64d3192e92de595161ba3741e7e7f8be7dbac6871ba5137a53f81efe diff --git a/dev-ruby/activerecord/activerecord-4.1.15.ebuild b/dev-ruby/activerecord/activerecord-4.1.15.ebuild new file mode 100644 index 000000000000..294eb29c8d02 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-4.1.15.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21" + +# this is not null so that the dependencies will actually be filled +RUBY_FAKEGEM_TASK_TEST="test" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" +HOMEPAGE="http://rubyforge.org/projects/activerecord/" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="mysql postgres sqlite" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend "~dev-ruby/activesupport-${PV} + ~dev-ruby/activemodel-${PV} + >=dev-ruby/arel-5.0.0:5.0 + sqlite? ( >=dev-ruby/sqlite3-1.3.6 ) + mysql? ( >=dev-ruby/mysql2-0.3.13:0.3 ) + postgres? ( >=dev-ruby/pg-0.11.0 )" + +ruby_add_bdepend " + test? ( + dev-ruby/bundler + ~dev-ruby/actionpack-${PV} + >=dev-ruby/sqlite3-1.3.5 + dev-ruby/mocha:0.13 + 3.4/>= 3.4/' ../railties/railties.gemspec || die + sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die + + sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die + + # Add back json in the Gemfile because we dropped some dependencies + # earlier that implicitly required it. + sed -i -e '$agem "json"' ../Gemfile || die + + # Avoid test depending on mysql adapter which we don't support for + # this Rails version to simplify our dependencies. + rm test/cases/connection_specification/resolver_test.rb || die + + # Avoid single test using mysql dependencies. + rm test/cases/invalid_connection_test.rb || die +} + +each_ruby_test() { + if use sqlite; then + ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" + fi +} diff --git a/dev-ruby/activerecord/activerecord-4.2.6.ebuild b/dev-ruby/activerecord/activerecord-4.2.6.ebuild new file mode 100644 index 000000000000..de9e737bdc2f --- /dev/null +++ b/dev-ruby/activerecord/activerecord-4.2.6.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +# this is not null so that the dependencies will actually be filled +RUBY_FAKEGEM_TASK_TEST="test" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" +HOMEPAGE="https://github.com/rails/rails/" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="mysql postgres sqlite" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend "~dev-ruby/activesupport-${PV} + ~dev-ruby/activemodel-${PV} + >=dev-ruby/arel-6.0:6.0 + sqlite? ( >=dev-ruby/sqlite3-1.3.6 ) + mysql? ( || ( dev-ruby/mysql2:0.4 >=dev-ruby/mysql2-0.3.13:0.3 ) ) + postgres? ( >=dev-ruby/pg-0.15.0 )" + +ruby_add_bdepend " + test? ( + dev-ruby/bundler + ~dev-ruby/actionpack-${PV} + ~dev-ruby/actionmailer-${PV} + >=dev-ruby/sqlite3-1.3.5 + dev-ruby/mocha:0.13 + 3.4/>= 3.4/' ../railties/railties.gemspec || die + sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die + + sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die + + # Add back json in the Gemfile because we dropped some dependencies + # earlier that implicitly required it. + sed -i -e '$agem "json"' ../Gemfile || die + + # Avoid test depending on mysql adapter which we don't support for + # this Rails version to simplify our dependencies. + rm test/cases/connection_specification/resolver_test.rb || die + + # Avoid single test using mysql dependencies. + rm test/cases/invalid_connection_test.rb || die +} + +each_ruby_test() { + if use sqlite; then + ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" + fi +} diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest index 2fa48c40b039..0125a7b14342 100644 --- a/dev-ruby/activesupport/Manifest +++ b/dev-ruby/activesupport/Manifest @@ -3,5 +3,7 @@ DIST rails-3.2.22.2.tgz 3571822 SHA256 6aaef5723f3a409d057ace5500f1743168bde8f45 DIST rails-4.0.13.tgz 3761572 SHA256 a693a8c5f767d153e765634cecb6356855ca51b6554b3af1a38888023a204a51 SHA512 3f2cca90187f800d1ec57fc6cbc58c1f3213113a94d1dee7d9cfd3dc0264b7f3a9c6cfc6dd95ef2fb3aa7d8ca5d6da50cedecc288ff8ff7e5305dc0309b4365d WHIRLPOOL a5b3f7f828a88d04b5687b3217b40903192ccea5eca36ca58cbb2baeec7471241fe5529f13688bd1f6396a384cf282c94bfaf54ee1cfafdf5ef400707dee7d01 DIST rails-4.1.14.1.tgz 3728574 SHA256 1b094a1d1f242c19d2fad0b4f0708d117fce281162d7550535a79c2919246179 SHA512 1ffb3d7f1f5b6db34bbae2015c220945fd780e42bc69242fdcadc6bd59b74c32f16cf54e153b9c3c2aa065d20b1231c19c7ebfe8f8d5f52a1048b8e0f1b7782a WHIRLPOOL 31eb9281d9e0b0e0c07807b14d7b1e52b1a08adc612da9c9c272a5eacb6b095d74b80400eb99818d37371963775942b9d85f38c18446d75de996595528fdf84d DIST rails-4.1.14.2.tgz 3729630 SHA256 f37eee03321f41edce885c5753e2baf6803761d8ba56cde2df59d7f31ab66ac9 SHA512 526c47cd8710f5fbb752abf01ee80e01cef5f16a0dc7092a104ad8f165bb91e7fe656ca186aa027c622cec9d579a412f3d21e229167acbd8c761a18a77ed3e61 WHIRLPOOL c834ce049f299451c7eefe161ea5751f17b5605fe5a36cb9dff0b43c1fd23114b426c667a1e479ecc7f13cb413b6ccbab48890c0ac8c1336bcbbe4f2c9da04ad +DIST rails-4.1.15.tgz 3729946 SHA256 df54609b05298f5c0c9eb4e00bb82c61133d955021fe58ffab2efacd76ac6ce5 SHA512 0a8c944fece6c060718f0c7769ae80baa161357ac8b49e69a11e9bbf43476c633cd3ed51b13e3c0f364e47b3167879de5f57146e76f01a59e026b97166aeba2c WHIRLPOOL 75fbd9a1e7b988c47c7a26bffb5e58cd2c33af9a5e83b03ecee09b35c7497d82aa580fd20dbdf34237b9d9594ed772a346e32d6430becc1fdf854581c8ebef8e DIST rails-4.2.5.1.tgz 4175926 SHA256 713da4f88244101457b4de5d08007f4b373cb43c3982d72de70bb5c5145afb46 SHA512 3c74d825f35a71dd80a0e1d3959cc6d9e52da0f2eb43bfb869da22a8117ba4f66df1de183851b7cd9e3c2cc8a0b5a8ae4e6902d3b43afd52ccdd20470b49801d WHIRLPOOL dfb4f925468cfbadd73fd54eb146e377df8e4d67aa094076dd928c616d6cfddb9084cee2adb220490df0c34627a99b150118bc7827b2ca5f6d0751611993b53f DIST rails-4.2.5.2.tgz 4174380 SHA256 c5dfe36d5ac69f2a852665c2025d289a4d57dc204209b4b3013dcbd0d33f544f SHA512 f2dc1b86c296c9b3862d050a6471f4c529bb246cee6a18106e3e48f588d6a5d665529c95ab94c7d8a9197bf247869805ef908d1255e67641e2cc906e15dcd2e3 WHIRLPOOL 4d933582683d2838fee5d042c1e783afb790a0197b3470969ead3eb79f263cc4862b51bfb30e6a14552473813a8dca237c7241c78f4cc8279c267ba692cbf5d6 +DIST rails-4.2.6.tgz 4179056 SHA256 68bf40c27e0ee75b26c7b48fbe357f024b8d6d322a4ecf5c3427b4d6ef959fef SHA512 040599aa1c6a09ca569f377b1f49a4404d9516599d16d6909f93ffd2e387dfb20835a2842980cc5c119aaef411985e47f55ec8907041ff633b8f98ea101a42d0 WHIRLPOOL 1aef2ff5790fa94f1003fa6acdcad26b7bcb6a6a02f075e41a6ba5a5b77790420afa57ea64d3192e92de595161ba3741e7e7f8be7dbac6871ba5137a53f81efe diff --git a/dev-ruby/activesupport/activesupport-4.1.15.ebuild b/dev-ruby/activesupport/activesupport-4.1.15.ebuild new file mode 100644 index 000000000000..b628f0e8e5f1 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-4.1.15.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem versionator + +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + >=dev-ruby/i18n-0.6.9:0.6 + >=dev-ruby/json-1.7.7:0 + >=dev-ruby/tzinfo-1.1:1 + >=dev-ruby/minitest-5.1:5 + >=dev-ruby/thread_safe-0.1:0" + +# memcache-client, nokogiri, and builder are not strictly +# needed, but there are tests using this code. +ruby_add_bdepend "test? ( + >=dev-ruby/dalli-2.2.1 + >=dev-ruby/nokogiri-1.4.5 + >=dev-ruby/builder-3.1.0 + >=dev-ruby/libxml-2.0.0 + )" + +all_ruby_prepare() { + # Set the secure permissions that tests expect. + chmod 0755 "${HOME}" || die "Failed to fix permissions on home" + + # Set test environment to our hand. +# rm "${S}/../Gemfile" || die "Unable to remove Gemfile" + sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" + + # Avoid test that seems to be broken by lack of DST. + sed -i -e '369 s:^:#:' test/core_ext/string_ext_test.rb || die + + # Avoid test that fails with Minitest 5.4 since that already defines + # a string E in its TestCase. + rm test/core_ext/marshal_test.rb || die + sed -i -e '/test_const_missing_in_anonymous_modules/askip "gentoo minitest"' test/dependencies_test.rb || die +} diff --git a/dev-ruby/activesupport/activesupport-4.2.6.ebuild b/dev-ruby/activesupport/activesupport-4.2.6.ebuild new file mode 100644 index 000000000000..5615eadbba5c --- /dev/null +++ b/dev-ruby/activesupport/activesupport-4.2.6.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem versionator + +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +ruby_add_rdepend " + >=dev-ruby/i18n-0.7:0.7 + >=dev-ruby/json-1.7.7:0 + >=dev-ruby/tzinfo-1.1:1 + >=dev-ruby/minitest-5.1:5 + >=dev-ruby/thread_safe-0.3.4:0" + +# memcache-client, nokogiri, and builder are not strictly +# needed, but there are tests using this code. +ruby_add_bdepend "test? ( + >=dev-ruby/dalli-2.2.1 + >=dev-ruby/nokogiri-1.4.5 + >=dev-ruby/builder-3.1.0 + >=dev-ruby/libxml-2.0.0 + )" + +all_ruby_prepare() { + # Set the secure permissions that tests expect. + chmod 0755 "${HOME}" || die "Failed to fix permissions on home" + + # Set test environment to our hand. +# rm "${S}/../Gemfile" || die "Unable to remove Gemfile" + sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" + + # Avoid test that seems to be broken by lack of DST. + sed -i -e '369 s:^:#:' test/core_ext/string_ext_test.rb || die + + # Avoid test that fails with Minitest 5.4 since that already defines + # a string E in its TestCase. + rm test/core_ext/marshal_test.rb || die + sed -i -e '/test_const_missing_in_anonymous_modules/askip "gentoo minitest"' test/dependencies_test.rb || die +} diff --git a/dev-ruby/acts_as_list/acts_as_list-0.7.2.ebuild b/dev-ruby/acts_as_list/acts_as_list-0.7.2.ebuild index e09ea3df9dab..2d5105c6cba7 100644 --- a/dev-ruby/acts_as_list/acts_as_list-0.7.2.ebuild +++ b/dev-ruby/acts_as_list/acts_as_list-0.7.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" diff --git a/dev-ruby/ae/ae-1.8.2.ebuild b/dev-ruby/ae/ae-1.8.2.ebuild index 9163c8d418fd..1f8ad7fc18a7 100644 --- a/dev-ruby/ae/ae-1.8.2.ebuild +++ b/dev-ruby/ae/ae-1.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_RECIPE_DOC="yard" diff --git a/dev-ruby/afm/afm-0.2.2.ebuild b/dev-ruby/afm/afm-0.2.2.ebuild index f96ff4c497c1..9386d3ee213b 100644 --- a/dev-ruby/afm/afm-0.2.2.ebuild +++ b/dev-ruby/afm/afm-0.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.rdoc" diff --git a/dev-ruby/allison/allison-2.0.3-r2.ebuild b/dev-ruby/allison/allison-2.0.3-r2.ebuild index d35c5e99bc0c..b6375da0b079 100644 --- a/dev-ruby/allison/allison-2.0.3-r2.ebuild +++ b/dev-ruby/allison/allison-2.0.3-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/allison/allison-2.0.3-r3.ebuild b/dev-ruby/allison/allison-2.0.3-r3.ebuild index 21e27b7c2737..760e7a77c0c0 100644 --- a/dev-ruby/allison/allison-2.0.3-r3.ebuild +++ b/dev-ruby/allison/allison-2.0.3-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/annoy/annoy-0.5.6-r1.ebuild b/dev-ruby/annoy/annoy-0.5.6-r1.ebuild index 9795e4c72a5b..5070349437a4 100644 --- a/dev-ruby/annoy/annoy-0.5.6-r1.ebuild +++ b/dev-ruby/annoy/annoy-0.5.6-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild index feef47af069c..226d53579da4 100644 --- a/dev-ruby/ansi/ansi-1.5.0.ebuild +++ b/dev-ruby/ansi/ansi-1.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_RECIPE_DOC="yard" diff --git a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild index 446bdc323d8d..66055ece18ed 100644 --- a/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild +++ b/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt" diff --git a/dev-ruby/async_sinatra/Manifest b/dev-ruby/async_sinatra/Manifest index 4cd8c9b13b09..fc236b05a20e 100644 --- a/dev-ruby/async_sinatra/Manifest +++ b/dev-ruby/async_sinatra/Manifest @@ -1,2 +1 @@ -DIST async_sinatra-1.2.0-git.tgz 8194 SHA256 b62f1f7944fe2816fe418c9acf64ca73c2708b6ebd3bfa6e06dc693703faaa0a SHA512 abddfd78e6e6d1dbee8e463a10f3e233045f3321a828267e666399853fc6e1ab7661b8338193f1437cd9ef891a15323667b8f1e3dc89f2acc6ccc34b2aa16a6e WHIRLPOOL 109ececfd95de28e27a5c8be0b010690d1054db993cb764a2d5ac43edae9a5ccd031b75638523f568496bcdf7b0c67d23cfa1e209820bad1831686a5391ebaec DIST async_sinatra-1.2.1-git.tgz 8314 SHA256 431d5b229d2e795707184caaf9e9bf0d4e1cb3402b9bfa9d7a6ee624f6ca8712 SHA512 f1c7dc5aeeae366836bc2db6ae1c34967fa4a8d89d2f0fdcbcfeb7737e7b39615990c67ba9d55428cc0873329b5b54e9a1df727b09c5d79b03210b4e209b56ba WHIRLPOOL d13fa0d3e19a3b4a22d8b8321248a635e8ca17ed78f1ec39f38bf2a3130e4d37fe2a929a28df9032ea5b9b8c8329b80fa43d1baf6284ff3a1285b08dc810e243 diff --git a/dev-ruby/async_sinatra/async_sinatra-1.2.0.ebuild b/dev-ruby/async_sinatra/async_sinatra-1.2.0.ebuild deleted file mode 100644 index 92e0522d5a4a..000000000000 --- a/dev-ruby/async_sinatra/async_sinatra-1.2.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" -RUBY_FAKEGEM_TASK_DOC="docs" - -inherit ruby-fakegem - -DESCRIPTION="Asynchronous response API for Sinatra and Thin" -HOMEPAGE="https://github.com/raggi/async_sinatra" -SRC_URI="https://github.com/raggi/async_sinatra/archive/v${PV}.tar.gz -> ${P}-git.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_bdepend "test? ( - >=dev-ruby/hoe-3.13 - >=dev-ruby/minitest-5.6:5 - >=dev-ruby/eventmachine-0.12.11 - dev-ruby/rack-test - )" -ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )" - -ruby_add_rdepend ">=dev-ruby/sinatra-1.3.2 - >=dev-ruby/rack-1.4.1:*" - -all_ruby_prepare() { - # Remove development dependencies that we don't have from the gemspec - sed -i -e '/\(hoe\|rdoc\)/d' async_sinatra.gemspec || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/ - doins -r examples || die "Failed to install examples" -} diff --git a/dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild b/dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild new file mode 100644 index 000000000000..2093761587b0 --- /dev/null +++ b/dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +inherit multilib ruby-fakegem eutils + +DESCRIPTION="A Ruby implementation of Markdown" +HOMEPAGE="http://www.deveiate.org/projects/BlueCloth" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="test" + +DEPEND+=" doc? ( dev-lang/perl )" + +ruby_add_bdepend " + dev-ruby/hoe + test? ( + dev-ruby/diff-lcs + dev-ruby/tidy-ext + )" + +all_ruby_prepare() { + # for Ruby 1.9.2 and 2.2.x compatibility + sed -i -e '1i $: << "."' \ + -e 's/Config/RbConfig/' Rakefile || die +} + +each_ruby_configure() { + ${RUBY} -Cext extconf.rb || die +} + +all_ruby_compile() { + pod2man --center --release --name bluecloth --utf8 bluecloth.1.pod bluecloth.1 || die + + all_fakegem_compile +} + +each_ruby_compile() { + emake -Cext + cp ext/bluecloth_ext$(get_modname) lib/ || die +} + +all_ruby_install() { + doman man/man1/bluecloth.1 + + all_fakegem_install +} diff --git a/dev-ruby/brass/brass-1.2.1.ebuild b/dev-ruby/brass/brass-1.2.1.ebuild index 42afc35041f6..dfdb3bae4f40 100644 --- a/dev-ruby/brass/brass-1.2.1.ebuild +++ b/dev-ruby/brass/brass-1.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_RECIPE_DOC="yard" diff --git a/dev-ruby/buftok/buftok-0.2.0-r1.ebuild b/dev-ruby/buftok/buftok-0.2.0-r1.ebuild index cf0249a77815..15ffa0423e33 100644 --- a/dev-ruby/buftok/buftok-0.2.0-r1.ebuild +++ b/dev-ruby/buftok/buftok-0.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/buftok/buftok-0.2.0.ebuild b/dev-ruby/buftok/buftok-0.2.0.ebuild deleted file mode 100644 index 73e5edd8dbec..000000000000 --- a/dev-ruby/buftok/buftok-0.2.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md" -RUBY_FAKEGEM_TASK_DOC="" - -inherit ruby-fakegem - -DESCRIPTION="Statefully split input data by a specifiable token" -HOMEPAGE="https://github.com/sferik/buftok" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - sed -i -e "/[Bb]undler/d" Rakefile || die -} diff --git a/dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild b/dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild index b2d83f8c6187..65e2ed5b1c01 100644 --- a/dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild +++ b/dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest index 7b0f28cc4975..613f863dbfa4 100644 --- a/dev-ruby/bunny/Manifest +++ b/dev-ruby/bunny/Manifest @@ -1,4 +1 @@ -DIST bunny-2.0.1.gem 183296 SHA256 ceff06015fa1ddc3aeea397f23242a9de13f3bc7f3481ace1a0b194d66a84236 SHA512 53ef3ec503f4ed5cbcec72343a492f102c358f7f2bd6f4833a3306384faf03195e59f9ca5ef9a7e0d7dc21ae1428c9b107bbbc5a4691853920d3410765e576be WHIRLPOOL 465ea17a2c1ed51127ed37f4ad8fc916d9227111debec127bfcd4e539a7c697c8f5395c3f26cc47c4665948f7e67027d1d0b20c1235b93482aa17302bcbf7771 -DIST bunny-2.2.1.gem 184320 SHA256 ff05d3a86257e0cc8c1480a7918da9d476bed90ece06fbfbb19319b9c224a81b SHA512 649aa1e1110a5feda751e471251b24ab3e43fabe9c95d9502bc18e5b0ff39543de329f7135fbc6adbe8dd4d12324dfe9a01a254fdf6e79e4daa12c782138fe03 WHIRLPOOL c0972565ee3e0213eb2b98d30af1f90a94bf3db19fa36b24da33388e4345a323ee536f7bbd2dd5b685abd14bcdec67ca278e63fbc20c5fc108e3b273b3bcd26e -DIST bunny-2.2.2.gem 184320 SHA256 36a2b307dcc7f271e9027cb8dde5827b7e02c6a8e4694c0e693b746e4d171a9b SHA512 f87994ab4e491c7e4527189a5a76ce2e4d0a6c7555f913ddefed77d95c62a080b7b629020c66afc0a6cb8ea1d7a310aba0e4dedfc6c3e5b97daf4d4c9378f517 WHIRLPOOL 42fa1e2ed8737dfcaf91a900d282a33adc151d5f996ca6bdc840b4919d1bba16c6c1e7f9240a6e1bef02a37e73d722e3e9ed5bafeb4045687b2ece33cb0054a6 DIST bunny-2.3.0.gem 184832 SHA256 798d16dcecb47bbfea5226aa4a433e8aa4a530f0d1249746e6cea2620ce6fb66 SHA512 b3b38f52a789629ae62ba4c224ba62c8cd2423339b711b359e414c6ed39abae37a6da6d3ee61ae4400b5eda32fa426f805c27179f21d27b4400f24ecf6644e7f WHIRLPOOL a2c6b7b81cace8fe5f23a0c69b14946a59dc4d2ab5b79e04bcd751359aa581b1efbb9547511dafde2d9533c4f906ded02e81ab00a44fc99aca6082a74f1291af diff --git a/dev-ruby/bunny/bunny-2.0.1.ebuild b/dev-ruby/bunny/bunny-2.0.1.ebuild deleted file mode 100644 index f53f3f7659ec..000000000000 --- a/dev-ruby/bunny/bunny-2.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" - -# Tests require a live AMQP server. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Another synchronous Ruby AMQP client" -HOMEPAGE="https://github.com/celldee/bunny" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/amq-protocol-1.9.2" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples || die -} diff --git a/dev-ruby/bunny/bunny-2.2.1.ebuild b/dev-ruby/bunny/bunny-2.2.1.ebuild deleted file mode 100644 index 5b9ff41b3192..000000000000 --- a/dev-ruby/bunny/bunny-2.2.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" - -# Tests require a live AMQP server. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Another synchronous Ruby AMQP client" -HOMEPAGE="https://github.com/celldee/bunny" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend "dev-ruby/amq-protocol:2" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples || die -} diff --git a/dev-ruby/bunny/bunny-2.2.2.ebuild b/dev-ruby/bunny/bunny-2.2.2.ebuild deleted file mode 100644 index 19d3a89aab5b..000000000000 --- a/dev-ruby/bunny/bunny-2.2.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" - -# Tests require a live AMQP server. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Another synchronous Ruby AMQP client" -HOMEPAGE="https://github.com/celldee/bunny" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/amq-protocol-2.0.1:2" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples || die -} diff --git a/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild b/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild index 64f7f1c64f8f..a518c9d00144 100644 --- a/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild +++ b/dev-ruby/calendar_date_select/calendar_date_select-2.1.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" # There are no unit tests, only integration tests against a full Rails # 3.2 application. Skipping those for now due to difficulty in getting diff --git a/dev-ruby/camping/camping-2.1.532.ebuild b/dev-ruby/camping/camping-2.1.532.ebuild index 4a177eef0ad1..300803377fc7 100644 --- a/dev-ruby/camping/camping-2.1.532.ebuild +++ b/dev-ruby/camping/camping-2.1.532.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild b/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild index 29c9757ce2ec..0a80074d303f 100644 --- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild +++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md" diff --git a/dev-ruby/chronic/chronic-0.10.2.ebuild b/dev-ruby/chronic/chronic-0.10.2.ebuild index 1d57d393ceee..aff36d93dd63 100644 --- a/dev-ruby/chronic/chronic-0.10.2.ebuild +++ b/dev-ruby/chronic/chronic-0.10.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md" diff --git a/dev-ruby/coderay/coderay-1.1.1.ebuild b/dev-ruby/coderay/coderay-1.1.1.ebuild index 31e76e91a8f6..6698ce71c77a 100644 --- a/dev-ruby/coderay/coderay-1.1.1.ebuild +++ b/dev-ruby/coderay/coderay-1.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" # The test target also contains test:exe but that requires # shoulda-context which we do not have packaged yet. @@ -26,10 +26,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -# Redcloth is optional but automagically tested, so we add this -# dependency to ensure that we get at least a version that works: bug -# 330621. -ruby_add_bdepend "test? ( >=dev-ruby/redcloth-4.2.2 )" +# Redcloth is an optional but automagically tested dependency. This +# requires redcloth-4.2.2. We don't depend on this version to make +# bootstrapping rspec with new versions easier, since redcloth depends +# on rake-compiler. all_ruby_prepare() { sed -i -e "/[Bb]undler/d" Rakefile || die diff --git a/dev-ruby/compass-core/compass-core-1.0.3-r1.ebuild b/dev-ruby/compass-core/compass-core-1.0.3-r1.ebuild index f4f09a276db3..d7cc00917920 100644 --- a/dev-ruby/compass-core/compass-core-1.0.3-r1.ebuild +++ b/dev-ruby/compass-core/compass-core-1.0.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" @@ -23,5 +23,5 @@ IUSE="" ruby_add_rdepend " >=dev-ruby/multi_json-1.0 - >=dev-ruby/sass-3.3.0 =dev-ruby/sass-3.3.0:* =dev-ruby/chunky_png-1.2 >=dev-ruby/compass-core-1.0.2:1.0 >=dev-ruby/compass-import-once-1.0.5:1.0 >=dev-ruby/rb-inotify-0.9 - >=dev-ruby/sass-3.3.13 =dev-ruby/sass-3.3.13:* =dev-ruby/bundler-1.3 =dev-ruby/bundler-1* + =dev-ruby/sprockets-rails-2*:* + asset-pipeline? ( + dev-ruby/jquery-rails:* + >=dev-ruby/sass-rails-4.0.3:4.0 + >=dev-ruby/uglifier-1.3.0 + >=dev-ruby/coffee-rails-4.0.0:4.0 + )" + +# also: turbolinks, >=jbuilder-1.2:1 diff --git a/dev-ruby/rails/rails-4.2.6.ebuild b/dev-ruby/rails/rails-4.2.6.ebuild new file mode 100644 index 000000000000..6fcfbf23b12a --- /dev/null +++ b/dev-ruby/rails/rails-4.2.6.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_BINWRAP="" + +# The guides are now here but we'd need to rebuilt them first. +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_EXTRADOC="README.md guides/CHANGELOG.md" + +inherit ruby-fakegem versionator + +DESCRIPTION="ruby on rails is a web-application and persistance framework" +HOMEPAGE="http://www.rubyonrails.org" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~x86" + +IUSE="+asset-pipeline" + +ruby_add_rdepend " + ~dev-ruby/actionmailer-${PV} + ~dev-ruby/actionpack-${PV} + ~dev-ruby/actionview-${PV} + ~dev-ruby/activejob-${PV} + ~dev-ruby/activemodel-${PV} + ~dev-ruby/activerecord-${PV} + ~dev-ruby/activesupport-${PV} + ~dev-ruby/railties-${PV} + >=dev-ruby/bundler-1.3 =dev-ruby/bundler-1* + dev-ruby/sprockets-rails:* + asset-pipeline? ( + dev-ruby/jquery-rails:* + >=dev-ruby/sass-rails-5.0:5.0 + >=dev-ruby/uglifier-1.3.0 + >=dev-ruby/coffee-rails-4.1.0:4.1 + )" + +# also: turbolinks, >=jbuilder-1.2:1 diff --git a/dev-ruby/railties/Manifest b/dev-ruby/railties/Manifest index 2fa48c40b039..0125a7b14342 100644 --- a/dev-ruby/railties/Manifest +++ b/dev-ruby/railties/Manifest @@ -3,5 +3,7 @@ DIST rails-3.2.22.2.tgz 3571822 SHA256 6aaef5723f3a409d057ace5500f1743168bde8f45 DIST rails-4.0.13.tgz 3761572 SHA256 a693a8c5f767d153e765634cecb6356855ca51b6554b3af1a38888023a204a51 SHA512 3f2cca90187f800d1ec57fc6cbc58c1f3213113a94d1dee7d9cfd3dc0264b7f3a9c6cfc6dd95ef2fb3aa7d8ca5d6da50cedecc288ff8ff7e5305dc0309b4365d WHIRLPOOL a5b3f7f828a88d04b5687b3217b40903192ccea5eca36ca58cbb2baeec7471241fe5529f13688bd1f6396a384cf282c94bfaf54ee1cfafdf5ef400707dee7d01 DIST rails-4.1.14.1.tgz 3728574 SHA256 1b094a1d1f242c19d2fad0b4f0708d117fce281162d7550535a79c2919246179 SHA512 1ffb3d7f1f5b6db34bbae2015c220945fd780e42bc69242fdcadc6bd59b74c32f16cf54e153b9c3c2aa065d20b1231c19c7ebfe8f8d5f52a1048b8e0f1b7782a WHIRLPOOL 31eb9281d9e0b0e0c07807b14d7b1e52b1a08adc612da9c9c272a5eacb6b095d74b80400eb99818d37371963775942b9d85f38c18446d75de996595528fdf84d DIST rails-4.1.14.2.tgz 3729630 SHA256 f37eee03321f41edce885c5753e2baf6803761d8ba56cde2df59d7f31ab66ac9 SHA512 526c47cd8710f5fbb752abf01ee80e01cef5f16a0dc7092a104ad8f165bb91e7fe656ca186aa027c622cec9d579a412f3d21e229167acbd8c761a18a77ed3e61 WHIRLPOOL c834ce049f299451c7eefe161ea5751f17b5605fe5a36cb9dff0b43c1fd23114b426c667a1e479ecc7f13cb413b6ccbab48890c0ac8c1336bcbbe4f2c9da04ad +DIST rails-4.1.15.tgz 3729946 SHA256 df54609b05298f5c0c9eb4e00bb82c61133d955021fe58ffab2efacd76ac6ce5 SHA512 0a8c944fece6c060718f0c7769ae80baa161357ac8b49e69a11e9bbf43476c633cd3ed51b13e3c0f364e47b3167879de5f57146e76f01a59e026b97166aeba2c WHIRLPOOL 75fbd9a1e7b988c47c7a26bffb5e58cd2c33af9a5e83b03ecee09b35c7497d82aa580fd20dbdf34237b9d9594ed772a346e32d6430becc1fdf854581c8ebef8e DIST rails-4.2.5.1.tgz 4175926 SHA256 713da4f88244101457b4de5d08007f4b373cb43c3982d72de70bb5c5145afb46 SHA512 3c74d825f35a71dd80a0e1d3959cc6d9e52da0f2eb43bfb869da22a8117ba4f66df1de183851b7cd9e3c2cc8a0b5a8ae4e6902d3b43afd52ccdd20470b49801d WHIRLPOOL dfb4f925468cfbadd73fd54eb146e377df8e4d67aa094076dd928c616d6cfddb9084cee2adb220490df0c34627a99b150118bc7827b2ca5f6d0751611993b53f DIST rails-4.2.5.2.tgz 4174380 SHA256 c5dfe36d5ac69f2a852665c2025d289a4d57dc204209b4b3013dcbd0d33f544f SHA512 f2dc1b86c296c9b3862d050a6471f4c529bb246cee6a18106e3e48f588d6a5d665529c95ab94c7d8a9197bf247869805ef908d1255e67641e2cc906e15dcd2e3 WHIRLPOOL 4d933582683d2838fee5d042c1e783afb790a0197b3470969ead3eb79f263cc4862b51bfb30e6a14552473813a8dca237c7241c78f4cc8279c267ba692cbf5d6 +DIST rails-4.2.6.tgz 4179056 SHA256 68bf40c27e0ee75b26c7b48fbe357f024b8d6d322a4ecf5c3427b4d6ef959fef SHA512 040599aa1c6a09ca569f377b1f49a4404d9516599d16d6909f93ffd2e387dfb20835a2842980cc5c119aaef411985e47f55ec8907041ff633b8f98ea101a42d0 WHIRLPOOL 1aef2ff5790fa94f1003fa6acdcad26b7bcb6a6a02f075e41a6ba5a5b77790420afa57ea64d3192e92de595161ba3741e7e7f8be7dbac6871ba5137a53f81efe diff --git a/dev-ruby/railties/railties-4.1.15.ebuild b/dev-ruby/railties/railties-4.1.15.ebuild new file mode 100644 index 000000000000..dc2b98c67517 --- /dev/null +++ b/dev-ruby/railties/railties-4.1.15.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_TASK_TEST="test:regular" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="railties.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem versionator + +DESCRIPTION="Tools for creating, working with, and running Rails applications" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +# The test suite has many failures, most likely due to a mismatch in +# exact dependencies or environment specifics. Needs further +# investigation. +RESTRICT="test" + +RDEPEND+=" >=app-eselect/eselect-rails-0.20" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV} + ~dev-ruby/actionpack-${PV} + >=dev-ruby/thor-0.18.1 + >=dev-ruby/rake-0.8.7" + +ruby_add_bdepend " + test? ( + ~dev-ruby/actionview-${PV} + dev-ruby/mocha:0.13 + )" + +all_ruby_prepare() { + rm "${S}/../Gemfile" || die "Unable to remove Gemfile" + sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" + sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die + + # Also allow rdoc 4.x + sed -i -e 's/~> 3.4/>= 3.4/' ${RUBY_FAKEGEM_GEMSPEC} || die +} + +all_ruby_install() { + all_fakegem_install + + ruby_fakegem_binwrapper rails rails-${PV} +} + +pkg_postinst() { + elog "To select between slots of rails, use:" + elog "\teselect rails" + + eselect rails update +} + +pkg_postrm() { + eselect rails update +} diff --git a/dev-ruby/railties/railties-4.2.6.ebuild b/dev-ruby/railties/railties-4.2.6.ebuild new file mode 100644 index 000000000000..6e83eef40b24 --- /dev/null +++ b/dev-ruby/railties/railties-4.2.6.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_TEST="test:regular" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="railties.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem versionator + +DESCRIPTION="Tools for creating, working with, and running Rails applications" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +# The test suite has many failures, most likely due to a mismatch in +# exact dependencies or environment specifics. Needs further +# investigation. +RESTRICT="test" + +RDEPEND+=">=app-eselect/eselect-rails-0.21" + +ruby_add_rdepend " + ~dev-ruby/activesupport-${PV} + ~dev-ruby/actionpack-${PV} + >=dev-ruby/thor-0.18.1 + >=dev-ruby/rake-0.8.7" + +ruby_add_bdepend " + test? ( + ~dev-ruby/actionview-${PV} + dev-ruby/mocha:0.13 + )" + +all_ruby_prepare() { + rm "${S}/../Gemfile" || die "Unable to remove Gemfile" + sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" + sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die + + # Also allow rdoc 4.x + sed -i -e 's/~> 3.4/>= 3.4/' ${RUBY_FAKEGEM_GEMSPEC} || die +} + +all_ruby_install() { + all_fakegem_install + + ruby_fakegem_binwrapper rails rails-${PV} +} + +pkg_postinst() { + elog "To select between slots of rails, use:" + elog "\teselect rails" + + eselect rails update +} + +pkg_postrm() { + eselect rails update +} diff --git a/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild b/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild index 66f86193c045..ddd89a6b5cb1 100644 --- a/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild +++ b/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_NAME="RedCloth" diff --git a/dev-ruby/rspec-core/rspec-core-2.99.2-r1.ebuild b/dev-ruby/rspec-core/rspec-core-2.99.2-r1.ebuild index e6162ea97595..7f7893ad531b 100644 --- a/dev-ruby/rspec-core/rspec-core-2.99.2-r1.ebuild +++ b/dev-ruby/rspec-core/rspec-core-2.99.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_TASK_TEST="none" RUBY_FAKEGEM_TASK_DOC="none" @@ -38,7 +38,7 @@ ruby_add_bdepend "test? ( # Skip yard for ruby21 for now since we don't support ruby21 eselected # yet and we can't bootstrap otherwise. -USE_RUBY=${USE_RUBY/ruby21 ruby22/} ruby_add_bdepend "doc? ( dev-ruby/yard )" +USE_RUBY=${USE_RUBY/ruby21 ruby22 ruby23/} ruby_add_bdepend "doc? ( dev-ruby/yard )" all_ruby_prepare() { # Don't set up bundler: it doesn't understand our setup. @@ -58,10 +58,19 @@ all_ruby_prepare() { # Avoid aruba dependency so that we don't end up in dependency hell. sed -i -e '/aruba/ s:^:#:' -e '/Aruba/,/}/ s:^:#:' spec/spec_helper.rb || die rm spec/command_line/order_spec.rb || die + + # Avoid testing issues with rspec 3 installed + sed -i -e '2igem "rspec", "~> 2.0"' bin/rspec || die } each_ruby_prepare() { sed -i -e 's:ruby -e:'${RUBY}' -e:' spec/rspec/core_spec.rb || die + + case ${RUBY} in + *ruby23) + sed -i -e 's/SAFE = 3/SAFE = 1/' spec/support/helper_methods.rb || die + ;; + esac } all_ruby_compile() { diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild index b1b3a1ddb4f1..809122519c09 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec" diff --git a/dev-ruby/rspec-mocks/rspec-mocks-2.99.2.ebuild b/dev-ruby/rspec-mocks/rspec-mocks-2.99.2.ebuild index 009e7fed7fe6..788bc3996c79 100644 --- a/dev-ruby/rspec-mocks/rspec-mocks-2.99.2.ebuild +++ b/dev-ruby/rspec-mocks/rspec-mocks-2.99.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -44,7 +44,7 @@ all_ruby_prepare() { each_ruby_prepare() { case ${RUBY} in - *ruby22) + *ruby22|*ruby23) # Psych and Syck are not supported by default anymore on ruby22. rm spec/rspec/mocks/serialization_spec.rb || die ;; diff --git a/dev-ruby/rspec/rspec-2.99.0.ebuild b/dev-ruby/rspec/rspec-2.99.0.ebuild index 90a8c1fb85ee..803fc4d8d43a 100644 --- a/dev-ruby/rspec/rspec-2.99.0.ebuild +++ b/dev-ruby/rspec/rspec-2.99.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/ruby-oembed/Manifest b/dev-ruby/ruby-oembed/Manifest index b83d014bf6d0..d8427fce29e6 100644 --- a/dev-ruby/ruby-oembed/Manifest +++ b/dev-ruby/ruby-oembed/Manifest @@ -1,2 +1,2 @@ -DIST ruby-oembed-0.8.14.gem 275456 SHA256 08367b29bd64fe21b388542902ab14736a5afeb06bc85b016d325b987981a336 SHA512 ff4bff8a1788283869b27d0e36f6e44daad6926de8ee033d2cba5bb0360207830bc61ab63977c3de66c17f4f60700adbecb3da8257056b940ef2f4232e5592a9 WHIRLPOOL c349cb8032c28a13f6ee98d9ff7319eb12bcfea120be08da313b60b88462db58bb375d8c806c426410514043a3f31457736e6a081f53c8ab377aa849dd690295 +DIST ruby-oembed-0.10.0.gem 677888 SHA256 628e10b2d3aeaac44e56a26cd485d3ccf476531cb44f90685ab79ea292e937da SHA512 b9b423a12058b05dd03df7970a2e9b4af394789821d53f73c4fde3aeffbb5b8ce0331376b4075723e2565b77ece571ec883ece7fec46fef67cf855323fadd729 WHIRLPOOL a498739c98521e086768b85a4ff3dc4c8fb371836c3764243d9fb73926d487b0d4000834a88b53be0fabf18f050c6de0b1f85b64c634bd535cfc770ad36c605e DIST ruby-oembed-0.9.0.gem 348672 SHA256 74017460e316fa23ec0d73da7b8124b675eefb18283760fc075c586ecce9c8f6 SHA512 c150ebd6fef9aa9ebbfcc49116c6506c0dadbd52e5e50d44c906b0187ad5bd0e1eb35919dfe874afb1ba6116c91ea0588be2bea453b8e29f41fac9ff380791dc WHIRLPOOL 8a54b4dddc5eb43293f83d3dcca9c4fcc63a8d9506d227169b088d7f8e9909a2335751be0c57cc4c954641ca838effdff966e4262c09c1a01602203dcc2f36a3 diff --git a/dev-ruby/ruby-oembed/ruby-oembed-0.8.14.ebuild b/dev-ruby/ruby-oembed/ruby-oembed-0.10.0.ebuild similarity index 91% rename from dev-ruby/ruby-oembed/ruby-oembed-0.8.14.ebuild rename to dev-ruby/ruby-oembed/ruby-oembed-0.10.0.ebuild index c715da7b08ab..e03a2d4f188d 100644 --- a/dev-ruby/ruby-oembed/ruby-oembed-0.8.14.ebuild +++ b/dev-ruby/ruby-oembed/ruby-oembed-0.10.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec3" diff --git a/dev-ruby/sprockets/Manifest b/dev-ruby/sprockets/Manifest index 0be96dd5ce37..000f45215e17 100644 --- a/dev-ruby/sprockets/Manifest +++ b/dev-ruby/sprockets/Manifest @@ -1,6 +1,5 @@ DIST sprockets-2.11.3-git.tgz 195342 SHA256 010a3cfcee4a196552b19d07ad1b00221be9e3d117ad82a977824d3041fec8d5 SHA512 2fd26441089bc5c9474d9b443a9e72febde4566403592180e4e1fa5dce566e2fc37fde88f8cf804e732cbe588ba8347b57f7016124467f826a9de875df67e849 WHIRLPOOL af174e377604697cd746665852ed4b4ed551805c90f0530f92db61114dabf21f81b540c779e9f3a5d27131d52f9455ed09000ea1543392e5fb1df696038178ff DIST sprockets-2.12.3-git.tgz 195647 SHA256 998ed806114a50b9168ad569c67d037fa866c185b2620924abdf4c542123529b SHA512 fd9544ed946bdf95968f198e74a36b682613d68e29a46708fd46c8b58792bf52526936b4c8d9ec3acea8f7cce789a69bcf4da3269741d43e186001061cbed03a WHIRLPOOL 4305464c17b275a6956fde436e1a65004da29580e0cc5f9962af9911778bf54ff303235fcfea85f28b1c7735e6f021fd63b1e719286efbd72a0be3dd95b14210 DIST sprockets-2.2.3-git.tgz 185139 SHA256 d8d8c59a4f129357f5d9093db02d8e5df0b2df7aaeee23fc6c5864fdbc29997c SHA512 6850423efbb8521e4f4980e30e1464821be148474b511aca05478078b2601cf569a244cddeb9f164ba759d4207dcc2605c89b4b5b45431ebbee26b56f07b5e01 WHIRLPOOL 5b8eb85651975429c994e3e741d31a7989b031d51c4d9fb3d2a70da700a9187e888e100965b4f034f13d38d9066cb48a8c201841d2d639398c1c4f7c0dc1985e -DIST sprockets-3.3.5-git.tgz 297306 SHA256 f8cba6b61de022e3ab5d4fc14bcaac487da405251e651234a9c24187bf38cec9 SHA512 d7f850a333cf1930e68d0c630df8afec688dd1f219a8c8d03c1b7f093bc0103044b27272623e70225b0f5334c450e604067b41fbbea6a9b4ddf1922ee280565f WHIRLPOOL 8aa934a435023f4c7ecbcf3d93f2ad7af6bcdb1cbf7f20d128f69dd28bec61e5135968154881c071556d8b9af950f7e08a8ce5ca3e91d9251889a55d015cb658 -DIST sprockets-3.4.0-git.tgz 297425 SHA256 bb5f3b64a3413596b703bf4cf36644a96db908a1301f89e0e09c2b3fa85ae238 SHA512 a4d1860d91109e2e54323b9bc3432e07f0d48580cfb1d543c2072cb1a144317a0597e1833a731a7555d76658c7110b04f85b5706f91e9ffdf88c9a1df14deb05 WHIRLPOOL efa286c1d73c52798bd4313ba6d4e80d132a2f2ad6af848ea8f80a54c279fcc3f29f6a87646793098033c2f3678562bf63b9fa552d9139872df38ed458ba2b6d DIST sprockets-3.4.1-git.tgz 298315 SHA256 fb2dcf86378c45c8028fb9b483f2def9ae558613794255f6eb12c97db0f220db SHA512 dd8bae1d922b662ef3215742731024d13b3fbc435124bb25351eeb6d33363383cb630ff60a8f6199205f31ed484e76c4a40d2c8a02b05e35bd9e73eb43a951bb WHIRLPOOL 8ae84a080dc7dab113a6109a3c50e61b3da8b753391e0ac2113c8ac6f89b955c6b4c6d40dee6ff8d6522a0c289c0a49e1777bbf7958f819adbcae6204641d9f7 +DIST sprockets-3.5.2-git.tgz 302784 SHA256 8ef5507db16113c9f839371544a8ed4e3911c99525df95cc55bf61413f432b3b SHA512 8e599cf646baf53650ecafc65923d7e92c0d04cbf7207f64a0aaa4098d068ce4a1c252c5ce879188cff9d9af6f88ba50fa39d7af643b2668f23b1b8535a284c2 WHIRLPOOL 108da86d47be7b889ab74c5f75bd3ff592ff310e43f006d1a4362d5912bb044fa2dd5b29f86bec0ff4222c85093785fbf4a55f94c73b30ac4fe2fbe0862a1c40 diff --git a/dev-ruby/sprockets/sprockets-3.4.0.ebuild b/dev-ruby/sprockets/sprockets-3.4.0.ebuild deleted file mode 100644 index 703a4ea7a05d..000000000000 --- a/dev-ruby/sprockets/sprockets-3.4.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="sprockets.gemspec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Ruby library for compiling and serving web assets" -HOMEPAGE="https://github.com/rails/sprockets" -SRC_URI="https://github.com/rails/sprockets/archive/v${PV}.tar.gz -> ${P}-git.tgz" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -IUSE="" - -ruby_add_rdepend " - =dev-ruby/rack-1*:* - !!=dev-ruby/sass-3.1 - dev-ruby/uglifier - )" - -all_ruby_prepare() { - # Avoid tests for template types that we currently don't package: - # eco and ejs. - sed -i -e '/eco templates/,/end/ s:^:#:' \ - -e '/ejs templates/,/end/ s:^:#:' test/test_environment.rb || die - sed -i -e '/.ejs/ s:^:#:' test/test_asset.rb || die - rm -f test/test_require.rb test/test_{closure,eco,ejs,yui}_{compressor,processor}.rb || die -} - -each_ruby_prepare() { - sed -i -e "s:ruby:${RUBY}:" test/test_sprocketize.rb || die -} - -each_ruby_test() { - # Make sure we have completely separate copies. Hardlinks won't work - # for this test suite. - cp -R test test-new || die - rm -rf test || die - mv test-new test || die - - each_fakegem_test -} diff --git a/dev-ruby/sprockets/sprockets-3.3.5.ebuild b/dev-ruby/sprockets/sprockets-3.5.2.ebuild similarity index 85% rename from dev-ruby/sprockets/sprockets-3.3.5.ebuild rename to dev-ruby/sprockets/sprockets-3.5.2.ebuild index 703a4ea7a05d..2bd1e1a5ff4b 100644 --- a/dev-ruby/sprockets/sprockets-3.3.5.ebuild +++ b/dev-ruby/sprockets/sprockets-3.5.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -18,11 +18,12 @@ SRC_URI="https://github.com/rails/sprockets/archive/v${PV}.tar.gz -> ${P}-git.tg LICENSE="MIT" SLOT="$(get_version_component_range 1)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64" IUSE="" ruby_add_rdepend " + dev-ruby/concurrent-ruby:1 =dev-ruby/rack-1*:* !!>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}" + tar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \ + "${paths[@]/#/linux-${LINUX_VER}/}" || die + + if [[ -n ${LINUX_PATCH} ]] ; then + eshopts_push -o noglob + ebegin "Filtering partial source patch" + filterdiff -p1 ${paths[@]/#/-i } -z "${DISTDIR}"/${LINUX_PATCH} \ + > ${P}.patch || die + eend $? || die "filterdiff failed" + eshopts_pop + fi + + local a + for a in ${A}; do + [[ ${a} == ${LINUX_SOURCES} ]] && continue + [[ ${a} == ${LINUX_PATCH} ]] && continue + unpack ${a} + done +} + +src_prepare() { + if [[ -n ${LINUX_PATCH} ]] ; then + cd "${S_K}" + epatch "${WORKDIR}"/${P}.patch + fi + + # Drop some upstream too-developer-oriented flags and fix the + # Makefile in general + sed -i \ + -e 's:-Werror::' \ + -e 's:-ggdb3::' \ + -e 's:-fstack-protector-all::' \ + -e 's:^LDFLAGS =:EXTLIBS +=:' \ + -e '/\(PERL\|PYTHON\)_EMBED_LDOPTS/s:ALL_LDFLAGS +=:EXTLIBS +=:' \ + -e '/-x c - /s:\$(ALL_LDFLAGS):\0 $(EXTLIBS):' \ + "${S}"/config/Makefile || die + sed -i \ + -e 's:$(sysconfdir_SQ)/bash_completion.d:/usr/share/bash-completion:' \ + "${S}"/Makefile.perf || die + sed -i -e 's:-Werror::' "${S_K}"/tools/lib/api/Makefile || die + + # Avoid the call to make kernelversion + echo "#define PERF_VERSION \"${MY_PV}\"" > PERF-VERSION-FILE + + # The code likes to compile local assembly files which lack ELF markings. + find -name '*.S' -exec sed -i '$a.section .note.GNU-stack,"",%progbits' {} + +} + +puse() { usex $1 "" no; } +perf_make() { + # The arch parsing is a bit funky. The perf tools package is integrated + # into the kernel, so it wants an ARCH that looks like the kernel arch, + # but it also wants to know about the split value -- i386/x86_64 vs just + # x86. We can get that by telling the func to use an older linux version. + # It's kind of a hack, but not that bad ... + local arch=$(tc-arch-kernel) + emake V=1 \ + CC="$(tc-getCC)" AR="$(tc-getAR)" LD="$(tc-getLD)" \ + prefix="/usr" bindir_relative="bin" \ + EXTRA_CFLAGS="${CFLAGS}" \ + ARCH="${arch}" \ + NO_DEMANGLE=$(puse demangle) \ + NO_GTK2=$(puse gtk) \ + NO_LIBAUDIT=$(puse audit) \ + NO_LIBPERL=$(puse perl) \ + NO_LIBPYTHON=$(puse python) \ + NO_LIBUNWIND=$(puse unwind) \ + NO_NEWT=$(puse slang) \ + NO_LIBNUMA=$(puse numa) \ + WERROR=0 \ + "$@" +} + +src_compile() { + perf_make -f Makefile.perf + use doc && perf_make -C Documentation +} + +src_test() { + : +} + +src_install() { + perf_make -f Makefile.perf install DESTDIR="${D}" + + dodoc CREDITS + + dodoc *txt Documentation/*.txt + if use doc ; then + dohtml Documentation/*.html + doman Documentation/*.1 + fi +} + +pkg_postinst() { + if ! use doc ; then + elog "Without the doc USE flag you won't get any documentation nor man pages." + elog "And without man pages, you won't get any --help output for perf and its" + elog "sub-tools." + fi +} diff --git a/dev-vcs/git-tools/files/git-tools-2015_p20160201-pr21.patch b/dev-vcs/git-tools/files/git-tools-2015_p20160201-pr21.patch new file mode 100644 index 000000000000..f921efd9be22 --- /dev/null +++ b/dev-vcs/git-tools/files/git-tools-2015_p20160201-pr21.patch @@ -0,0 +1,27 @@ +diff --git a/git-restore-mtime b/git-restore-mtime +index fbc05d9..7bbd375 100755 +--- a/git-restore-mtime ++++ b/git-restore-mtime +@@ -74,6 +74,14 @@ parser.add_argument('--merge', '-m', + 'sometimes substantially. By default merge logs are only ' + 'used for files missing from regular commit logs.') + ++parser.add_argument('--first-parent', ++ action="store_true", ++ help='pass --first-parent to git whatchanged to hide the ' ++ 'second parent from the merge commit logs. Only has any ' ++ 'effect if --merge is also specified or --skip-missing ' ++ 'is not specified and there were files not found in regular ' ++ 'commit logs.') ++ + parser.add_argument('--skip-missing', '-s', + action="store_false", default=True, dest='missing', + help='do not try to find missing files. If some files were ' +@@ -252,6 +260,7 @@ def parselog(merge=False, filterlist=[]): + + gitobj = subprocess.Popen(gitcmd + shlex.split('whatchanged --pretty={}'.format(args.timeformat)) + + (['-m'] if merge else []) + ++ (['--first-parent'] if args.first_parent else []) + + ['--'] + filterlist, + stdout=subprocess.PIPE) + for line in gitobj.stdout: \ No newline at end of file diff --git a/dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild b/dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild new file mode 100644 index 000000000000..042b05433c81 --- /dev/null +++ b/dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_{1..5} ) +inherit eutils python-r1 + +DESCRIPTION="Assorted git-related scripts" +HOMEPAGE="https://github.com/MestreLion/git-tools/" +MY_PV="0431b5f4c59101c1b7250d8dd2ce3f6a22318bc6" +SRC_URI="https://github.com/MestreLion/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="" +RDEPEND=" + >=dev-vcs/git-2.5 + >=app-shells/bash-4.0" + +MY_P=${PN}-${MY_PV} +S=${WORKDIR}/${MY_P} + +src_prepare() { + epatch "$FILESDIR"/git-tools-2015_p20151225-py3.patch + epatch "$FILESDIR"/${P}-pr21.patch + + epatch_user +} + +src_compile() { + :; +} + +src_install() { + SCRIPTS_BASH="git-branches-rename git-clone-subset git-find-uncommitted-repos git-rebase-theirs git-strip-merge" + SCRIPTS_PYTHON="git-restore-mtime" + dobin $SCRIPTS_BASH + dobin $SCRIPTS_PYTHON + for p in $SCRIPTS_PYTHON ; do + python_replicate_script "${ED}"/usr/bin/$p + done + # Make it possible to use the tools as 'git $TOOLNAME' + for i in $SCRIPTS_BASH $SCRIPTS_PYTHON ; do + dosym /usr/bin/$i /usr/libexec/git-core/$i + done + dodoc README.md +} diff --git a/dev-vcs/gitg/gitg-3.18.0-r1.ebuild b/dev-vcs/gitg/gitg-3.18.0-r1.ebuild new file mode 100644 index 000000000000..6b1af28b2579 --- /dev/null +++ b/dev-vcs/gitg/gitg-3.18.0-r1.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python{3_3,3_4,3_5} ) + +inherit gnome2 pax-utils python-r1 vala + +DESCRIPTION="git repository viewer for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Gitg" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="debug glade +python" +REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )" + +# test if unbundling of libgd is possible +# Currently it seems not to be (unstable API/ABI) +RDEPEND=" + app-crypt/libsecret + dev-libs/libgee:0.8[introspection] + >=dev-libs/json-glib-0.16 + >=app-text/gtkspell-3.0.3:3 + >=dev-libs/glib-2.38:2[dbus] + >=dev-libs/gobject-introspection-0.10.1:= + dev-libs/libgit2:=[threads] + + >=dev-libs/libgit2-glib-0.23.5[ssh] + =dev-libs/libpeas-1.5.0[gtk] + >=gnome-base/gsettings-desktop-schemas-0.1.1 + >=net-libs/webkit-gtk-2.2:4[introspection] + >=x11-libs/gtk+-3.12.0:3 + >=x11-libs/gtksourceview-3.10:3.0 + >=x11-themes/gnome-icon-theme-symbolic-3.10 + glade? ( >=dev-util/glade-3.2:3.10 ) + python? ( + ${PYTHON_DEPS} + dev-libs/libpeas[python,${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + ) +" +DEPEND="${RDEPEND} + >=dev-libs/libgit2-glib-0.22.0[vala] + gnome-base/gnome-common + >=sys-devel/gettext-0.17 + virtual/pkgconfig + >=dev-util/intltool-0.40 + $(vala_depend) +" + +pkg_setup() { + use python && [[ ${MERGE_TYPE} != binary ]] && python_setup +} + +src_prepare() { + sed \ + -e '/CFLAGS/s:-g::g' \ + -e '/CFLAGS/s:-O0::g' \ + -i configure.ac || die + + gnome2_src_prepare + vala_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-static \ + --disable-deprecations \ + $(use_enable debug) \ + $(use_enable glade glade-catalog) \ + $(use_enable python) +} + +src_install() { + gnome2_src_install -j1 + + if has_version 'net-libs/webkit-gtk:4[jit]'; then + # needed on hardened/PaX, see github pr 910 and bug #527334 + pax-mark m "${ED}usr/bin/gitg" + fi +} diff --git a/games-board/pychess/Manifest b/games-board/pychess/Manifest index 82b5cedfe34d..08532d23d99b 100644 --- a/games-board/pychess/Manifest +++ b/games-board/pychess/Manifest @@ -1,3 +1,2 @@ DIST pychess-0.10.1.tar.gz 1939605 SHA256 8a8ac9fc6a4605d189a9728f55183130b6a304cbf2dc5b2e923297303fe4ae8a SHA512 1000c840954b93bd3720fd3265b6cc0ac33df22373eb965d4ac03d16f7589af3b10bf2ebc28a2ff555b5e4101bffbfe96d52051e6c51a084229a3cc1691f1dd8 WHIRLPOOL 7554456eea487cefe3d8303aacdfa5748345b9682a8c557a2ed53090cc9a5beacc5b2e874db222b75fc03bcaf61dd9d7c3e2df23a13a4db820d4bd34c2f7b66e -DIST pychess-0.12.2.tar.gz 4653011 SHA256 feecabcea35cce0d69100e0c995f0a88d83d1246be512f2348c13e40bff9916e SHA512 d20ff665f47b58dce92ee822c6495fb31b84f19b15e70644cb7caefda837597e075f62cd0aa6bdd36f342d3eaa66174f9fa950800ec77346ef1cccfa7e37c735 WHIRLPOOL 0bca1361412f316f6446579646f1d51d525228a4427137711efdca01c75ed3c769fd83d0c4e942db36daa3dbc22e74dd5410c8a33c06a96458d0755a6fca0131 DIST pychess-0.12.3.tar.gz 4666113 SHA256 11d5e2d447bb945283f0239a407d8069b13afd77d3a2d491c9c352f1b7862e67 SHA512 597fd4c28a970df0d2ce3805eedd7530e259c1b60dd4e51bf1c56eb2376fe6256df30f12b077db3c9f1aab8baed06f023696827b57fb0963b9569b613656d4af WHIRLPOOL 295bf01c221b273abc2a60cdfd77a399af75a2e9f2de43188ea744204dad39220f152d7667699290d88b7dd75b26b5262b513f8ab6a114bb171a702ba184319b diff --git a/games-board/pychess/pychess-0.12.2.ebuild b/games-board/pychess/pychess-0.12.2.ebuild deleted file mode 100644 index f77d61ed90c5..000000000000 --- a/games-board/pychess/pychess-0.12.2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit fdo-mime gnome2-utils distutils-r1 games - -DESCRIPTION="A chess client for Gnome" -HOMEPAGE="http://pychess.org/" -SRC_URI="http://pychess.org/download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gstreamer" - -DEPEND="dev-python/librsvg-python - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}] - dev-python/pygtksourceview:2[${PYTHON_USEDEP}] - gstreamer? ( dev-python/gst-python:0.10[${PYTHON_USEDEP}] ) - dev-python/gconf-python - x11-themes/gnome-icon-theme" -RDEPEND=${DEPEND} - -python_install() { - distutils-r1_python_install --install-scripts="${GAMES_BINDIR}" - - # bug 487706 - sed -i \ - -e "s/@PYTHON@/${EPYTHON}/" \ - "${ED%/}/$(python_get_sitedir)"/${PN}/Players/engineNest.py || die -} - -python_install_all() { - distutils-r1_python_install_all - dodoc AUTHORS README.md - prepgamesdirs -} - -src_prepare() { - distutils-r1_src_prepare -} - -src_compile() { - distutils-r1_src_compile -} - -src_install() { - distutils-r1_src_install -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update - fdo-mime_desktop_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update -} diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest index 6385d4becf8a..b2dbe70fc74a 100644 --- a/games-rpg/manaplus/Manifest +++ b/games-rpg/manaplus/Manifest @@ -1,3 +1,2 @@ DIST manaplus-1.5.11.21.tar.xz 9556540 SHA256 57b6e0d8a730f56060062aa0d6e6baafc100860aa2cc4ba5120d21772410aae6 SHA512 145479b9b6912064356f842910c2a5bbb16bacc7372b898d98f237514722bbac4c6f3fe49ee30942b6e38820cfe9d3508ba5ac64b858a6003e27569327729d7d WHIRLPOOL 628009c082219c63f42892881060dff3784ae419d3d6dab95357272774d0d0545a97cf0d7190157e3338ac38e7f821fe9e3a893f24ee10be71ec6ac83c097722 -DIST manaplus-1.6.1.16.tar.xz 9610164 SHA256 393678d7de6d0253e53756bb689d2f778ed4c402215c8d72c576fdb6da963aef SHA512 2ba77b8d79e765cad7ecf3074eec49791a3f68d4fa66eed9bbf13adf23e94c35b55d8587850352e0855a7320c828dc886224fa4aa6260cd449a850ba469dd0be WHIRLPOOL f7dfdb3a0693f55d2202f488f0bfd036cb23f821c14962105c73ea16c5969f0c7bd53e2d5abd416f5d588be73de461bc1d58ff9269ed4c55cd4064644a759805 DIST manaplus-1.6.2.27.tar.xz 9642388 SHA256 1f8b3209b5e71250f0ccf643c5e26e7770258d903986e48066a4233a4b9d8d4e SHA512 ba03f8f317ad0ab7f4039ee3d032134aee9fbb4584ffa5b63ee18935ac0e59647a4373c9a52a1b69b2117de22f73907a647f8c07209ae968d6b170ddfdbada8b WHIRLPOOL 08ce25c664fc3c26af7af78ec83d900cab75b7330ff02e736a92850a2b03d52fe4726b76938548a56ce5d72823d2198e62129df76dced03befe0754f6145a404 diff --git a/games-rpg/manaplus/manaplus-1.6.1.16.ebuild b/games-rpg/manaplus/manaplus-1.6.1.16.ebuild deleted file mode 100644 index 193b66eeb7f0..000000000000 --- a/games-rpg/manaplus/manaplus-1.6.1.16.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit games - -DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World" -HOMEPAGE="http://manaplus.evolonline.org" -SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/manaplus-${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls opengl" - -RDEPEND=" - >=dev-games/physfs-1.0.0 - dev-libs/libxml2 - media-libs/libpng:0= - media-libs/libsdl2[X,opengl?,video] - media-libs/sdl2-gfx - media-libs/sdl2-image[png] - media-libs/sdl2-mixer[vorbis] - media-libs/sdl2-net - media-libs/sdl2-ttf - net-misc/curl - sys-libs/zlib - x11-libs/libX11 - x11-misc/xdg-utils - x11-apps/xmessage - media-fonts/dejavu - media-fonts/wqy-microhei - media-fonts/liberation-fonts - media-fonts/mplus-outline-fonts - nls? ( virtual/libintl ) - opengl? ( virtual/opengl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_configure() { - CONFIG_SHELL=/bin/bash \ - egamesconf \ - --with-sdl2 \ - --without-internalsdlgfx \ - --localedir=/usr/share/locale \ - --prefix="/usr" \ - --bindir="${GAMES_BINDIR}" \ - $(use_with opengl) \ - $(use_enable nls) -} - -src_install() { - default - dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans-bold.ttf - dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans.ttf - dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusansmono-bold.ttf - dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusansmono.ttf - dosym /usr/share/fonts/dejavu/DejaVuSerifCondensed-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavuserifcondensed-bold.ttf - dosym /usr/share/fonts/dejavu/DejaVuSerifCondensed.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavuserifcondensed.ttf - dosym /usr/share/fonts/liberation-fonts/LiberationMono-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/liberationsansmono-bold.ttf - dosym /usr/share/fonts/liberation-fonts/LiberationMono-Regular.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/liberationsansmono.ttf - dosym /usr/share/fonts/liberation-fonts/LiberationSans-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/liberationsans-bold.ttf - dosym /usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/liberationsans.ttf - dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/mplus-1p-bold.ttf - dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-regular.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/mplus-1p-regular.ttf - dosym /usr/share/fonts/wqy-microhei/wqy-microhei.ttc "${GAMES_DATADIR}"/${PN}/data/fonts/wqy-microhei.ttf - - prepgamesdirs -} diff --git a/games-strategy/endless-sky/endless-sky-0.8.11-r1.ebuild b/games-strategy/endless-sky/endless-sky-0.8.11-r1.ebuild new file mode 100644 index 000000000000..6090d2958aaa --- /dev/null +++ b/games-strategy/endless-sky/endless-sky-0.8.11-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils scons-utils + +DESCRIPTION="Space exploration, trading & combat in the tradition of Terminal Velocity" +HOMEPAGE="https://endless-sky.github.io" +SRC_URI="https://github.com/endless-sky/endless-sky/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="CC-BY-SA-4.0 CC-BY-SA-3.0 GPL-3+ public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="media-libs/glew + media-libs/libsdl2 + media-libs/libjpeg-turbo + media-libs/libpng:= + media-libs/openal + virtual/opengl" +DEPEND="${RDEPEND}" + +src_prepare() { + sed -i 's/"-std=c++0x", "-O3", "-Wall"/"-std=c++0x", "-Wall"/' SConstruct || die + sed -i 's#env.Install("$DESTDIR$PREFIX/games", sky)#env.Install("$DESTDIR$PREFIX/bin", sky)#g' SConstruct || die + eapply_user +} + +src_compile() { + escons +} + +src_install() { + escons PREFIX="${D}/usr/" install +} + +pkg_postinst() { + einfo "Endless Sky provides high-res sprites for high-dpi screens." + einfo "If you want to use them, download" + einfo + einfo " https://github.com/endless-sky/endless-sky-high-dpi/releases" + einfo + einfo "and extract it to ~/.local/share/endless-sky/plugins/." + einfo + einfo " Enjoy." +} diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest index 81ce8e84aeb2..7356d5a32af4 100644 --- a/gnome-base/gnome-shell/Manifest +++ b/gnome-base/gnome-shell/Manifest @@ -1,2 +1,3 @@ DIST gnome-shell-3.16.4.tar.xz 1579292 SHA256 37bc440a2c5bed6cbd095ddb95a488cb67ef0e1d17153bc87635ce4120d917a9 SHA512 73e8abaa951a0b3ae08721cca8af6eab1e51be375aa25e8a7497baff748856e20eb478cd768b4d3770b9daff0183520b20e1e3e7d889c6a6ebabc1a45c114239 WHIRLPOOL dec8aaf665c32e31e7203037456c0e861d172519a2fe9475732b3db47038a2bf88ea15846fe6497453ac8db4badbd0cf2cbf5b804392e3a5ca3b37857c7dacae DIST gnome-shell-3.18.3.tar.xz 1590348 SHA256 8517baf8606f970ebf38222411eb7563cab2ae5efbfb088954ce23705b67519b SHA512 4856542320d83209b54cfe8941a818396d8941bb120dc66742a977891d9b0d0bea6f0fa2a3925508db34d6783bbab71366c2ad03a3d0db35b49f84abd62b69e3 WHIRLPOOL cc71848a50f6495a662738c731b5ae517d0e5bf0dce2232395b53402eb97de482f612de25d8ddf313d7aae417c528a884bd44969e41aff92896631ab2091773d +DIST gnome-shell-3.18.4.tar.xz 1591644 SHA256 d959c0aae4c10b194d1fa29e89d34d73a4d35d74f384bf604d78435bf9ced5d7 SHA512 ae25eba79e327655326c593d4837a46561077e5e4f777eac84d57ef43a1162a8508cd865ce72a57ceafed8c497b7ac852112530cb2aeca103285f2316c0c90e7 WHIRLPOOL a5a9933dfe0b6f5682465dce7b2a41faf0dfde7072876228f073ffed6021ac42f40ced62656fc90c6923c0984d27f11513a3fc0f2feb1548ecc2973e87bcd038 diff --git a/gnome-base/gnome-shell/gnome-shell-3.18.4.ebuild b/gnome-base/gnome-shell/gnome-shell-3.18.4.ebuild new file mode 100644 index 000000000000..0e6be494d32a --- /dev/null +++ b/gnome-base/gnome-shell/gnome-shell-3.18.4.ebuild @@ -0,0 +1,219 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python{3_3,3_4,3_5} ) + +inherit autotools eutils gnome2 multilib pax-utils python-r1 systemd + +DESCRIPTION="Provides core UI functions for the GNOME 3 desktop" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="0" +IUSE="+bluetooth +networkmanager +nls -openrc-force" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# libXfixes-5.0 needed for pointer barriers +# FIXME: +# * gstreamer support is currently automagic +COMMON_DEPEND=" + >=app-accessibility/at-spi2-atk-2.5.3 + >=dev-libs/atk-2[introspection] + >=app-crypt/gcr-3.7.5[introspection] + >=dev-libs/glib-2.45.3:2[dbus] + >=dev-libs/gjs-1.39 + >=dev-libs/gobject-introspection-1.45.4:= + dev-libs/libical:= + >=x11-libs/gtk+-3.15.0:3[introspection] + >=media-libs/clutter-1.21.5:1.0[introspection] + >=dev-libs/json-glib-0.13.2 + >=dev-libs/libcroco-0.6.8:0.6 + >=gnome-base/gnome-desktop-3.7.90:3=[introspection] + >=gnome-base/gsettings-desktop-schemas-3.14 + >=gnome-base/gnome-keyring-3.3.90 + gnome-base/libgnome-keyring + >=gnome-extra/evolution-data-server-3.17.2:= + >=media-libs/gstreamer-0.11.92:1.0 + >=net-im/telepathy-logger-0.2.4[introspection] + >=net-libs/telepathy-glib-0.19[introspection] + >=sys-auth/polkit-0.100[introspection] + >=x11-libs/libXfixes-5.0 + x11-libs/libXtst + >=x11-wm/mutter-3.18.1[introspection] + >=x11-libs/startup-notification-0.11 + + ${PYTHON_DEPS} + dev-python/pygobject:3[${PYTHON_USEDEP}] + + dev-libs/dbus-glib + dev-libs/libxml2:2 + gnome-base/librsvg + media-libs/libcanberra[gtk3] + media-libs/mesa + >=media-sound/pulseaudio-2 + >=net-libs/libsoup-2.40:2.4[introspection] + x11-libs/libX11 + x11-libs/gdk-pixbuf:2[introspection] + x11-libs/pango[introspection] + x11-apps/mesa-progs + + bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] ) + networkmanager? ( + app-crypt/libsecret + >=gnome-extra/nm-applet-0.9.8 + >=net-misc/networkmanager-0.9.8[introspection] ) +" +# Runtime-only deps are probably incomplete and approximate. +# Introspection deps generated using: +# grep -roe "imports.gi.*" gnome-shell-* | cut -f2 -d: | sort | uniq +# Each block: +# 1. Pull in polkit-0.101 for pretty authorization dialogs +# 2. Introspection stuff needed via imports.gi.* +# 3. gnome-session is needed for gnome-session-quit +# 4. Control shell settings +# 5. Systemd needed for suspending support +# 6. xdg-utils needed for xdg-open, used by extension tool +# 7. gnome-icon-theme-symbolic and dejavu font neeed for various icons & arrows +# 8. IBus is needed for nls integration +# 9. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c +RDEPEND="${COMMON_DEPEND} + >=sys-auth/polkit-0.101[introspection] + + >=app-accessibility/caribou-0.4.8 + media-libs/cogl[introspection] + >=sys-apps/accountsservice-0.6.14[introspection] + >=sys-power/upower-0.99[introspection] + + >=gnome-base/gnome-session-2.91.91 + >=gnome-base/gnome-settings-daemon-3.8.3 + + !openrc-force? ( >=sys-apps/systemd-31 ) + + x11-misc/xdg-utils + + media-fonts/dejavu + x11-themes/gnome-icon-theme-symbolic + + networkmanager? ( + net-misc/mobile-broadband-provider-info + sys-libs/timezone-data ) + nls? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk3,introspection] ) +" +# avoid circular dependency, see bug #546134 +PDEPEND=" + >=gnome-base/gdm-3.5[introspection] + >=gnome-base/gnome-control-center-3.8.3[bluetooth(+)?,networkmanager(+)?] +" +DEPEND="${COMMON_DEPEND} + dev-libs/libxslt + >=dev-util/gtk-doc-am-1.17 + >=dev-util/intltool-0.40 + gnome-base/gnome-common + virtual/pkgconfig + !!=dev-lang/spidermonkey-1.8.2* +" +# libmozjs.so is picked up from /usr/lib while compiling, so block at build-time +# https://bugs.gentoo.org/show_bug.cgi?id=360413 + +src_prepare() { + # Change favorites defaults, bug #479918 + epatch "${FILESDIR}"/${PN}-3.14.0-defaults.patch + + # Fix automagic gnome-bluetooth dep, bug #398145 + epatch "${FILESDIR}"/${PN}-3.12-bluetooth-flag.patch + + # Fix silent bluetooth linking failure with ld.gold, bug #503952 + # https://bugzilla.gnome.org/show_bug.cgi?id=726435 + epatch "${FILESDIR}"/${PN}-3.14.0-bluetooth-gold.patch + + epatch_user + + eautoreconf + gnome2_src_prepare +} + +src_configure() { + # Do not error out on warnings + gnome2_src_configure \ + --enable-browser-plugin \ + --enable-man \ + $(use_enable !openrc-force systemd) \ + $(use_with bluetooth) \ + $(use_enable networkmanager) \ + BROWSER_PLUGIN_DIR="${EPREFIX}"/usr/$(get_libdir)/nsbrowser/plugins +} + +src_install() { + gnome2_src_install + python_replicate_script "${ED}/usr/bin/gnome-shell-extension-tool" + python_replicate_script "${ED}/usr/bin/gnome-shell-perf-tool" + + # Required for gnome-shell on hardened/PaX, bug #398941 + # Future-proof for >=spidermonkey-1.8.7 following polkit's example + if has_version '=dev-lang/spidermonkey-1.8.7[jit]'; then + pax-mark m "${ED}usr/bin/gnome-shell"{,-extension-prefs} + # Required for gnome-shell on hardened/PaX #457146 and #457194 + # PaX EMUTRAMP need to be on + elif has_version '>=dev-libs/libffi-3.0.13[pax_kernel]'; then + pax-mark E "${ED}usr/bin/gnome-shell"{,-extension-prefs} + else + pax-mark m "${ED}usr/bin/gnome-shell"{,-extension-prefs} + fi +} + +pkg_postinst() { + gnome2_pkg_postinst + + if ! has_version 'media-libs/gst-plugins-good:1.0' || \ + ! has_version 'media-plugins/gst-plugins-vpx:1.0'; then + ewarn "To make use of GNOME Shell's built-in screen recording utility," + ewarn "you need to either install media-libs/gst-plugins-good:1.0" + ewarn "and media-plugins/gst-plugins-vpx:1.0, or use dconf-editor to change" + ewarn "apps.gnome-shell.recorder/pipeline to what you want to use." + fi + + if ! has_version ">=x11-base/xorg-server-1.11"; then + ewarn "If you use multiple screens, it is highly recommended that you" + ewarn "upgrade to >=x11-base/xorg-server-1.11 to be able to make use of" + ewarn "pointer barriers which will make it easier to use hot corners." + fi + + if has_version " jaxp-virtual-1.4-r1.ebuild: - Update to EAPI=5 - - 04 Oct 2012; Ralph Sennhauser jaxp-virtual-1.4-r1.ebuild: - Change license to public-domain. #426800 - - 30 Oct 2011; Vlastimil Babka -jaxp-virtual-1.4.ebuild: - Remove old. - - 24 Apr 2010; Fabian Groffen - jaxp-virtual-1.4-r1.ebuild: - Marked ~sparc-solaris ~x86-solaris, bug #314093 - - 16 Dec 2009; Christian Faulhammer - jaxp-virtual-1.4.ebuild, jaxp-virtual-1.4-r1.ebuild: - QA: transfer Prefix keywords - - 19 Jul 2009; nixnut jaxp-virtual-1.4-r1.ebuild: - ppc stable #275186 - - 05 Jul 2009; Markus Meier jaxp-virtual-1.4-r1.ebuild: - amd64 stable, bug #275186 - - 04 Jul 2009; Brent Baude jaxp-virtual-1.4-r1.ebuild: - Marking jaxp-virtual-1.4-r1 ppc64 for bug 275186 - - 01 Jul 2009; Christian Faulhammer - jaxp-virtual-1.4-r1.ebuild: - stable x86, bug 275186 - -*jaxp-virtual-1.4-r1 (23 May 2009) - - 23 May 2009; Alistair Bush - +jaxp-virtual-1.4-r1.ebuild: - Bump to support features available in java-config-2.1.8 - - 20 Mar 2009; Joseph Jezak jaxp-virtual-1.4.ebuild: - Marked ~ppc64. - -*jaxp-virtual-1.4 (05 Feb 2009) - - 05 Feb 2009; Petteri Räty +metadata.xml, - +jaxp-virtual-1.4.ebuild: - Move jaxp-virtual from java-experimental. diff --git a/java-virtuals/jaxp-virtual/Manifest b/java-virtuals/jaxp-virtual/Manifest deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/java-virtuals/jaxp-virtual/jaxp-virtual-1.4-r1.ebuild b/java-virtuals/jaxp-virtual/jaxp-virtual-1.4-r1.ebuild deleted file mode 100644 index d842bdbfdae4..000000000000 --- a/java-virtuals/jaxp-virtual/jaxp-virtual-1.4-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit java-virtuals-2 - -DESCRIPTION="Virtual for Java API for XML Processing (JAXP)" -HOMEPAGE="https://www.gentoo.org" -SRC_URI="" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="|| ( - >=virtual/jre-1.6 - >=dev-java/jaxp-1.4-r1:0 - ) - >=dev-java/java-config-2.1.8" - -JAVA_VIRTUAL_PROVIDES="jaxp" -JAVA_VIRTUAL_VM=">=virtual/jre-1.6" diff --git a/java-virtuals/jaxp-virtual/metadata.xml b/java-virtuals/jaxp-virtual/metadata.xml deleted file mode 100644 index 4b74167c8df0..000000000000 --- a/java-virtuals/jaxp-virtual/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - java@gentoo.org - Java - - - Virtual for Java API for XML Processing (JAXP) - - diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest index 73873dd6cf00..348d2f54907f 100644 --- a/kde-frameworks/attica/Manifest +++ b/kde-frameworks/attica/Manifest @@ -1,3 +1,2 @@ -DIST attica-5.17.0.tar.xz 60436 SHA256 ce1a004bb2814931acbc435778fa65524da5a029d6a212f450af8043ca41ae58 SHA512 685373bc10256c707498659604df149d678e9415443867cfd677f131d0d1ef916e5d6c8c203f4de5769dece41a32a7d774701dd18a019b24a5c3b36e0fb958fe WHIRLPOOL a359b029233f778442a21a51c85567193ad1f00f1f83de62be093570e9695be28ea482da9ff6ce3b0b6f2e627c0e74491d101850e7a6278faf9a952b0abc2570 DIST attica-5.18.0.tar.xz 60464 SHA256 bc97eb3fde1b77f14e7b3169aeefab674f5caa43998705a2b7c7f534959ad7d8 SHA512 7fb2014dede5491511db058e39793544c536991381865bb6d2b67509094fd69ceec56ec832fa7b632862559b3279481d502ac3ef2c2f74864c015090605e1e69 WHIRLPOOL c5a7b2198a031d7977bb37580faa35867255247d3146078ea06e97f26e753b46c0917b8da25ec733cc815741d220164496a25666d589024e2108d9976f78ea61 DIST attica-5.19.0.tar.xz 59800 SHA256 9b06375988eadf67da3c22c9c434adcaddfcadadff161fafee1a3327b6957b31 SHA512 1dcdda6927c9a0e5eaff96f7bd32de30565758f037745baaa06206e5af52b819fa89d94623a9dbac5d40127012a4072e21bd66a338d37bc39eda0b7a58f3aa37 WHIRLPOOL b16a812dd40d7da2100329d9e3275a65974dcf4ffe0d646fd3474f4a2f17c8d87af2f30c126d4bc26f95e17cabc979dfef0bb9b06cd360406b8062260609a910 diff --git a/kde-frameworks/attica/attica-5.17.0.ebuild b/kde-frameworks/attica/attica-5.17.0.ebuild deleted file mode 100644 index 0e0607ccd7a1..000000000000 --- a/kde-frameworks/attica/attica-5.17.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Framework providing access to Open Collaboration Services" -LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtnetwork:5 -" -DEPEND="${RDEPEND}" diff --git a/kde-frameworks/baloo/Manifest b/kde-frameworks/baloo/Manifest index 98d6d9d95119..67c1bae6361b 100644 --- a/kde-frameworks/baloo/Manifest +++ b/kde-frameworks/baloo/Manifest @@ -1,3 +1,2 @@ -DIST baloo-5.17.0.tar.xz 180460 SHA256 608a687d16daad7cbfac3f344a3bb11ba4c25cdb81e3cb7596f70e1393b1f305 SHA512 e7965a56f2dd817860bab451a93fba12fc253c47fdc1c93fde0b29c92d2430b9b0c9ec41f7ae4913a26ad664071bae5ca1d64e21edfbc8b1515d3712b7c53109 WHIRLPOOL b6fc6a40b50713dbfa7176f7ce657a53b3f21b1c6e730b6edcd8d781bfbf69a022329946cd710a405b5186e1ef60bd4affc09b08566daf2750c075f22ce4797d DIST baloo-5.18.0.tar.xz 180692 SHA256 88a2e89a102674e8fab19103e979550ebe2c4b31c05b29f6c18fe500b669b669 SHA512 90d788d40003f64b7a7fcd19a4a1800606cd35cca879d0855e48351b41859f1bf02d21972ca54b7aed1c3143bc250b926a3525011c5e69c8f3b8e4c117d6df3d WHIRLPOOL e66d375ac502d5d826b434de6b98bd58fad3b0f40f62f85c49e8ad00ea6a9c0be07067530bc125f8f093c86dff97fb80515014082ce483532994a52ce07214d6 DIST baloo-5.19.0.tar.xz 183060 SHA256 6f6b94d464fb5da0a2256565d362aca979e3d220f11fa4c8a99d17380207de0b SHA512 966e061a87b122e0f75d5c4f4af6489c5eb859578313843bcb169bb16c61c795d023922055ab187e15ecfa288acdc59d5ef1d99cedefecb1b5464852d73afeb2 WHIRLPOOL f7da7ef8c15e7e347e3e891c3813077dc9fa9cf0281a56c284aec2c8870a2fc4bb4400e3b7fc71c022d73e9d52b1e61a3678991b42a1db17d7cfb7961c5d1d96 diff --git a/kde-frameworks/baloo/baloo-5.17.0.ebuild b/kde-frameworks/baloo/baloo-5.17.0.ebuild deleted file mode 100644 index fc97fabce764..000000000000 --- a/kde-frameworks/baloo/baloo-5.17.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_TEST="forceoptional" -inherit kde5 - -DESCRIPTION="Framework for searching and managing metadata" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kfilemetadata) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kio) - $(add_frameworks_dep solid) - dev-db/lmdb - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND} - !kde-base/baloo:4[-minimal(-)] -" diff --git a/kde-frameworks/bluez-qt/Manifest b/kde-frameworks/bluez-qt/Manifest index 57a39905d2db..b368626dfe9e 100644 --- a/kde-frameworks/bluez-qt/Manifest +++ b/kde-frameworks/bluez-qt/Manifest @@ -1,3 +1,2 @@ -DIST bluez-qt-5.17.0.tar.xz 73300 SHA256 65ea5fd876abd4fcebe3a94840723ae139895fa603d2044c0f8f632af40306ca SHA512 f4d6ab97dc1fcc1c12ffa004bde94bea3c16315e61ac09b5b68d85802e14b295a54cfacb98e193bd2407beb1db3b10b772434f42dea87bdfedd77daa7d4fb207 WHIRLPOOL 2eac99f4c9a86e293854409b14ef1c5cbddea96bef4920db60fb1702dca587ef2e7664e3e30b84a7626908f26ac2583864eed5accfdf262d5b0df1a39572040e DIST bluez-qt-5.18.0.tar.xz 73396 SHA256 79e5c663c2c2287530f9351f108045dad52de0c5576892863fb17147f8397d9f SHA512 6fe887d9001ea348c80c84d79af4a037d4b3a822f84abafcdb38f485a8b0f49627aa227d0ac420088f3406eb6aa31b6ec9f6f2d7cec193dafb026df3689d8034 WHIRLPOOL 7c4443a4ee825144c05be79404b8f87d9621c1242551a4c4c1c98785c5daf6bb043db53bbce28fdb7ea0d84331d7fc1e3ba33958c625856b8172d556ae868b9e DIST bluez-qt-5.19.0.tar.xz 73392 SHA256 db5b1d29f507b1af8ed7854341278ad210e3cde54c738b1db9d65af8f3890918 SHA512 06a03fa37d8a76251957484c4f99841fa1b51d69ad6d87c4fdb709e4bfa3fa000579458e2cbb3c1cbeab8de22b9509801392996a6292722f89536779fba186b8 WHIRLPOOL bb054e4021bffc8cb09a168513e7b3ac32b3acc58e15b9b3dc86af4a64730471e355d950f33a7331d4194aec3dfefa40eca3f3f6416c987b1d5cb26f1bfb1e54 diff --git a/kde-frameworks/bluez-qt/bluez-qt-5.17.0.ebuild b/kde-frameworks/bluez-qt/bluez-qt-5.17.0.ebuild deleted file mode 100644 index b458302fdfcb..000000000000 --- a/kde-frameworks/bluez-qt/bluez-qt-5.17.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 udev - -DESCRIPTION="Qt wrapper for Bluez 5 DBus API" -LICENSE="LGPL-2" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtnetwork:5 -" -RDEPEND="${DEPEND} - !kde-plasma/bluez-qt -" - -src_configure() { - local mycmakeargs=( - -DUDEV_RULES_INSTALL_DIR="$(get_udevdir)/rules.d" - ) - - kde5_src_configure -} diff --git a/kde-frameworks/breeze-icons/Manifest b/kde-frameworks/breeze-icons/Manifest index 5281e61c374b..a6eb9df95241 100644 --- a/kde-frameworks/breeze-icons/Manifest +++ b/kde-frameworks/breeze-icons/Manifest @@ -1,4 +1,3 @@ DIST breeze-5.4.3.tar.xz 36568668 SHA256 fc89d5edcc8c3c13263d1b1759f0f8400ea79c76df0eeafcce91d462d4cf93fa SHA512 3c76d5ccf465c2392dd47a213c70111c3714edcb10f21ce3f44593c9c88feef4bc28b35ca40dc1ac96c62746f219b10c1af114c32163b58dc34c6181b1d57626 WHIRLPOOL ec2d05516929cedb416a905711d28f7bfa9f9aa9a394eb994177a9fdac72604708f041fc82ca499a893689c0768468cb88a91a1cea37f9d97748f2c61495fc39 -DIST breeze-icons-5.17.0.tar.xz 1401160 SHA256 04e124a0371b9c67cec49e8a848f9af86c5999db9ce5bf0923fe217d6b091d88 SHA512 5ae21497c85cd24c9ba750fecf68ff5578fe715e976a31304489e32f1c5f1d37096fb6e9cee532d786777f7b7ef45bc72eafa1cc8e2d828b7a53cefdeaede2e0 WHIRLPOOL 7a6e8f323f48462b4d82a32fc84be290e44bfc8e9a10a95c25de32ef746897466fa44cdb2d7132dd1f4cfe95a4d54390c5166c40d5c19ad5002f1c7b6c7d7b8e DIST breeze-icons-5.18.0.tar.xz 1415276 SHA256 9f7007cdc805083812583d575b3ce2880f41f32f5337582c55a6acfc4bc69128 SHA512 38ed12602fc1967dc11481638ccc5407362b510e8f6ef6eba1c7153d1a451ae6a0ddcf73ffd6cf1bd9850574e07ed131692d3cd38d6bff573815803ea964d535 WHIRLPOOL ef24f992b36ddff4bd2a05e5b941e318607e73b3e8ecc7b6f30de178d5f6056ac11f0d82bc9bc77bd5223a57c2ee03760466f8d98cb3b59e19e5996fa047c511 DIST breeze-icons-5.19.0.tar.xz 1525492 SHA256 40eef069527d735d0380e6ef121ee96ec7d46e6ec93e7f96c34cb74025e8912f SHA512 f3a25e3171788560bf2f3e317cd695e56fc8f8395a32c68a3d2ca33471b9909a603519a08e84eb28e1b01ef09d04022bae92a4471b7b356514347042033b24e0 WHIRLPOOL b295665b62cbe01d3ebc68146a834ea05c6ac366eef19440c37ce0edc2bc84a7a52e508b36971f5d198b8a1d5a3acfedd56809c1301ee96c8107c107d7789295 diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.17.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-5.17.0.ebuild deleted file mode 100644 index 501aa59f3527..000000000000 --- a/kde-frameworks/breeze-icons/breeze-icons-5.17.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_AUTODEPS="false" -KDE_DEBUG="false" -KDE_DOXYGEN="false" -inherit kde5 - -DESCRIPTION="Breeze SVG icon theme" -LICENSE="LGPL-3" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND="$(add_frameworks_dep extra-cmake-modules)" -RDEPEND="! "${ROOT}"/etc/nullmailer/me - fi - if [ ! -s "${ROOT}"/etc/nullmailer/defaultdomain ]; then - einfo "Setting /etc/nullmailer/defaultdomain" - /bin/hostname --domain > "${ROOT}"/etc/nullmailer/defaultdomain - fi -} diff --git a/mail-mta/nullmailer/nullmailer-2.0.ebuild b/mail-mta/nullmailer/nullmailer-2.0.ebuild index 1c3e959c890b..c8efc5a60172 100644 --- a/mail-mta/nullmailer/nullmailer-2.0.ebuild +++ b/mail-mta/nullmailer/nullmailer-2.0.ebuild @@ -7,11 +7,11 @@ EAPI=6 inherit autotools eutils flag-o-matic multilib systemd user DESCRIPTION="Simple relay-only local mail transport agent" -HOMEPAGE="http://untroubled.org/nullmailer/" +HOMEPAGE="http://untroubled.org/nullmailer/ https://github.com/bruceg/nullmailer" SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="ssl" @@ -56,12 +56,14 @@ src_prepare() { } src_configure() { + # https://github.com/bruceg/nullmailer/pull/31/commits + append-lfs-flags #471102 econf \ --localstatedir=/var \ $(use_enable ssl tls) } -src_install () { +src_install() { default # A small bit of sample config diff --git a/media-gfx/darktable/Manifest b/media-gfx/darktable/Manifest index d1b1bb9dc0c5..f3ec1961a083 100644 --- a/media-gfx/darktable/Manifest +++ b/media-gfx/darktable/Manifest @@ -1,4 +1,4 @@ DIST darktable-1.6.9.tar.xz 3124940 SHA256 0f721e9d298a9407f6c0325d9c95b9dc37fa60f3b6a2f2e3b5675ff97c423173 SHA512 c0e8e83cf1cb10b663e5486f2bdde3cba2db5dbaabacd260999be1173c67618023e785e9087a517959835459f8d54c245d190f63a9422a17f3472f5aa316d492 WHIRLPOOL 0a2446ff7f98cf0297c5948009414dbf828f1cc60a9fb117f1e110f454dd68df611310bd9ff287f1f2345a8ee9818c1918b4ac7791aeb094c01e71a1ecdfce9d -DIST darktable-2.0.0.tar.xz 2888596 SHA256 d4f2f525bbbb1355bc3470e74cc158d79d7e236f3925928f67a88461f1df7cb1 SHA512 d4c829212bd30e218a3870d2fb5907c707dd41ed672cbebf38b02d6b771f252fa09648bd4b2496ad6381f2a3238cb0d5090afa05a4be3e3c284900cf6e010f16 WHIRLPOOL 7bbece902492f1865efa3b1e6c61424331301f0a6cf52ce8128506da6b9fa91493110711bb26d181b6208fe788994b5ffd3e332bb4829742f8f0ab24ffe19254 DIST darktable-2.0.1.tar.xz 2927028 SHA256 4d0e76eb42b95418ab59c17bff8aac660f5348b082aabfb3113607c67e87830b SHA512 457122dcc3b1ddf8d604cf57f46213511d4f64a241d742cdfb2985fb6c9a4e2f27eee1f77819d14e2e8dcea574db21119c1264779d92ce98066f441daae99adb WHIRLPOOL 7870d724379eb556979224d392a505de592143f27b4f70ae7d7a757e5b96f8e1cdc9dae11cfac2e0e29a865cc339e5c97c0b4b6f45be6e49e5ab73eaa6ac4547 +DIST darktable-2.0.2.tar.xz 2963072 SHA256 75ea6354eb08aab8f25315a2de14c68dc6aad6ee5992061beea624afc7912400 SHA512 428973615703206d6097ab3f9028269903ecbf8447f11ad79c2e83303e63b992bb0fb4c11a21e830c56355203dff5342c9dc8ff556839962145da8d5e76f512d WHIRLPOOL efc14be6600b72f54f431c149f605a7cf0baf26af8ea8a033e52e5db83ec465c9470ced600984ab6351d013556168bd318828e2484c6d1d0c7c1044dbe64b267 DIST darktable-usermanual-1.6.0.pdf 12827069 SHA256 f5c46dbf0a2dd2d391f92555abdefe735c6362e51a755b296d71779492b7e945 SHA512 39ee8c1b4f23883025750416d9d1f73d1dfbec0e6ac3eeef0f15778ced66a373c00b0a46cb3a54b1cfd6e04313313f63e8e3cd3d0cbea011acaa07a725d0ab02 WHIRLPOOL 49a234e57c14d23ccb85eadf2ad03c52eae7f90b0371dce025c04019a7a5cca41858084f735fe0965f93958ab83601571ab3e33acd27c2bcbd381bb0c9da4794 diff --git a/media-gfx/darktable/darktable-2.0.0.ebuild b/media-gfx/darktable/darktable-2.0.2.ebuild similarity index 100% rename from media-gfx/darktable/darktable-2.0.0.ebuild rename to media-gfx/darktable/darktable-2.0.2.ebuild diff --git a/media-libs/plib/plib-1.8.5-r1.ebuild b/media-libs/plib/plib-1.8.5-r1.ebuild index b409a59d0777..ad348fa29a09 100644 --- a/media-libs/plib/plib-1.8.5-r1.ebuild +++ b/media-libs/plib/plib-1.8.5-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://plib.sourceforge.net/dist/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ppc ~sparc ~x86" DEPEND="virtual/opengl" RDEPEND=${DEPEND} diff --git a/media-libs/portaudio/portaudio-19_pre20140130.ebuild b/media-libs/portaudio/portaudio-19_pre20140130.ebuild index c9ddeb4c9382..a4bf456becdd 100644 --- a/media-libs/portaudio/portaudio-19_pre20140130.ebuild +++ b/media-libs/portaudio/portaudio-19_pre20140130.ebuild @@ -18,7 +18,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~amd64-l IUSE="alsa +cxx debug jack oss static-libs" RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) - jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}] ) + jack? ( virtual/jack[${MULTILIB_USEDEP}] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r8 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )" DEPEND="${RDEPEND} diff --git a/media-libs/raspberrypi-userland/Manifest b/media-libs/raspberrypi-userland/Manifest index 730152c7ce1d..b4e59eac6b33 100644 --- a/media-libs/raspberrypi-userland/Manifest +++ b/media-libs/raspberrypi-userland/Manifest @@ -2,3 +2,4 @@ DIST raspberrypi-userland-0_pre20130705.tar.xz 31966608 SHA256 6307cc9d6103cd8af DIST raspberrypi-userland-0_pre20140117.tar.xz 31998784 SHA256 2999d711465ddbc6b70d429a0253b8a9c1f838351a96f2b25cc86109a879005f SHA512 5c3dfebdcb36a2a17da94cafcc92067b24b454d5694b0bd216dd0d6752c4f505840880094c22125ab5da60f7b53b9114e8d04359a223e9e00be967cb8585e42e WHIRLPOOL 5179758c2be4b45f640eb8759554e19ea4fc8c83e63b0d4396ae84e67ae82e97824bf12f0766df5a70e2ca5b80e90be80e5c9b2eaa968752829765463d3f6d0d DIST raspberrypi-userland-0_pre20140830.tar.xz 32066536 SHA256 f9a06d2ca7d41cdc700b83eeb7c3e06d3ea6bd3fd187880a563144a6bf6ee901 SHA512 775005177e760fff611d7ce7e4beb466ea111dfc4652b97593d1061b97b1ded32979f8666a0aada6338791abab988883bbfd902f267eba5734e8aa932ebcf487 WHIRLPOOL 3066272a88b868ef20f27614f6f680aa6eb8a43cd2e281a7a930b99be341b037fa843a1c36bfdc6be619544e5b4b8751e5ab58c853b1baff44894b39284bfa55 DIST raspberrypi-userland-0_pre20150921.tar.xz 32395092 SHA256 771bf96111d40c3b86cf2590f22d02306e5f56668f6ee11ace389c719bfccb2b SHA512 0aad096f5c6d54ef1d494708e80f8fb921e30e0d93ced79b4e939afffa8e824e35347595d6f925d1d7ee86917e72fa0b160ad56c8a4df7711d5e87b5cc399be1 WHIRLPOOL 2204dd8f8acf79c3d8baab770e133d18596f00fbf714e9ab46bf4a5ae1a1c0cf9edcbf763bf7fc0403126bb0ca9de7f422a3427dd429d849df6aee1be08b4b6a +DIST raspberrypi-userland-0_pre20160305.tar.gz 32888927 SHA256 01cc6dfb5ee50733d58e6cb1ba0f79cb90ab7ef46718c302cbac0fd9e3a09b6a SHA512 8621f48d699b2736d4a22f03e5cdde6be564b8d2100f46ab85d3f6e0fc958634436fafc8d218f55a114a37acaf6dbe21b5cf2bf57c258a3067af2720d63d0c27 WHIRLPOOL 109aabddfc483900741758a737f93c1f3bc4074de2e2f0d25d28a620f8381adb44d21b5fa8eb3f59a69eb3a9903b95b32e3a5d9d9353560d42e37d19aaa9b085 diff --git a/media-libs/raspberrypi-userland/files/92-local-vchiq-permissions.rules b/media-libs/raspberrypi-userland/files/92-local-vchiq-permissions.rules new file mode 100644 index 000000000000..bacea0e0665e --- /dev/null +++ b/media-libs/raspberrypi-userland/files/92-local-vchiq-permissions.rules @@ -0,0 +1 @@ +SUBSYSTEM=="vchiq",GROUP="video",MODE="0660" diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160305.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160305.ebuild new file mode 100644 index 000000000000..5676f12be23b --- /dev/null +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160305.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="Raspberry Pi userspace tools and libraries" +HOMEPAGE="https://github.com/raspberrypi/userland" + +if [[ ${PV} == 9999* ]]; then + inherit git-2 + EGIT_REPO_URI="git://github.com/${PN/-//}.git" + SRC_URI="" + KEYWORDS="" +else + GIT_COMMIT="8369e39" + SRC_URI="https://github.com/raspberrypi/userland/tarball/${GIT_COMMIT} -> ${P}.tar.gz" + KEYWORDS="~arm" + S="${WORKDIR}/raspberrypi-userland-${GIT_COMMIT}" +fi + +IUSE="examples" +LICENSE="BSD" +SLOT="0" + +# TODO: +# * port vcfiled init script +# * stuff is still installed to hardcoded /opt/vc location, investigate whether +# anything else depends on it being there +# * live ebuild + +src_unpack() { + if [[ ${PV} == 9999* ]]; then + git-2_src_unpack + else + default + fi +} + +src_prepare() { + # init script for Debian, not useful on Gentoo + sed -i "/DESTINATION \/etc\/init.d/,+2d" interface/vmcs_host/linux/vcfiled/CMakeLists.txt || die +} + +src_install() { + cmake-utils_src_install + + doenvd "${FILESDIR}"/04${PN} + + dodir /etc/udev/rules.d + insinto /etc/udev/rules.d + doins "${FILESDIR}"/92-local-vchiq-permissions.rules + + # enable dynamic switching of the GL implementation + dodir /usr/lib/opengl + dosym ../../../opt/vc /usr/lib/opengl/${PN} + + # tell eselect opengl that we do not have libGL + touch "${ED}"/opt/vc/.gles-only + + # some #include instructions are wrong so we need to fix them + einfo "Fixing #include \"vcos_platform_types.h\"" + for file in $(grep -l "#include \"vcos_platform_types.h\"" "${D}"/opt/vc/include/* -r); do + einfo " Fixing file ${file}" + sed -i "s%#include \"vcos_platform_types.h\"%#include \"interface/vcos/pthreads/vcos_platform_types.h\"%g" ${file} + done + einfo "Fixing #include \"vcos_platform.h\"" + for file in $(grep -l "#include \"vcos_platform.h\"" "${D}"/opt/vc/include/* -r); do + einfo " Fixing file ${file}" + sed -i "s%#include \"vcos_platform.h\"%#include \"interface/vcos/pthreads/vcos_platform.h\"%g" ${file} + done + einfo "Fixing #include \"vchost_config.h\"" + for file in $(grep -l "#include \"vchost_config.h\"" "${D}"/opt/vc/include/* -r); do + einfo " Fixing file ${file}" + sed -i "s%#include \"vchost_config.h\"%#include \"interface/vmcs_host/linux/vchost_config.h\"%g" ${file} + done + + if use examples ; then + dodir /usr/share/doc/${PF}/examples + mv "${D}"/opt/vc/src/hello_pi "${D}"/usr/share/doc/${PF}/examples/ || die + rm -fr "${D}"/opt/vc/src + else + rm -fr "${D}/opt/vc/src" + fi +} diff --git a/media-libs/tiff/tiff-4.0.6.ebuild b/media-libs/tiff/tiff-4.0.6.ebuild index a3466bba8554..44b6f6a7e09d 100644 --- a/media-libs/tiff/tiff-4.0.6.ebuild +++ b/media-libs/tiff/tiff-4.0.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz LICENSE="libtiff" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+cxx jbig jpeg lzma static-libs test zlib" RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] ) diff --git a/media-sound/lingot/lingot-0.9.1.ebuild b/media-sound/lingot/lingot-0.9.1.ebuild index e18391f84985..eebc2673c92a 100644 --- a/media-sound/lingot/lingot-0.9.1.ebuild +++ b/media-sound/lingot/lingot-0.9.1.ebuild @@ -20,7 +20,7 @@ RDEPEND="x11-libs/gtk+:2 dev-libs/glib:2 gnome-base/libglade:2.0 alsa? ( media-libs/alsa-lib ) - jack? ( >=media-sound/jack-audio-connection-kit-0.102 )" + jack? ( virtual/jack )" DEPEND="${RDEPEND} virtual/pkgconfig dev-util/intltool diff --git a/media-sound/lmms/lmms-1.1.3.ebuild b/media-sound/lmms/lmms-1.1.3.ebuild index 255427a11eba..10051946c62c 100644 --- a/media-sound/lmms/lmms-1.1.3.ebuild +++ b/media-sound/lmms/lmms-1.1.3.ebuild @@ -25,7 +25,7 @@ RDEPEND="dev-qt/qtcore:4 >=x11-libs/fltk-1.3.0_rc3:1 alsa? ( media-libs/alsa-lib ) fluidsynth? ( media-sound/fluidsynth ) - jack? ( >=media-sound/jack-audio-connection-kit-0.99.0 ) + jack? ( virtual/jack ) ogg? ( media-libs/libvorbis media-libs/libogg ) portaudio? ( >=media-libs/portaudio-19_pre ) diff --git a/media-sound/mpd/mpd-0.19.12.ebuild b/media-sound/mpd/mpd-0.19.12.ebuild index 777cd2df38cb..bd945c127366 100644 --- a/media-sound/mpd/mpd-0.19.12.ebuild +++ b/media-sound/mpd/mpd-0.19.12.ebuild @@ -224,6 +224,8 @@ src_install() { newinitd "${FILESDIR}"/${PN}2.init ${PN} systemd_newuserunit systemd/${PN}.service ${PN}.service + sed -i '/WantedBy=/c WantedBy=default.target' \ + "${ED}"/usr/lib/systemd/user/mpd.service || die "sed failed" if use unicode; then sed -i -e 's:^#filesystem_charset.*$:filesystem_charset "UTF-8":' \ diff --git a/media-sound/pulseaudio/pulseaudio-8.0.ebuild b/media-sound/pulseaudio/pulseaudio-8.0.ebuild index 3a6cf96a73a1..965d3acf8d5a 100644 --- a/media-sound/pulseaudio/pulseaudio-8.0.ebuild +++ b/media-sound/pulseaudio/pulseaudio-8.0.ebuild @@ -52,7 +52,7 @@ RDEPEND=" alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0:2[${MULTILIB_USEDEP}] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) - jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) + jack? ( virtual/jack ) tcpd? ( sys-apps/tcp-wrappers[${MULTILIB_USEDEP}] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0[${MULTILIB_USEDEP}] ) diff --git a/media-sound/qjackctl/qjackctl-0.4.1-r1.ebuild b/media-sound/qjackctl/qjackctl-0.4.1-r2.ebuild similarity index 96% rename from media-sound/qjackctl/qjackctl-0.4.1-r1.ebuild rename to media-sound/qjackctl/qjackctl-0.4.1-r2.ebuild index 0306d52e9d92..54ff9ed893f1 100644 --- a/media-sound/qjackctl/qjackctl-0.4.1-r1.ebuild +++ b/media-sound/qjackctl/qjackctl-0.4.1-r2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="alsa dbus debug portaudio +qt5" RDEPEND=" - >=media-sound/jack-audio-connection-kit-0.109.2 + virtual/jack qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) alsa? ( media-libs/alsa-lib ) diff --git a/media-video/aegisub/Manifest b/media-video/aegisub/Manifest index e696d2ddb43e..958989199ad3 100644 --- a/media-video/aegisub/Manifest +++ b/media-video/aegisub/Manifest @@ -1,2 +1,3 @@ DIST aegisub-3.0.4.tar.xz 4155728 SHA256 7d5d8b94da02278b3327f24dd546c0c897c4b369bd2da9e094dc60371422019a SHA512 2917195a61d16578a83ce0b69006dd0269c086c6eff2f622c47d9880697e4e531a7c0c0232c187f9023635c9d3857a1d6a0cee4f6251e49d22e2b625ac5dda7f WHIRLPOOL 60bd3e0374a60f6af62fe450488e8c68e18957283fff59d704f40e192da624bdf90d68c3cea41122e5b9ca440d218c3bd6d9d8091ed5226a2e9d1b9fdc2ce689 DIST aegisub-3.2.2.tar.xz 5252052 SHA256 c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885 SHA512 54f825e52f238fef8d5cc31c37436e21355aee27883347f905271e5d2a8ff2a77e1b67d5aef38b0f8468bd0bad851fe944e02de27ec96310b902fbe5b1086722 WHIRLPOOL fe948edbb01f11385e14d1912b73942605df18325fcd95f4284a3c2edb73778d90d73038ac4a062e211fd56879590040e3c558fe1e361ec9fe2eee6a5c016448 +DIST aegisub-3.2.2_p20160306.tar.gz 7436713 SHA256 1b70f67c3b3d6ecce482bc1f4beb1ceffd4c523aa060556658e403ea98fcc58c SHA512 815775b64b1ad5cd09eda6106561a8a0d4dc129d4c2e08e057eab881289526a7b67bab2f4d2f48748ef2015ea21f2839ed8f84d168bf9127c62c9a35caa1abd5 WHIRLPOOL caaa6b1d69c7e4d1da4abfd0382d263585c5216d9ed5e63f515d8bce98b2e0dad2848552f3f097a8db9e39dad5d2c00d3b752f0407490d0d2c777aaa8fc6dc38 diff --git a/media-video/aegisub/aegisub-3.0.4-r1.ebuild b/media-video/aegisub/aegisub-3.0.4-r1.ebuild index 93bc4fef317b..572569ee9a45 100644 --- a/media-video/aegisub/aegisub-3.0.4-r1.ebuild +++ b/media-video/aegisub/aegisub-3.0.4-r1.ebuild @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86" IUSE="alsa debug +ffmpeg +fftw +libass lua openal oss portaudio pulseaudio spell" # configure.ac specifies minimal versions for some of the dependencies below. -# However, most of these minimal versions date back to 2006-2010 yy. +# However, most of these minimal versions date back to 2006-2012 yy. # Such version specifiers are meaningless nowadays, so they are omitted. RDEPEND=" >=x11-libs/wxGTK-2.9.3:${WX_GTK_VER}[X,opengl,debug?] @@ -38,10 +38,10 @@ RDEPEND=" portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) - ffmpeg? ( >=media-libs/ffmpegsource-2.16:= ) + ffmpeg? ( media-libs/ffmpegsource:= ) fftw? ( >=sci-libs/fftw-3.3:= ) - libass? ( media-libs/libass[fontconfig] ) + libass? ( media-libs/libass:=[fontconfig] ) lua? ( =dev-lang/lua-5.1*:= ) spell? ( app-text/hunspell ) " diff --git a/media-video/aegisub/aegisub-3.2.2-r1.ebuild b/media-video/aegisub/aegisub-3.2.2_p20160306.ebuild similarity index 77% rename from media-video/aegisub/aegisub-3.2.2-r1.ebuild rename to media-video/aegisub/aegisub-3.2.2_p20160306.ebuild index 79bc20d66c93..1c21ae6afbd0 100644 --- a/media-video/aegisub/aegisub-3.2.2-r1.ebuild +++ b/media-video/aegisub/aegisub-3.2.2_p20160306.ebuild @@ -8,44 +8,43 @@ AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 PLOCALES="ar bg ca cs da de el es eu fa fi fr_FR gl hu id it ja ko nl pl pt_BR pt_PT ru sr_RS@latin sr_RS uk_UA vi zh_CN zh_TW" WX_GTK_VER="3.0" +COMMIT_ID="26fea0e123246b4f122beb54559c8dcd82925071" -inherit autotools-utils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets +inherit autotools-utils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets vcs-snapshot DESCRIPTION="Advanced subtitle editor" HOMEPAGE="http://www.aegisub.org/" -SRC_URI=" - http://ftp.aegisub.org/pub/releases/${P}.tar.xz - ftp://ftp.aegisub.org/pub/releases/${P}.tar.xz -" +SRC_URI="https://github.com/Aegisub/Aegisub/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="alsa debug +ffmpeg +fftw openal oss portaudio pulseaudio spell" +IUSE="alsa debug +ffmpeg +fftw openal oss portaudio pulseaudio spell +uchardet" # configure.ac specifies minimal versions for some of the dependencies below. -# However, most of these minimal versions date back to 2006-2010 yy. +# However, most of these minimal versions date back to 2006-2012 yy. # Such version specifiers are meaningless nowadays, so they are omitted. RDEPEND=" - >=dev-lang/luajit-2.0.3:2[lua52compat] - >=dev-libs/boost-1.50.0:=[icu,nls,threads] - >=dev-libs/icu-4.8.1.1:= - >=x11-libs/wxGTK-3.0.0:${WX_GTK_VER}[X,opengl,debug?] + dev-lang/luajit:2[lua52compat] + dev-libs/boost:=[icu,nls,threads] + dev-libs/icu:= media-libs/fontconfig media-libs/freetype - media-libs/libass[fontconfig] + media-libs/libass:=[fontconfig] virtual/libiconv virtual/opengl + x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,debug?] alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) - ffmpeg? ( >=media-libs/ffmpegsource-2.16:= ) + ffmpeg? ( media-libs/ffmpegsource:= ) fftw? ( >=sci-libs/fftw-3.3:= ) spell? ( app-text/hunspell ) + uchardet? ( dev-libs/uchardet ) " DEPEND="${RDEPEND} oss? ( virtual/os-headers ) @@ -57,14 +56,12 @@ REQUIRED_USE=" || ( alsa openal oss portaudio pulseaudio ) " -# aegisub also bundles luabins (https://github.com/agladysh/luabins). +# aegisub bundles luabins (https://github.com/agladysh/luabins). # Unfortunately, luabins upstream is dead since 2011. # Thus unbundling luabins is not worth the effort. PATCHES=( - "${FILESDIR}/${P}-fix-lua-regexp.patch" - "${FILESDIR}/${P}-unbundle-luajit.patch" - "${FILESDIR}/${P}-add-missing-pthread-flags.patch" - "${FILESDIR}/${PF}-respect-user-compiler-flags.patch" + "${FILESDIR}/${P}-fix-luajit-unbundling.patch" + "${FILESDIR}/${P}-respect-user-compiler-flags.patch" ) pkg_pretend() { @@ -91,6 +88,7 @@ src_configure() { use openal && export agi_cv_with_openal="yes" local myeconfargs=( --disable-update-checker + --with-system-luajit $(use_enable debug) $(use_with alsa) $(use_with ffmpeg ffms2) @@ -100,6 +98,7 @@ src_configure() { $(use_with portaudio) $(use_with pulseaudio libpulse) $(use_with spell hunspell) + $(use_with uchardet) ) autotools-utils_src_configure } diff --git a/media-video/aegisub/aegisub-9999.ebuild b/media-video/aegisub/aegisub-9999.ebuild index 8c24de933892..a356fa809e98 100644 --- a/media-video/aegisub/aegisub-9999.ebuild +++ b/media-video/aegisub/aegisub-9999.ebuild @@ -21,25 +21,25 @@ KEYWORDS="" IUSE="alsa debug +ffmpeg +fftw openal oss portaudio pulseaudio spell +uchardet" # configure.ac specifies minimal versions for some of the dependencies below. -# However, most of these minimal versions date back to 2006-2010 yy. +# However, most of these minimal versions date back to 2006-2012 yy. # Such version specifiers are meaningless nowadays, so they are omitted. RDEPEND=" - >=dev-lang/luajit-2.0.4:2[lua52compat] - >=dev-libs/boost-1.50.0:=[icu,nls,threads] - >=dev-libs/icu-4.8.1.1:= - >=x11-libs/wxGTK-3.0.0:${WX_GTK_VER}[X,opengl,debug?] + dev-lang/luajit:2[lua52compat] + dev-libs/boost:=[icu,nls,threads] + dev-libs/icu:= media-libs/fontconfig media-libs/freetype - media-libs/libass[fontconfig] + media-libs/libass:=[fontconfig] virtual/libiconv virtual/opengl + x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,debug?] alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) - ffmpeg? ( >=media-libs/ffmpegsource-2.16:= ) + ffmpeg? ( media-libs/ffmpegsource:= ) fftw? ( >=sci-libs/fftw-3.3:= ) spell? ( app-text/hunspell ) @@ -55,13 +55,12 @@ REQUIRED_USE=" || ( alsa openal oss portaudio pulseaudio ) " -# aegisub also bundles luabins (https://github.com/agladysh/luabins). +# aegisub bundles luabins (https://github.com/agladysh/luabins). # Unfortunately, luabins upstream is dead since 2011. # Thus unbundling luabins is not worth the effort. PATCHES=( - "${FILESDIR}/${P}-unbundle-luajit.patch" - "${FILESDIR}/${P}-add-missing-pthread-flags.patch" - "${FILESDIR}/${PN}-3.2.2-r1-respect-user-compiler-flags.patch" + "${FILESDIR}/${PN}-3.2.2_p20160306-fix-luajit-unbundling.patch" + "${FILESDIR}/${PN}-3.2.2_p20160306-respect-user-compiler-flags.patch" ) pkg_pretend() { @@ -88,6 +87,7 @@ src_configure() { use openal && export agi_cv_with_openal="yes" local myeconfargs=( --disable-update-checker + --with-system-luajit $(use_enable debug) $(use_with alsa) $(use_with ffmpeg ffms2) diff --git a/media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch b/media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch index 3eda0da81bb0..0bd1b5d7d7a3 100644 --- a/media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch +++ b/media-video/aegisub/files/aegisub-3.0.4-fix-install-with-empty-LINGUAS.patch @@ -1,6 +1,6 @@ -Upstream always installs all available localization files. We workaround it by -sed'ing out unneeded languages from PO variable in aegisub/po/Makefile file. -This can lead to an empty PO definition and in this case install target fails. +Upstream always installs all available localization files. We workaround this +by sed'ing out the unused languages from PO variable in `aegisub/po/Makefile'. +This can result in an empty PO definition, in which case install target fails. Thus a simple guard is introduced to prevent this fail. diff --git a/aegisub/po/Makefile b/aegisub/po/Makefile diff --git a/media-video/aegisub/files/aegisub-3.2.2_p20160306-fix-luajit-unbundling.patch b/media-video/aegisub/files/aegisub-3.2.2_p20160306-fix-luajit-unbundling.patch new file mode 100644 index 000000000000..a3649c729e3f --- /dev/null +++ b/media-video/aegisub/files/aegisub-3.2.2_p20160306-fix-luajit-unbundling.patch @@ -0,0 +1,127 @@ +From 11bd157747ebb855d56d2bc59952a1093cfd9ddc Mon Sep 17 00:00:00 2001 +From: Ilya Tumaykin +Date: Mon, 7 Mar 2016 11:21:10 +0300 +Subject: Properly separate bundled and system luajit builds + +Build bundled luajit bits only when using bundled luajit. +Properly set up linker flags when using system luajit. + +Closes #1904. + +Bug: http://devel.aegisub.org/ticket/1904 +--- + Makefile.inc.in | 1 + + automation/Makefile | 8 +++++++- + configure.ac | 2 ++ + header.mk | 5 ++++- + src/Makefile | 9 +++++++-- + tools/Makefile | 2 ++ + 6 files changed, 23 insertions(+), 4 deletions(-) + +diff --git a/Makefile.inc.in b/Makefile.inc.in +index d8b3f4a..52e4cf6 100644 +--- a/Makefile.inc.in ++++ b/Makefile.inc.in +@@ -9,6 +9,7 @@ HAVE_OPENAL = @with_openal@ + HAVE_OSS = @with_oss@ + HAVE_PORTAUDIO = @with_portaudio@ + HAVE_UCHARDET = @with_uchardet@ ++SYSTEM_LUAJIT = @with_system_luajit@ + + ############## + # BUILD OUTPUT +diff --git a/automation/Makefile b/automation/Makefile +index 5483dbd..1231aab 100644 +--- a/automation/Makefile ++++ b/automation/Makefile +@@ -12,10 +12,16 @@ DATA_AUTOMATION_INSTALLED = $(addprefix $(DESTDIR)$(P_DATA)/automation/, $(DATA_ + $(DESTDIR)$(P_DATA)/automation/%: $(d)% + $(MKDIR_INSTALL) + +-aegisub-lua_OBJ := $(d)tests/aegisub.o $(TOP)lib/libaegisub.a $(TOP)lib/libluabins.a $(LIBS_LUA) ++aegisub-lua_OBJ := $(d)tests/aegisub.o $(TOP)lib/libaegisub.a $(TOP)lib/libluabins.a + aegisub-lua_CPPFLAGS := $(CPPFLAGS_BOOST) $(CFLAGS_LUA) -I$(TOP)libaegisub/include -I$(TOP)src $(CXXFLAGS_WX) + aegisub-lua_LIBS := $(LIBS_WX) $(LIBS_BOOST) $(LIBS_ICU) $(LIBS_PTHREAD) + ++ifeq (no, $(SYSTEM_LUAJIT)) ++aegisub-lua_OBJ += $(LIBS_LUA) ++else ++aegisub-lua_LIBS += $(LIBS_LUA) ++endif ++ + PROGRAM += $(d)aegisub-lua + + test-automation: $(PROGRAM) +diff --git a/configure.ac b/configure.ac +index 1649efc..7ebe9d8 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -429,6 +429,8 @@ AS_IF([test $with_system_luajit = no], + [AC_SUBST([LUAJIT_CFLAGS], ['-I$(TOP)vendor/luajit/include']) + AC_SUBST([LUAJIT_LIBS], ['$(TOP)vendor/luajit/src/libluajit.a'])]) + ++AC_SUBST(with_system_luajit) ++ + # We also need a Lua binary to run part of the build system + # Which version doesn't matter as the scripts are portable between them + AC_CHECK_PROGS([LUA], [lua luajit lua5.3 lua-5.3 lua5.2 lua-5.2 lua5.1 lua-5.1]) +diff --git a/header.mk b/header.mk +index 613b38f..a9ce1d7 100644 +--- a/header.mk ++++ b/header.mk +@@ -13,7 +13,10 @@ subdirs := \ + tests \ + tools \ + vendor/luabins \ +- vendor/luajit ++ ++ifeq (no, $(SYSTEM_LUAJIT)) ++subdirs += vendor/luajit ++endif + + subdirs := $(addprefix $(TOP),$(addsuffix /Makefile,$(subdirs))) + +diff --git a/src/Makefile b/src/Makefile +index 0ee6c84..1a6f015 100644 +--- a/src/Makefile ++++ b/src/Makefile +@@ -6,7 +6,7 @@ src_CPPFLAGS := -I$(d) -I.. -I$(d)include -I$(TOP)libaegisub/include -I$(TOP)bui + $(CFLAGS_PTHREAD) $(CFLAGS_FFTW3) $(CFLAGS_ICU) $(CPPFLAGS_BOOST) + src_CXXFLAGS := $(CXXFLAGS_WX) + src_LIBS := $(LIBS_GL) $(LIBS_PTHREAD) $(LIBS_WX) $(LIBS_FREETYPE) \ +- $(LIBS_LIBASS) $(LIBS_FONTCONFIG) $(LIBS_FFTW3) $(LIBS_BOOST) $(LIBS_ICU) ++ $(LIBS_LIBASS) $(LIBS_FONTCONFIG) $(LIBS_FFTW3) $(LIBS_BOOST) $(LIBS_ICU) + src_PCH := $(d)agi_pre.h + src_INSTALLNAME := $(AEGISUB_COMMAND) + +@@ -111,11 +111,16 @@ src_OBJ := \ + $(d)video_provider_yuv4mpeg.o \ + $(d)video_slider.o \ + $(d)visual_feature.o \ +- $(LIBS_LUA) \ + $(TOP)lib/libaegisub.a \ + $(TOP)lib/libluabins.a \ + $(TOP)lib/libresrc.a \ + ++ifeq (no, $(SYSTEM_LUAJIT)) ++src_OBJ += $(LIBS_LUA) ++else ++src_LIBS += $(LIBS_LUA) ++endif ++ + ifeq (yes, $(BUILD_DARWIN)) + src_OBJ += $(d)font_file_lister_coretext.o + src_OBJ += $(subst .mm,.o,$(wildcard $(d)osx/*.mm)) +diff --git a/tools/Makefile b/tools/Makefile +index de6166a..e17eaa2 100644 +--- a/tools/Makefile ++++ b/tools/Makefile +@@ -12,6 +12,8 @@ repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU) + + PROGRAM += $(d)repack-thes-dict + ++ifeq (no, $(SYSTEM_LUAJIT)) + $(TOP)tools/respack.lua: $(shell command -v "$(BIN_LUA)") ++endif + + include $(TOP)Makefile.target diff --git a/media-video/aegisub/files/aegisub-3.2.2-r1-respect-user-compiler-flags.patch b/media-video/aegisub/files/aegisub-3.2.2_p20160306-respect-user-compiler-flags.patch similarity index 90% rename from media-video/aegisub/files/aegisub-3.2.2-r1-respect-user-compiler-flags.patch rename to media-video/aegisub/files/aegisub-3.2.2_p20160306-respect-user-compiler-flags.patch index 517898303e53..4cd4790e3f0a 100644 --- a/media-video/aegisub/files/aegisub-3.2.2-r1-respect-user-compiler-flags.patch +++ b/media-video/aegisub/files/aegisub-3.2.2_p20160306-respect-user-compiler-flags.patch @@ -2,10 +2,10 @@ http://devel.aegisub.org/ticket/1899 http://devel.aegisub.org/ticket/1900 diff --git a/configure.ac b/configure.ac -index be657b0..de8184f 100644 +index 1649efc..2f4470b 100644 --- a/configure.ac +++ b/configure.ac -@@ -139,20 +139,17 @@ CC="$PTHREAD_CC" +@@ -133,20 +133,17 @@ AS_IF([test x$build_darwin != xyes], [ AC_ARG_ENABLE(compiler-flags, AS_HELP_STRING([--disable-compiler-flags],[Disable *all* additional compiler flags. [no]])) AS_IF([test x$enable_compiler_flags != xno], [ @@ -32,10 +32,10 @@ index be657b0..de8184f 100644 ]) diff --git a/src/Makefile b/src/Makefile -index 60d7101..1f7b2bc 100644 +index 0ee6c84..cad213b 100644 --- a/src/Makefile +++ b/src/Makefile -@@ -182,14 +182,13 @@ endif +@@ -188,14 +188,13 @@ endif ##################### # SOURCE-LEVEL CFLAGS ##################### @@ -50,4 +50,4 @@ index 60d7101..1f7b2bc 100644 +$(d)subtitles_provider_libass.o_FLAGS := $(CFLAGS_LIBASS) $(d)text_file_reader.o_FLAGS := -D_X86_ $(d)video_provider_manager.o_FLAGS := $(CFLAGS_FFMS2) - $(d)auto4_lua.o_FLAGS := -I$(TOP)vendor/luajit/include + $(d)auto4_lua.o_FLAGS := $(CFLAGS_LUA) diff --git a/media-video/aegisub/files/aegisub-9999-add-missing-pthread-flags.patch b/media-video/aegisub/files/aegisub-9999-add-missing-pthread-flags.patch deleted file mode 100644 index 9f41ee5adbd7..000000000000 --- a/media-video/aegisub/files/aegisub-9999-add-missing-pthread-flags.patch +++ /dev/null @@ -1,44 +0,0 @@ -http://devel.aegisub.org/ticket/1902 -http://devel.aegisub.org/ticket/1903 -http://devel.aegisub.org/ticket/1911 - -diff --git a/Makefile.inc.in b/Makefile.inc.in -index 5a52d25..86f93d1 100644 ---- a/Makefile.inc.in -+++ b/Makefile.inc.in -@@ -100,7 +100,7 @@ LIBS_LIBPULSE = @LIBPULSE_LIBS@ - LIBS_LUA = $(TOP)vendor/luajit/src/libluajit.a - LIBS_OPENAL = @OPENAL_LIBS@ - LIBS_PORTAUDIO = @PORTAUDIO_LIBS@ --LIBS_PTHREAD = @PTHREAD_LIBS@ -+LIBS_PTHREAD = @PTHREAD_LIBS@ -lpthread - LIBS_UCHARDET = @UCHARDET_LIBS@ - - ifeq (yes, $(BUILD_DARWIN)) -diff --git a/libaegisub/Makefile b/libaegisub/Makefile -index b021523..77a18ec 100644 ---- a/libaegisub/Makefile -+++ b/libaegisub/Makefile -@@ -44,7 +44,8 @@ aegisub_OBJ += $(d)common/dispatch.o - endif - - aegisub_PCH := $(d)lagi_pre.h --aegisub_CPPFLAGS := -I$(d)include -I$(TOP) $(CPPFLAGS_BOOST) $(CFLAGS_LUA) -+aegisub_CPPFLAGS := -I$(d)include -I$(TOP) \ -+ $(CFLAGS_PTHREAD) $(CPPFLAGS_BOOST) $(CFLAGS_LUA) - - $(d)common/charset.o_FLAGS := $(CFLAGS_UCHARDET) - $(d)common/charset_conv.o_FLAGS := $(CFLAGS_ICONV) -diff --git a/tools/Makefile b/tools/Makefile -index cbf985a..d9f64b8 100644 ---- a/tools/Makefile -+++ b/tools/Makefile -@@ -7,7 +7,7 @@ PROGRAM += $(d)osx-bundle-restart-helper - endif - - repack-thes-dict_OBJ := $(d)repack-thes-dict.o $(TOP)lib/libaegisub.a --repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU) $(PTHREAD_LIBS) -+repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU) $(LIBS_PTHREAD) - repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU) - - PROGRAM += $(d)repack-thes-dict diff --git a/media-video/aegisub/files/aegisub-9999-unbundle-luajit.patch b/media-video/aegisub/files/aegisub-9999-unbundle-luajit.patch deleted file mode 100644 index c7e3e949325c..000000000000 --- a/media-video/aegisub/files/aegisub-9999-unbundle-luajit.patch +++ /dev/null @@ -1,153 +0,0 @@ -http://devel.aegisub.org/ticket/1904 - -diff --git a/Makefile.inc.in b/Makefile.inc.in -index 5a52d25..6cd16f1 100644 ---- a/Makefile.inc.in -+++ b/Makefile.inc.in -@@ -79,7 +79,7 @@ CFLAGS_ICONV = @ICONV_CFLAGS@ - CFLAGS_ICU = @ICU_I18N_CFLAGS@ - CFLAGS_LIBASS = @LIBASS_CFLAGS@ - CFLAGS_LIBPULSE = @LIBPULSE_CFLAGS@ --CFLAGS_LUA = -I$(TOP)vendor/luajit/include -+CFLAGS_LUA = @LUAJIT_CFLAGS@ - CFLAGS_OPENAL = @OPENAL_CFLAGS@ - CFLAGS_OSS = @OSS_CFLAGS@ - CFLAGS_PORTAUDIO = @PORTAUDIO_CFLAGS@ -@@ -97,16 +97,12 @@ LIBS_ICONV = @ICONV_LIBS@ - LIBS_ICU = @ICU_UC_LIBS@ @ICU_I18N_LIBS@ - LIBS_LIBASS = @LIBASS_LIBS@ - LIBS_LIBPULSE = @LIBPULSE_LIBS@ --LIBS_LUA = $(TOP)vendor/luajit/src/libluajit.a -+LIBS_LUA = @LUAJIT_LIBS@ - LIBS_OPENAL = @OPENAL_LIBS@ - LIBS_PORTAUDIO = @PORTAUDIO_LIBS@ - LIBS_PTHREAD = @PTHREAD_LIBS@ - LIBS_UCHARDET = @UCHARDET_LIBS@ - --ifeq (yes, $(BUILD_DARWIN)) --LIBS_LUA = $(TOP)vendor/luajit/src/libluajit-aegisub.so --endif -- - FONTCONFIG_CONF_DIR = @FONTCONFIG_CONF_DIR@ - - ##################### -diff --git a/automation/Makefile b/automation/Makefile -index d5425b7..121aae7 100644 ---- a/automation/Makefile -+++ b/automation/Makefile -@@ -12,9 +12,9 @@ DATA_AUTOMATION_INSTALLED = $(addprefix $(DESTDIR)$(P_DATA)/automation/, $(DATA_ - $(DESTDIR)$(P_DATA)/automation/%: $(d)% - $(MKDIR_INSTALL) - --aegisub-lua_OBJ := $(d)tests/aegisub.o $(TOP)lib/libaegisub.a $(TOP)lib/libluabins.a $(LIBS_LUA) -+aegisub-lua_OBJ := $(d)tests/aegisub.o $(TOP)lib/libaegisub.a $(TOP)lib/libluabins.a - aegisub-lua_CPPFLAGS := $(CPPFLAGS_BOOST) $(CFLAGS_LUA) -I$(TOP)libaegisub/include -I$(TOP)src $(CXXFLAGS_WX) --aegisub-lua_LIBS := $(LIBS_WX) $(LIBS_BOOST) $(LIBS_ICU) -+aegisub-lua_LIBS := $(LIBS_WX) $(LIBS_BOOST) $(LIBS_ICU) $(LIBS_LUA) - - PROGRAM += $(d)aegisub-lua - -diff --git a/configure.ac b/configure.ac -index 7492568..2c77fcf 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -16,6 +16,8 @@ m4_define([libpulse_required_version], [0.5]) - m4_define([pkgconfig_required_version], [0.20]) - m4_define([portaudio_required_version], [19]) - m4_define([wx_required_version], [3.0.0]) -+# Same version as the bundled one -+m4_define([luajit_required_version], [2.0.4]) - - ####### - # Setup -@@ -209,6 +211,7 @@ AS_IF([test x$build_darwin != xyes], [ - ]) - - PKG_CHECK_MODULES(LIBASS, libass >= libass_required_version) -+PKG_CHECK_MODULES(LUAJIT, luajit >= luajit_required_version) - - AX_BOOST_BASE([boost_required_version]) - AX_BOOST_LIB(chrono, BOOST_CHRONO_LIB, [chrono.hpp], [boost::chrono::system_clock::time_point time]) -diff --git a/header.mk b/header.mk -index 613b38f..873d4ce 100644 ---- a/header.mk -+++ b/header.mk -@@ -13,7 +13,6 @@ subdirs := \ - tests \ - tools \ - vendor/luabins \ -- vendor/luajit - - subdirs := $(addprefix $(TOP),$(addsuffix /Makefile,$(subdirs))) - -diff --git a/src/Makefile b/src/Makefile -index 1fb983c..1fb0acb 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -6,7 +6,8 @@ src_CPPFLAGS := -I$(d) -I.. -I$(d)include -I$(TOP)libaegisub/include -I$(TOP)bui - $(CFLAGS_PTHREAD) $(CFLAGS_FFTW3) $(CFLAGS_ICU) $(CPPFLAGS_BOOST) - src_CXXFLAGS := $(CXXFLAGS_WX) - src_LIBS := $(LIBS_GL) $(LIBS_PTHREAD) $(LIBS_WX) $(LIBS_FREETYPE) \ -- $(LIBS_LIBASS) $(LIBS_FONTCONFIG) $(LIBS_FFTW3) $(LIBS_BOOST) $(LIBS_ICU) -+ $(LIBS_LIBASS) $(LIBS_FONTCONFIG) $(LIBS_FFTW3) $(LIBS_BOOST) \ -+ $(LIBS_ICU) $(LIBS_LUA) - src_PCH := $(d)agi_pre.h - src_INSTALLNAME := $(AEGISUB_COMMAND) - -@@ -111,7 +112,6 @@ src_OBJ := \ - $(d)video_provider_yuv4mpeg.o \ - $(d)video_slider.o \ - $(d)visual_feature.o \ -- $(LIBS_LUA) \ - $(TOP)lib/libaegisub.a \ - $(TOP)lib/libluabins.a \ - $(TOP)lib/libresrc.a \ -@@ -198,10 +198,10 @@ $(d)subtitles_provider.o_FLAGS := $(CFLAGS_LIBASS) - $(d)subtitles_provider_libass.o_FLAGS := $(CFLAGS_LIBASS) -Wno-c++11-narrowing - $(d)text_file_reader.o_FLAGS := -D_X86_ - $(d)video_provider_manager.o_FLAGS := $(CFLAGS_FFMS2) --$(d)auto4_lua.o_FLAGS := -I$(TOP)vendor/luajit/include --$(d)auto4_lua_assfile.o_FLAGS := -I$(TOP)vendor/luajit/include --$(d)auto4_lua_dialog.o_FLAGS := -I$(TOP)vendor/luajit/include --$(d)auto4_lua_progresssink.o_FLAGS := -I$(TOP)vendor/luajit/include -+$(d)auto4_lua.o_FLAGS := $(CFLAGS_LUA) -+$(d)auto4_lua_assfile.o_FLAGS := $(CFLAGS_LUA) -+$(d)auto4_lua_dialog.o_FLAGS := $(CFLAGS_LUA) -+$(d)auto4_lua_progresssink.o_FLAGS := $(CFLAGS_LUA) - - $(src_OBJ): $(d)libresrc/bitmap.h $(d)libresrc/default_config.h - -diff --git a/src/libresrc/Makefile b/src/libresrc/Makefile -index 6441856..0562eb1 100644 ---- a/src/libresrc/Makefile -+++ b/src/libresrc/Makefile -@@ -10,7 +10,7 @@ resrc_OBJ := \ - - $(resrc_OBJ): $(d)default_config.h $(d)bitmap.h $(d)default_config.cpp $(d)bitmap.cpp - --RESPACK := cd $(TOP)src/libresrc; $(TOP)vendor/luajit/src/host/minilua $(TOP)tools/respack.lua -+RESPACK := cd $(TOP)src/libresrc; luajit $(TOP)tools/respack.lua - - $(d)bitmap.cpp: $(d)bitmap.h - $(d)default_config.cpp: $(d)default_config.h -diff --git a/tools/Makefile b/tools/Makefile -index cbf985a..da1d3ef 100644 ---- a/tools/Makefile -+++ b/tools/Makefile -@@ -12,6 +12,4 @@ repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU) - - PROGRAM += $(d)repack-thes-dict - --$(TOP)tools/respack.lua: $(TOP)vendor/luajit/src/host/minilua -- - include $(TOP)Makefile.target -diff --git a/tools/respack.lua b/tools/respack.lua -index 1281ac2..35630a2 100755 ---- a/tools/respack.lua -+++ b/tools/respack.lua -@@ -1,4 +1,4 @@ --#!../vendor/luajit/src/host/minilua -+#!/usr/bin/env luajit - -- Copyright (c) 2014, Thomas Goyne - -- - -- Permission to use, copy, modify, and distribute this software for any diff --git a/media-video/raspberrypi-omxplayer/Manifest b/media-video/raspberrypi-omxplayer/Manifest new file mode 100644 index 000000000000..754420f865b4 --- /dev/null +++ b/media-video/raspberrypi-omxplayer/Manifest @@ -0,0 +1 @@ +DIST raspberrypi-omxplayer-0_p20160217.tar.gz 1204486 SHA256 eba2c6ea0843db8105fe4fe9c1f345db38952e4b96bf83ba15b1a3fd0e05effa SHA512 5137ba534ce3b0698c6ace8f570594c97ef978aaa97e6cc902f7895412c5d0282c7c4fa1f7b03f043d5281f0a282caf494602e45aae6a12d6d35bc26aaa4000f WHIRLPOOL 377b53ab0f4308ff600c8cf7af5939e79a942cca22d458b00fb38cebac8cb8760a3be22ad6ad0719890b61f7aa131e623067c96d1846b4aff8e38210e39770b6 diff --git a/media-video/raspberrypi-omxplayer/files/Makefile-0_p20160217.patch b/media-video/raspberrypi-omxplayer/files/Makefile-0_p20160217.patch new file mode 100644 index 000000000000..c6f945209b95 --- /dev/null +++ b/media-video/raspberrypi-omxplayer/files/Makefile-0_p20160217.patch @@ -0,0 +1,26 @@ +--- omxplayer-9999/Makefile ++++ omxplayer-9999/Makefile +@@ -2,9 +2,11 @@ + + CFLAGS+=-std=c++0x -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DTARGET_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CMAKE_CONFIG -D__VIDEOCORE4__ -U_FORTIFY_SOURCE -Wall -DHAVE_OMXLIB -DUSE_EXTERNAL_FFMPEG -DHAVE_LIBAVCODEC_AVCODEC_H -DHAVE_LIBAVUTIL_OPT_H -DHAVE_LIBAVUTIL_MEM_H -DHAVE_LIBAVUTIL_AVUTIL_H -DHAVE_LIBAVFORMAT_AVFORMAT_H -DHAVE_LIBAVFILTER_AVFILTER_H -DHAVE_LIBSWRESAMPLE_SWRESAMPLE_H -DOMX -DOMX_SKIP64BIT -ftree-vectorize -DUSE_EXTERNAL_OMX -DTARGET_RASPBERRY_PI -DUSE_EXTERNAL_LIBBCM_HOST + +-LDFLAGS+=-L./ -Lffmpeg_compiled/usr/local/lib/ -lc -lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz ++PKGS=freetype2 dbus-1 libavcodec libavutil libavformat libswresample libswscale libpcre ++ ++LIBS+=-lrt -lpthread $(shell pkg-config --libs $(PKGS)) -L/opt/vc/lib + +-INCLUDES+=-I./ -Ilinux -Iffmpeg_compiled/usr/local/include/ -I /usr/include/dbus-1.0 -I /usr/lib/arm-linux-gnueabihf/dbus-1.0/include ++INCLUDES+=$(shell pkg-config --cflags $(PKGS)) -I/opt/vc/include -I. -Ilinux + + DIST ?= omxplayer-dist + +@@ -51,8 +47,7 @@ + bash gen_version.sh > version.h + + omxplayer.bin: version $(OBJS) +- $(CXX) $(LDFLAGS) -o omxplayer.bin $(OBJS) -lvchiq_arm -lvcos -ldbus-1 -lrt -lpthread -lavutil -lavcodec -lavformat -lswscale -lswresample -lpcre +- $(STRIP) omxplayer.bin ++ $(CXX) $(LDFLAGS) -o omxplayer.bin $(OBJS) $(LIBS) + + help.h: README.md Makefile + awk '/SYNOPSIS/{p=1;print;next} p&&/KEY BINDINGS/{p=0};p' $< \ diff --git a/media-video/raspberrypi-omxplayer/files/fonts-path.patch b/media-video/raspberrypi-omxplayer/files/fonts-path.patch new file mode 100644 index 000000000000..6683145f6833 --- /dev/null +++ b/media-video/raspberrypi-omxplayer/files/fonts-path.patch @@ -0,0 +1,15 @@ +diff --git a/omxplayer.cpp b/omxplayer.cpp +index 0626e2e..8450bf2 100644 +--- a/omxplayer.cpp ++++ b/omxplayer.cpp +@@ -83,8 +83,8 @@ bool m_osd = true; + bool m_no_keys = false; + std::string m_external_subtitles_path; + bool m_has_external_subtitles = false; +-std::string m_font_path = "/usr/share/fonts/truetype/freefont/FreeSans.ttf"; +-std::string m_italic_font_path = "/usr/share/fonts/truetype/freefont/FreeSansOblique.ttf"; ++std::string m_font_path = "/usr/share/fonts/freefont/FreeSans.ttf"; ++std::string m_italic_font_path = "/usr/share/fonts/freefont/FreeSansOblique.ttf"; + std::string m_dbus_name = "org.mpris.MediaPlayer2.omxplayer"; + bool m_asked_for_font = false; + bool m_asked_for_italic_font = false; diff --git a/media-video/raspberrypi-omxplayer/metadata.xml b/media-video/raspberrypi-omxplayer/metadata.xml new file mode 100644 index 000000000000..8cad57807703 --- /dev/null +++ b/media-video/raspberrypi-omxplayer/metadata.xml @@ -0,0 +1,12 @@ + + + + + fordfrog@gentoo.org + Miroslav Šulc + + Command line media player for the Raspberry Pi + + popcornmix/omxplayer + + diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild new file mode 100644 index 000000000000..16273d4eaab3 --- /dev/null +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils toolchain-funcs flag-o-matic + +GIT_COMMIT="15a490b" +DESCRIPTION="Command line media player for the Raspberry Pi" +HOMEPAGE="https://github.com/popcornmix/omxplayer" +SRC_URI="https://github.com/popcornmix/omxplayer/tarball/${GIT_COMMIT} -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~arm" +IUSE="" + +RDEPEND="dev-libs/libpcre + media-fonts/freefont + || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin ) + sys-apps/dbus + sys-apps/fbset + virtual/ffmpeg + x11-apps/xrefresh + x11-apps/xset" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S="${WORKDIR}/popcornmix-omxplayer-${GIT_COMMIT}" + +src_prepare() { + epatch "${FILESDIR}"/Makefile-0_p20160217.patch \ + "${FILESDIR}"/fonts-path.patch + + cat > Makefile.include << EOF +LIBS=-lvchiq_arm -lvcos -lbcm_host -lEGL -lGLESv2 -lopenmaxil -lrt -lpthread +EOF + + tc-export CXX +} + +src_compile() { + emake omxplayer.bin +} + +src_install() { + dobin omxplayer omxplayer.bin + dodoc README.md +} diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild new file mode 100644 index 000000000000..18fa556da19d --- /dev/null +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils git-r3 toolchain-funcs flag-o-matic + +DESCRIPTION="Command line media player for the Raspberry Pi" +HOMEPAGE="https://github.com/popcornmix/omxplayer" +EGIT_REPO_URI="https://github.com/popcornmix/omxplayer.git" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="dev-libs/libpcre + media-fonts/freefont + || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin ) + sys-apps/dbus + sys-apps/fbset + virtual/ffmpeg + x11-apps/xrefresh + x11-apps/xset" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + epatch "${FILESDIR}"/Makefile-0_p20160217.patch \ + "${FILESDIR}"/fonts-path.patch + + cat > Makefile.include << EOF +LIBS=-lvchiq_arm -lvcos -lbcm_host -lEGL -lGLESv2 -lopenmaxil -lrt -lpthread +EOF + + tc-export CXX +} + +src_compile() { + emake omxplayer.bin +} + +src_install() { + dobin omxplayer omxplayer.bin + dodoc README.md +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 4f8f116c1fff..4e95149daa0e 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Mon, 07 Mar 2016 15:57:26 +0000 +Wed, 09 Mar 2016 07:09:01 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 761f483960fe..4e95149daa0e 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Mon, 07 Mar 2016 15:57:27 +0000 +Wed, 09 Mar 2016 07:09:01 +0000 diff --git a/metadata/md5-cache/app-admin/monit-5.17.1 b/metadata/md5-cache/app-admin/monit-5.17.1 new file mode 100644 index 000000000000..d86e4e144108 --- /dev/null +++ b/metadata/md5-cache/app-admin/monit-5.17.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst prepare +DEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) ) sys-devel/flex sys-devel/bison pam? ( virtual/pam ) virtual/pkgconfig +DESCRIPTION=a utility for monitoring and managing daemons or similar programs running on a Unix system +EAPI=6 +HOMEPAGE=http://mmonit.com/monit/ +IUSE=libressl pam ssl +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux +LICENSE=AGPL-3 +RDEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) ) +SLOT=0 +SRC_URI=http://mmonit.com/monit/dist/monit-5.17.1.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=ec17ca0f485d525ee14ed82952596bca diff --git a/metadata/md5-cache/app-admin/sudo-1.8.12 b/metadata/md5-cache/app-admin/sudo-1.8.12 deleted file mode 100644 index 56faf3e99db5..000000000000 --- a/metadata/md5-cache/app-admin/sudo-1.8.12 +++ /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 -DESCRIPTION=Allows users or groups to run commands as other users -EAPI=5 -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 ~x64-freebsd ~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.12.tar.gz ftp://ftp.sudo.ws/pub/sudo/sudo-1.8.12.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=daea9be78238fb3bce3ba95d2a442d8e diff --git a/metadata/md5-cache/app-admin/sudo-1.8.14_p3 b/metadata/md5-cache/app-admin/sudo-1.8.14_p3 deleted file mode 100644 index 42cb6ae9de6d..000000000000 --- a/metadata/md5-cache/app-admin/sudo-1.8.14_p3 +++ /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 -DESCRIPTION=Allows users or groups to run commands as other users -EAPI=5 -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 ~x64-freebsd ~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.14p3.tar.gz ftp://ftp.sudo.ws/pub/sudo/sudo-1.8.14p3.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=855993aa48e9a065488bbc22c873e1bb diff --git a/metadata/md5-cache/app-backup/snapper-9999 b/metadata/md5-cache/app-backup/snapper-9999 index 341f62d40949..e391e6503aea 100644 --- a/metadata/md5-cache/app-backup/snapper-9999 +++ b/metadata/md5-cache/app-backup/snapper-9999 @@ -8,4 +8,4 @@ LICENSE=GPL-2 RDEPEND=dev-libs/boost[threads] dev-libs/libxml2 dev-libs/icu:= sys-apps/acl sys-apps/dbus sys-apps/util-linux sys-libs/zlib virtual/libintl btrfs? ( >=sys-fs/btrfs-progs-3.17.1 ) ext4? ( sys-fs/e2fsprogs ) lvm? ( sys-fs/lvm2 ) pam? ( sys-libs/pam ) xattr? ( sys-apps/attr ) SLOT=0 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e git-r3 ef66dfc3db09f327af21cf32f140fb2b libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=f8049b4ea35650056969e8e800f6f054 +_md5_=299dd7c2de49b4c0ad4e527ec23a8b5d diff --git a/metadata/md5-cache/app-editors/fb2edit-0.0.8 b/metadata/md5-cache/app-editors/fb2edit-0.0.8 deleted file mode 100644 index f3b0d21286a7..000000000000 --- a/metadata/md5-cache/app-editors/fb2edit-0.0.8 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/libxml2 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 dev-qt/qtxmlpatterns:4 sys-devel/make >=dev-util/cmake-2.8.12 -DESCRIPTION=a WYSIWYG FictionBook (fb2) editor -EAPI=5 -HOMEPAGE=http://fb2edit.lintest.ru/ -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=dev-libs/libxml2 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 dev-qt/qtxmlpatterns:4 x11-themes/hicolor-icon-theme -SLOT=0 -SRC_URI=http://fb2edit.lintest.ru/pub/fb2edit-0.0.8.tar.bz2 -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6cf68b6a60da304bfba71f3fb43729ca diff --git a/metadata/md5-cache/app-editors/fb2edit-0.0.9 b/metadata/md5-cache/app-editors/fb2edit-0.0.9 index 6d0d0b1a0a97..61a090d6fe99 100644 --- a/metadata/md5-cache/app-editors/fb2edit-0.0.9 +++ b/metadata/md5-cache/app-editors/fb2edit-0.0.9 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=dev-libs/libxml2 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 dev-qt/qtxmlpatterns:4 sys-devel/make >=dev-util/cmake-2.8.12 DESCRIPTION=a WYSIWYG FictionBook (fb2) editor -EAPI=5 +EAPI=6 HOMEPAGE=http://fb2edit.lintest.ru/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=dev-libs/libxml2 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 dev-qt/qtxmlpatterns:4 x11-themes/hicolor-icon-theme SLOT=0 SRC_URI=https://github.com/lintest/fb2edit/archive/0.0.9.tar.gz -> fb2edit-0.0.9.tar.gz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6d19bb872da0f405852545421fcfeb67 +_md5_=a446e637d6d82a5d91dee3dfc758dc93 diff --git a/metadata/md5-cache/app-emulation/lxd-2.0.0_beta1 b/metadata/md5-cache/app-emulation/lxd-2.0.0_rc2 similarity index 84% rename from metadata/md5-cache/app-emulation/lxd-2.0.0_beta1 rename to metadata/md5-cache/app-emulation/lxd-2.0.0_rc2 index 36e5f0df50b8..4aa56f4f7b2a 100644 --- a/metadata/md5-cache/app-emulation/lxd-2.0.0_beta1 +++ b/metadata/md5-cache/app-emulation/lxd-2.0.0_rc2 @@ -6,8 +6,8 @@ HOMEPAGE=https://linuxcontainers.org/lxd/introduction/ IUSE=+daemon nls test linguas_de linguas_fr linguas_ja KEYWORDS=~amd64 LICENSE=Apache-2.0 -RDEPEND=daemon? ( app-admin/cgmanager app-arch/xz-utils app-emulation/lxc[cgmanager,seccomp] net-analyzer/openbsd-netcat net-misc/bridge-utils net-misc/rsync[xattr] sys-apps/iproute2 virtual/acl ) +RDEPEND=daemon? ( app-admin/cgmanager app-arch/xz-utils app-emulation/lxc[cgmanager,seccomp] net-analyzer/openbsd-netcat net-misc/rsync[xattr] sys-apps/iproute2 virtual/acl ) SLOT=0 -SRC_URI=https://dev.gentoo.org/~stasibear/distfiles/lxd-2.0.0_beta1.tar.bz2 +SRC_URI=https://dev.gentoo.org/~stasibear/distfiles/lxd-2.0.0_rc2.tar.bz2 _eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e golang-base 1f6a08c05da2d91150032ff45db6a2c5 golang-build a44f10e6bd86ecccf2a07cc0d4cf6bec l10n 714aaf78929eade946da5eaff7d2001a multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 vcs-snapshot b45be87e7012be0af8424e8a5644da1d -_md5_=eeb85211bcf4750fb2ca225b08efae52 +_md5_=ccf3a4a2f6201afa183502283f500e26 diff --git a/metadata/md5-cache/app-emulation/virtualbox-extpack-oracle-5.0.16.105871 b/metadata/md5-cache/app-emulation/virtualbox-extpack-oracle-5.0.16.105871 index da3f1850cc8c..92662c5896df 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-extpack-oracle-5.0.16.105871 +++ b/metadata/md5-cache/app-emulation/virtualbox-extpack-oracle-5.0.16.105871 @@ -9,4 +9,4 @@ RESTRICT=mirror strip SLOT=0 SRC_URI=http://download.virtualbox.org/virtualbox/5.0.16/Oracle_VM_VirtualBox_Extension_Pack-5.0.16-105871.vbox-extpack -> Oracle_VM_VirtualBox_Extension_Pack-5.0.16-105871.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9348dd68d057d543c462f5e92b178748 +_md5_=8ae90c816bb00c0346fbcabe37826f1f diff --git a/metadata/md5-cache/app-forensics/afl-2.07b b/metadata/md5-cache/app-forensics/afl-2.07b new file mode 100644 index 000000000000..6a9851bc1ab3 --- /dev/null +++ b/metadata/md5-cache/app-forensics/afl-2.07b @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install +DEPEND=sys-devel/gcc:* sys-devel/clang +DESCRIPTION=american fuzzy lop - compile-time instrumentation fuzzer +EAPI=5 +HOMEPAGE=http://lcamtuf.coredump.cx/afl/ +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=sys-devel/gcc:* sys-devel/clang +SLOT=0 +SRC_URI=http://lcamtuf.coredump.cx/afl/releases/afl-2.07b.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=4f5bef387beda602f74b5f00946f2f50 diff --git a/metadata/md5-cache/app-i18n/tagainijisho-1.0.3 b/metadata/md5-cache/app-i18n/tagainijisho-1.0.3 index c78d1f500ff0..797d9dc51a27 100644 --- a/metadata/md5-cache/app-i18n/tagainijisho-1.0.3 +++ b/metadata/md5-cache/app-i18n/tagainijisho-1.0.3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-db/sqlite:3 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 +DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 =dev-util/cmake-2.8.12 >=sys-apps/sed-4 DESCRIPTION=Open-source Japanese dictionary and kanji lookup tool EAPI=5 HOMEPAGE=http://www.tagaini.net/ IUSE=linguas_ar linguas_cs linguas_de linguas_es linguas_fa_IR linguas_fi_FI linguas_fr linguas_hu linguas_id linguas_it linguas_nb linguas_nl linguas_pl linguas_pt linguas_ru linguas_sv linguas_th linguas_tr linguas_vi KEYWORDS=~amd64 ~x86 LICENSE=GPL-3+ public-domain -RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-db/sqlite:3 +RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 cpipe-3.0.3.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=9a1757f7e99b288a9ceee343f8956e7c diff --git a/metadata/md5-cache/app-office/akonadi-server-1.13.1_pre20160203-r1 b/metadata/md5-cache/app-office/akonadi-server-1.13.1_pre20160203-r1 new file mode 100644 index 000000000000..6ef13ef19829 --- /dev/null +++ b/metadata/md5-cache/app-office/akonadi-server-1.13.1_pre20160203-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst prepare pretend setup test +DEPEND=dev-libs/boost:= >=dev-qt/qtcore-4.8.5:4 >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/qtgui-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[mysql?,postgres?] >=dev-qt/qttest-4.8.5:4 x11-misc/shared-mime-info sqlite? ( dev-db/sqlite:3 ) dev-libs/libxslt >=dev-util/automoc-0.9.88 test? ( sys-apps/dbus ) sys-devel/make >=dev-util/cmake-2.8.12 +DESCRIPTION=The server part of Akonadi +EAPI=6 +HOMEPAGE=https://pim.kde.org/akonadi +IUSE=+mysql postgres sqlite test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux +LICENSE=LGPL-2.1 +RDEPEND=dev-libs/boost:= >=dev-qt/qtcore-4.8.5:4 >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/qtgui-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[mysql?,postgres?] >=dev-qt/qttest-4.8.5:4 x11-misc/shared-mime-info sqlite? ( dev-db/sqlite:3 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql[server] ) +REQUIRED_USE=|| ( sqlite mysql postgres ) +RESTRICT=test +SLOT=0 +SRC_URI=https://quickgit.kde.org/?p=akonadi.git&a=snapshot&h=18ed37d89b8185ac15a8bfe245de8a88d17f2c64&fmt=tgz -> akonadi-server-1.13.1_pre20160203.tar.gz +_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=4d07fe15e87698df4d8cb7ac28864ce9 diff --git a/metadata/md5-cache/app-shells/zsh-completions-0.15.0 b/metadata/md5-cache/app-shells/zsh-completions-0.17.0 similarity index 87% rename from metadata/md5-cache/app-shells/zsh-completions-0.15.0 rename to metadata/md5-cache/app-shells/zsh-completions-0.17.0 index 927d6fd12150..c874aa5dd681 100644 --- a/metadata/md5-cache/app-shells/zsh-completions-0.15.0 +++ b/metadata/md5-cache/app-shells/zsh-completions-0.17.0 @@ -6,5 +6,5 @@ KEYWORDS=~amd64 ~x86 LICENSE=BSD RDEPEND=app-shells/zsh SLOT=0 -SRC_URI=https://github.com/zsh-users/zsh-completions/archive/0.15.0.tar.gz -> zsh-completions-0.15.0.tar.gz +SRC_URI=https://github.com/zsh-users/zsh-completions/archive/0.17.0.tar.gz -> zsh-completions-0.17.0.tar.gz _md5_=850f5752127fe2a4b18b5b1d0bf2bf66 diff --git a/metadata/md5-cache/app-text/djview-4.10.6 b/metadata/md5-cache/app-text/djview-4.10.6 new file mode 100644 index 000000000000..00e1ce6096f7 --- /dev/null +++ b/metadata/md5-cache/app-text/djview-4.10.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=>=app-text/djvu-3.5.22-r1 dev-qt/qtdbus:4 dev-qt/qtopengl:4 dev-qt/qtgui:4 >=sys-devel/autoconf-2.67 virtual/pkgconfig nsplugin? ( dev-libs/glib:2 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 app-arch/unzip +DESCRIPTION=Portable DjVu viewer using Qt4 +EAPI=4 +HOMEPAGE=http://djvu.sourceforge.net/djview4.html +IUSE=debug nsplugin +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=app-text/djvu-3.5.22-r1 dev-qt/qtdbus:4 dev-qt/qtopengl:4 dev-qt/qtgui:4 +SLOT=0 +SRC_URI=mirror://sourceforge/djvu/djview-4.10.6.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 mozextension 3d8ee4835f89ff39d4666656aa603433 multilib 3972ca401cf7dbb430df9995f5d8d580 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=01636e63f18278947bfe4f95f92e2d46 diff --git a/metadata/md5-cache/dev-cpp/websocketpp-0.7.0 b/metadata/md5-cache/dev-cpp/websocketpp-0.7.0 new file mode 100644 index 000000000000..28d180cc0d57 --- /dev/null +++ b/metadata/md5-cache/dev-cpp/websocketpp-0.7.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=sys-devel/make >=dev-util/cmake-2.8.12 +DESCRIPTION=C++/Boost Asio based websocket client/server library +EAPI=6 +HOMEPAGE=http://www.zaphoyd.com/websocketpp +IUSE=boost examples test +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=boost? ( dev-libs/boost ) +SLOT=0 +SRC_URI=https://github.com/zaphoyd/websocketpp/archive/0.7.0.tar.gz -> websocketpp-0.7.0.tar.gz +_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=6127f864b0de18c35990d9d0034321c2 diff --git a/metadata/md5-cache/dev-games/tiled-0.15.2 b/metadata/md5-cache/dev-games/tiled-0.15.2 new file mode 100644 index 000000000000..42b2c49efa43 --- /dev/null +++ b/metadata/md5-cache/dev-games/tiled-0.15.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst postrm preinst setup +DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtwidgets:5 sys-libs/zlib python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) dev-qt/linguist-tools:5 >=sys-apps/sed-4 +DESCRIPTION=A general purpose tile map editor +EAPI=6 +HOMEPAGE=http://www.mapeditor.org/ +IUSE=examples python python_targets_python2_7 +KEYWORDS=~amd64 +LICENSE=BSD BSD-2 GPL-2+ +RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtwidgets:5 sys-libs/zlib python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) +REQUIRED_USE=python? ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/bjorn/tiled/archive/v0.15.2/tiled-0.15.2.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=3f44776f3e6d7c7ce9e8bb575f5f4de8 diff --git a/metadata/md5-cache/dev-go/cli-20160227 b/metadata/md5-cache/dev-go/cli-0_pre20160306 similarity index 66% rename from metadata/md5-cache/dev-go/cli-20160227 rename to metadata/md5-cache/dev-go/cli-0_pre20160306 index 1191c5000549..9daeb6312631 100644 --- a/metadata/md5-cache/dev-go/cli-20160227 +++ b/metadata/md5-cache/dev-go/cli-0_pre20160306 @@ -5,7 +5,7 @@ EAPI=5 HOMEPAGE=https://github.com/codegangsta/cli KEYWORDS=~amd64 LICENSE=MIT -SLOT=0/20160227 -SRC_URI=https://github.com/codegangsta/cli/archive/a2943485b110df8842045ae0600047f88a3a56a1.tar.gz -> cli-20160227.tar.gz +SLOT=0/0_pre20160306 +SRC_URI=https://github.com/codegangsta/cli/archive/aca5b047ed14d17224157c3434ea93bf6cdaadee.tar.gz -> cli-0_pre20160306.tar.gz _eclasses_=golang-base 1f6a08c05da2d91150032ff45db6a2c5 golang-build a44f10e6bd86ecccf2a07cc0d4cf6bec golang-vcs-snapshot 1caa6d8238d2378ad688ae068ff22e5a -_md5_=1cc7b2cbd2f47f1efe48e4aee480d680 +_md5_=f1af308cc1cbdd6e641510e81fc1329e diff --git a/metadata/md5-cache/dev-go/go-gitlab-client-0_pre20160305 b/metadata/md5-cache/dev-go/go-gitlab-client-0_pre20160305 new file mode 100644 index 000000000000..54d3fcac832e --- /dev/null +++ b/metadata/md5-cache/dev-go/go-gitlab-client-0_pre20160305 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install test unpack +DEPEND=>=dev-lang/go-1.4.2:= +DESCRIPTION=A simple gitlab api client written in Go +EAPI=5 +HOMEPAGE=https://github.com/plouc/go-gitlab-client +KEYWORDS=~amd64 +LICENSE=MIT +RESTRICT=test +SLOT=0/0_pre20160305 +SRC_URI=https://github.com/plouc/go-gitlab-client/archive/a526ef09e9e03f673a43ecd4a687abf6c25343ca.tar.gz -> go-gitlab-client-0_pre20160305.tar.gz +_eclasses_=golang-base 1f6a08c05da2d91150032ff45db6a2c5 golang-build a44f10e6bd86ecccf2a07cc0d4cf6bec golang-vcs-snapshot 1caa6d8238d2378ad688ae068ff22e5a +_md5_=fd70f69baff1971c28b33024bcdc0236 diff --git a/metadata/md5-cache/dev-java/jax-ws-2.0.1-r1 b/metadata/md5-cache/dev-java/jax-ws-2.0.1-r1 deleted file mode 100644 index fbc97468f22d..000000000000 --- a/metadata/md5-cache/dev-java/jax-ws-2.0.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup unpack -DEPEND=>=virtual/jdk-1.5 app-arch/unzip dev-java/istack-commons-runtime:0 dev-java/jax-ws-api:2 dev-java/jaxb:2 dev-java/jsr173:0 >=dev-java/jsr181-1.0 dev-java/jsr250:0 dev-java/sun-httpserver-bin:2 dev-java/jsr67:0 dev-java/saaj:0 dev-java/sjsxp:0 dev-java/stax-ex:0 dev-java/sun-jaf:0 dev-java/txw2-runtime:0 dev-java/xmlstreambuffer:0 dev-java/xml-commons-resolver:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Reference implementation of the Java API for XML Web Services -EAPI=2 -HOMEPAGE=http://jax-ws.dev.java.net/ -IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd -LICENSE=CDDL -RDEPEND=>=virtual/jre-1.5 dev-java/istack-commons-runtime:0 dev-java/jax-ws-api:2 dev-java/jaxb:2 dev-java/jsr173:0 >=dev-java/jsr181-1.0 dev-java/jsr250:0 dev-java/sun-httpserver-bin:2 dev-java/jsr67:0 dev-java/saaj:0 dev-java/sjsxp:0 dev-java/stax-ex:0 dev-java/sun-jaf:0 dev-java/txw2-runtime:0 dev-java/xmlstreambuffer:0 dev-java/xml-commons-resolver:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2 -SRC_URI=https://jax-ws.dev.java.net/jax-ws-201-m1/JAXWS2.0.1m1_source_20060817.jar -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=09159b75741872b40ecee5be5ded1cd6 diff --git a/metadata/md5-cache/dev-java/jax-ws-api-2.0 b/metadata/md5-cache/dev-java/jax-ws-api-2.0 deleted file mode 100644 index a2bac319fc4b..000000000000 --- a/metadata/md5-cache/dev-java/jax-ws-api-2.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst setup unpack -DEPEND=>=virtual/jdk-1.5 app-arch/unzip dev-java/jsr67 =dev-java/jaxb-2* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=JAXWS 2.0 API Final Release -EAPI=0 -HOMEPAGE=https://jax-ws.dev.java.net/ -IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd -LICENSE=CDDL -RDEPEND=>=virtual/jre-1.5 dev-java/jsr67 =dev-java/jaxb-2* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=2 -SRC_URI=https://jax-ws.dev.java.net/files/documents/4202/34734/jaxws-api-fcs-src.zip -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d2c775e32ebf64a401c7bb04fc24fa88 diff --git a/metadata/md5-cache/dev-java/jaxb-2.1.2-r1 b/metadata/md5-cache/dev-java/jaxb-2.1.2-r1 deleted file mode 100644 index 3741d844bd93..000000000000 --- a/metadata/md5-cache/dev-java/jaxb-2.1.2-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst setup unpack -DEPEND=>=virtual/jdk-1.5 app-arch/unzip dev-java/istack-commons-runtime:0 dev-java/jsr173:0 java-virtuals/jaf dev-java/txw2-runtime:0 >=dev-java/java-config-2.2.0 >=sys-apps/portage-2.1.2.7 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=sys-apps/portage-2.1.2.7 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Reference implementation of the JAXB specification -EAPI=1 -HOMEPAGE=http://jaxb.dev.java.net/ -IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd -LICENSE=CDDL -RDEPEND=>=virtual/jre-1.5 dev-java/istack-commons-runtime:0 dev-java/jsr173:0 java-virtuals/jaf dev-java/txw2-runtime:0 >=dev-java/java-config-2.2.0 >=sys-apps/portage-2.1.2.7 source? ( app-arch/zip ) -SLOT=2 -SRC_URI=https://jaxb.dev.java.net/2.1.2/JAXB2_src_20070125.jar -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7e29a8b1a941dadb7497d52afb09ff84 diff --git a/metadata/md5-cache/dev-java/jaxp-1.4-r1 b/metadata/md5-cache/dev-java/jaxp-1.4-r1 deleted file mode 100644 index 08eecb0eefe8..000000000000 --- a/metadata/md5-cache/dev-java/jaxp-1.4-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=The Java API for XML Processing (JAXP) -EAPI=4 -HOMEPAGE=https://jaxp.dev.java.net/ -IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos -LICENSE=CDDL -RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=0 -SRC_URI=mirror://gentoo/jaxp-1.4.tar.bz2 -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=573799d2b99f6b2ac61f1a0ec42cd9e7 diff --git a/metadata/md5-cache/dev-java/jaxr-1.0.6-r2 b/metadata/md5-cache/dev-java/jaxr-1.0.6-r2 deleted file mode 100644 index 479b1a9683bb..000000000000 --- a/metadata/md5-cache/dev-java/jaxr-1.0.6-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup -DEPEND=dev-java/jaxb:2 dev-java/jsr67:0 dev-java/jsr93:0 dev-java/jsr173:0 >=virtual/jdk-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Java API for XML Registries -EAPI=5 -HOMEPAGE=https://glassfish.dev.java.net/ -IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~x86 -LICENSE=CDDL -RDEPEND=dev-java/jaxb:2 dev-java/jsr67:0 dev-java/jsr93:0 dev-java/jsr173:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=0 -SRC_URI=mirror://gentoo/jaxr-1.0.6.tar.bz2 -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9366fafebcb77966f9f86de1447b7b3a diff --git a/metadata/md5-cache/dev-java/jsr93-1.0-r2 b/metadata/md5-cache/dev-java/jsr93-1.0-r2 deleted file mode 100644 index fc659cedaa3a..000000000000 --- a/metadata/md5-cache/dev-java/jsr93-1.0-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst prepare setup -DEPEND=>=virtual/jdk-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -DESCRIPTION=Java API for XML Registries (JAXR) - API -EAPI=5 -HOMEPAGE=https://jcp.org/ja/jsr/detail?id=93 -IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=amd64 ppc64 x86 -LICENSE=sun-jsr93 -RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=0 -SRC_URI=http://repo1.maven.org/maven2/org/apache/ws/scout/jaxr-api/1.0/jaxr-api-1.0-sources.jar -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3b155732277a5258fa2355f3d3401084 diff --git a/metadata/md5-cache/dev-lang/python-exec-2.4.2 b/metadata/md5-cache/dev-lang/python-exec-2.4.3 similarity index 97% rename from metadata/md5-cache/dev-lang/python-exec-2.4.2 rename to metadata/md5-cache/dev-lang/python-exec-2.4.3 index 3bf37bb169c8..e0943dec6674 100644 --- a/metadata/md5-cache/dev-lang/python-exec-2.4.2 +++ b/metadata/md5-cache/dev-lang/python-exec-2.4.3 @@ -7,6 +7,6 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh LICENSE=BSD-2 RDEPEND=!=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Tool Command Language +EAPI=6 +HOMEPAGE=http://www.tcl.tk/ +IUSE=debug +threads abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris +LICENSE=tcltk +RDEPEND=>=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +SLOT=0/8.6 +SRC_URI=mirror://sourceforge/tcl/tcl-core8.6.5-src.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=c7bf70002169e0cc2ac8b4126bb5af84 diff --git a/metadata/md5-cache/dev-lang/tk-8.6.5 b/metadata/md5-cache/dev-lang/tk-8.6.5 new file mode 100644 index 000000000000..93f1c37f5bf2 --- /dev/null +++ b/metadata/md5-cache/dev-lang/tk-8.6.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!aqua? ( >=media-libs/fontconfig-2.10.92[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXt-1.1.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] truetype? ( >=x11-libs/libXft-2.3.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xscreensaver? ( >=x11-libs/libXScrnSaver-1.2.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ~dev-lang/tcl-8.6.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !aqua? ( >=x11-proto/xproto-7.0.24[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Tk Widget Set +EAPI=6 +HOMEPAGE=http://www.tcl.tk/ +IUSE=debug +threads truetype aqua xscreensaver 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 test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=tcltk +RDEPEND=!aqua? ( >=media-libs/fontconfig-2.10.92[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXt-1.1.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] truetype? ( >=x11-libs/libXft-2.3.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xscreensaver? ( >=x11-libs/libXScrnSaver-1.2.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) ~dev-lang/tcl-8.6.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +SLOT=0/8.6 +SRC_URI=mirror://sourceforge/tcl/tk8.6.5-src.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 +_md5_=78e3e2be05a7481d91d99352200f660d diff --git a/metadata/md5-cache/dev-libs/iniparser-4.0 b/metadata/md5-cache/dev-libs/iniparser-4.0 index f36afab07cc7..04efc95a4b5d 100644 --- a/metadata/md5-cache/dev-libs/iniparser-4.0 +++ b/metadata/md5-cache/dev-libs/iniparser-4.0 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile install prepare test +DEFINED_PHASES=compile configure install prepare test DEPEND=doc? ( app-doc/doxygen ) DESCRIPTION=A free stand-alone ini file parsing library EAPI=5 @@ -8,5 +8,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh LICENSE=MIT SLOT=4 SRC_URI=https://github.com/ndevilla/iniparser/archive/v4.0.tar.gz -> iniparser-4.0.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=a932496f4f5f1ee8f3f006e9e065ad94 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=55b991979afc7e92a5bf95621e51e398 diff --git a/metadata/md5-cache/dev-libs/librelp-1.2.9 b/metadata/md5-cache/dev-libs/librelp-1.2.9 new file mode 100644 index 000000000000..c21698dc53a0 --- /dev/null +++ b/metadata/md5-cache/dev-libs/librelp-1.2.9 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=ssl? ( >=net-libs/gnutls-3.3.17.1:0= ) virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=An easy to use library for the RELP protocol +EAPI=6 +HOMEPAGE=http://www.librelp.com/ +IUSE=debug doc +ssl static-libs +KEYWORDS=~amd64 ~arm ~hppa ~sparc ~x86 +LICENSE=GPL-3 doc? ( FDL-1.3 ) +RDEPEND=ssl? ( >=net-libs/gnutls-3.3.17.1:0= ) +SLOT=0/0.1.0 +SRC_URI=http://download.rsyslog.com/librelp/librelp-1.2.9.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=eaa6f01b6b6b68722baeb6876974fc4c diff --git a/metadata/md5-cache/dev-libs/libx86-1.1-r3 b/metadata/md5-cache/dev-libs/libx86-1.1-r3 index 398bf5618ea1..31c07f425a15 100644 --- a/metadata/md5-cache/dev-libs/libx86-1.1-r3 +++ b/metadata/md5-cache/dev-libs/libx86-1.1-r3 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile install prepare +DEFINED_PHASES=compile configure install prepare DESCRIPTION=A hardware-independent library for executing real-mode x86 code EAPI=5 HOMEPAGE=http://www.codon.org.uk/~mjg59/libx86 @@ -7,5 +7,5 @@ KEYWORDS=amd64 x86 LICENSE=BSD SLOT=0 SRC_URI=http://www.codon.org.uk/~mjg59/libx86/downloads/libx86-1.1.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=efa2666480ef5e63694fdc9d2ef18de6 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=3d7f3385505d00f498ad9371b7e5923b diff --git a/metadata/md5-cache/dev-libs/openssl-1.0.2g-r2 b/metadata/md5-cache/dev-libs/openssl-1.0.2g-r2 index 79c484dbda58..561cbad51af5 100644 --- a/metadata/md5-cache/dev-libs/openssl-1.0.2g-r2 +++ b/metadata/md5-cache/dev-libs/openssl-1.0.2g-r2 @@ -4,7 +4,7 @@ DESCRIPTION=full-strength general purpose cryptography library (including SSL an EAPI=5 HOMEPAGE=http://www.openssl.org/ IUSE=+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 static-libs test +tls-heartbeat vanilla zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux LICENSE=openssl PDEPEND=app-misc/ca-certificates RDEPEND=>=app-misc/c_rehash-1.7-r1 gmp? ( >=dev-libs/gmp-5.1.3-r1[static-libs(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) kerberos? ( >=app-crypt/mit-krb5-1.11.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) !=dev-util/cmake-2.8.12 +DESCRIPTION=A lightweight unit testing framework for C++ +EAPI=6 +HOMEPAGE=https://unittest-cpp.github.io/ +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +SLOT=0 +SRC_URI=https://github.com/unittest-cpp/unittest-cpp/archive/v1.6.0.tar.gz -> unittest++-1.6.0.tar.gz +_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=ae2571b3296f7659b8df29d7e355fef4 diff --git a/metadata/md5-cache/dev-ml/async-113.24.00 b/metadata/md5-cache/dev-ml/async-113.24.00 index ea982fc6dc45..b065c97f3285 100644 --- a/metadata/md5-cache/dev-ml/async-113.24.00 +++ b/metadata/md5-cache/dev-ml/async-113.24.00 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-lang/ocaml-4.02.0:= >=dev-ml/async_kernel-113.24.00:= >=dev-ml/async_unix-113.24.00:= dev-ml/bin-prot:= dev-ml/core:= dev-ml/fieldslib:= dev-ml/ppx_assert:= dev-ml/ppx_bench:= dev-ml/ppx_driver:= dev-ml/ppx_expect:= dev-ml/ppx_inline_test:= dev-ml/ppx_jane:= dev-ml/sexplib:= dev-ml/typerep:= dev-ml/variantslib:= dev-ml/opam >=dev-ml/findlib-1.0.4-r1 >=dev-lang/ocaml-3.12:=[ocamlopt?] || ( dev-ml/ocamlbuild =dev-lang/ocaml-4.02.0:= >=dev-ml/async_kernel-113.24.00:= >=dev-ml/async_unix-113.24.00:= >=dev-ml/async_extra-113.24.00:= dev-ml/bin-prot:= dev-ml/core:= dev-ml/fieldslib:= dev-ml/ppx_assert:= dev-ml/ppx_bench:= dev-ml/ppx_driver:= dev-ml/ppx_expect:= dev-ml/ppx_inline_test:= dev-ml/ppx_jane:= dev-ml/sexplib:= dev-ml/typerep:= dev-ml/variantslib:= dev-ml/opam >=dev-ml/findlib-1.0.4-r1 >=dev-lang/ocaml-3.12:=[ocamlopt?] || ( dev-ml/ocamlbuild =dev-lang/ocaml-4.02.0:= >=dev-ml/async_kernel-113.24.00:= >=dev-ml/async_unix-113.24.00:= dev-ml/bin-prot:= dev-ml/core:= dev-ml/fieldslib:= dev-ml/ppx_assert:= dev-ml/ppx_bench:= dev-ml/ppx_driver:= dev-ml/ppx_expect:= dev-ml/ppx_inline_test:= dev-ml/ppx_jane:= dev-ml/sexplib:= dev-ml/typerep:= dev-ml/variantslib:= >=dev-lang/ocaml-3.12:=[ocamlopt?] +RDEPEND=>=dev-lang/ocaml-4.02.0:= >=dev-ml/async_kernel-113.24.00:= >=dev-ml/async_unix-113.24.00:= >=dev-ml/async_extra-113.24.00:= dev-ml/bin-prot:= dev-ml/core:= dev-ml/fieldslib:= dev-ml/ppx_assert:= dev-ml/ppx_bench:= dev-ml/ppx_driver:= dev-ml/ppx_expect:= dev-ml/ppx_inline_test:= dev-ml/ppx_jane:= dev-ml/sexplib:= dev-ml/typerep:= dev-ml/variantslib:= >=dev-lang/ocaml-3.12:=[ocamlopt?] SLOT=0/113.24.00 SRC_URI=http://ocaml.janestreet.com/ocaml-core/113.24/files/async-113.24.00.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e findlib 9909e5ca0f77ff5b693885a3d7aeadb7 multilib 3972ca401cf7dbb430df9995f5d8d580 oasis cc6dfb8b0c04cedd9840ff2ec5e38539 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=2d79abcb43162cfd35f918b11867daef +_md5_=22b9cbe89c508509ccdd2ea964aa6ad1 diff --git a/metadata/md5-cache/dev-ml/findlib-1.6.2 b/metadata/md5-cache/dev-ml/findlib-1.6.2 new file mode 100644 index 000000000000..0f8263c30ceb --- /dev/null +++ b/metadata/md5-cache/dev-ml/findlib-1.6.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare +DEPEND=>=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?] tk? ( dev-ml/labltk:= ) +DESCRIPTION=OCaml tool to find/use non-standard packages +EAPI=5 +HOMEPAGE=http://projects.camlcity.org/projects/findlib.html +IUSE=doc +ocamlopt tk +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos +LICENSE=MIT +RDEPEND=>=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?] tk? ( dev-ml/labltk:= ) +SLOT=0 +SRC_URI=http://download.camlcity.org/download/findlib-1.6.2.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=23edd99903dd589f5115a9f152d78752 diff --git a/metadata/md5-cache/dev-ml/macaque-0.7.4 b/metadata/md5-cache/dev-ml/macaque-0.7.4 index a7849a747429..cee1ca22b864 100644 --- a/metadata/md5-cache/dev-ml/macaque-0.7.4 +++ b/metadata/md5-cache/dev-ml/macaque-0.7.4 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-ml/pgocaml-2.1:= dev-ml/camlp4:= >=dev-ml/findlib-1.0.4-r1 >=dev-lang/ocaml-3.12:=[ocamlopt?] || ( dev-ml/ocamlbuild =dev-ml/pgocaml-2.1:= dev-ml/camlp4:= dev-ml/oasis >=dev-ml/findlib-1.0.4-r1 >=dev-lang/ocaml-3.12:=[ocamlopt?] || ( dev-ml/ocamlbuild =dev-ml/pgocaml-2.1:= dev-ml/camlp4:= >=dev-lang/ocaml-3.12:=[ocamlopt? SLOT=0/0.7.4 SRC_URI=https://github.com/ocsigen/macaque/archive/0.7.4.tar.gz -> macaque-0.7.4.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e findlib 9909e5ca0f77ff5b693885a3d7aeadb7 multilib 3972ca401cf7dbb430df9995f5d8d580 oasis cc6dfb8b0c04cedd9840ff2ec5e38539 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=0800f5da2ec4bda1d9cfc23d2949defc +_md5_=01b48fb7df2a4b6306fb7f9ce531d078 diff --git a/metadata/md5-cache/dev-ml/ocamlbuild-0.9.1 b/metadata/md5-cache/dev-ml/ocamlbuild-0.9.1 index c78f99d56409..ba865735c149 100644 --- a/metadata/md5-cache/dev-ml/ocamlbuild-0.9.1 +++ b/metadata/md5-cache/dev-ml/ocamlbuild-0.9.1 @@ -6,8 +6,8 @@ HOMEPAGE=https://github.com/ocaml/ocamlbuild IUSE=+ocamlopt KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=LGPL-2.1-with-linking-exception -RDEPEND=>=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?] +RDEPEND=>=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?] ! ocamlbuild-0.9.1.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=73b5a83092773111ef2003f2f2032f74 +_md5_=6c51b91d3b4b6e1e7c24f3780828bd3a diff --git a/metadata/md5-cache/dev-python/3to2-1.0 b/metadata/md5-cache/dev-python/3to2-1.0 deleted file mode 100644 index ff5c627546bb..000000000000 --- a/metadata/md5-cache/dev-python/3to2-1.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -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(-)] -DESCRIPTION=Refactors valid 3.x syntax into valid 2.x syntax, if a syntactical conversion is possible -EAPI=5 -HOMEPAGE=https://pypi.python.org/pypi/3to2 -IUSE=python_targets_python2_7 -KEYWORDS=amd64 x86 -LICENSE=Apache-1.1 -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=mirror://pypi/3/3to2/3to2-1.0.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=208a769c8eff03693926c8877f1668b0 diff --git a/metadata/md5-cache/dev-python/3to2-1.1.1 b/metadata/md5-cache/dev-python/3to2-1.1.1 index d166dabdad1d..a4a693c06576 100644 --- a/metadata/md5-cache/dev-python/3to2-1.1.1 +++ b/metadata/md5-cache/dev-python/3to2-1.1.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=app-arch/unzip python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -DESCRIPTION=Refactors valid 3.x syntax into valid 2.x syntax, if a syntactical conversion is possible +DESCRIPTION=Tool to refactor valid 3.x syntax into valid 2.x syntax EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/3to2 IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=Apache-1.1 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=0 SRC_URI=mirror://pypi/3/3to2/3to2-1.1.1.zip _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=f35b403f4daf6826b674fc17c2e89b85 +_md5_=da6d80d63dfbb12830e4f0e800de6141 diff --git a/metadata/md5-cache/dev-python/PyQtMobility-1.0.1 b/metadata/md5-cache/dev-python/PyQtMobility-1.0.1 deleted file mode 100644 index 37b9d972fc36..000000000000 --- a/metadata/md5-cache/dev-python/PyQtMobility-1.0.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=>=dev-python/sip-4.12.2 >=dev-python/PyQt4-4.8.4[X] >=dev-qt/qt-mobility-1.2.0[contacts?,feedback?,gallery?,location?,messaging?,multimedia?,organizer?,publishsubscribe?,sensors?,serviceframework?,systeminfo?,versit?] dev-lang/python -DESCRIPTION=Python bindings for Nokia's QtMobility libraries -EAPI=4 -HOMEPAGE=http://sourceforge.net/projects/pyqt/files/PyQtMobility/ -IUSE=debug +contacts feedback gallery location messaging multimedia organizer publishsubscribe sensors serviceframework systeminfo versit -KEYWORDS=~amd64 -LICENSE=|| ( GPL-2 GPL-3 ) -RDEPEND=>=dev-python/sip-4.12.2 >=dev-python/PyQt4-4.8.4[X] >=dev-qt/qt-mobility-1.2.0[contacts?,feedback?,gallery?,location?,messaging?,multimedia?,organizer?,publishsubscribe?,sensors?,serviceframework?,systeminfo?,versit?] dev-lang/python -REQUIRED_USE=|| ( contacts feedback gallery location messaging multimedia organizer publishsubscribe sensors serviceframework systeminfo versit ) versit? ( contacts ) -SLOT=0 -SRC_URI=mirror://sourceforge/pyqt/PyQtMobility-gpl-1.0.1.tar.gz -_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=83e3b50071d0c67dfacf194700402ffb diff --git a/metadata/md5-cache/dev-python/pylons-sphinx-themes-0.3.1 b/metadata/md5-cache/dev-python/pylons-sphinx-themes-0.3.1 new file mode 100644 index 000000000000..7b5a374a42f5 --- /dev/null +++ b/metadata/md5-cache/dev-python/pylons-sphinx-themes-0.3.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) 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_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Pylons Sphinx themes for documentation styling +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/pylons-sphinx-themes +IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +LICENSE=BSD-4 +RDEPEND=python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) 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_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pylons-sphinx-themes/pylons-sphinx-themes-0.3.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=d50ce81b7b9e31826684b21dd0b81a06 diff --git a/metadata/md5-cache/dev-python/waitress-0.8.10 b/metadata/md5-cache/dev-python/waitress-0.8.10-r1 similarity index 59% rename from metadata/md5-cache/dev-python/waitress-0.8.10 rename to metadata/md5-cache/dev-python/waitress-0.8.10-r1 index 458cca60fb5f..793ca662bbb2 100644 --- a/metadata/md5-cache/dev-python/waitress-0.8.10 +++ b/metadata/md5-cache/dev-python/waitress-0.8.10-r1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=app-arch/unzip dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +DEPEND=app-arch/unzip dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] doc? ( dev-python/pylons-sphinx-themes[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) test? ( dev-python/nose[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] DESCRIPTION=A pure-Python WSGI server EAPI=5 HOMEPAGE=http://docs.pylonsproject.org/projects/waitress/en/latest/ https://pypi.python.org/pypi/waitress/ https://github.com/Pylons/waitress @@ -9,6 +9,6 @@ LICENSE=MIT RDEPEND=python_targets_pypy? ( virtual/pypy:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=0 -SRC_URI=mirror://pypi/w/waitress/waitress-0.8.10.tar.gz doc? ( https://dev.gentoo.org/~idella4/pylons_sphinx_theme.tar.gz ) +SRC_URI=mirror://pypi/w/waitress/waitress-0.8.10.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=911c875b440f70cf711de5fbcf703d42 +_md5_=7c9c9c77dcaa01567c1840639a82add5 diff --git a/metadata/md5-cache/dev-qt/assistant-5.5.1-r1 b/metadata/md5-cache/dev-qt/assistant-5.5.1-r1 index ac0ce1dde44f..a95ac071efcc 100644 --- a/metadata/md5-cache/dev-qt/assistant-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/assistant-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Tool for viewing on-line documentation in Qt help file format EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=webkit debug test -KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1 ~dev-qt/qthelp-5.5.1 ~dev-qt/qtnetwork-5.5.1 ~dev-qt/qtprintsupport-5.5.1 ~dev-qt/qtsql-5.5.1[sqlite] ~dev-qt/qtwidgets-5.5.1 webkit? ( ~dev-qt/qtwebkit-5.5.1 ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=568097089356d42112407d30b1c5dcc6 +_md5_=c88f4e70b54bf57a5e393dcd3e0cdfaa diff --git a/metadata/md5-cache/dev-qt/designer-5.5.1-r1 b/metadata/md5-cache/dev-qt/designer-5.5.1-r1 index b74b87d22d17..4871775cd274 100644 --- a/metadata/md5-cache/dev-qt/designer-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/designer-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=WYSIWYG tool for designing and building Qt-based GUIs EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=declarative webkit debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1 ~dev-qt/qtnetwork-5.5.1 ~dev-qt/qtprintsupport-5.5.1 ~dev-qt/qtwidgets-5.5.1 ~dev-qt/qtxml-5.5.1 declarative? ( ~dev-qt/qtdeclarative-5.5.1[widgets] ) webkit? ( ~dev-qt/qtwebkit-5.5.1 ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=5ebef2e974dd1386f4b5e4ba0a70cf56 +_md5_=6a586437c5d0eb3015a5af46b233d814 diff --git a/metadata/md5-cache/dev-qt/linguist-5.5.1-r1 b/metadata/md5-cache/dev-qt/linguist-5.5.1-r1 index f090559a595d..6354c27852f9 100644 --- a/metadata/md5-cache/dev-qt/linguist-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/linguist-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Graphical tool for translating Qt applications EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/designer-5.5.1 ~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1 ~dev-qt/qtprintsupport-5.5.1 ~dev-qt/qtwidgets-5.5.1 ~dev-qt/qtxml-5.5.1 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=d80a3bba740085e0ccfe765911ac35bb +_md5_=d867b5bcbe4d3352337332835658fea9 diff --git a/metadata/md5-cache/dev-qt/linguist-tools-5.5.1-r1 b/metadata/md5-cache/dev-qt/linguist-tools-5.5.1-r1 index 25737ed6304e..1b33fd699788 100644 --- a/metadata/md5-cache/dev-qt/linguist-tools-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/linguist-tools-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Tools for working with Qt translation data files EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=qml debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtxml-5.5.1 qml? ( ~dev-qt/qtdeclarative-5.5.1 ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=7d2e57afd06c73b084d104c120e7ffe8 +_md5_=910077917e306c3733dc56c762226759 diff --git a/metadata/md5-cache/dev-qt/pixeltool-5.5.1-r1 b/metadata/md5-cache/dev-qt/pixeltool-5.5.1-r1 index 83eb0f9d231b..5c2c9af35a06 100644 --- a/metadata/md5-cache/dev-qt/pixeltool-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/pixeltool-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Qt screen magnifier EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1 ~dev-qt/qtnetwork-5.5.1 ~dev-qt/qtwidgets-5.5.1 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=37eb7a283b8a09cd749e0d4621e2260e +_md5_=f18781d7e81de097947992b847fb83ec diff --git a/metadata/md5-cache/dev-qt/qdbus-5.5.1-r1 b/metadata/md5-cache/dev-qt/qdbus-5.5.1-r1 index 9f5fc62dc4e6..f982360a541b 100644 --- a/metadata/md5-cache/dev-qt/qdbus-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qdbus-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Interface to Qt applications communicating over D-Bus EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtdbus-5.5.1 ~dev-qt/qtxml-5.5.1 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=35a7dbd95932e19dc01a1c639df5dd26 +_md5_=22f4e87b2fb3916fd2c04fb2b2edf384 diff --git a/metadata/md5-cache/dev-qt/qdbusviewer-5.5.1-r1 b/metadata/md5-cache/dev-qt/qdbusviewer-5.5.1-r1 index 7781e87c1b1f..27158898317a 100644 --- a/metadata/md5-cache/dev-qt/qdbusviewer-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qdbusviewer-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Graphical tool that lets you introspect D-Bus objects and messages EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtdbus-5.5.1 ~dev-qt/qtgui-5.5.1 ~dev-qt/qtwidgets-5.5.1 ~dev-qt/qtxml-5.5.1 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=50f7817b18c93bf275717dd2aaefe03c +_md5_=e0dda78476b6b8634b7141a1d0353686 diff --git a/metadata/md5-cache/dev-qt/qdoc-5.5.1 b/metadata/md5-cache/dev-qt/qdoc-5.5.1 index 078925938c41..4d5d8cbc4a39 100644 --- a/metadata/md5-cache/dev-qt/qdoc-5.5.1 +++ b/metadata/md5-cache/dev-qt/qdoc-5.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=Qt documentation generator EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtxml-5.5.1 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=003ec08a25526b91a71578257c97bcef +_md5_=8d69009903adff60d024709ba7eed15b diff --git a/metadata/md5-cache/dev-qt/qtconcurrent-5.5.1 b/metadata/md5-cache/dev-qt/qtconcurrent-5.5.1 index 442f8d5cef08..05ee62241e55 100644 --- a/metadata/md5-cache/dev-qt/qtconcurrent-5.5.1 +++ b/metadata/md5-cache/dev-qt/qtconcurrent-5.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=Multi-threading concurrence support library for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=87e06b960cc970b020ef057f4ae4d5b3 +_md5_=e18934752d6a8a69a101f6c9ebc6cb09 diff --git a/metadata/md5-cache/dev-qt/qtcore-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtcore-5.5.1-r1 index 94edaae2b1ff..f97006426ceb 100644 --- a/metadata/md5-cache/dev-qt/qtcore-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtcore-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Cross-platform application development framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=icu systemd debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=dev-libs/glib:2 >=dev-libs/libpcre-8.35[pcre16] >=sys-libs/zlib-1.2.5 virtual/libiconv icu? ( dev-libs/icu:= ) systemd? ( sys-apps/systemd ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=3799751aa5daae9da54b02d1a9d08768 +_md5_=d5965d4fcc5eed3f35adfc332b449cbf diff --git a/metadata/md5-cache/dev-qt/qtdbus-5.5.1 b/metadata/md5-cache/dev-qt/qtdbus-5.5.1 index c18239b22589..001b59bab9c2 100644 --- a/metadata/md5-cache/dev-qt/qtdbus-5.5.1 +++ b/metadata/md5-cache/dev-qt/qtdbus-5.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=The D-Bus module for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 >=sys-apps/dbus-1.4.20 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=67114d358de485850d0cfb2c13006ebf +_md5_=e6a0882d1aafdae430a5a282626e66df diff --git a/metadata/md5-cache/dev-qt/qtdeclarative-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtdeclarative-5.5.1-r1 index d420c1691c76..14da7b8b9dec 100644 --- a/metadata/md5-cache/dev-qt/qtdeclarative-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtdeclarative-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=The QML and Quick modules for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=gles2 +jit localstorage +widgets xml debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1[gles2=] ~dev-qt/qtnetwork-5.5.1 ~dev-qt/qttest-5.5.1 localstorage? ( ~dev-qt/qtsql-5.5.1 ) widgets? ( ~dev-qt/qtwidgets-5.5.1[gles2=] ) xml? ( ~dev-qt/qtxmlpatterns-5.5.1 ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtdeclarative-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=134d0d3dff2d1f63ebc55e63fe6bebe6 +_md5_=840722ace3e7be4de5dc41c3abb28e60 diff --git a/metadata/md5-cache/dev-qt/qtgui-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtgui-5.5.1-r1 index 1e16ff8a3e0d..4dc8ac26ef67 100644 --- a/metadata/md5-cache/dev-qt/qtgui-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtgui-5.5.1-r1 @@ -4,7 +4,7 @@ DESCRIPTION=The GUI module and platform plugins for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=accessibility dbus egl eglfs evdev +gif gles2 gtkstyle ibus jpeg libinput +png tslib tuio +udev +xcb debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 PDEPEND=ibus? ( app-i18n/ibus ) RDEPEND=dev-libs/glib:2 ~dev-qt/qtcore-5.5.1 media-libs/fontconfig >=media-libs/freetype-2.5.5:2 >=media-libs/harfbuzz-0.9.40:= >=sys-libs/zlib-1.2.5 virtual/opengl dbus? ( ~dev-qt/qtdbus-5.5.1 ) egl? ( media-libs/mesa[egl] ) evdev? ( sys-libs/mtdev ) gtkstyle? ( x11-libs/gtk+:2 x11-libs/pango !!x11-libs/cairo[qt4] ) gles2? ( media-libs/mesa[gles2] ) jpeg? ( virtual/jpeg:0 ) libinput? ( dev-libs/libinput:= x11-libs/libxkbcommon ) png? ( media-libs/libpng:0= ) tslib? ( x11-libs/tslib ) tuio? ( ~dev-qt/qtnetwork-5.5.1 ) udev? ( virtual/libudev:= ) xcb? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=x11-libs/libXi-1.7.4 x11-libs/libXrender >=x11-libs/libxcb-1.10:=[xkb] >=x11-libs/libxkbcommon-0.4.1[X] x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) dev-qt/qtchooser @@ -13,4 +13,4 @@ RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=b72e6cca90103d78469d9f3ae6019439 +_md5_=2b020fb0c345cc560c8d5706223beb7d diff --git a/metadata/md5-cache/dev-qt/qthelp-5.5.1-r1 b/metadata/md5-cache/dev-qt/qthelp-5.5.1-r1 index 91959daac8fb..36679c639136 100644 --- a/metadata/md5-cache/dev-qt/qthelp-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qthelp-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=The Help module for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1 ~dev-qt/qtnetwork-5.5.1 ~dev-qt/qtsql-5.5.1[sqlite] ~dev-qt/qtwidgets-5.5.1 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=803baba3ce0d9c6566a22567c806415e +_md5_=1e9ea789e1c4ace1050d93bf9af065bc diff --git a/metadata/md5-cache/dev-qt/qtmultimedia-5.5.1-r2 b/metadata/md5-cache/dev-qt/qtmultimedia-5.5.1-r2 index b64ad06a0bf7..98d1a4b64c8a 100644 --- a/metadata/md5-cache/dev-qt/qtmultimedia-5.5.1-r2 +++ b/metadata/md5-cache/dev-qt/qtmultimedia-5.5.1-r2 @@ -4,7 +4,7 @@ DESCRIPTION=The Multimedia module for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=alsa gles2 gstreamer gstreamer010 openal pulseaudio qml widgets debug test -KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1 ~dev-qt/qtnetwork-5.5.1 alsa? ( media-libs/alsa-lib ) gstreamer? ( dev-libs/glib:2 media-libs/gstreamer:1.0 media-libs/gst-plugins-bad:1.0 media-libs/gst-plugins-base:1.0 ) gstreamer010? ( dev-libs/glib:2 media-libs/gstreamer:0.10 media-libs/gst-plugins-bad:0.10 media-libs/gst-plugins-base:0.10 ) pulseaudio? ( media-sound/pulseaudio ) qml? ( ~dev-qt/qtdeclarative-5.5.1 gles2? ( ~dev-qt/qtgui-5.5.1[egl,gles2] ) !gles2? ( ~dev-qt/qtgui-5.5.1[-egl] ) openal? ( media-libs/openal ) ) widgets? ( ~dev-qt/qtopengl-5.5.1 ~dev-qt/qtwidgets-5.5.1 ) dev-qt/qtchooser REQUIRED_USE=?? ( gstreamer gstreamer010 ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtmultimedia-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=508f39a10ec1ec94ef4ae8cf770c525f +_md5_=36ff47335174d4a8698914913d71a7ab diff --git a/metadata/md5-cache/dev-qt/qtnetwork-5.5.1 b/metadata/md5-cache/dev-qt/qtnetwork-5.5.1 index e8c6c18df575..40e61cc7bca4 100644 --- a/metadata/md5-cache/dev-qt/qtnetwork-5.5.1 +++ b/metadata/md5-cache/dev-qt/qtnetwork-5.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=Network abstraction library for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=bindist connman libproxy networkmanager +ssl debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 >=sys-libs/zlib-1.2.5 connman? ( ~dev-qt/qtdbus-5.5.1 ) libproxy? ( net-libs/libproxy ) networkmanager? ( ~dev-qt/qtdbus-5.5.1 ) ssl? ( dev-libs/openssl:0[bindist=] ) connman? ( net-misc/connman ) networkmanager? ( net-misc/networkmanager ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=fd6e55a3fa220a659463f0cbeef528d4 +_md5_=049ec19f8119b0ed65004f3b02fc08ab diff --git a/metadata/md5-cache/dev-qt/qtopengl-5.5.1 b/metadata/md5-cache/dev-qt/qtopengl-5.5.1 index fb7184d137e8..73bd9e80aa62 100644 --- a/metadata/md5-cache/dev-qt/qtopengl-5.5.1 +++ b/metadata/md5-cache/dev-qt/qtopengl-5.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=OpenGL support library for the Qt5 framework (deprecated) EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=gles2 test debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1[gles2=] ~dev-qt/qtwidgets-5.5.1[gles2=] virtual/opengl dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=1109e01a95307375d3f6aeb5d93b09c4 +_md5_=35937e14666da312c44d103b848b1318 diff --git a/metadata/md5-cache/dev-qt/qtpositioning-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtpositioning-5.5.1-r1 index 7ba0a570fbf7..783e6a7ab44b 100644 --- a/metadata/md5-cache/dev-qt/qtpositioning-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtpositioning-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Physical position determination library for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=geoclue qml debug test -KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 geoclue? ( app-misc/geoclue:0 dev-libs/glib:2 ) qml? ( ~dev-qt/qtdeclarative-5.5.1 ~dev-qt/qtnetwork-5.5.1 ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtlocation-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=d58a175f93328b9dc2e7d196ec3381ae +_md5_=356f63b221ac45eef2d4de264f57a10e diff --git a/metadata/md5-cache/dev-qt/qtprintsupport-5.5.1 b/metadata/md5-cache/dev-qt/qtprintsupport-5.5.1 index 31e9bcb2f9da..5a19bcec582f 100644 --- a/metadata/md5-cache/dev-qt/qtprintsupport-5.5.1 +++ b/metadata/md5-cache/dev-qt/qtprintsupport-5.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=Printing support library for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=cups gles2 test debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1[gles2=] ~dev-qt/qtwidgets-5.5.1[gles2=] cups? ( >=net-print/cups-1.4 ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=a56976e3a695c786748c92e94ee12e45 +_md5_=16e21503c036102cb8d470c6b759e674 diff --git a/metadata/md5-cache/dev-qt/qtquick1-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtquick1-5.5.1-r1 index addf882810dd..f82b8dc43aac 100644 --- a/metadata/md5-cache/dev-qt/qtquick1-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtquick1-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Legacy declarative UI module for the Qt5 framework (deprecated) EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=designer gles2 opengl webkit xml debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 ~hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1 ~dev-qt/qtnetwork-5.5.1 ~dev-qt/qtscript-5.5.1 ~dev-qt/qtsql-5.5.1 ~dev-qt/qtwidgets-5.5.1 designer? ( ~dev-qt/designer-5.5.1 ~dev-qt/qtdeclarative-5.5.1 ) opengl? ( ~dev-qt/qtgui-5.5.1[gles2=] ~dev-qt/qtopengl-5.5.1 ) webkit? ( ~dev-qt/qtwebkit-5.5.1 ) xml? ( ~dev-qt/qtxmlpatterns-5.5.1 ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquick1-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=0acc4129eb2466716e9117b5239a6bf0 +_md5_=a5c46615c317d3d7b2aef81158c97e55 diff --git a/metadata/md5-cache/dev-qt/qtscript-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtscript-5.5.1-r1 index f3a87330ac13..35fa58e18e16 100644 --- a/metadata/md5-cache/dev-qt/qtscript-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtscript-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Application scripting library for the Qt5 framework (deprecated) EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=+jit scripttools debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 scripttools? ( ~dev-qt/qtgui-5.5.1 ~dev-qt/qtwidgets-5.5.1 ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtscript-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=f8fdb2eee8d7a9006bd4907056e14227 +_md5_=2485555e1a095b8b7c504881ed1bc1c5 diff --git a/metadata/md5-cache/dev-qt/qtsensors-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtsensors-5.5.1-r1 index 46574dbcdb70..2384da1c2229 100644 --- a/metadata/md5-cache/dev-qt/qtsensors-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtsensors-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Hardware sensor access library for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=qml debug test -KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 qml? ( ~dev-qt/qtdeclarative-5.5.1 ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtsensors-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=1c9b7e2899ca42983690050ac82f8411 +_md5_=8d7eaa70ef3e8f6948751d68eef5db01 diff --git a/metadata/md5-cache/dev-qt/qtsql-5.5.1 b/metadata/md5-cache/dev-qt/qtsql-5.5.1 index 232deedf1c9b..7491c89f231e 100644 --- a/metadata/md5-cache/dev-qt/qtsql-5.5.1 +++ b/metadata/md5-cache/dev-qt/qtsql-5.5.1 @@ -4,7 +4,7 @@ DESCRIPTION=SQL abstraction library for the Qt5 tooolkit EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=freetds mysql oci8 odbc postgres +sqlite debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 freetds? ( dev-db/freetds ) mysql? ( virtual/libmysqlclient:= ) oci8? ( dev-db/oracle-instantclient-basic ) odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) ) postgres? ( dev-db/postgresql:* ) sqlite? ( >=dev-db/sqlite-3.8.8.2:3 ) dev-qt/qtchooser REQUIRED_USE=|| ( freetds mysql oci8 odbc postgres sqlite ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=69266f69b370e6bec8d7640ce2c0fd95 +_md5_=ad1504497223187129917ffae8b6dcf9 diff --git a/metadata/md5-cache/dev-qt/qtsvg-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtsvg-5.5.1-r1 index bbfca5d9579a..44842ac13582 100644 --- a/metadata/md5-cache/dev-qt/qtsvg-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtsvg-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=SVG rendering library for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1 ~dev-qt/qtwidgets-5.5.1 >=sys-libs/zlib-1.2.5 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtsvg-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=c5f1b6dfe1d70171baceae23dd034e27 +_md5_=a8bdaee2d34ed4e94fa5ea79acc0ff47 diff --git a/metadata/md5-cache/dev-qt/qttest-5.5.1 b/metadata/md5-cache/dev-qt/qttest-5.5.1 index 4d72431284ed..8d70194ec349 100644 --- a/metadata/md5-cache/dev-qt/qttest-5.5.1 +++ b/metadata/md5-cache/dev-qt/qttest-5.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=Unit testing library for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=test debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=4bbe38ba4483fb2951bc0c7c280b8eb8 +_md5_=cd840e5f9824deee3556ff6550512b78 diff --git a/metadata/md5-cache/dev-qt/qtwebchannel-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtwebchannel-5.5.1-r1 index d0e0d41a5f34..4f9e89465dbf 100644 --- a/metadata/md5-cache/dev-qt/qtwebchannel-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtwebchannel-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Qt5 module for integrating C++ and QML applications with HTML/JavaSc EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=qml debug test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 qml? ( ~dev-qt/qtdeclarative-5.5.1 ) dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebchannel-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=c389ae089ad09d0528a839e84c02c058 +_md5_=d95e130de9595cde108812f5f0657d64 diff --git a/metadata/md5-cache/dev-qt/qtwebkit-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtwebkit-5.5.1-r1 index 6e8d63621e62..4b13f5ee5654 100644 --- a/metadata/md5-cache/dev-qt/qtwebkit-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtwebkit-5.5.1-r1 @@ -4,7 +4,7 @@ DESCRIPTION=WebKit rendering library for the Qt5 framework (deprecated) EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=geolocation gstreamer gstreamer010 +jit multimedia opengl orientation printsupport qml webchannel webp debug test -KEYWORDS=amd64 ~arm ~arm64 ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=dev-db/sqlite:3 dev-libs/icu:= >=dev-libs/leveldb-1.18-r1 dev-libs/libxml2:2 dev-libs/libxslt ~dev-qt/qtcore-5.5.1[icu] ~dev-qt/qtgui-5.5.1 ~dev-qt/qtnetwork-5.5.1 ~dev-qt/qtsql-5.5.1 ~dev-qt/qtwidgets-5.5.1 media-libs/fontconfig:1.0 media-libs/libpng:0= >=sys-libs/zlib-1.2.5 virtual/jpeg:0 virtual/opengl x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXrender geolocation? ( ~dev-qt/qtpositioning-5.5.1 ) gstreamer? ( dev-libs/glib:2 media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) gstreamer010? ( dev-libs/glib:2 media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) multimedia? ( ~dev-qt/qtmultimedia-5.5.1[widgets] ) opengl? ( ~dev-qt/qtopengl-5.5.1 ) orientation? ( ~dev-qt/qtsensors-5.5.1 ) printsupport? ( ~dev-qt/qtprintsupport-5.5.1 ) qml? ( ~dev-qt/qtdeclarative-5.5.1 ) webchannel? ( ~dev-qt/qtwebchannel-5.5.1 ) webp? ( media-libs/libwebp:0= ) dev-qt/qtchooser REQUIRED_USE=?? ( gstreamer gstreamer010 multimedia ) @@ -12,4 +12,4 @@ RESTRICT=mirror test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebkit-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=071fb308f1ba80c79c43d82ae232e26c +_md5_=5a89aadf69bf39ec5616a18dc0346583 diff --git a/metadata/md5-cache/dev-qt/qtwidgets-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtwidgets-5.5.1-r1 index 475019e82311..d8241178c417 100644 --- a/metadata/md5-cache/dev-qt/qtwidgets-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtwidgets-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Set of components for creating classic desktop-style UIs for the Qt5 EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=gles2 gtkstyle +png +xcb debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtgui-5.5.1[gles2=,gtkstyle=,png=,xcb?] dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=15de52cd4e6f58c78410db9d72da5bb1 +_md5_=29fe9944c4ad445f0592f2180d5027e1 diff --git a/metadata/md5-cache/dev-qt/qtxml-5.5.1 b/metadata/md5-cache/dev-qt/qtxml-5.5.1 index d2f128bd484e..e07d306431db 100644 --- a/metadata/md5-cache/dev-qt/qtxml-5.5.1 +++ b/metadata/md5-cache/dev-qt/qtxml-5.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=SAX and DOM implementation library for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=0e682f23d919d654cd7c479ae6127d3b +_md5_=25cf69d917e6c96a724e845602c930c5 diff --git a/metadata/md5-cache/dev-qt/qtxmlpatterns-5.5.1-r1 b/metadata/md5-cache/dev-qt/qtxmlpatterns-5.5.1-r1 index 2106af60f00d..a18a98fda644 100644 --- a/metadata/md5-cache/dev-qt/qtxmlpatterns-5.5.1-r1 +++ b/metadata/md5-cache/dev-qt/qtxmlpatterns-5.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=XPath, XQuery, and XSLT support library for the Qt5 framework EAPI=5 HOMEPAGE=https://www.qt.io/ IUSE=debug test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 hppa ppc64 ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtcore-5.5.1 ~dev-qt/qtnetwork-5.5.1 dev-qt/qtchooser RESTRICT=test SLOT=5 SRC_URI=http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtxmlpatterns-opensource-src-5.5.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 qt5-build 13e97f66a6815172991fe3e176f5e583 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=4f103975ca36523e14301d0994b3ccc8 +_md5_=08f75d65e0c96a5245036242d5342a1d diff --git a/metadata/md5-cache/dev-ros/genmsg-0.5.7 b/metadata/md5-cache/dev-ros/genmsg-0.5.7 new file mode 100644 index 000000000000..ccbd89281b37 --- /dev/null +++ b/metadata/md5-cache/dev-ros/genmsg-0.5.7 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) sys-devel/make >=dev-util/cmake-2.8.12 dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-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_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) 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_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Python library for generating ROS message and service data structures for various languages +EAPI=5 +HOMEPAGE=http://wiki.ros.org/genmsg +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 test +KEYWORDS=~amd64 ~arm +LICENSE=BSD +RDEPEND=dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) 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_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +SLOT=0 +SRC_URI=https://github.com/ros/genmsg/archive/0.5.7.tar.gz -> genmsg-0.5.7.tar.gz +_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=b18c2d03ec5ba7082f6a54eb5320eaf9 diff --git a/metadata/md5-cache/dev-ros/geometric_shapes-0.4.4 b/metadata/md5-cache/dev-ros/geometric_shapes-0.4.4 new file mode 100644 index 000000000000..8ae5fbac89bf --- /dev/null +++ b/metadata/md5-cache/dev-ros/geometric_shapes-0.4.4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-libs/boost:= media-libs/qhull media-libs/assimp sci-libs/octomap dev-ros/random_numbers dev-ros/resource_retriever dev-ros/eigen_stl_containers dev-ros/visualization_msgs[ros_messages_cxx(-)] dev-ros/shape_msgs[ros_messages_cxx(-)] test? ( dev-cpp/gtest ) sys-devel/make >=dev-util/cmake-2.8.12 dev-util/catkin dev-python/empy +DESCRIPTION=Generic definitions of geometric shapes and bodies +EAPI=5 +HOMEPAGE=http://wiki.ros.org/geometric_shapes +IUSE=test +KEYWORDS=~amd64 ~arm +LICENSE=BSD +RDEPEND=dev-libs/boost:= media-libs/qhull media-libs/assimp sci-libs/octomap dev-ros/random_numbers dev-ros/resource_retriever dev-ros/eigen_stl_containers dev-ros/visualization_msgs[ros_messages_cxx(-)] dev-ros/shape_msgs[ros_messages_cxx(-)] dev-util/catkin dev-python/empy +SLOT=0 +SRC_URI=https://github.com/ros-planning/geometric_shapes/archive/0.4.4.tar.gz -> geometric_shapes-0.4.4.tar.gz +_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=3e66fbfe5683ed29bf5ac798fe036e83 diff --git a/metadata/md5-cache/dev-ros/image_view-1.12.15 b/metadata/md5-cache/dev-ros/image_view-1.12.15 index 705849383842..a25f20062c0e 100644 --- a/metadata/md5-cache/dev-ros/image_view-1.12.15 +++ b/metadata/md5-cache/dev-ros/image_view-1.12.15 @@ -10,4 +10,4 @@ RDEPEND=dev-libs/boost:=[threads] media-libs/opencv x11-libs/gtk+:2 dev-ros/came SLOT=0 SRC_URI=https://github.com/ros-perception/image_pipeline/archive/1.12.15.tar.gz -> image_pipeline-1.12.15.tar.gz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2825896ecd083fd8da63b10e8cc9bb6f +_md5_=8eb6fbe8c02b8824421b433871eb9c75 diff --git a/metadata/md5-cache/dev-ros/image_view-9999 b/metadata/md5-cache/dev-ros/image_view-9999 index 49399e2e074f..a7f88382943f 100644 --- a/metadata/md5-cache/dev-ros/image_view-9999 +++ b/metadata/md5-cache/dev-ros/image_view-9999 @@ -8,4 +8,4 @@ LICENSE=BSD RDEPEND=dev-libs/boost:=[threads] media-libs/opencv x11-libs/gtk+:2 dev-ros/camera_calibration_parsers >=dev-ros/cv_bridge-1.11.10 dev-ros/image_transport dev-ros/message_filters dev-ros/nodelet dev-ros/rosconsole dev-ros/roscpp dev-ros/stereo_msgs[ros_messages_cxx(-)] dev-ros/sensor_msgs[ros_messages_cxx(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:2 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(-)] SLOT=0 _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 ef66dfc3db09f327af21cf32f140fb2b multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2825896ecd083fd8da63b10e8cc9bb6f +_md5_=8eb6fbe8c02b8824421b433871eb9c75 diff --git a/metadata/md5-cache/dev-ruby/abstract-1.0.0-r2 b/metadata/md5-cache/dev-ruby/abstract-1.0.0-r2 index ca95053e712d..51ab0e815a4f 100644 --- a/metadata/md5-cache/dev-ruby/abstract-1.0.0-r2 +++ b/metadata/md5-cache/dev-ruby/abstract-1.0.0-r2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) DESCRIPTION=Library which enable you to define abstract method in Ruby EAPI=5 HOMEPAGE=https://rubygems.org/gems/abstract -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 test KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Ruby -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/abstract-1.0.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e44264786ad612babf6d07ce0f21fb5f +_md5_=7baeb9c3e040111925b41d1c14bed5e1 diff --git a/metadata/md5-cache/dev-ruby/actionmailer-4.1.15 b/metadata/md5-cache/dev-ruby/actionmailer-4.1.15 new file mode 100644 index 000000000000..bcc1206f15b0 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/actionmailer-4.1.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby20] >=dev-ruby/mail-2.5.4:*[ruby_targets_ruby20] =dev-ruby/mail-2*:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby21] >=dev-ruby/mail-2.5.4:*[ruby_targets_ruby21] =dev-ruby/mail-2*:*[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DESCRIPTION=Framework for designing email-service layers +EAPI=5 +HOMEPAGE=https://github.com/rails/rails +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby20] >=dev-ruby/mail-2.5.4:*[ruby_targets_ruby20] =dev-ruby/mail-2*:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby21] >=dev-ruby/mail-2.5.4:*[ruby_targets_ruby21] =dev-ruby/mail-2*:*[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +SLOT=4.1 +SRC_URI=https://github.com/rails/rails/archive/v4.1.15.tar.gz -> rails-4.1.15.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=67ce279cab48b92d8e4bd4262f1061fb diff --git a/metadata/md5-cache/dev-ruby/actionmailer-4.2.6 b/metadata/md5-cache/dev-ruby/actionmailer-4.2.6 new file mode 100644 index 000000000000..ce7f56bce698 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/actionmailer-4.2.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby20] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby20] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby20] >=dev-ruby/mail-2.5.4:*[ruby_targets_ruby20] =dev-ruby/mail-2*:*[ruby_targets_ruby20] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby21] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby21] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby21] >=dev-ruby/mail-2.5.4:*[ruby_targets_ruby21] =dev-ruby/mail-2*:*[ruby_targets_ruby21] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby22] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby22] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby22] >=dev-ruby/mail-2.5.4:*[ruby_targets_ruby22] =dev-ruby/mail-2*:*[ruby_targets_ruby22] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Framework for designing email-service layers +EAPI=5 +HOMEPAGE=https://github.com/rails/rails +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby20] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby20] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby20] >=dev-ruby/mail-2.5.4:*[ruby_targets_ruby20] =dev-ruby/mail-2*:*[ruby_targets_ruby20] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby21] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby21] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby21] >=dev-ruby/mail-2.5.4:*[ruby_targets_ruby21] =dev-ruby/mail-2*:*[ruby_targets_ruby21] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby22] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby22] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby22] >=dev-ruby/mail-2.5.4:*[ruby_targets_ruby22] =dev-ruby/mail-2*:*[ruby_targets_ruby22] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=4.2 +SRC_URI=https://github.com/rails/rails/archive/v4.2.6.tar.gz -> rails-4.2.6.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=b6e731810711b89bd4b8ecca438e20a9 diff --git a/metadata/md5-cache/dev-ruby/actionpack-4.1.15 b/metadata/md5-cache/dev-ruby/actionpack-4.1.15 new file mode 100644 index 000000000000..f9a65e8e81d3 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/actionpack-4.1.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby20] ~dev-ruby/actionview-4.1.15[ruby_targets_ruby20] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby20] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] ~dev-ruby/actionview-4.1.15[ruby_targets_ruby21] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby21] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby20] dev-ruby/bundler[ruby_targets_ruby20] ~dev-ruby/activemodel-4.1.15[ruby_targets_ruby20] >=dev-ruby/rack-cache-1.2:1.2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby21] dev-ruby/bundler[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.15[ruby_targets_ruby21] >=dev-ruby/rack-cache-1.2:1.2[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DESCRIPTION=Eases web-request routing, handling, and response +EAPI=5 +HOMEPAGE=https://github.com/rails/rails +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby20] ~dev-ruby/actionview-4.1.15[ruby_targets_ruby20] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby20] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] ~dev-ruby/actionview-4.1.15[ruby_targets_ruby21] >=dev-ruby/rack-1.5.2:1.5[ruby_targets_ruby21] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +SLOT=4.1 +SRC_URI=https://github.com/rails/rails/archive/v4.1.15.tar.gz -> rails-4.1.15.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=ff87702e44fd3cf4c3177ac658caf795 diff --git a/metadata/md5-cache/dev-ruby/actionpack-4.2.6 b/metadata/md5-cache/dev-ruby/actionpack-4.2.6 new file mode 100644 index 000000000000..ad15ab48018d --- /dev/null +++ b/metadata/md5-cache/dev-ruby/actionpack-4.2.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby20] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby20] >=dev-ruby/rack-1.6.0:1.6[ruby_targets_ruby20] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby20] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby20] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby21] >=dev-ruby/rack-1.6.0:1.6[ruby_targets_ruby21] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby21] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby21] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby22] >=dev-ruby/rack-1.6.0:1.6[ruby_targets_ruby22] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby22] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby22] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby20] dev-ruby/bundler[ruby_targets_ruby20] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby20] >=dev-ruby/rack-cache-1.2:1.2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby21] dev-ruby/bundler[ruby_targets_ruby21] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby21] >=dev-ruby/rack-cache-1.2:1.2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby22] dev-ruby/bundler[ruby_targets_ruby22] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby22] >=dev-ruby/rack-cache-1.2:1.2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Eases web-request routing, handling, and response +EAPI=5 +HOMEPAGE=https://github.com/rails/rails +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby20] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby20] >=dev-ruby/rack-1.6.0:1.6[ruby_targets_ruby20] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby20] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby20] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby21] >=dev-ruby/rack-1.6.0:1.6[ruby_targets_ruby21] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby21] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby21] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby22] >=dev-ruby/rack-1.6.0:1.6[ruby_targets_ruby22] >=dev-ruby/rack-test-0.6.2:0.6[ruby_targets_ruby22] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby22] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=4.2 +SRC_URI=https://github.com/rails/rails/archive/v4.2.6.tar.gz -> rails-4.2.6.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=2810d608cef086d8b02f07f7c47a6180 diff --git a/metadata/md5-cache/dev-ruby/actionview-4.1.15 b/metadata/md5-cache/dev-ruby/actionview-4.1.15 new file mode 100644 index 000000000000..1ad03f1b9c04 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/actionview-4.1.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby20] >=dev-ruby/builder-3.1:*[ruby_targets_ruby20] =dev-ruby/builder-3*:*[ruby_targets_ruby20] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] >=dev-ruby/builder-3.1:*[ruby_targets_ruby21] =dev-ruby/builder-3*:*[ruby_targets_ruby21] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby20] ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby20] ~dev-ruby/activemodel-4.1.15[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby21] ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.15[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DESCRIPTION=Simple, battle-tested conventions and helpers for building web pages +EAPI=5 +HOMEPAGE=https://github.com/rails/rails/ +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby20] >=dev-ruby/builder-3.1:*[ruby_targets_ruby20] =dev-ruby/builder-3*:*[ruby_targets_ruby20] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] >=dev-ruby/builder-3.1:*[ruby_targets_ruby21] =dev-ruby/builder-3*:*[ruby_targets_ruby21] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +SLOT=4.1 +SRC_URI=https://github.com/rails/rails/archive/v4.1.15.tar.gz -> rails-4.1.15.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=561179eaffa88e5e6d66eb2748dcc75e diff --git a/metadata/md5-cache/dev-ruby/actionview-4.2.6 b/metadata/md5-cache/dev-ruby/actionview-4.2.6 new file mode 100644 index 000000000000..3ae7870df599 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/actionview-4.2.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby20] >=dev-ruby/builder-3.1:*[ruby_targets_ruby20] =dev-ruby/builder-3*:*[ruby_targets_ruby20] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby20] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby20] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] >=dev-ruby/builder-3.1:*[ruby_targets_ruby21] =dev-ruby/builder-3*:*[ruby_targets_ruby21] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby21] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby21] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] >=dev-ruby/builder-3.1:*[ruby_targets_ruby22] =dev-ruby/builder-3*:*[ruby_targets_ruby22] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby22] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby22] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby20] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby20] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby21] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby21] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/mocha:0.14[ruby_targets_ruby22] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby22] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Simple, battle-tested conventions and helpers for building web pages +EAPI=5 +HOMEPAGE=https://github.com/rails/rails/ +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby20] >=dev-ruby/builder-3.1:*[ruby_targets_ruby20] =dev-ruby/builder-3*:*[ruby_targets_ruby20] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby20] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby20] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] >=dev-ruby/builder-3.1:*[ruby_targets_ruby21] =dev-ruby/builder-3*:*[ruby_targets_ruby21] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby21] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby21] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] >=dev-ruby/builder-3.1:*[ruby_targets_ruby22] =dev-ruby/builder-3*:*[ruby_targets_ruby22] >=dev-ruby/erubis-2.7.0[ruby_targets_ruby22] >=dev-ruby/rails-html-sanitizer-1.0.2:1[ruby_targets_ruby22] >=dev-ruby/rails-dom-testing-1.0.5:1[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=4.2 +SRC_URI=https://github.com/rails/rails/archive/v4.2.6.tar.gz -> rails-4.2.6.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=2c83240e26c2a7f1220ce93e339e233c diff --git a/metadata/md5-cache/dev-ruby/activejob-4.2.6 b/metadata/md5-cache/dev-ruby/activejob-4.2.6 new file mode 100644 index 000000000000..bdb57638cc3c --- /dev/null +++ b/metadata/md5-cache/dev-ruby/activejob-4.2.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby20] >=dev-ruby/globalid-0.3.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] >=dev-ruby/globalid-0.3.0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] >=dev-ruby/globalid-0.3.0[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/mocha-0.14.0:0.14[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/mocha-0.14.0:0.14[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/mocha-0.14.0:0.14[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Job framework with pluggable queues +EAPI=5 +HOMEPAGE=https://github.com/rails/rails +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby20] >=dev-ruby/globalid-0.3.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] >=dev-ruby/globalid-0.3.0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] >=dev-ruby/globalid-0.3.0[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=4.2 +SRC_URI=https://github.com/rails/rails/archive/v4.2.6.tar.gz -> rails-4.2.6.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=0983867b5f4dae99a368b690dc57a1ec diff --git a/metadata/md5-cache/dev-ruby/activemodel-4.1.15 b/metadata/md5-cache/dev-ruby/activemodel-4.1.15 new file mode 100644 index 000000000000..3681ccba835f --- /dev/null +++ b/metadata/md5-cache/dev-ruby/activemodel-4.1.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby20] >=dev-ruby/builder-3.1:*[ruby_targets_ruby20] =dev-ruby/builder-3*:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] >=dev-ruby/builder-3.1:*[ruby_targets_ruby21] =dev-ruby/builder-3*:*[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/railties-4.0.0[ruby_targets_ruby20] dev-ruby/test-unit:2[ruby_targets_ruby20] >=dev-ruby/mocha-0.14.0:0.14[ruby_targets_ruby20] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/railties-4.0.0[ruby_targets_ruby21] dev-ruby/test-unit:2[ruby_targets_ruby21] >=dev-ruby/mocha-0.14.0:0.14[ruby_targets_ruby21] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DESCRIPTION=Toolkit for building modeling frameworks like Active Record and Active Resource +EAPI=5 +HOMEPAGE=https://github.com/rails/rails +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby20] >=dev-ruby/builder-3.1:*[ruby_targets_ruby20] =dev-ruby/builder-3*:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] >=dev-ruby/builder-3.1:*[ruby_targets_ruby21] =dev-ruby/builder-3*:*[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +SLOT=4.1 +SRC_URI=https://github.com/rails/rails/archive/v4.1.15.tar.gz -> rails-4.1.15.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=049a8b6d0f413f6e9b90b3e571c65d3b diff --git a/metadata/md5-cache/dev-ruby/activemodel-4.2.6 b/metadata/md5-cache/dev-ruby/activemodel-4.2.6 new file mode 100644 index 000000000000..54027cc5ed05 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/activemodel-4.2.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.2.6:*[ruby_targets_ruby20] >=dev-ruby/builder-3.1:*[ruby_targets_ruby20] =dev-ruby/builder-3*:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6:*[ruby_targets_ruby21] >=dev-ruby/builder-3.1:*[ruby_targets_ruby21] =dev-ruby/builder-3*:*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6:*[ruby_targets_ruby22] >=dev-ruby/builder-3.1:*[ruby_targets_ruby22] =dev-ruby/builder-3*:*[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/railties-4.2.0[ruby_targets_ruby20] dev-ruby/test-unit:2[ruby_targets_ruby20] >=dev-ruby/mocha-0.14.0:0.14[ruby_targets_ruby20] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/railties-4.2.0[ruby_targets_ruby21] dev-ruby/test-unit:2[ruby_targets_ruby21] >=dev-ruby/mocha-0.14.0:0.14[ruby_targets_ruby21] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/railties-4.2.0[ruby_targets_ruby22] dev-ruby/test-unit:2[ruby_targets_ruby22] >=dev-ruby/mocha-0.14.0:0.14[ruby_targets_ruby22] >=dev-ruby/bcrypt-ruby-3.1.7[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Toolkit for building modeling frameworks like Active Record and Active Resource +EAPI=5 +HOMEPAGE=https://github.com/rails/rails +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.2.6:*[ruby_targets_ruby20] >=dev-ruby/builder-3.1:*[ruby_targets_ruby20] =dev-ruby/builder-3*:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6:*[ruby_targets_ruby21] >=dev-ruby/builder-3.1:*[ruby_targets_ruby21] =dev-ruby/builder-3*:*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6:*[ruby_targets_ruby22] >=dev-ruby/builder-3.1:*[ruby_targets_ruby22] =dev-ruby/builder-3*:*[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=4.2 +SRC_URI=https://github.com/rails/rails/archive/v4.2.6.tar.gz -> rails-4.2.6.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=d610e36fb90926f1ea9bcecc33dca187 diff --git a/metadata/md5-cache/dev-ruby/activerecord-4.1.15 b/metadata/md5-cache/dev-ruby/activerecord-4.1.15 new file mode 100644 index 000000000000..3066e4814b6c --- /dev/null +++ b/metadata/md5-cache/dev-ruby/activerecord-4.1.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby20] ~dev-ruby/activemodel-4.1.15[ruby_targets_ruby20] >=dev-ruby/arel-5.0.0:5.0[ruby_targets_ruby20] sqlite? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby20] ) mysql? ( >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby20] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.15[ruby_targets_ruby21] >=dev-ruby/arel-5.0.0:5.0[ruby_targets_ruby21] sqlite? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby21] ) mysql? ( >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby21] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby21] ) ) ) ruby_targets_ruby20? ( test? ( dev-ruby/bundler[ruby_targets_ruby20] ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby20] >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby20] dev-ruby/mocha:0.13[ruby_targets_ruby20] =dev-ruby/sqlite3-1.3.5[ruby_targets_ruby21] dev-ruby/mocha:0.13[ruby_targets_ruby21] =dev-ruby/arel-5.0.0:5.0[ruby_targets_ruby20] sqlite? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby20] ) mysql? ( >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby20] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.15[ruby_targets_ruby21] >=dev-ruby/arel-5.0.0:5.0[ruby_targets_ruby21] sqlite? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby21] ) mysql? ( >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby21] ) postgres? ( >=dev-ruby/pg-0.11.0[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +SLOT=4.1 +SRC_URI=https://github.com/rails/rails/archive/v4.1.15.tar.gz -> rails-4.1.15.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=05cd3ba8b34336a2879ed2f604ebf396 diff --git a/metadata/md5-cache/dev-ruby/activerecord-4.2.6 b/metadata/md5-cache/dev-ruby/activerecord-4.2.6 new file mode 100644 index 000000000000..4896a6062300 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/activerecord-4.2.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby20] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby20] >=dev-ruby/arel-6.0:6.0[ruby_targets_ruby20] sqlite? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby20] ) mysql? ( || ( dev-ruby/mysql2:0.4[ruby_targets_ruby20] >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby20] ) ) postgres? ( >=dev-ruby/pg-0.15.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby21] >=dev-ruby/arel-6.0:6.0[ruby_targets_ruby21] sqlite? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby21] ) mysql? ( || ( dev-ruby/mysql2:0.4[ruby_targets_ruby21] >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby21] ) ) postgres? ( >=dev-ruby/pg-0.15.0[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby22] >=dev-ruby/arel-6.0:6.0[ruby_targets_ruby22] sqlite? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby22] ) mysql? ( || ( dev-ruby/mysql2:0.4[ruby_targets_ruby22] >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby22] ) ) postgres? ( >=dev-ruby/pg-0.15.0[ruby_targets_ruby22] ) ) ) ruby_targets_ruby20? ( test? ( dev-ruby/bundler[ruby_targets_ruby20] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby20] ~dev-ruby/actionmailer-4.2.6[ruby_targets_ruby20] >=dev-ruby/sqlite3-1.3.5[ruby_targets_ruby20] dev-ruby/mocha:0.13[ruby_targets_ruby20] =dev-ruby/sqlite3-1.3.5[ruby_targets_ruby21] dev-ruby/mocha:0.13[ruby_targets_ruby21] =dev-ruby/sqlite3-1.3.5[ruby_targets_ruby22] dev-ruby/mocha:0.13[ruby_targets_ruby22] =dev-ruby/arel-6.0:6.0[ruby_targets_ruby20] sqlite? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby20] ) mysql? ( || ( dev-ruby/mysql2:0.4[ruby_targets_ruby20] >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby20] ) ) postgres? ( >=dev-ruby/pg-0.15.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby21] >=dev-ruby/arel-6.0:6.0[ruby_targets_ruby21] sqlite? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby21] ) mysql? ( || ( dev-ruby/mysql2:0.4[ruby_targets_ruby21] >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby21] ) ) postgres? ( >=dev-ruby/pg-0.15.0[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby22] >=dev-ruby/arel-6.0:6.0[ruby_targets_ruby22] sqlite? ( >=dev-ruby/sqlite3-1.3.6[ruby_targets_ruby22] ) mysql? ( || ( dev-ruby/mysql2:0.4[ruby_targets_ruby22] >=dev-ruby/mysql2-0.3.13:0.3[ruby_targets_ruby22] ) ) postgres? ( >=dev-ruby/pg-0.15.0[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=4.2 +SRC_URI=https://github.com/rails/rails/archive/v4.2.6.tar.gz -> rails-4.2.6.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=daed8a99a1098dec932d560eb7b24049 diff --git a/metadata/md5-cache/dev-ruby/activesupport-4.1.15 b/metadata/md5-cache/dev-ruby/activesupport-4.1.15 new file mode 100644 index 000000000000..91147be3a71e --- /dev/null +++ b/metadata/md5-cache/dev-ruby/activesupport-4.1.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby20] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby20] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby20] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby20] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby21] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby21] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby21] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby21] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/dalli-2.2.1[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.4.5[ruby_targets_ruby20] >=dev-ruby/builder-3.1.0[ruby_targets_ruby20] >=dev-ruby/libxml-2.0.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/dalli-2.2.1[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.4.5[ruby_targets_ruby21] >=dev-ruby/builder-3.1.0[ruby_targets_ruby21] >=dev-ruby/libxml-2.0.0[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DESCRIPTION=Utility Classes and Extension to the Standard Library +EAPI=5 +HOMEPAGE=https://github.com/rails/rails +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby20] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby20] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby20] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby20] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/i18n-0.6.9:0.6[ruby_targets_ruby21] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby21] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby21] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby21] >=dev-ruby/thread_safe-0.1:0[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +SLOT=4.1 +SRC_URI=https://github.com/rails/rails/archive/v4.1.15.tar.gz -> rails-4.1.15.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=df81cce5c98de4762b87d268cf6380b9 diff --git a/metadata/md5-cache/dev-ruby/activesupport-4.2.6 b/metadata/md5-cache/dev-ruby/activesupport-4.2.6 new file mode 100644 index 000000000000..76bc61fdf929 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/activesupport-4.2.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/i18n-0.7:0.7[ruby_targets_ruby20] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby20] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby20] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby20] >=dev-ruby/thread_safe-0.3.4:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/i18n-0.7:0.7[ruby_targets_ruby21] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby21] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby21] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby21] >=dev-ruby/thread_safe-0.3.4:0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/i18n-0.7:0.7[ruby_targets_ruby22] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby22] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby22] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby22] >=dev-ruby/thread_safe-0.3.4:0[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/dalli-2.2.1[ruby_targets_ruby20] >=dev-ruby/nokogiri-1.4.5[ruby_targets_ruby20] >=dev-ruby/builder-3.1.0[ruby_targets_ruby20] >=dev-ruby/libxml-2.0.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/dalli-2.2.1[ruby_targets_ruby21] >=dev-ruby/nokogiri-1.4.5[ruby_targets_ruby21] >=dev-ruby/builder-3.1.0[ruby_targets_ruby21] >=dev-ruby/libxml-2.0.0[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/dalli-2.2.1[ruby_targets_ruby22] >=dev-ruby/nokogiri-1.4.5[ruby_targets_ruby22] >=dev-ruby/builder-3.1.0[ruby_targets_ruby22] >=dev-ruby/libxml-2.0.0[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Utility Classes and Extension to the Standard Library +EAPI=5 +HOMEPAGE=https://github.com/rails/rails +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/i18n-0.7:0.7[ruby_targets_ruby20] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby20] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby20] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby20] >=dev-ruby/thread_safe-0.3.4:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/i18n-0.7:0.7[ruby_targets_ruby21] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby21] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby21] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby21] >=dev-ruby/thread_safe-0.3.4:0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/i18n-0.7:0.7[ruby_targets_ruby22] >=dev-ruby/json-1.7.7:0[ruby_targets_ruby22] >=dev-ruby/tzinfo-1.1:1[ruby_targets_ruby22] >=dev-ruby/minitest-5.1:5[ruby_targets_ruby22] >=dev-ruby/thread_safe-0.3.4:0[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=4.2 +SRC_URI=https://github.com/rails/rails/archive/v4.2.6.tar.gz -> rails-4.2.6.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=106d76214ed0f68408d574455ec843c0 diff --git a/metadata/md5-cache/dev-ruby/acts_as_list-0.7.2 b/metadata/md5-cache/dev-ruby/acts_as_list-0.7.2 index 7ee75800499b..dc5269cf0f9a 100644 --- a/metadata/md5-cache/dev-ruby/acts_as_list-0.7.2 +++ b/metadata/md5-cache/dev-ruby/acts_as_list-0.7.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/activerecord-3:*[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/activerecord-3:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/activerecord-3:*[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] dev-ruby/activerecord:3.2[ruby_targets_ruby19,sqlite] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby20] dev-ruby/activerecord:3.2[ruby_targets_ruby20,sqlite] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby21] dev-ruby/activerecord:3.2[ruby_targets_ruby21,sqlite] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/activerecord-3:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/activerecord-3:*[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby20] dev-ruby/activerecord:3.2[ruby_targets_ruby20,sqlite] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby21] dev-ruby/activerecord:3.2[ruby_targets_ruby21,sqlite] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Capabilities for sorting and reordering a number of objects in a list EAPI=5 HOMEPAGE=https://github.com/swanandp/acts_as_list -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test KEYWORDS=~amd64 ~x86 ~x86-macos LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/activerecord-3:*[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/activerecord-3:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/activerecord-3:*[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/activerecord-3:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/activerecord-3:*[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=3 SRC_URI=mirror://rubygems/acts_as_list-0.7.2.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b5ce2c7932c9807e2663f077654ed5ca +_md5_=40189ad630359c8c959653a34aecaa32 diff --git a/metadata/md5-cache/dev-ruby/ae-1.8.2 b/metadata/md5-cache/dev-ruby/ae-1.8.2 index cfb59fb7c2fe..ada583f9ed84 100644 --- a/metadata/md5-cache/dev-ruby/ae-1.8.2 +++ b/metadata/md5-cache/dev-ruby/ae-1.8.2 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=Assertive Expressive is an assertions library designed for reuse EAPI=5 HOMEPAGE=https://rubyworks.github.io/ae/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=BSD-2 -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) RESTRICT=test SLOT=0 SRC_URI=mirror://rubygems/ae-1.8.2.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=13fb7904f99ee1a9032e147a9b35b177 +_md5_=213d85c10246f26424e8640a293090f0 diff --git a/metadata/md5-cache/dev-ruby/afm-0.2.2 b/metadata/md5-cache/dev-ruby/afm-0.2.2 index 192ed6c88600..2d158bcb816b 100644 --- a/metadata/md5-cache/dev-ruby/afm-0.2.2 +++ b/metadata/md5-cache/dev-ruby/afm-0.2.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/shoulda[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/shoulda[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/shoulda[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/shoulda[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/shoulda[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/shoulda[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/shoulda[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=A very simple library to read Adobe Font Metrics files EAPI=5 HOMEPAGE=https://github.com/halfbyte/afm -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/afm-0.2.2.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=99bb4191f8829ff4270a0ba774a95dd5 +_md5_=e082d6cc882b9c2a2d48e6dfd7003ecc diff --git a/metadata/md5-cache/dev-ruby/allison-2.0.3-r2 b/metadata/md5-cache/dev-ruby/allison-2.0.3-r2 index 466c5f9a23bb..a1d9259d7f31 100644 --- a/metadata/md5-cache/dev-ruby/allison-2.0.3-r2 +++ b/metadata/md5-cache/dev-ruby/allison-2.0.3-r2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) DESCRIPTION=A modern, pretty RDoc template EAPI=5 HOMEPAGE=https://fauna.github.com/fauna/allison/files/README.html -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test +IUSE=elibc_FreeBSD ruby_targets_ruby20 test KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-solaris LICENSE=AFL-3.0 -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/allison-2.0.3.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c9f17010ec8a63ecc61f05a11211c190 +_md5_=9e658f0019d9099d9b74cbb59f000c0b diff --git a/metadata/md5-cache/dev-ruby/allison-2.0.3-r3 b/metadata/md5-cache/dev-ruby/allison-2.0.3-r3 index 3b0dac077358..8bc157aaf656 100644 --- a/metadata/md5-cache/dev-ruby/allison-2.0.3-r3 +++ b/metadata/md5-cache/dev-ruby/allison-2.0.3-r3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=A modern, pretty RDoc template EAPI=5 HOMEPAGE=https://fauna.github.com/fauna/allison/files/README.html -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-solaris LICENSE=AFL-3.0 -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/allison-2.0.3.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7bf8ac27961f88f13d72fe196654597c +_md5_=de5cafbdc4fc323073191a7e0acf16e0 diff --git a/metadata/md5-cache/dev-ruby/annoy-0.5.6-r1 b/metadata/md5-cache/dev-ruby/annoy-0.5.6-r1 index 5bf5a0d47fa5..565afcc54f96 100644 --- a/metadata/md5-cache/dev-ruby/annoy-0.5.6-r1 +++ b/metadata/md5-cache/dev-ruby/annoy-0.5.6-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=Like your annoying friend that asks you questions all the time EAPI=5 HOMEPAGE=http://solutious.com/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test KEYWORDS=~amd64 ~x86 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby22] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/highline-1.5.0[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/annoy-0.5.6.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fa9dc07e748ad941e9d4d9b9756bc762 +_md5_=2dfa7ecd1bd923167f687503e4aca935 diff --git a/metadata/md5-cache/dev-ruby/ansi-1.5.0 b/metadata/md5-cache/dev-ruby/ansi-1.5.0 index cf1db8478f67..81efa83c5c55 100644 --- a/metadata/md5-cache/dev-ruby/ansi-1.5.0 +++ b/metadata/md5-cache/dev-ruby/ansi-1.5.0 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=The Ruby ANSI project is collection of ANSI escape codes for Ruby EAPI=5 HOMEPAGE=https://rubyworks.github.io/ansi/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=BSD-2 -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) RESTRICT=test SLOT=0 SRC_URI=mirror://rubygems/ansi-1.5.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=51e0e7e31678829ec2b012d4d76bbc3f +_md5_=10842bcc9d0052f58c4cb635eb51f0a4 diff --git a/metadata/md5-cache/dev-ruby/ascii85-1.0.2-r2 b/metadata/md5-cache/dev-ruby/ascii85-1.0.2-r2 index 493fe93ba11f..3bf3125a25d6 100644 --- a/metadata/md5-cache/dev-ruby/ascii85-1.0.2-r2 +++ b/metadata/md5-cache/dev-ruby/ascii85-1.0.2-r2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/minitest[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/minitest[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/minitest[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/minitest[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/minitest[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/minitest[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/minitest[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=Methods for encoding/decoding Adobe's binary-to-text encoding of the same name EAPI=5 HOMEPAGE=https://github.com/datawraith/ascii85gem -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/Ascii85-1.0.2.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=af37d2fefe06105bf0e495492ba8ca15 +_md5_=0662a98e8bf1d22fcfef4dd4608232ea diff --git a/metadata/md5-cache/dev-ruby/async_sinatra-1.2.0 b/metadata/md5-cache/dev-ruby/async_sinatra-1.2.0 deleted file mode 100644 index 6510f6493b3f..000000000000 --- a/metadata/md5-cache/dev-ruby/async_sinatra-1.2.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( >=dev-ruby/hoe-3.13[ruby_targets_ruby19] >=dev-ruby/minitest-5.6:5[ruby_targets_ruby19] >=dev-ruby/eventmachine-0.12.11[ruby_targets_ruby19] dev-ruby/rack-test[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/hoe-3.13[ruby_targets_ruby20] >=dev-ruby/minitest-5.6:5[ruby_targets_ruby20] >=dev-ruby/eventmachine-0.12.11[ruby_targets_ruby20] dev-ruby/rack-test[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/hoe-3.13[ruby_targets_ruby21] >=dev-ruby/minitest-5.6:5[ruby_targets_ruby21] >=dev-ruby/eventmachine-0.12.11[ruby_targets_ruby21] dev-ruby/rack-test[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/hoe-3.13[ruby_targets_ruby22] >=dev-ruby/minitest-5.6:5[ruby_targets_ruby22] >=dev-ruby/eventmachine-0.12.11[ruby_targets_ruby22] dev-ruby/rack-test[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( doc? ( >=dev-ruby/hoe-2.9.1[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( >=dev-ruby/hoe-2.9.1[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( >=dev-ruby/hoe-2.9.1[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( >=dev-ruby/hoe-2.9.1[ruby_targets_ruby22] ) ) test? ( ruby_targets_ruby19? ( >=dev-ruby/sinatra-1.3.2[ruby_targets_ruby19] >=dev-ruby/rack-1.4.1:*[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/sinatra-1.3.2[ruby_targets_ruby20] >=dev-ruby/rack-1.4.1:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/sinatra-1.3.2[ruby_targets_ruby21] >=dev-ruby/rack-1.4.1:*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/sinatra-1.3.2[ruby_targets_ruby22] >=dev-ruby/rack-1.4.1:*[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) -DESCRIPTION=Asynchronous response API for Sinatra and Thin -EAPI=5 -HOMEPAGE=https://github.com/raggi/async_sinatra -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/sinatra-1.3.2[ruby_targets_ruby19] >=dev-ruby/rack-1.4.1:*[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/sinatra-1.3.2[ruby_targets_ruby20] >=dev-ruby/rack-1.4.1:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/sinatra-1.3.2[ruby_targets_ruby21] >=dev-ruby/rack-1.4.1:*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/sinatra-1.3.2[ruby_targets_ruby22] >=dev-ruby/rack-1.4.1:*[ruby_targets_ruby22] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) -SLOT=0 -SRC_URI=https://github.com/raggi/async_sinatra/archive/v1.2.0.tar.gz -> async_sinatra-1.2.0-git.tgz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=972ceb264236acbdcb458b132b3f0106 diff --git a/metadata/md5-cache/dev-ruby/bluecloth-2.2.0-r3 b/metadata/md5-cache/dev-ruby/bluecloth-2.2.0-r3 new file mode 100644 index 000000000000..ee7918060657 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/bluecloth-2.2.0-r3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=doc? ( dev-lang/perl ) ruby_targets_ruby20? ( dev-ruby/hoe[ruby_targets_ruby20] test? ( dev-ruby/diff-lcs[ruby_targets_ruby20] dev-ruby/tidy-ext[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( dev-ruby/hoe[ruby_targets_ruby21] test? ( dev-ruby/diff-lcs[ruby_targets_ruby21] dev-ruby/tidy-ext[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( dev-ruby/hoe[ruby_targets_ruby22] test? ( dev-ruby/diff-lcs[ruby_targets_ruby22] dev-ruby/tidy-ext[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=A Ruby implementation of Markdown +EAPI=5 +HOMEPAGE=http://www.deveiate.org/projects/BlueCloth +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +LICENSE=BSD +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=0 +SRC_URI=mirror://rubygems/bluecloth-2.2.0.gem +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=92313e3d13c0506127bf76ea572abb09 diff --git a/metadata/md5-cache/dev-ruby/brass-1.2.1 b/metadata/md5-cache/dev-ruby/brass-1.2.1 index 9a5db5779c44..5860839f1dd4 100644 --- a/metadata/md5-cache/dev-ruby/brass-1.2.1 +++ b/metadata/md5-cache/dev-ruby/brass-1.2.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/yard[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=BRASS is a very basic assertions framework for Ruby EAPI=5 HOMEPAGE=https://rubyworks.github.io/brass/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=BSD-2 -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/brass-1.2.1.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0579fc217107da472a3a15d73347ad60 +_md5_=697dc85662002c5fd7608c7cd26ed1a7 diff --git a/metadata/md5-cache/dev-ruby/buftok-0.2.0 b/metadata/md5-cache/dev-ruby/buftok-0.2.0 deleted file mode 100644 index bf66cd4e5238..000000000000 --- a/metadata/md5-cache/dev-ruby/buftok-0.2.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) -DESCRIPTION=Statefully split input data by a specifiable token -EAPI=5 -HOMEPAGE=https://github.com/sferik/buftok -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) -SLOT=0 -SRC_URI=mirror://rubygems/buftok-0.2.0.gem -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=83570586a43f75bf400379345d34d079 diff --git a/metadata/md5-cache/dev-ruby/buftok-0.2.0-r1 b/metadata/md5-cache/dev-ruby/buftok-0.2.0-r1 index ce3bfce0cf0b..61eb792b7d5b 100644 --- a/metadata/md5-cache/dev-ruby/buftok-0.2.0-r1 +++ b/metadata/md5-cache/dev-ruby/buftok-0.2.0-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=Statefully split input data by a specifiable token EAPI=5 HOMEPAGE=https://github.com/sferik/buftok -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/buftok-0.2.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=462b87c62fed301df6200e4bc3b12a9e +_md5_=bdf7084f3a2dd0897ac0501b6cc0c2f6 diff --git a/metadata/md5-cache/dev-ruby/bundler-audit-0.4.0 b/metadata/md5-cache/dev-ruby/bundler-audit-0.4.0 index ed02118b6ed6..d22a3560d96a 100644 --- a/metadata/md5-cache/dev-ruby/bundler-audit-0.4.0 +++ b/metadata/md5-cache/dev-ruby/bundler-audit-0.4.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby19] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby20] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby21] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby22] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby20] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby21] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby22] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=Provides patch-level verification for Bundled apps EAPI=5 HOMEPAGE=https://github.com/rubysec/bundler-audit -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-3 -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby19] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby20] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby21] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby22] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby22] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby20] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby21] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/thor-0.18:0[ruby_targets_ruby22] >=dev-ruby/bundler-1.2:0[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/bundler-audit-0.4.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0c6868cf891f75fbc3c92b29886a2791 +_md5_=77615e483e96a646043d9d95f3ea5b52 diff --git a/metadata/md5-cache/dev-ruby/bunny-2.0.1 b/metadata/md5-cache/dev-ruby/bunny-2.0.1 deleted file mode 100644 index bc9c229cbf71..000000000000 --- a/metadata/md5-cache/dev-ruby/bunny-2.0.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/amq-protocol-1.9.2[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/amq-protocol-1.9.2[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/amq-protocol-1.9.2[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/amq-protocol-1.9.2[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) -DESCRIPTION=Another synchronous Ruby AMQP client -EAPI=5 -HOMEPAGE=https://github.com/celldee/bunny -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/amq-protocol-1.9.2[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/amq-protocol-1.9.2[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/amq-protocol-1.9.2[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/amq-protocol-1.9.2[ruby_targets_ruby22] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) -SLOT=0 -SRC_URI=mirror://rubygems/bunny-2.0.1.gem -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5684028ba6d8bec60315c4a9ecd27c86 diff --git a/metadata/md5-cache/dev-ruby/bunny-2.2.1 b/metadata/md5-cache/dev-ruby/bunny-2.2.1 deleted file mode 100644 index da8586babdf7..000000000000 --- a/metadata/md5-cache/dev-ruby/bunny-2.2.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby20? ( dev-ruby/amq-protocol:2[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/amq-protocol:2[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/amq-protocol:2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) -DESCRIPTION=Another synchronous Ruby AMQP client -EAPI=5 -HOMEPAGE=https://github.com/celldee/bunny -IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby20? ( dev-ruby/amq-protocol:2[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/amq-protocol:2[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/amq-protocol:2[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) -SLOT=0 -SRC_URI=mirror://rubygems/bunny-2.2.1.gem -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dcc1124686acd59ba22e889781d3dfb5 diff --git a/metadata/md5-cache/dev-ruby/bunny-2.2.2 b/metadata/md5-cache/dev-ruby/bunny-2.2.2 deleted file mode 100644 index 9283ad67ea73..000000000000 --- a/metadata/md5-cache/dev-ruby/bunny-2.2.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/amq-protocol-2.0.1:2[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/amq-protocol-2.0.1:2[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/amq-protocol-2.0.1:2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) -DESCRIPTION=Another synchronous Ruby AMQP client -EAPI=5 -HOMEPAGE=https://github.com/celldee/bunny -IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/amq-protocol-2.0.1:2[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/amq-protocol-2.0.1:2[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/amq-protocol-2.0.1:2[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) -SLOT=0 -SRC_URI=mirror://rubygems/bunny-2.2.2.gem -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5e761fae5072ae51bbeaabfa4a78ecf9 diff --git a/metadata/md5-cache/dev-ruby/calendar_date_select-2.1.2 b/metadata/md5-cache/dev-ruby/calendar_date_select-2.1.2 index 4bc5f34c3f58..e0021d971912 100644 --- a/metadata/md5-cache/dev-ruby/calendar_date_select-2.1.2 +++ b/metadata/md5-cache/dev-ruby/calendar_date_select-2.1.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/rails-3.1:*[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rails-3.1:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rails-3.1:*[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/rails-3.1:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rails-3.1:*[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=A popular and flexible JavaScript DatePicker for RubyOnRails EAPI=5 HOMEPAGE=https://code.google.com/p/calendardateselect/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/rails-3.1:*[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rails-3.1:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rails-3.1:*[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/rails-3.1:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rails-3.1:*[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=mirror://rubygems/calendar_date_select-2.1.2.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=10a537c054ad48f079021db42cc6f2ea +_md5_=21763f97c74b84d70f9055c573a448ab diff --git a/metadata/md5-cache/dev-ruby/camping-2.1.532 b/metadata/md5-cache/dev-ruby/camping-2.1.532 index bfa63071abe9..39a44bcca0f5 100644 --- a/metadata/md5-cache/dev-ruby/camping-2.1.532 +++ b/metadata/md5-cache/dev-ruby/camping-2.1.532 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/rack-test[ruby_targets_ruby19] >=dev-ruby/minitest-4:0[ruby_targets_ruby19] dev-ruby/tilt:0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rack-test[ruby_targets_ruby20] >=dev-ruby/minitest-4:0[ruby_targets_ruby20] dev-ruby/tilt:0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rack-test[ruby_targets_ruby21] >=dev-ruby/minitest-4:0[ruby_targets_ruby21] dev-ruby/tilt:0[ruby_targets_ruby21] ) ) test? ( ruby_targets_ruby19? ( >=dev-ruby/mab-0.0.3[ruby_targets_ruby19] >=dev-ruby/rack-1.0:*[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/mab-0.0.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mab-0.0.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0:*[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/rack-test[ruby_targets_ruby20] >=dev-ruby/minitest-4:0[ruby_targets_ruby20] dev-ruby/tilt:0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rack-test[ruby_targets_ruby21] >=dev-ruby/minitest-4:0[ruby_targets_ruby21] dev-ruby/tilt:0[ruby_targets_ruby21] ) ) test? ( ruby_targets_ruby20? ( >=dev-ruby/mab-0.0.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mab-0.0.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0:*[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=A small web framework modeled after Ruby on Rails EAPI=5 HOMEPAGE=https://wiki.github.com/camping/camping -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/mab-0.0.3[ruby_targets_ruby19] >=dev-ruby/rack-1.0:*[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/mab-0.0.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mab-0.0.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0:*[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/mab-0.0.3[ruby_targets_ruby20] >=dev-ruby/rack-1.0:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/mab-0.0.3[ruby_targets_ruby21] >=dev-ruby/rack-1.0:*[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) SLOT=0 SRC_URI=mirror://rubygems/camping-2.1.532.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eaa94218c92a32e0bdf5544c6c8b7c7b +_md5_=168ec3e6b4b171e715f03d87cabd50ab diff --git a/metadata/md5-cache/dev-ruby/charlock_holmes-0.7.3 b/metadata/md5-cache/dev-ruby/charlock_holmes-0.7.3 index d88781b5e2fb..3e68d7bee4c7 100644 --- a/metadata/md5-cache/dev-ruby/charlock_holmes-0.7.3 +++ b/metadata/md5-cache/dev-ruby/charlock_holmes-0.7.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/minitest[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/minitest[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/minitest[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/minitest[ruby_targets_ruby22] ) ) dev-libs/icu:= sys-libs/zlib ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/minitest[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/minitest[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/minitest[ruby_targets_ruby22] ) ) dev-libs/icu:= sys-libs/zlib ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=Character encoding detecting library for Ruby using ICU EAPI=5 HOMEPAGE=https://github.com/brianmario/charlock_holmes -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=dev-libs/icu:= sys-libs/zlib ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=dev-libs/icu:= sys-libs/zlib ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/charlock_holmes-0.7.3.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=817a49e387f70039a243cc233f5a37e8 +_md5_=46ef02360e051878f69f449bf19c756d diff --git a/metadata/md5-cache/dev-ruby/chronic-0.10.2 b/metadata/md5-cache/dev-ruby/chronic-0.10.2 index 5ad1ff31acf9..4e1ca235f62b 100644 --- a/metadata/md5-cache/dev-ruby/chronic-0.10.2 +++ b/metadata/md5-cache/dev-ruby/chronic-0.10.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( >=dev-ruby/minitest-5[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/minitest-5[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/minitest-5[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/minitest-5[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( >=dev-ruby/minitest-5[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/minitest-5[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/minitest-5[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=Chronic is a natural language date/time parser written in pure Ruby EAPI=5 HOMEPAGE=https://github.com/mojombo/chronic -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/chronic-0.10.2.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c6a40c4b0f2916b15a48a17239fa0b31 +_md5_=659098f9ca23738d239952388e0af544 diff --git a/metadata/md5-cache/dev-ruby/coderay-1.1.1 b/metadata/md5-cache/dev-ruby/coderay-1.1.1 index 1dad3d5edca4..8bab084b8d50 100644 --- a/metadata/md5-cache/dev-ruby/coderay-1.1.1 +++ b/metadata/md5-cache/dev-ruby/coderay-1.1.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby20? ( test? ( >=dev-ruby/redcloth-4.2.2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/redcloth-4.2.2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/redcloth-4.2.2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) 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_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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=A Ruby library for syntax highlighting EAPI=5 HOMEPAGE=http://coderay.rubychan.de/ -IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0 SRC_URI=https://github.com/rubychan/coderay/archive/v1.1.1.tar.gz -> coderay-1.1.1.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ff9495961b5e09f90975ee34a7e6a339 +_md5_=21883cc9d49ca81f3ca56968a7622d20 diff --git a/metadata/md5-cache/dev-ruby/compass-1.0.3-r1 b/metadata/md5-cache/dev-ruby/compass-1.0.3-r1 index d7e18d3f7d41..97c0e3f119ec 100644 --- a/metadata/md5-cache/dev-ruby/compass-1.0.3-r1 +++ b/metadata/md5-cache/dev-ruby/compass-1.0.3-r1 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/chunky_png-1.2[ruby_targets_ruby19] >=dev-ruby/compass-core-1.0.2:1.0[ruby_targets_ruby19] >=dev-ruby/compass-import-once-1.0.5:1.0[ruby_targets_ruby19] >=dev-ruby/rb-inotify-0.9[ruby_targets_ruby19] >=dev-ruby/sass-3.3.13[ruby_targets_ruby19] =dev-ruby/chunky_png-1.2[ruby_targets_ruby20] >=dev-ruby/compass-core-1.0.2:1.0[ruby_targets_ruby20] >=dev-ruby/compass-import-once-1.0.5:1.0[ruby_targets_ruby20] >=dev-ruby/rb-inotify-0.9[ruby_targets_ruby20] >=dev-ruby/sass-3.3.13[ruby_targets_ruby20] =dev-ruby/chunky_png-1.2[ruby_targets_ruby21] >=dev-ruby/compass-core-1.0.2:1.0[ruby_targets_ruby21] >=dev-ruby/compass-import-once-1.0.5:1.0[ruby_targets_ruby21] >=dev-ruby/rb-inotify-0.9[ruby_targets_ruby21] >=dev-ruby/sass-3.3.13[ruby_targets_ruby21] =dev-ruby/chunky_png-1.2[ruby_targets_ruby20] >=dev-ruby/compass-core-1.0.2:1.0[ruby_targets_ruby20] >=dev-ruby/compass-import-once-1.0.5:1.0[ruby_targets_ruby20] >=dev-ruby/rb-inotify-0.9[ruby_targets_ruby20] >=dev-ruby/sass-3.3.13:*[ruby_targets_ruby20] =dev-ruby/chunky_png-1.2[ruby_targets_ruby21] >=dev-ruby/compass-core-1.0.2:1.0[ruby_targets_ruby21] >=dev-ruby/compass-import-once-1.0.5:1.0[ruby_targets_ruby21] >=dev-ruby/rb-inotify-0.9[ruby_targets_ruby21] >=dev-ruby/sass-3.3.13:*[ruby_targets_ruby21] =dev-ruby/chunky_png-1.2[ruby_targets_ruby19] >=dev-ruby/compass-core-1.0.2:1.0[ruby_targets_ruby19] >=dev-ruby/compass-import-once-1.0.5:1.0[ruby_targets_ruby19] >=dev-ruby/rb-inotify-0.9[ruby_targets_ruby19] >=dev-ruby/sass-3.3.13[ruby_targets_ruby19] =dev-ruby/chunky_png-1.2[ruby_targets_ruby20] >=dev-ruby/compass-core-1.0.2:1.0[ruby_targets_ruby20] >=dev-ruby/compass-import-once-1.0.5:1.0[ruby_targets_ruby20] >=dev-ruby/rb-inotify-0.9[ruby_targets_ruby20] >=dev-ruby/sass-3.3.13[ruby_targets_ruby20] =dev-ruby/chunky_png-1.2[ruby_targets_ruby21] >=dev-ruby/compass-core-1.0.2:1.0[ruby_targets_ruby21] >=dev-ruby/compass-import-once-1.0.5:1.0[ruby_targets_ruby21] >=dev-ruby/rb-inotify-0.9[ruby_targets_ruby21] >=dev-ruby/sass-3.3.13[ruby_targets_ruby21] =dev-ruby/chunky_png-1.2[ruby_targets_ruby20] >=dev-ruby/compass-core-1.0.2:1.0[ruby_targets_ruby20] >=dev-ruby/compass-import-once-1.0.5:1.0[ruby_targets_ruby20] >=dev-ruby/rb-inotify-0.9[ruby_targets_ruby20] >=dev-ruby/sass-3.3.13:*[ruby_targets_ruby20] =dev-ruby/chunky_png-1.2[ruby_targets_ruby21] >=dev-ruby/compass-core-1.0.2:1.0[ruby_targets_ruby21] >=dev-ruby/compass-import-once-1.0.5:1.0[ruby_targets_ruby21] >=dev-ruby/rb-inotify-0.9[ruby_targets_ruby21] >=dev-ruby/sass-3.3.13:*[ruby_targets_ruby21] =dev-ruby/multi_json-1.0[ruby_targets_ruby19] >=dev-ruby/sass-3.3.0[ruby_targets_ruby19] =dev-ruby/multi_json-1.0[ruby_targets_ruby20] >=dev-ruby/sass-3.3.0[ruby_targets_ruby20] =dev-ruby/multi_json-1.0[ruby_targets_ruby21] >=dev-ruby/sass-3.3.0[ruby_targets_ruby21] =dev-ruby/multi_json-1.0[ruby_targets_ruby20] >=dev-ruby/sass-3.3.0:*[ruby_targets_ruby20] =dev-ruby/multi_json-1.0[ruby_targets_ruby21] >=dev-ruby/sass-3.3.0:*[ruby_targets_ruby21] =dev-ruby/multi_json-1.0[ruby_targets_ruby22] >=dev-ruby/sass-3.3.0:*[ruby_targets_ruby22] =dev-ruby/multi_json-1.0[ruby_targets_ruby19] >=dev-ruby/sass-3.3.0[ruby_targets_ruby19] =dev-ruby/multi_json-1.0[ruby_targets_ruby20] >=dev-ruby/sass-3.3.0[ruby_targets_ruby20] =dev-ruby/multi_json-1.0[ruby_targets_ruby21] >=dev-ruby/sass-3.3.0[ruby_targets_ruby21] =dev-ruby/multi_json-1.0[ruby_targets_ruby20] >=dev-ruby/sass-3.3.0:*[ruby_targets_ruby20] =dev-ruby/multi_json-1.0[ruby_targets_ruby21] >=dev-ruby/sass-3.3.0:*[ruby_targets_ruby21] =dev-ruby/multi_json-1.0[ruby_targets_ruby22] >=dev-ruby/sass-3.3.0:*[ruby_targets_ruby22] =dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby23] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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=Use the McIlroy-Hunt LCS algorithm to compute differences EAPI=5 HOMEPAGE=https://github.com/halostatue/diff-lcs -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( MIT Ruby GPL-2 ) -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0 SRC_URI=mirror://rubygems/diff-lcs-1.2.5.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9d5832a3f2958fb5ba597a307d9877fe +_md5_=7072148312c164187dfefbeef1a5554f diff --git a/metadata/md5-cache/dev-ruby/rails-4.1.15 b/metadata/md5-cache/dev-ruby/rails-4.1.15 new file mode 100644 index 000000000000..31b7eb5b9d8d --- /dev/null +++ b/metadata/md5-cache/dev-ruby/rails-4.1.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/actionmailer-4.1.15[ruby_targets_ruby20] ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby20] ~dev-ruby/actionview-4.1.15[ruby_targets_ruby20] ~dev-ruby/activemodel-4.1.15[ruby_targets_ruby20] ~dev-ruby/activerecord-4.1.15[ruby_targets_ruby20] ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby20] ~dev-ruby/railties-4.1.15[ruby_targets_ruby20] >=dev-ruby/bundler-1.3[ruby_targets_ruby20] =dev-ruby/bundler-1*[ruby_targets_ruby20] =dev-ruby/sprockets-rails-2*:*[ruby_targets_ruby20] asset-pipeline? ( dev-ruby/jquery-rails:*[ruby_targets_ruby20] >=dev-ruby/sass-rails-4.0.3:4.0[ruby_targets_ruby20] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby20] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/actionmailer-4.1.15[ruby_targets_ruby21] ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby21] ~dev-ruby/actionview-4.1.15[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.15[ruby_targets_ruby21] ~dev-ruby/activerecord-4.1.15[ruby_targets_ruby21] ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] ~dev-ruby/railties-4.1.15[ruby_targets_ruby21] >=dev-ruby/bundler-1.3[ruby_targets_ruby21] =dev-ruby/bundler-1*[ruby_targets_ruby21] =dev-ruby/sprockets-rails-2*:*[ruby_targets_ruby21] asset-pipeline? ( dev-ruby/jquery-rails:*[ruby_targets_ruby21] >=dev-ruby/sass-rails-4.0.3:4.0[ruby_targets_ruby21] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby21] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby21] ) ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DESCRIPTION=ruby on rails is a web-application and persistance framework +EAPI=5 +HOMEPAGE=http://www.rubyonrails.org +IUSE=+asset-pipeline test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( ~dev-ruby/actionmailer-4.1.15[ruby_targets_ruby20] ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby20] ~dev-ruby/actionview-4.1.15[ruby_targets_ruby20] ~dev-ruby/activemodel-4.1.15[ruby_targets_ruby20] ~dev-ruby/activerecord-4.1.15[ruby_targets_ruby20] ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby20] ~dev-ruby/railties-4.1.15[ruby_targets_ruby20] >=dev-ruby/bundler-1.3[ruby_targets_ruby20] =dev-ruby/bundler-1*[ruby_targets_ruby20] =dev-ruby/sprockets-rails-2*:*[ruby_targets_ruby20] asset-pipeline? ( dev-ruby/jquery-rails:*[ruby_targets_ruby20] >=dev-ruby/sass-rails-4.0.3:4.0[ruby_targets_ruby20] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby20] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/actionmailer-4.1.15[ruby_targets_ruby21] ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby21] ~dev-ruby/actionview-4.1.15[ruby_targets_ruby21] ~dev-ruby/activemodel-4.1.15[ruby_targets_ruby21] ~dev-ruby/activerecord-4.1.15[ruby_targets_ruby21] ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] ~dev-ruby/railties-4.1.15[ruby_targets_ruby21] >=dev-ruby/bundler-1.3[ruby_targets_ruby21] =dev-ruby/bundler-1*[ruby_targets_ruby21] =dev-ruby/sprockets-rails-2*:*[ruby_targets_ruby21] asset-pipeline? ( dev-ruby/jquery-rails:*[ruby_targets_ruby21] >=dev-ruby/sass-rails-4.0.3:4.0[ruby_targets_ruby21] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby21] >=dev-ruby/coffee-rails-4.0.0:4.0[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +SLOT=4.1 +SRC_URI=mirror://rubygems/rails-4.1.15.gem +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=c90b65924036de5d928c16002552308d diff --git a/metadata/md5-cache/dev-ruby/rails-4.2.6 b/metadata/md5-cache/dev-ruby/rails-4.2.6 new file mode 100644 index 000000000000..077745ed5241 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/rails-4.2.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/actionmailer-4.2.6[ruby_targets_ruby20] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby20] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby20] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby20] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby20] ~dev-ruby/activerecord-4.2.6[ruby_targets_ruby20] ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby20] ~dev-ruby/railties-4.2.6[ruby_targets_ruby20] >=dev-ruby/bundler-1.3[ruby_targets_ruby20] =dev-ruby/bundler-1*[ruby_targets_ruby20] dev-ruby/sprockets-rails:*[ruby_targets_ruby20] asset-pipeline? ( dev-ruby/jquery-rails:*[ruby_targets_ruby20] >=dev-ruby/sass-rails-5.0:5.0[ruby_targets_ruby20] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby20] >=dev-ruby/coffee-rails-4.1.0:4.1[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/actionmailer-4.2.6[ruby_targets_ruby21] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby21] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby21] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby21] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby21] ~dev-ruby/activerecord-4.2.6[ruby_targets_ruby21] ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] ~dev-ruby/railties-4.2.6[ruby_targets_ruby21] >=dev-ruby/bundler-1.3[ruby_targets_ruby21] =dev-ruby/bundler-1*[ruby_targets_ruby21] dev-ruby/sprockets-rails:*[ruby_targets_ruby21] asset-pipeline? ( dev-ruby/jquery-rails:*[ruby_targets_ruby21] >=dev-ruby/sass-rails-5.0:5.0[ruby_targets_ruby21] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby21] >=dev-ruby/coffee-rails-4.1.0:4.1[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( ~dev-ruby/actionmailer-4.2.6[ruby_targets_ruby22] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby22] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby22] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby22] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby22] ~dev-ruby/activerecord-4.2.6[ruby_targets_ruby22] ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] ~dev-ruby/railties-4.2.6[ruby_targets_ruby22] >=dev-ruby/bundler-1.3[ruby_targets_ruby22] =dev-ruby/bundler-1*[ruby_targets_ruby22] dev-ruby/sprockets-rails:*[ruby_targets_ruby22] asset-pipeline? ( dev-ruby/jquery-rails:*[ruby_targets_ruby22] >=dev-ruby/sass-rails-5.0:5.0[ruby_targets_ruby22] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby22] >=dev-ruby/coffee-rails-4.1.0:4.1[ruby_targets_ruby22] ) ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=ruby on rails is a web-application and persistance framework +EAPI=5 +HOMEPAGE=http://www.rubyonrails.org +IUSE=+asset-pipeline test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( ~dev-ruby/actionmailer-4.2.6[ruby_targets_ruby20] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby20] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby20] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby20] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby20] ~dev-ruby/activerecord-4.2.6[ruby_targets_ruby20] ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby20] ~dev-ruby/railties-4.2.6[ruby_targets_ruby20] >=dev-ruby/bundler-1.3[ruby_targets_ruby20] =dev-ruby/bundler-1*[ruby_targets_ruby20] dev-ruby/sprockets-rails:*[ruby_targets_ruby20] asset-pipeline? ( dev-ruby/jquery-rails:*[ruby_targets_ruby20] >=dev-ruby/sass-rails-5.0:5.0[ruby_targets_ruby20] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby20] >=dev-ruby/coffee-rails-4.1.0:4.1[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( ~dev-ruby/actionmailer-4.2.6[ruby_targets_ruby21] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby21] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby21] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby21] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby21] ~dev-ruby/activerecord-4.2.6[ruby_targets_ruby21] ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] ~dev-ruby/railties-4.2.6[ruby_targets_ruby21] >=dev-ruby/bundler-1.3[ruby_targets_ruby21] =dev-ruby/bundler-1*[ruby_targets_ruby21] dev-ruby/sprockets-rails:*[ruby_targets_ruby21] asset-pipeline? ( dev-ruby/jquery-rails:*[ruby_targets_ruby21] >=dev-ruby/sass-rails-5.0:5.0[ruby_targets_ruby21] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby21] >=dev-ruby/coffee-rails-4.1.0:4.1[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( ~dev-ruby/actionmailer-4.2.6[ruby_targets_ruby22] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby22] ~dev-ruby/actionview-4.2.6[ruby_targets_ruby22] ~dev-ruby/activejob-4.2.6[ruby_targets_ruby22] ~dev-ruby/activemodel-4.2.6[ruby_targets_ruby22] ~dev-ruby/activerecord-4.2.6[ruby_targets_ruby22] ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] ~dev-ruby/railties-4.2.6[ruby_targets_ruby22] >=dev-ruby/bundler-1.3[ruby_targets_ruby22] =dev-ruby/bundler-1*[ruby_targets_ruby22] dev-ruby/sprockets-rails:*[ruby_targets_ruby22] asset-pipeline? ( dev-ruby/jquery-rails:*[ruby_targets_ruby22] >=dev-ruby/sass-rails-5.0:5.0[ruby_targets_ruby22] >=dev-ruby/uglifier-1.3.0[ruby_targets_ruby22] >=dev-ruby/coffee-rails-4.1.0:4.1[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=4.2 +SRC_URI=mirror://rubygems/rails-4.2.6.gem +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=939717d872e2af454b4cf5defd33729a diff --git a/metadata/md5-cache/dev-ruby/railties-4.1.15 b/metadata/md5-cache/dev-ruby/railties-4.1.15 new file mode 100644 index 000000000000..4db36f37fd16 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/railties-4.1.15 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby20] ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby20] >=dev-ruby/thor-0.18.1[ruby_targets_ruby20] >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby21] >=dev-ruby/thor-0.18.1[ruby_targets_ruby21] >=dev-ruby/rake-0.8.7[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( ~dev-ruby/actionview-4.1.15[ruby_targets_ruby20] dev-ruby/mocha:0.13[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( ~dev-ruby/actionview-4.1.15[ruby_targets_ruby21] dev-ruby/mocha:0.13[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DESCRIPTION=Tools for creating, working with, and running Rails applications +EAPI=5 +HOMEPAGE=https://github.com/rails/rails +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=>=app-eselect/eselect-rails-0.20 ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby20] ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby20] >=dev-ruby/thor-0.18.1[ruby_targets_ruby20] >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.1.15[ruby_targets_ruby21] ~dev-ruby/actionpack-4.1.15[ruby_targets_ruby21] >=dev-ruby/thor-0.18.1[ruby_targets_ruby21] >=dev-ruby/rake-0.8.7[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +RESTRICT=test +SLOT=4.1 +SRC_URI=https://github.com/rails/rails/archive/v4.1.15.tar.gz -> rails-4.1.15.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=cb310c241c56f853348ee4f3e3fae941 diff --git a/metadata/md5-cache/dev-ruby/railties-4.2.6 b/metadata/md5-cache/dev-ruby/railties-4.2.6 new file mode 100644 index 000000000000..2ef497867ae1 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/railties-4.2.6 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby20] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby20] >=dev-ruby/thor-0.18.1[ruby_targets_ruby20] >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby21] >=dev-ruby/thor-0.18.1[ruby_targets_ruby21] >=dev-ruby/rake-0.8.7[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby22] >=dev-ruby/thor-0.18.1[ruby_targets_ruby22] >=dev-ruby/rake-0.8.7[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( ~dev-ruby/actionview-4.2.6[ruby_targets_ruby20] dev-ruby/mocha:0.13[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( ~dev-ruby/actionview-4.2.6[ruby_targets_ruby21] dev-ruby/mocha:0.13[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( ~dev-ruby/actionview-4.2.6[ruby_targets_ruby22] dev-ruby/mocha:0.13[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Tools for creating, working with, and running Rails applications +EAPI=5 +HOMEPAGE=https://github.com/rails/rails +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=>=app-eselect/eselect-rails-0.21 ruby_targets_ruby20? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby20] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby20] >=dev-ruby/thor-0.18.1[ruby_targets_ruby20] >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] ) ruby_targets_ruby21? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby21] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby21] >=dev-ruby/thor-0.18.1[ruby_targets_ruby21] >=dev-ruby/rake-0.8.7[ruby_targets_ruby21] ) ruby_targets_ruby22? ( ~dev-ruby/activesupport-4.2.6[ruby_targets_ruby22] ~dev-ruby/actionpack-4.2.6[ruby_targets_ruby22] >=dev-ruby/thor-0.18.1[ruby_targets_ruby22] >=dev-ruby/rake-0.8.7[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RESTRICT=test +SLOT=4.2 +SRC_URI=https://github.com/rails/rails/archive/v4.2.6.tar.gz -> rails-4.2.6.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=c0da20fee843889ed1a82671a38a6f65 diff --git a/metadata/md5-cache/dev-ruby/redcloth-4.2.9-r4 b/metadata/md5-cache/dev-ruby/redcloth-4.2.9-r4 index dca8184a85be..0433593fd82a 100644 --- a/metadata/md5-cache/dev-ruby/redcloth-4.2.9-r4 +++ b/metadata/md5-cache/dev-ruby/redcloth-4.2.9-r4 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=dev-util/ragel ruby_targets_ruby19? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] >=dev-ruby/rake-compiler-0.7.1[ruby_targets_ruby19] test? ( >=dev-ruby/diff-lcs-1.1.2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] >=dev-ruby/rake-compiler-0.7.1[ruby_targets_ruby20] test? ( >=dev-ruby/diff-lcs-1.1.2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby21] >=dev-ruby/rake-compiler-0.7.1[ruby_targets_ruby21] test? ( >=dev-ruby/diff-lcs-1.1.2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby22] >=dev-ruby/rake-compiler-0.7.1[ruby_targets_ruby22] test? ( >=dev-ruby/diff-lcs-1.1.2[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=dev-util/ragel ruby_targets_ruby20? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] >=dev-ruby/rake-compiler-0.7.1[ruby_targets_ruby20] test? ( >=dev-ruby/diff-lcs-1.1.2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby21] >=dev-ruby/rake-compiler-0.7.1[ruby_targets_ruby21] test? ( >=dev-ruby/diff-lcs-1.1.2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby22] >=dev-ruby/rake-compiler-0.7.1[ruby_targets_ruby22] test? ( >=dev-ruby/diff-lcs-1.1.2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=A module for using Textile in Ruby EAPI=5 HOMEPAGE=http://redcloth.org/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=https://github.com/jgarber/redcloth/tarball/v4.2.9 -> RedCloth-git-4.2.9.tgz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a0200d9c05405d81650889de0586e614 +_md5_=4747f0696c754e10040c0ac994b47525 diff --git a/metadata/md5-cache/dev-ruby/rspec-2.99.0 b/metadata/md5-cache/dev-ruby/rspec-2.99.0 index 0b82f26b28a3..62cc364d424b 100644 --- a/metadata/md5-cache/dev-ruby/rspec-2.99.0 +++ b/metadata/md5-cache/dev-ruby/rspec-2.99.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby19] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby19] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby19] ) ruby_targets_ruby20? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby20] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby20] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby21] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby21] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby22] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby22] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby20] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby20] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby21] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby21] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby22] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby22] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby23] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby23] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=http://rspec.rubyforge.org/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby19] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby19] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby19] ) ruby_targets_ruby20? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby20] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby20] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby21] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby21] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby22] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby22] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby22] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby20] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby20] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby21] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby21] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby22] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby22] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( =dev-ruby/rspec-core-2.99*[ruby_targets_ruby23] =dev-ruby/rspec-expectations-2.99*[ruby_targets_ruby23] =dev-ruby/rspec-mocks-2.99*[ruby_targets_ruby23] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=2 SRC_URI=mirror://rubygems/rspec-2.99.0.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8facdb86b00bd5c0622b46b731b850b5 +_md5_=6197da28cd1696980023edd07eeb1ded diff --git a/metadata/md5-cache/dev-ruby/rspec-core-2.99.2-r1 b/metadata/md5-cache/dev-ruby/rspec-core-2.99.2-r1 index 764bc12a73f4..745e1d442aa1 100644 --- a/metadata/md5-cache/dev-ruby/rspec-core-2.99.2-r1 +++ b/metadata/md5-cache/dev-ruby/rspec-core-2.99.2-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby19] dev-ruby/syntax[ruby_targets_ruby19] >=dev-ruby/zentest-4.6.2[ruby_targets_ruby19] >=dev-ruby/rspec-expectations-2.14.0:2[ruby_targets_ruby19] >=dev-ruby/rspec-mocks-2.99.0:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby20] dev-ruby/syntax[ruby_targets_ruby20] >=dev-ruby/zentest-4.6.2[ruby_targets_ruby20] >=dev-ruby/rspec-expectations-2.14.0:2[ruby_targets_ruby20] >=dev-ruby/rspec-mocks-2.99.0:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby21] dev-ruby/syntax[ruby_targets_ruby21] >=dev-ruby/zentest-4.6.2[ruby_targets_ruby21] >=dev-ruby/rspec-expectations-2.14.0:2[ruby_targets_ruby21] >=dev-ruby/rspec-mocks-2.99.0:2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby22] dev-ruby/syntax[ruby_targets_ruby22] >=dev-ruby/zentest-4.6.2[ruby_targets_ruby22] >=dev-ruby/rspec-expectations-2.14.0:2[ruby_targets_ruby22] >=dev-ruby/rspec-mocks-2.99.0:2[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby20] dev-ruby/syntax[ruby_targets_ruby20] >=dev-ruby/zentest-4.6.2[ruby_targets_ruby20] >=dev-ruby/rspec-expectations-2.14.0:2[ruby_targets_ruby20] >=dev-ruby/rspec-mocks-2.99.0:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby21] dev-ruby/syntax[ruby_targets_ruby21] >=dev-ruby/zentest-4.6.2[ruby_targets_ruby21] >=dev-ruby/rspec-expectations-2.14.0:2[ruby_targets_ruby21] >=dev-ruby/rspec-mocks-2.99.0:2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby22] dev-ruby/syntax[ruby_targets_ruby22] >=dev-ruby/zentest-4.6.2[ruby_targets_ruby22] >=dev-ruby/rspec-expectations-2.14.0:2[ruby_targets_ruby22] >=dev-ruby/rspec-mocks-2.99.0:2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby23] dev-ruby/syntax[ruby_targets_ruby23] >=dev-ruby/zentest-4.6.2[ruby_targets_ruby23] >=dev-ruby/rspec-expectations-2.14.0:2[ruby_targets_ruby23] >=dev-ruby/rspec-mocks-2.99.0:2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) 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_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=https://github.com/rspec/rspec-core -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=2 SRC_URI=https://github.com/rspec/rspec-core/archive/v2.99.2.tar.gz -> rspec-core-2.99.2-git.tgz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=18cdeaeed03e62406be5f3b46cd4654f +_md5_=3d58c4c4648b7d0292c953b155d34c36 diff --git a/metadata/md5-cache/dev-ruby/rspec-expectations-2.99.2 b/metadata/md5-cache/dev-ruby/rspec-expectations-2.99.2 index 11181fdade54..9bed28ed8eb5 100644 --- a/metadata/md5-cache/dev-ruby/rspec-expectations-2.99.2 +++ b/metadata/md5-cache/dev-ruby/rspec-expectations-2.99.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/rspec-core-2.11.0:2[ruby_targets_ruby19] >=dev-ruby/rspec-mocks-2.14.0:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/rspec-core-2.11.0:2[ruby_targets_ruby20] >=dev-ruby/rspec-mocks-2.14.0:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/rspec-core-2.11.0:2[ruby_targets_ruby21] >=dev-ruby/rspec-mocks-2.14.0:2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/rspec-core-2.11.0:2[ruby_targets_ruby22] >=dev-ruby/rspec-mocks-2.14.0:2[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/rspec-core-2.11.0:2[ruby_targets_ruby20] >=dev-ruby/rspec-mocks-2.14.0:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/rspec-core-2.11.0:2[ruby_targets_ruby21] >=dev-ruby/rspec-mocks-2.14.0:2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/rspec-core-2.11.0:2[ruby_targets_ruby22] >=dev-ruby/rspec-mocks-2.14.0:2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/rspec-core-2.11.0:2[ruby_targets_ruby23] >=dev-ruby/rspec-mocks-2.14.0:2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) 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_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby23] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=http://rspec.rubyforge.org/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby22] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby23] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=2 SRC_URI=https://github.com/rspec/rspec-expectations/archive/v2.99.2.tar.gz -> rspec-expectations-2.99.2-git.tgz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7526f8191c3d0d90ffb6794147cfff78 +_md5_=49c1d0b265610d0206ee58a3ad8d4dda diff --git a/metadata/md5-cache/dev-ruby/rspec-mocks-2.99.2 b/metadata/md5-cache/dev-ruby/rspec-mocks-2.99.2 index 2334a846d238..1f0b08635ec3 100644 --- a/metadata/md5-cache/dev-ruby/rspec-mocks-2.99.2 +++ b/metadata/md5-cache/dev-ruby/rspec-mocks-2.99.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( >=dev-ruby/rspec-core-2.10.0:2[ruby_targets_ruby19] >=dev-ruby/rspec-expectations-2.99.0:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/rspec-core-2.10.0:2[ruby_targets_ruby20] >=dev-ruby/rspec-expectations-2.99.0:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/rspec-core-2.10.0:2[ruby_targets_ruby21] >=dev-ruby/rspec-expectations-2.99.0:2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/rspec-core-2.10.0:2[ruby_targets_ruby22] >=dev-ruby/rspec-expectations-2.99.0:2[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( >=dev-ruby/rspec-core-2.10.0:2[ruby_targets_ruby20] >=dev-ruby/rspec-expectations-2.99.0:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/rspec-core-2.10.0:2[ruby_targets_ruby21] >=dev-ruby/rspec-expectations-2.99.0:2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/rspec-core-2.10.0:2[ruby_targets_ruby22] >=dev-ruby/rspec-expectations-2.99.0:2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/rspec-core-2.10.0:2[ruby_targets_ruby23] >=dev-ruby/rspec-expectations-2.99.0:2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) 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_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby23] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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=A Behaviour Driven Development (BDD) framework for Ruby EAPI=5 HOMEPAGE=http://rspec.rubyforge.org/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) 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_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) 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_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=2 SRC_URI=https://github.com/rspec/rspec-mocks/archive/v2.99.2.tar.gz -> rspec-mocks-2.99.2-git.tgz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=93dc7576a0ca495764fbbd07d2f759bd +_md5_=ae78633f70b5ff8ffe4df964d897b676 diff --git a/metadata/md5-cache/dev-ruby/ruby-oembed-0.10.0 b/metadata/md5-cache/dev-ruby/ruby-oembed-0.10.0 new file mode 100644 index 000000000000..f65e8467f44f --- /dev/null +++ b/metadata/md5-cache/dev-ruby/ruby-oembed-0.10.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/json[ruby_targets_ruby20] dev-ruby/vcr:1[ruby_targets_ruby20] dev-ruby/xml-simple[ruby_targets_ruby20] dev-ruby/nokogiri[ruby_targets_ruby20] dev-ruby/fakeweb[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/json[ruby_targets_ruby21] dev-ruby/vcr:1[ruby_targets_ruby21] dev-ruby/xml-simple[ruby_targets_ruby21] dev-ruby/nokogiri[ruby_targets_ruby21] dev-ruby/fakeweb[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DESCRIPTION=An oEmbed consumer library written in Ruby. +EAPI=5 +HOMEPAGE=https://github.com/judofyr/ruby-oembed +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +SLOT=0 +SRC_URI=mirror://rubygems/ruby-oembed-0.10.0.gem +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=eec671c2cfd38f4d31a19e050e53c7cd diff --git a/metadata/md5-cache/dev-ruby/ruby-oembed-0.8.14 b/metadata/md5-cache/dev-ruby/ruby-oembed-0.8.14 deleted file mode 100644 index b0fdd4af6f7b..000000000000 --- a/metadata/md5-cache/dev-ruby/ruby-oembed-0.8.14 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/json[ruby_targets_ruby19] dev-ruby/vcr:1[ruby_targets_ruby19] dev-ruby/xml-simple[ruby_targets_ruby19] dev-ruby/nokogiri[ruby_targets_ruby19] dev-ruby/fakeweb[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/json[ruby_targets_ruby20] dev-ruby/vcr:1[ruby_targets_ruby20] dev-ruby/xml-simple[ruby_targets_ruby20] dev-ruby/nokogiri[ruby_targets_ruby20] dev-ruby/fakeweb[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/json[ruby_targets_ruby21] dev-ruby/vcr:1[ruby_targets_ruby21] dev-ruby/xml-simple[ruby_targets_ruby21] dev-ruby/nokogiri[ruby_targets_ruby21] dev-ruby/fakeweb[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=An oEmbed consumer library written in Ruby. -EAPI=5 -HOMEPAGE=https://github.com/judofyr/ruby-oembed -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=mirror://rubygems/ruby-oembed-0.8.14.gem -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eac4892016ed46fb9d468a05489f7d10 diff --git a/metadata/md5-cache/dev-ruby/sprockets-3.3.5 b/metadata/md5-cache/dev-ruby/sprockets-3.3.5 deleted file mode 100644 index 43ac4252f32a..000000000000 --- a/metadata/md5-cache/dev-ruby/sprockets-3.3.5 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( =dev-ruby/rack-1*:*[ruby_targets_ruby19] !!=dev-ruby/sass-3.1[ruby_targets_ruby19] dev-ruby/uglifier[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/json[ruby_targets_ruby20] dev-ruby/rack-test[ruby_targets_ruby20] =dev-ruby/coffee-script-2*[ruby_targets_ruby20] =dev-ruby/execjs-2*[ruby_targets_ruby20] =dev-ruby/sass-3*[ruby_targets_ruby20] >=dev-ruby/sass-3.1[ruby_targets_ruby20] dev-ruby/uglifier[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/json[ruby_targets_ruby21] dev-ruby/rack-test[ruby_targets_ruby21] =dev-ruby/coffee-script-2*[ruby_targets_ruby21] =dev-ruby/execjs-2*[ruby_targets_ruby21] =dev-ruby/sass-3*[ruby_targets_ruby21] >=dev-ruby/sass-3.1[ruby_targets_ruby21] dev-ruby/uglifier[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=Ruby library for compiling and serving web assets -EAPI=5 -HOMEPAGE=https://github.com/rails/sprockets -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~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_ruby19? ( =dev-ruby/rack-1*:*[ruby_targets_ruby19] !! sprockets-3.3.5-git.tgz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=caa7c8fb4d9833fa2d367afee1034a4b diff --git a/metadata/md5-cache/dev-ruby/sprockets-3.4.0 b/metadata/md5-cache/dev-ruby/sprockets-3.4.0 deleted file mode 100644 index cdd7b10e2ffc..000000000000 --- a/metadata/md5-cache/dev-ruby/sprockets-3.4.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( =dev-ruby/rack-1*:*[ruby_targets_ruby19] !!=dev-ruby/sass-3.1[ruby_targets_ruby19] dev-ruby/uglifier[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/json[ruby_targets_ruby20] dev-ruby/rack-test[ruby_targets_ruby20] =dev-ruby/coffee-script-2*[ruby_targets_ruby20] =dev-ruby/execjs-2*[ruby_targets_ruby20] =dev-ruby/sass-3*[ruby_targets_ruby20] >=dev-ruby/sass-3.1[ruby_targets_ruby20] dev-ruby/uglifier[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/json[ruby_targets_ruby21] dev-ruby/rack-test[ruby_targets_ruby21] =dev-ruby/coffee-script-2*[ruby_targets_ruby21] =dev-ruby/execjs-2*[ruby_targets_ruby21] =dev-ruby/sass-3*[ruby_targets_ruby21] >=dev-ruby/sass-3.1[ruby_targets_ruby21] dev-ruby/uglifier[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=Ruby library for compiling and serving web assets -EAPI=5 -HOMEPAGE=https://github.com/rails/sprockets -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 ~arm ~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_ruby19? ( =dev-ruby/rack-1*:*[ruby_targets_ruby19] !! sprockets-3.4.0-git.tgz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=caa7c8fb4d9833fa2d367afee1034a4b diff --git a/metadata/md5-cache/dev-ruby/sprockets-3.5.2 b/metadata/md5-cache/dev-ruby/sprockets-3.5.2 new file mode 100644 index 000000000000..b0df25ce1fbe --- /dev/null +++ b/metadata/md5-cache/dev-ruby/sprockets-3.5.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby20] =dev-ruby/rack-1*:*[ruby_targets_ruby20] !!=dev-ruby/sass-3.1[ruby_targets_ruby20] dev-ruby/uglifier[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/json[ruby_targets_ruby21] dev-ruby/rack-test[ruby_targets_ruby21] =dev-ruby/coffee-script-2*[ruby_targets_ruby21] =dev-ruby/execjs-2*[ruby_targets_ruby21] =dev-ruby/sass-3*[ruby_targets_ruby21] >=dev-ruby/sass-3.1[ruby_targets_ruby21] dev-ruby/uglifier[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/json[ruby_targets_ruby22] dev-ruby/rack-test[ruby_targets_ruby22] =dev-ruby/coffee-script-2*[ruby_targets_ruby22] =dev-ruby/execjs-2*[ruby_targets_ruby22] =dev-ruby/sass-3*[ruby_targets_ruby22] >=dev-ruby/sass-3.1[ruby_targets_ruby22] dev-ruby/uglifier[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Ruby library for compiling and serving web assets +EAPI=5 +HOMEPAGE=https://github.com/rails/sprockets +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby20] =dev-ruby/rack-1*:*[ruby_targets_ruby20] !! sprockets-3.5.2-git.tgz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=71ccf1c9dc4f4c2af18b57fa5d7eec69 diff --git a/metadata/md5-cache/dev-ruby/tidy-ext-0.1.14-r2 b/metadata/md5-cache/dev-ruby/tidy-ext-0.1.14-r2 index d769ca3fe9e0..c38558666ea3 100644 --- a/metadata/md5-cache/dev-ruby/tidy-ext-0.1.14-r2 +++ b/metadata/md5-cache/dev-ruby/tidy-ext-0.1.14-r2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=W3C HTML Tidy library implemented as a Ruby extension EAPI=5 HOMEPAGE=https://github.com/carld/tidy -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=HTML-Tidy -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/tidy-ext-0.1.14.gem _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5fa5c2c3ad7acc3f3e12776ab0255067 +_md5_=4971a5ec9f509464cce82cc9c596f33e diff --git a/metadata/md5-cache/dev-util/jenkins-bin-1.650 b/metadata/md5-cache/dev-util/jenkins-bin-1.652 similarity index 85% rename from metadata/md5-cache/dev-util/jenkins-bin-1.650 rename to metadata/md5-cache/dev-util/jenkins-bin-1.652 index 0e5e37293073..5fb6da4108a0 100644 --- a/metadata/md5-cache/dev-util/jenkins-bin-1.650 +++ b/metadata/md5-cache/dev-util/jenkins-bin-1.652 @@ -8,6 +8,6 @@ LICENSE=MIT RDEPEND=media-fonts/dejavu media-libs/freetype !dev-util/jenkins-bin:lts >=virtual/jre-1.7.0 RESTRICT=mirror SLOT=0 -SRC_URI=http://mirrors.jenkins-ci.org/war/1.650/jenkins.war -> jenkins-bin-1.650.war +SRC_URI=http://mirrors.jenkins-ci.org/war/1.652/jenkins.war -> jenkins-bin-1.652.war _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 _md5_=cded610abe0099aba95306ccfd404b3a diff --git a/metadata/md5-cache/dev-util/perf-4.4.4 b/metadata/md5-cache/dev-util/perf-4.4.4 new file mode 100644 index 000000000000..800c992b0a3d --- /dev/null +++ b/metadata/md5-cache/dev-util/perf-4.4.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst prepare setup test unpack +DEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils:= ) gtk? ( x11-libs/gtk+:2 ) numa? ( sys-process/numactl ) perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils >=sys-kernel/linux-headers-4.4 dev-util/patchutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) +DESCRIPTION=Userland tools for Linux Performance Counters +EAPI=5 +HOMEPAGE=https://perf.wiki.kernel.org/ +IUSE=audit debug +demangle +doc gtk numa perl python slang unwind python_targets_python2_7 +KEYWORDS=~amd64 ~arm ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils:= ) gtk? ( x11-libs/gtk+:2 ) numa? ( sys-process/numactl ) perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils +REQUIRED_USE=python? ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.4.4.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=a5ddf514ee814acc4574b85385a983ce diff --git a/metadata/md5-cache/dev-vcs/git-tools-2015_p20160201-r1 b/metadata/md5-cache/dev-vcs/git-tools-2015_p20160201-r1 new file mode 100644 index 000000000000..9c8c90c2be5e --- /dev/null +++ b/metadata/md5-cache/dev-vcs/git-tools-2015_p20160201-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare +DESCRIPTION=Assorted git-related scripts +EAPI=5 +HOMEPAGE=https://github.com/MestreLion/git-tools/ +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3+ +RDEPEND=>=dev-vcs/git-2.5 >=app-shells/bash-4.0 +SLOT=0 +SRC_URI=https://github.com/MestreLion/git-tools/archive/0431b5f4c59101c1b7250d8dd2ce3f6a22318bc6.tar.gz -> git-tools-2015_p20160201.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=2cff58f7327c0c3ef4713e026c76d135 diff --git a/metadata/md5-cache/dev-vcs/gitg-3.18.0-r1 b/metadata/md5-cache/dev-vcs/gitg-3.18.0-r1 new file mode 100644 index 000000000000..c1c76b043bcc --- /dev/null +++ b/metadata/md5-cache/dev-vcs/gitg-3.18.0-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack +DEPEND=app-crypt/libsecret dev-libs/libgee:0.8[introspection] >=dev-libs/json-glib-0.16 >=app-text/gtkspell-3.0.3:3 >=dev-libs/glib-2.38:2[dbus] >=dev-libs/gobject-introspection-0.10.1:= dev-libs/libgit2:=[threads] >=dev-libs/libgit2-glib-0.23.5[ssh] =dev-libs/libpeas-1.5.0[gtk] >=gnome-base/gsettings-desktop-schemas-0.1.1 >=net-libs/webkit-gtk-2.2:4[introspection] >=x11-libs/gtk+-3.12.0:3 >=x11-libs/gtksourceview-3.10:3.0 >=x11-themes/gnome-icon-theme-symbolic-3.10 glade? ( >=dev-util/glade-3.2:3.10 ) python? ( python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) 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_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-libs/libpeas[python,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygobject:3[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) >=dev-libs/libgit2-glib-0.22.0[vala] gnome-base/gnome-common >=sys-devel/gettext-0.17 virtual/pkgconfig >=dev-util/intltool-0.40 || ( dev-lang/vala:0.30 dev-lang/vala:0.28 dev-lang/vala:0.26 dev-lang/vala:0.24 dev-lang/vala:0.22 ) app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=git repository viewer for GNOME +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Apps/Gitg +IUSE=debug glade +python python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=|| ( GPL-2 GPL-3 ) +RDEPEND=app-crypt/libsecret dev-libs/libgee:0.8[introspection] >=dev-libs/json-glib-0.16 >=app-text/gtkspell-3.0.3:3 >=dev-libs/glib-2.38:2[dbus] >=dev-libs/gobject-introspection-0.10.1:= dev-libs/libgit2:=[threads] >=dev-libs/libgit2-glib-0.23.5[ssh] =dev-libs/libpeas-1.5.0[gtk] >=gnome-base/gsettings-desktop-schemas-0.1.1 >=net-libs/webkit-gtk-2.2:4[introspection] >=x11-libs/gtk+-3.12.0:3 >=x11-libs/gtksourceview-3.10:3.0 >=x11-themes/gnome-icon-theme-symbolic-3.10 glade? ( >=dev-util/glade-3.2:3.10 ) python? ( python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) 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_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-libs/libpeas[python,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygobject:3[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) +REQUIRED_USE=python? ( ^^ ( python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gitg/3.18/gitg-3.18.0.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 e079aed86716c8f78e28040aa43db4fd gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vala f946609697ad4b4b1d85b997f0c70204 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=d1680f3a58daa7cdc2fef37b6ba4070a diff --git a/metadata/md5-cache/games-board/pychess-0.12.2 b/metadata/md5-cache/games-board/pychess-0.12.2 deleted file mode 100644 index 77fe0dfa3ad5..000000000000 --- a/metadata/md5-cache/games-board/pychess-0.12.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=dev-python/librsvg-python dev-python/pycairo[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygtksourceview:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] gstreamer? ( dev-python/gst-python:0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/gconf-python x11-themes/gnome-icon-theme >=sys-apps/sed-4 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_python2_7(-)] -DESCRIPTION=A chess client for Gnome -EAPI=5 -HOMEPAGE=http://pychess.org/ -IUSE=gstreamer python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/librsvg-python dev-python/pycairo[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygtksourceview:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] gstreamer? ( dev-python/gst-python:0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/gconf-python x11-themes/gnome-icon-theme 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_python2_7(-)] games-misc/games-envd -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://pychess.org/download/pychess-0.12.2.tar.gz -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d games 2cf0d67d765e6358b435ccda30c13ad8 gnome2-utils d19e7813f27c8f982134d657889b13cf multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=dd31bb08ffe391fbbaafa0d90a3c46ce diff --git a/metadata/md5-cache/games-rpg/manaplus-1.6.1.16 b/metadata/md5-cache/games-rpg/manaplus-1.6.1.16 deleted file mode 100644 index 8b51c4724291..000000000000 --- a/metadata/md5-cache/games-rpg/manaplus-1.6.1.16 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack -DEPEND=>=dev-games/physfs-1.0.0 dev-libs/libxml2 media-libs/libpng:0= media-libs/libsdl2[X,opengl?,video] media-libs/sdl2-gfx media-libs/sdl2-image[png] media-libs/sdl2-mixer[vorbis] media-libs/sdl2-net media-libs/sdl2-ttf net-misc/curl sys-libs/zlib x11-libs/libX11 x11-misc/xdg-utils x11-apps/xmessage media-fonts/dejavu media-fonts/wqy-microhei media-fonts/liberation-fonts media-fonts/mplus-outline-fonts nls? ( virtual/libintl ) opengl? ( virtual/opengl ) virtual/pkgconfig nls? ( sys-devel/gettext ) -DESCRIPTION=OpenSource 2D MMORPG client for Evol Online and The Mana World -EAPI=5 -HOMEPAGE=http://manaplus.evolonline.org -IUSE=nls opengl -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-games/physfs-1.0.0 dev-libs/libxml2 media-libs/libpng:0= media-libs/libsdl2[X,opengl?,video] media-libs/sdl2-gfx media-libs/sdl2-image[png] media-libs/sdl2-mixer[vorbis] media-libs/sdl2-net media-libs/sdl2-ttf net-misc/curl sys-libs/zlib x11-libs/libX11 x11-misc/xdg-utils x11-apps/xmessage media-fonts/dejavu media-fonts/wqy-microhei media-fonts/liberation-fonts media-fonts/mplus-outline-fonts nls? ( virtual/libintl ) opengl? ( virtual/opengl ) games-misc/games-envd -SLOT=0 -SRC_URI=http://download.evolonline.org/manaplus/download/1.6.1.16/manaplus-1.6.1.16.tar.xz -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e games 2cf0d67d765e6358b435ccda30c13ad8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=c8605dc5434044f47cc44ea2e4ac47cb diff --git a/metadata/md5-cache/games-strategy/endless-sky-0.8.11-r1 b/metadata/md5-cache/games-strategy/endless-sky-0.8.11-r1 new file mode 100644 index 000000000000..38bf79c3e0c5 --- /dev/null +++ b/metadata/md5-cache/games-strategy/endless-sky-0.8.11-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst prepare +DEPEND=media-libs/glew media-libs/libsdl2 media-libs/libjpeg-turbo media-libs/libpng:= media-libs/openal virtual/opengl dev-util/scons +DESCRIPTION=Space exploration, trading & combat in the tradition of Terminal Velocity +EAPI=6 +HOMEPAGE=https://endless-sky.github.io +KEYWORDS=~amd64 ~x86 +LICENSE=CC-BY-SA-4.0 CC-BY-SA-3.0 GPL-3+ public-domain +RDEPEND=media-libs/glew media-libs/libsdl2 media-libs/libjpeg-turbo media-libs/libpng:= media-libs/openal virtual/opengl +SLOT=0 +SRC_URI=https://github.com/endless-sky/endless-sky/archive/v0.8.11.tar.gz -> endless-sky-0.8.11.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 scons-utils 6a35944612b7ecb18a3803359554badc toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=f418434f5ecea9a7cdfad8fe755dd0c4 diff --git a/metadata/md5-cache/gnome-base/gnome-shell-3.18.4 b/metadata/md5-cache/gnome-base/gnome-shell-3.18.4 new file mode 100644 index 000000000000..a370dd420ea2 --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-shell-3.18.4 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=app-accessibility/at-spi2-atk-2.5.3 >=dev-libs/atk-2[introspection] >=app-crypt/gcr-3.7.5[introspection] >=dev-libs/glib-2.45.3:2[dbus] >=dev-libs/gjs-1.39 >=dev-libs/gobject-introspection-1.45.4:= dev-libs/libical:= >=x11-libs/gtk+-3.15.0:3[introspection] >=media-libs/clutter-1.21.5:1.0[introspection] >=dev-libs/json-glib-0.13.2 >=dev-libs/libcroco-0.6.8:0.6 >=gnome-base/gnome-desktop-3.7.90:3=[introspection] >=gnome-base/gsettings-desktop-schemas-3.14 >=gnome-base/gnome-keyring-3.3.90 gnome-base/libgnome-keyring >=gnome-extra/evolution-data-server-3.17.2:= >=media-libs/gstreamer-0.11.92:1.0 >=net-im/telepathy-logger-0.2.4[introspection] >=net-libs/telepathy-glib-0.19[introspection] >=sys-auth/polkit-0.100[introspection] >=x11-libs/libXfixes-5.0 x11-libs/libXtst >=x11-wm/mutter-3.18.1[introspection] >=x11-libs/startup-notification-0.11 python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) 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_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygobject:3[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-libs/dbus-glib dev-libs/libxml2:2 gnome-base/librsvg media-libs/libcanberra[gtk3] media-libs/mesa >=media-sound/pulseaudio-2 >=net-libs/libsoup-2.40:2.4[introspection] x11-libs/libX11 x11-libs/gdk-pixbuf:2[introspection] x11-libs/pango[introspection] x11-apps/mesa-progs bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] ) networkmanager? ( app-crypt/libsecret >=gnome-extra/nm-applet-0.9.8 >=net-misc/networkmanager-0.9.8[introspection] ) dev-libs/libxslt >=dev-util/gtk-doc-am-1.17 >=dev-util/intltool-0.40 gnome-base/gnome-common virtual/pkgconfig !!=dev-lang/spidermonkey-1.8.2* !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info virtual/pkgconfig +DESCRIPTION=Provides core UI functions for the GNOME 3 desktop +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Projects/GnomeShell +IUSE=+bluetooth +networkmanager +nls -openrc-force python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2+ LGPL-2+ +PDEPEND=>=gnome-base/gdm-3.5[introspection] >=gnome-base/gnome-control-center-3.8.3[bluetooth(+)?,networkmanager(+)?] +RDEPEND=>=app-accessibility/at-spi2-atk-2.5.3 >=dev-libs/atk-2[introspection] >=app-crypt/gcr-3.7.5[introspection] >=dev-libs/glib-2.45.3:2[dbus] >=dev-libs/gjs-1.39 >=dev-libs/gobject-introspection-1.45.4:= dev-libs/libical:= >=x11-libs/gtk+-3.15.0:3[introspection] >=media-libs/clutter-1.21.5:1.0[introspection] >=dev-libs/json-glib-0.13.2 >=dev-libs/libcroco-0.6.8:0.6 >=gnome-base/gnome-desktop-3.7.90:3=[introspection] >=gnome-base/gsettings-desktop-schemas-3.14 >=gnome-base/gnome-keyring-3.3.90 gnome-base/libgnome-keyring >=gnome-extra/evolution-data-server-3.17.2:= >=media-libs/gstreamer-0.11.92:1.0 >=net-im/telepathy-logger-0.2.4[introspection] >=net-libs/telepathy-glib-0.19[introspection] >=sys-auth/polkit-0.100[introspection] >=x11-libs/libXfixes-5.0 x11-libs/libXtst >=x11-wm/mutter-3.18.1[introspection] >=x11-libs/startup-notification-0.11 python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) 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_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygobject:3[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-libs/dbus-glib dev-libs/libxml2:2 gnome-base/librsvg media-libs/libcanberra[gtk3] media-libs/mesa >=media-sound/pulseaudio-2 >=net-libs/libsoup-2.40:2.4[introspection] x11-libs/libX11 x11-libs/gdk-pixbuf:2[introspection] x11-libs/pango[introspection] x11-apps/mesa-progs bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] ) networkmanager? ( app-crypt/libsecret >=gnome-extra/nm-applet-0.9.8 >=net-misc/networkmanager-0.9.8[introspection] ) >=sys-auth/polkit-0.101[introspection] >=app-accessibility/caribou-0.4.8 media-libs/cogl[introspection] >=sys-apps/accountsservice-0.6.14[introspection] >=sys-power/upower-0.99[introspection] >=gnome-base/gnome-session-2.91.91 >=gnome-base/gnome-settings-daemon-3.8.3 !openrc-force? ( >=sys-apps/systemd-31 ) x11-misc/xdg-utils media-fonts/dejavu x11-themes/gnome-icon-theme-symbolic networkmanager? ( net-misc/mobile-broadband-provider-info sys-libs/timezone-data ) nls? ( >=app-i18n/ibus-1.4.99[dconf(+),gtk3,introspection] ) +REQUIRED_USE=|| ( python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-shell/3.18/gnome-shell-3.18.4.tar.xz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 e079aed86716c8f78e28040aa43db4fd gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=953a5d43084338e39d2e0f9132fb5734 diff --git a/metadata/md5-cache/gnome-extra/gnome-shell-extensions-3.18.4 b/metadata/md5-cache/gnome-extra/gnome-shell-extensions-3.18.4 new file mode 100644 index 000000000000..fccc8deb680d --- /dev/null +++ b/metadata/md5-cache/gnome-extra/gnome-shell-extensions-3.18.4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=dev-libs/glib-2.26:2 >=gnome-base/libgtop-2.28.3[introspection] >=app-eselect/eselect-gnome-shell-extensions-20111211 >=dev-util/intltool-0.50 sys-devel/gettext virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=JavaScript extensions for GNOME Shell +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Projects/GnomeShell/Extensions +IUSE=examples +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.26:2 >=gnome-base/libgtop-2.28.3[introspection] >=app-eselect/eselect-gnome-shell-extensions-20111211 >=dev-libs/gjs-1.29 dev-libs/gobject-introspection:= dev-libs/atk[introspection] gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.14.2 media-libs/clutter:1.0[introspection] net-libs/telepathy-glib[introspection] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] x11-libs/pango[introspection] x11-themes/adwaita-icon-theme +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-shell-extensions/3.18/gnome-shell-extensions-3.18.4.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 e079aed86716c8f78e28040aa43db4fd gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=224cd09ab98793daf02f5f729def07a9 diff --git a/metadata/md5-cache/java-virtuals/jaxp-virtual-1.4-r1 b/metadata/md5-cache/java-virtuals/jaxp-virtual-1.4-r1 deleted file mode 100644 index ceb7ad858d70..000000000000 --- a/metadata/md5-cache/java-virtuals/jaxp-virtual-1.4-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install -DEPEND=>=dev-java/java-config-2.2.0 -DESCRIPTION=Virtual for Java API for XML Processing (JAXP) -EAPI=5 -HOMEPAGE=https://www.gentoo.org -IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris -LICENSE=public-domain -RDEPEND=|| ( >=virtual/jre-1.6 >=dev-java/jaxp-1.4-r1:0 ) >=dev-java/java-config-2.1.8 >=dev-java/java-config-2.2.0 -SLOT=0 -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5e38682b14b86a82e2357a4a8c421a82 diff --git a/metadata/md5-cache/kde-frameworks/attica-5.17.0 b/metadata/md5-cache/kde-frameworks/attica-5.17.0 deleted file mode 100644 index d58596e47200..000000000000 --- a/metadata/md5-cache/kde-frameworks/attica-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtnetwork:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing access to Open Collaboration Services -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2.1+ -RDEPEND=dev-qt/qtnetwork:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/attica-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=7c576c96ba598bf696bee906ceb4f10d diff --git a/metadata/md5-cache/kde-frameworks/baloo-5.17.0 b/metadata/md5-cache/kde-frameworks/baloo-5.17.0 deleted file mode 100644 index 993f71c91986..000000000000 --- a/metadata/md5-cache/kde-frameworks/baloo-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kfilemetadata-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kidletime-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/solid-5.17:5 dev-db/lmdb dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for searching and managing metadata -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kfilemetadata-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kidletime-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/solid-5.17:5 dev-db/lmdb dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !kde-base/baloo:4[-minimal(-)] >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/baloo-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=e6c4d509be34e7d6bc50d59e8ddc6245 diff --git a/metadata/md5-cache/kde-frameworks/bluez-qt-5.17.0 b/metadata/md5-cache/kde-frameworks/bluez-qt-5.17.0 deleted file mode 100644 index 2a8df022e317..000000000000 --- a/metadata/md5-cache/kde-frameworks/bluez-qt-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtnetwork:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils virtual/pkgconfig -DESCRIPTION=Qt wrapper for Bluez 5 DBus API -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2 -RDEPEND=dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtnetwork:5 !kde-plasma/bluez-qt >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/bluez-qt-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=f6215dc6f0f8f9f9e6c7ad5a923f26d8 diff --git a/metadata/md5-cache/kde-frameworks/breeze-icons-5.17.0 b/metadata/md5-cache/kde-frameworks/breeze-icons-5.17.0 deleted file mode 100644 index a6e8c055e02d..000000000000 --- a/metadata/md5-cache/kde-frameworks/breeze-icons-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/extra-cmake-modules-5.17:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( >=dev-qt/qttest-5.4.2:5 ) dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Breeze SVG icon theme -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-3 -RDEPEND=!=kde-plasma/oxygen-fonts-5.4.1:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5= dev-qt/qtwidgets:5 media-fonts/noto X? ( dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/libXcursor ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.5.1:5 ) >=dev-qt/qtcore-5.5.1:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for integrating Qt applications with KDE workspaces -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=X test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-plasma/oxygen-fonts-5.4.1:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5= dev-qt/qtwidgets:5 media-fonts/noto X? ( dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/libXcursor ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 -RESTRICT=test -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/frameworkintegration-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=549164601885e53cbb9b2cf860b4a93f diff --git a/metadata/md5-cache/kde-frameworks/kactivities-5.17.0 b/metadata/md5-cache/kde-frameworks/kactivities-5.17.0 deleted file mode 100644 index 3e7bb741af6e..000000000000 --- a/metadata/md5-cache/kde-frameworks/kactivities-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcmutils-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kdeclarative-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !=dev-libs/boost-1.54 =dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for working with KDE activities -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcmutils-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kdeclarative-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kactivities-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=25611834918c084cb69ae65e61b2bbcd diff --git a/metadata/md5-cache/kde-frameworks/kactivities-5.17.0-r1 b/metadata/md5-cache/kde-frameworks/kactivities-5.17.0-r1 deleted file mode 100644 index 4cf2d0021dcd..000000000000 --- a/metadata/md5-cache/kde-frameworks/kactivities-5.17.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcmutils-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kdeclarative-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !=dev-libs/boost-1.54 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for working with KDE activities -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcmutils-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kdeclarative-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kactivities-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=0c399e5ac728285093247616599ce697 diff --git a/metadata/md5-cache/kde-frameworks/karchive-5.17.0 b/metadata/md5-cache/kde-frameworks/karchive-5.17.0 deleted file mode 100644 index cd9482b3e7d1..000000000000 --- a/metadata/md5-cache/kde-frameworks/karchive-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) sys-libs/zlib sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for reading, creation, and manipulation of various archive formats -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=+bzip2 +lzma doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-2 LGPL-2.1 -RDEPEND=bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) sys-libs/zlib >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/karchive-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2fab26ee0b3546665ca013fe70756771 diff --git a/metadata/md5-cache/kde-frameworks/kauth-5.17.0 b/metadata/md5-cache/kde-frameworks/kauth-5.17.0 deleted file mode 100644 index fdc11d3d9eaa..000000000000 --- a/metadata/md5-cache/kde-frameworks/kauth-5.17.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 policykit? ( sys-auth/polkit-qt[qt5] ) nls? ( dev-qt/linguist-tools:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework to let applications perform actions as a privileged user -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls +policykit test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2.1+ -PDEPEND=policykit? ( kde-plasma/polkit-kde-agent ) -RDEPEND=>=kde-frameworks/kcoreaddons-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 policykit? ( sys-auth/polkit-qt[qt5] ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kauth-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=48da5dbbb88fe8ca7a84682e9134ae29 diff --git a/metadata/md5-cache/kde-frameworks/kbookmarks-5.17.0 b/metadata/md5-cache/kde-frameworks/kbookmarks-5.17.0 deleted file mode 100644 index 50edc6252c22..000000000000 --- a/metadata/md5-cache/kde-frameworks/kbookmarks-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kconfigwidgets-5.17:5 nls? ( dev-qt/linguist-tools:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for managing bookmarks stored in XBEL format -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kbookmarks-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=3be63f57eca0910f764854b4fb770f32 diff --git a/metadata/md5-cache/kde-frameworks/kcmutils-5.17.0 b/metadata/md5-cache/kde-frameworks/kcmutils-5.17.0 deleted file mode 100644 index c552a8aa6e13..000000000000 --- a/metadata/md5-cache/kde-frameworks/kcmutils-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdeclarative-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework to work with KDE System Settings modules -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2 -RDEPEND=>=kde-frameworks/kauth-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdeclarative-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kcmutils-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=7b1fbf387d100e24bc8d33098208d49a diff --git a/metadata/md5-cache/kde-frameworks/kcodecs-5.17.0 b/metadata/md5-cache/kde-frameworks/kcodecs-5.17.0 deleted file mode 100644 index acbe5a22158c..000000000000 --- a/metadata/md5-cache/kde-frameworks/kcodecs-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=nls? ( dev-qt/linguist-tools:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for manipulating strings using various encodings -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-2+ LGPL-2+ -RDEPEND=>=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kcodecs-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a42ad0b090724078dfc22c94e4f80756 diff --git a/metadata/md5-cache/kde-frameworks/kcompletion-5.17.0 b/metadata/md5-cache/kde-frameworks/kcompletion-5.17.0 deleted file mode 100644 index 00d330d18089..000000000000 --- a/metadata/md5-cache/kde-frameworks/kcompletion-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 nls? ( dev-qt/linguist-tools:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for common completion tasks such as filename or URL completion -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kcompletion-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=33aeca12d8047bb32f7271598926fd61 diff --git a/metadata/md5-cache/kde-frameworks/kconfig-5.17.0 b/metadata/md5-cache/kde-frameworks/kconfig-5.17.0 deleted file mode 100644 index bf4722fa3ac0..000000000000 --- a/metadata/md5-cache/kde-frameworks/kconfig-5.17.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtxml:5 nls? ( dev-qt/linguist-tools:5 ) test? ( dev-qt/qtconcurrent:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for reading and writing configuration -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kconfig-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=e40690dcbb8038bb7d2687d0513e75df diff --git a/metadata/md5-cache/kde-frameworks/kconfigwidgets-5.17.0 b/metadata/md5-cache/kde-frameworks/kconfigwidgets-5.17.0 deleted file mode 100644 index e899db4397a7..000000000000 --- a/metadata/md5-cache/kde-frameworks/kconfigwidgets-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.17:5 >=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kguiaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !=kde-frameworks/kdoctools-5.17:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing an assortment of configuration-related widgets -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=+man test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kauth-5.17:5 >=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kguiaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kconfigwidgets-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=c6cfa9ea10a6eab03a74e0a09d8724ae diff --git a/metadata/md5-cache/kde-frameworks/kcoreaddons-5.17.0 b/metadata/md5-cache/kde-frameworks/kcoreaddons-5.17.0 deleted file mode 100644 index 7c21c34fa74d..000000000000 --- a/metadata/md5-cache/kde-frameworks/kcoreaddons-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtcore:5[icu] fam? ( virtual/fam ) !=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for solving common problems such as caching, randomisation, and more -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=fam nls doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtcore:5[icu] fam? ( virtual/fam ) !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kcoreaddons-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=7f7f6d27433d2bee97215d99b4a51f15 diff --git a/metadata/md5-cache/kde-frameworks/kcrash-5.17.0 b/metadata/md5-cache/kde-frameworks/kcrash-5.17.0 deleted file mode 100644 index 1e41d5acbc10..000000000000 --- a/metadata/md5-cache/kde-frameworks/kcrash-5.17.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-qt/qtgui:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) nls? ( dev-qt/linguist-tools:5 ) test? ( dev-qt/qtwidgets:5 ) X? ( x11-proto/xproto ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for intercepting and handling application crashes -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls X test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-qt/qtgui:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kcrash-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2f13a3f1181d5ddb50ab30e95fc7c5b3 diff --git a/metadata/md5-cache/kde-frameworks/kdbusaddons-5.17.0 b/metadata/md5-cache/kde-frameworks/kdbusaddons-5.17.0 deleted file mode 100644 index f5d734ae5a20..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdbusaddons-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 X? ( dev-qt/qtx11extras:5 ) nls? ( dev-qt/linguist-tools:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for registering services and applications per freedesktop standards -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls X doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtdbus:5 X? ( dev-qt/qtx11extras:5 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kdbusaddons-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=7df6b4027ccf33309d9c656f238637ae diff --git a/metadata/md5-cache/kde-frameworks/kdeclarative-5.17.0 b/metadata/md5-cache/kde-frameworks/kdeclarative-5.17.0 deleted file mode 100644 index ef9b621dea40..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdeclarative-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kpackage-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 media-libs/libepoxy sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing integration of QML and KDE work spaces -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kpackage-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 media-libs/libepoxy >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kdeclarative-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=104db43260cc2aa007a38b21c445b619 diff --git a/metadata/md5-cache/kde-frameworks/kded-5.17.0 b/metadata/md5-cache/kde-frameworks/kded-5.17.0 deleted file mode 100644 index ed012b79fa6e..000000000000 --- a/metadata/md5-cache/kde-frameworks/kded-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kinit-5.17:5 >=kde-frameworks/kservice-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 man? ( >=kde-frameworks/kdoctools-5.17:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Central daemon of KDE workspaces -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=+man doc debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kinit-5.17:5 >=kde-frameworks/kservice-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kded-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5d99c0cbef6ea08d8383d05f0b5455ce diff --git a/metadata/md5-cache/kde-frameworks/kdelibs4support-5.17.0 b/metadata/md5-cache/kde-frameworks/kdelibs4support-5.17.0 deleted file mode 100644 index 5761afa19920..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdelibs4support-5.17.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kauth-5.17:5 >=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kdesignerplugin-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/kguiaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kparts-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kunitconversion-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 >=kde-frameworks/solid-5.17:5 app-text/docbook-xml-dtd:4.2 dev-libs/openssl:0 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 virtual/libintl X? ( dev-qt/qtx11extras:5 x11-libs/libICE x11-libs/libSM x11-libs/libX11 ) >=kde-frameworks/kdoctools-5.17:5 dev-lang/perl dev-perl/URI dev-qt/designer:5 test? ( dev-qt/qtconcurrent:5 ) X? ( x11-proto/xproto ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework easing the development transition from KDE 4 to KF 5 -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=X test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kauth-5.17:5 >=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kdesignerplugin-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/kguiaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kparts-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kunitconversion-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 >=kde-frameworks/solid-5.17:5 app-text/docbook-xml-dtd:4.2 dev-libs/openssl:0 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 virtual/libintl X? ( dev-qt/qtx11extras:5 x11-libs/libICE x11-libs/libSM x11-libs/libX11 ) >=kde-frameworks/kdoctools-5.17:5 >=kde-frameworks/kemoticons-5.17:5 >=kde-frameworks/kinit-5.17:5 >=kde-frameworks/kitemmodels-5.17:5 dev-qt/qtxml:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/portingAids/kdelibs4support-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=f62ad230533ff71e833a73cf705571dd diff --git a/metadata/md5-cache/kde-frameworks/kdesignerplugin-5.17.0 b/metadata/md5-cache/kde-frameworks/kdesignerplugin-5.17.0 deleted file mode 100644 index 68a62be4450a..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdesignerplugin-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 designer? ( dev-qt/designer:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kplotting-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 >=kde-frameworks/sonnet-5.17:5 ) webkit? ( dev-qt/designer:5 dev-qt/qtgui:5 >=kde-frameworks/kdewebkit-5.17:5 ) >=kde-frameworks/kdoctools-5.17:5 nls? ( dev-qt/linguist-tools:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing plugins to use KDE frameworks widgets in QtDesigner -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=designer nls webkit doc debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2.1+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 designer? ( dev-qt/designer:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kplotting-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 >=kde-frameworks/sonnet-5.17:5 ) webkit? ( dev-qt/designer:5 dev-qt/qtgui:5 >=kde-frameworks/kdewebkit-5.17:5 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kdesignerplugin-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2b9074a8e169f5aec86cfda87315d163 diff --git a/metadata/md5-cache/kde-frameworks/kdesu-5.17.0 b/metadata/md5-cache/kde-frameworks/kdesu-5.17.0 deleted file mode 100644 index 2a796421e00c..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdesu-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kpty-5.17:5 >=kde-frameworks/kservice-5.17:5 X? ( x11-libs/libX11 ) X? ( x11-proto/xproto ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework to handle super user actions -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=X doc debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2 -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kpty-5.17:5 >=kde-frameworks/kservice-5.17:5 X? ( x11-libs/libX11 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kdesu-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=af094cfa5f6b9e19a2eabd009713c0a0 diff --git a/metadata/md5-cache/kde-frameworks/kdewebkit-5.17.0 b/metadata/md5-cache/kde-frameworks/kdewebkit-5.17.0 deleted file mode 100644 index c8796d930633..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdewebkit-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/kparts-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwallet-5.17:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtnetwork:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing KDE integration of QtWebKit -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/kparts-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwallet-5.17:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kdewebkit-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=c6ab4c5743ddefda04daacea033c1aeb diff --git a/metadata/md5-cache/kde-frameworks/kdnssd-5.17.0 b/metadata/md5-cache/kde-frameworks/kdnssd-5.17.0 deleted file mode 100644 index 04803e5ee28e..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdnssd-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtnetwork:5 zeroconf? ( dev-qt/qtdbus:5 net-dns/avahi[mdnsresponder-compat] ) nls? ( dev-qt/linguist-tools:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for network service discovery using Zeroconf -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls zeroconf doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtnetwork:5 zeroconf? ( dev-qt/qtdbus:5 net-dns/avahi[mdnsresponder-compat] ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kdnssd-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=cfdfbfa36f9a63cf03553fd38084d099 diff --git a/metadata/md5-cache/kde-frameworks/kdoctools-5.17.0 b/metadata/md5-cache/kde-frameworks/kdoctools-5.17.0 deleted file mode 100644 index ffde664bb7c9..000000000000 --- a/metadata/md5-cache/kde-frameworks/kdoctools-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.17:5 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxml2:2 dev-libs/libxslt dev-lang/perl dev-perl/URI sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Tools to generate documentation in various formats from DocBook files -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=MIT -RDEPEND=>=kde-frameworks/karchive-5.17:5 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxml2:2 dev-libs/libxslt >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kdoctools-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=139fe1b0c43aec4f70d88f830f8444cf diff --git a/metadata/md5-cache/kde-frameworks/kemoticons-5.17.0 b/metadata/md5-cache/kde-frameworks/kemoticons-5.17.0 deleted file mode 100644 index b1d11a2b850b..000000000000 --- a/metadata/md5-cache/kde-frameworks/kemoticons-5.17.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kservice-5.17:5 dev-qt/qtgui:5 dev-qt/qtxml:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for converting text emoticons to graphical representations -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2.1+ -RDEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kservice-5.17:5 dev-qt/qtgui:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kemoticons-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=6d9047940024f62f3c0c75b9f7f9eb5c diff --git a/metadata/md5-cache/kde-frameworks/kfilemetadata-5.17.0 b/metadata/md5-cache/kde-frameworks/kfilemetadata-5.17.0 deleted file mode 100644 index ad0586696fdb..000000000000 --- a/metadata/md5-cache/kde-frameworks/kfilemetadata-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/ki18n-5.17:5 dev-qt/qtxml:5 epub? ( app-text/ebook-tools ) exif? ( media-gfx/exiv2:= ) ffmpeg? ( libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:0= ) ) pdf? ( app-text/poppler[qt5] ) taglib? ( media-libs/taglib ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Library for extracting file metadata -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=epub exif ffmpeg libav pdf taglib doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/ki18n-5.17:5 dev-qt/qtxml:5 epub? ( app-text/ebook-tools ) exif? ( media-gfx/exiv2:= ) ffmpeg? ( libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:0= ) ) pdf? ( app-text/poppler[qt5] ) taglib? ( media-libs/taglib ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kfilemetadata-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=30ad4cca5772b42bdc6ae65c3fb8d306 diff --git a/metadata/md5-cache/kde-frameworks/kglobalaccel-5.17.0 b/metadata/md5-cache/kde-frameworks/kglobalaccel-5.17.0 deleted file mode 100644 index 3777e6a3f59c..000000000000 --- a/metadata/md5-cache/kde-frameworks/kglobalaccel-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5[X] dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/xcb-util-keysyms !=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework to handle global shortcuts -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5[X] dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/xcb-util-keysyms !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kglobalaccel-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=452bc816da1045b0373dca01ee94a3fc diff --git a/metadata/md5-cache/kde-frameworks/kguiaddons-5.17.0 b/metadata/md5-cache/kde-frameworks/kguiaddons-5.17.0 deleted file mode 100644 index f454d28bfef3..000000000000 --- a/metadata/md5-cache/kde-frameworks/kguiaddons-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libxcb x11-proto/xproto sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing assorted high-level user interface components -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libX11 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kguiaddons-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5c2e2939016201895b21cad79b606134 diff --git a/metadata/md5-cache/kde-frameworks/khtml-5.17.0 b/metadata/md5-cache/kde-frameworks/khtml-5.17.0 deleted file mode 100644 index 3d809e00fb21..000000000000 --- a/metadata/md5-cache/kde-frameworks/khtml-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/kjs-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kparts-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwallet-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 >=kde-frameworks/sonnet-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/giflib:= media-libs/libpng:0= media-libs/phonon[qt5] sys-libs/zlib virtual/jpeg:0 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) dev-lang/perl dev-libs/openssl:0 test? ( dev-qt/qtx11extras:5 ) X? ( x11-proto/xproto ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KHTML web rendering engine -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=X test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2 -RDEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/kjs-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kparts-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwallet-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 >=kde-frameworks/sonnet-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/giflib:= media-libs/libpng:0= media-libs/phonon[qt5] sys-libs/zlib virtual/jpeg:0 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/portingAids/khtml-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=1377f51a1702a194aa4f442248827d93 diff --git a/metadata/md5-cache/kde-frameworks/ki18n-5.17.0 b/metadata/md5-cache/kde-frameworks/ki18n-5.17.0 deleted file mode 100644 index ccba7299ed79..000000000000 --- a/metadata/md5-cache/kde-frameworks/ki18n-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtscript:5 sys-devel/gettext virtual/libintl test? ( dev-qt/qtconcurrent:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework based on Gettext for internationalizing user interface text -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtscript:5 sys-devel/gettext virtual/libintl >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/ki18n-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=ffd4ddd8fbd9ec9a50bc178a96cdf62d diff --git a/metadata/md5-cache/kde-frameworks/kiconthemes-5.17.0 b/metadata/md5-cache/kde-frameworks/kiconthemes-5.17.0 deleted file mode 100644 index c66dc567241d..000000000000 --- a/metadata/md5-cache/kde-frameworks/kiconthemes-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for icon theming and configuration -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kiconthemes-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=966bbcfe2e7841cf3983b36942eb3189 diff --git a/metadata/md5-cache/kde-frameworks/kidletime-5.17.0 b/metadata/md5-cache/kde-frameworks/kidletime-5.17.0 deleted file mode 100644 index 8773d7b87b7d..000000000000 --- a/metadata/md5-cache/kde-frameworks/kidletime-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXext x11-libs/libxcb sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for detection and notification of device idle time -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXext x11-libs/libxcb >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kidletime-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b3de67af3b61311f92bd6a67384b5b50 diff --git a/metadata/md5-cache/kde-frameworks/kimageformats-5.17.0 b/metadata/md5-cache/kde-frameworks/kimageformats-5.17.0 deleted file mode 100644 index 458690ba3e3e..000000000000 --- a/metadata/md5-cache/kde-frameworks/kimageformats-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 eps? ( dev-qt/qtprintsupport:5 ) openexr? ( media-libs/ilmbase:= media-libs/openexr:= ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing additional format plugins for Qt's image I/O system -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=eps openexr test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtgui:5 eps? ( dev-qt/qtprintsupport:5 ) openexr? ( media-libs/ilmbase:= media-libs/openexr:= ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kimageformats-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=80ee47ff008158d39010a658355007d5 diff --git a/metadata/md5-cache/kde-frameworks/kinit-5.17.0 b/metadata/md5-cache/kde-frameworks/kinit-5.17.0 deleted file mode 100644 index 0370f81da270..000000000000 --- a/metadata/md5-cache/kde-frameworks/kinit-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 x11-libs/libX11 caps? ( sys-libs/libcap ) man? ( >=kde-frameworks/kdoctools-5.17:5 ) x11-proto/xproto sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Helper library to speed up start of applications on KDE work spaces -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=+caps +man doc debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 x11-libs/libX11 caps? ( sys-libs/libcap ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kinit-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=43b7ab4add2c0f802c321f1b3a9ad9f2 diff --git a/metadata/md5-cache/kde-frameworks/kio-5.17.0 b/metadata/md5-cache/kde-frameworks/kio-5.17.0 deleted file mode 100644 index d7ecdaf33be2..000000000000 --- a/metadata/md5-cache/kde-frameworks/kio-5.17.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kbookmarks-5.17:5 >=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 >=kde-frameworks/solid-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-libs/libxml2 dev-libs/libxslt acl? ( sys-apps/attr virtual/acl ) kerberos? ( virtual/krb5 ) kwallet? ( >=kde-frameworks/kwallet-5.17:5 ) X? ( dev-qt/qtx11extras:5 ) dev-qt/qtconcurrent:5 handbook? ( >=kde-frameworks/kdoctools-5.17:5 ) test? ( sys-libs/zlib ) X? ( x11-libs/libX11 x11-libs/libXrender x11-proto/xproto ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing transparent file and data management -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=acl +handbook kerberos +kwallet X test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -PDEPEND=>=kde-frameworks/kded-5.17:5 -RDEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kbookmarks-5.17:5 >=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 >=kde-frameworks/solid-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-libs/libxml2 dev-libs/libxslt acl? ( sys-apps/attr virtual/acl ) kerberos? ( virtual/krb5 ) kwallet? ( >=kde-frameworks/kwallet-5.17:5 ) X? ( dev-qt/qtx11extras:5 ) !kde-apps/libkonq:5[-minimal(-)] >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kio-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=ce29eb75f5108c9f21f6204b01e10c15 diff --git a/metadata/md5-cache/kde-frameworks/kitemmodels-5.17.0 b/metadata/md5-cache/kde-frameworks/kitemmodels-5.17.0 deleted file mode 100644 index 9b82d9369d8c..000000000000 --- a/metadata/md5-cache/kde-frameworks/kitemmodels-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=test? ( dev-qt/qtwidgets:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing data models to help with tasks such as sorting and filtering -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kitemmodels-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=4d56ba2e8ac314d453f75d715ee52f96 diff --git a/metadata/md5-cache/kde-frameworks/kitemviews-5.17.0 b/metadata/md5-cache/kde-frameworks/kitemviews-5.17.0 deleted file mode 100644 index f12c7e5563c1..000000000000 --- a/metadata/md5-cache/kde-frameworks/kitemviews-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 nls? ( dev-qt/linguist-tools:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing additional widgets for item models -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kitemviews-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=d1a098fed55809d1ca87133120f1a3f8 diff --git a/metadata/md5-cache/kde-frameworks/kjobwidgets-5.17.0 b/metadata/md5-cache/kde-frameworks/kjobwidgets-5.17.0 deleted file mode 100644 index d51594ded2f7..000000000000 --- a/metadata/md5-cache/kde-frameworks/kjobwidgets-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 ) nls? ( dev-qt/linguist-tools:5 ) X? ( x11-libs/libX11 x11-proto/xproto ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing assorted widgets for showing the progress of jobs -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls X doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kjobwidgets-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=4e849a5b4d4f790da94d5cf6a09b0a70 diff --git a/metadata/md5-cache/kde-frameworks/kjs-5.17.0 b/metadata/md5-cache/kde-frameworks/kjs-5.17.0 deleted file mode 100644 index 76a64cb1adce..000000000000 --- a/metadata/md5-cache/kde-frameworks/kjs-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-libs/libpcre >=kde-frameworks/kdoctools-5.17:5 dev-lang/perl sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=ECMAScipt compatible parser and engine -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=BSD-2 LGPL-2+ -RDEPEND=dev-libs/libpcre >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/portingAids/kjs-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=140f75143c2e0617c2fae52f9fb3041c diff --git a/metadata/md5-cache/kde-frameworks/kjsembed-5.17.0 b/metadata/md5-cache/kde-frameworks/kjsembed-5.17.0 deleted file mode 100644 index d0a4c569bb5e..000000000000 --- a/metadata/md5-cache/kde-frameworks/kjsembed-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kjs-5.17:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kdoctools-5.17:5 dev-qt/designer:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework binding JavaScript objects to QObjects -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kjs-5.17:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/portingAids/kjsembed-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5b07f4824de77193de28347593f5d0d1 diff --git a/metadata/md5-cache/kde-frameworks/kmediaplayer-5.17.0 b/metadata/md5-cache/kde-frameworks/kmediaplayer-5.17.0 deleted file mode 100644 index f0c537cba478..000000000000 --- a/metadata/md5-cache/kde-frameworks/kmediaplayer-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kparts-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtwidgets:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing a common interface for KParts that can play media files -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=MIT -RDEPEND=>=kde-frameworks/kparts-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/portingAids/kmediaplayer-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=941ea9be1d2f635ef0a40c44f54fb082 diff --git a/metadata/md5-cache/kde-frameworks/knewstuff-5.17.0 b/metadata/md5-cache/kde-frameworks/knewstuff-5.17.0 deleted file mode 100644 index 2abbe404cc3c..000000000000 --- a/metadata/md5-cache/kde-frameworks/knewstuff-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/attica-5.17:5 >=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for downloading and sharing additional application data -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/attica-5.17:5 >=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/knewstuff-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=76aa8c89e0d04a6bbce55fd020fbec87 diff --git a/metadata/md5-cache/kde-frameworks/knotifications-5.17.0 b/metadata/md5-cache/kde-frameworks/knotifications-5.17.0 deleted file mode 100644 index ed1c2aec74f4..000000000000 --- a/metadata/md5-cache/kde-frameworks/knotifications-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-libs/phonon[qt5] dbus? ( dev-libs/libdbusmenu-qt[qt5] ) speech? ( dev-qt/qtspeech:5 ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXtst ) nls? ( dev-qt/linguist-tools:5 ) X? ( x11-proto/xproto ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for notifying the user of an event -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=dbus nls speech X doc debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2.1+ -RDEPEND=>=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-libs/phonon[qt5] dbus? ( dev-libs/libdbusmenu-qt[qt5] ) speech? ( dev-qt/qtspeech:5 ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXtst ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/knotifications-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=858105fb894dbb167fbd3eb565a9739c diff --git a/metadata/md5-cache/kde-frameworks/knotifyconfig-5.17.0 b/metadata/md5-cache/kde-frameworks/knotifyconfig-5.17.0 deleted file mode 100644 index af7b3df10cb7..000000000000 --- a/metadata/md5-cache/kde-frameworks/knotifyconfig-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 phonon? ( media-libs/phonon[qt5] ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for configuring desktop notifications -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=phonon doc debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 phonon? ( media-libs/phonon[qt5] ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/knotifyconfig-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=1f6444dbaff59a1e2086600c1ef19216 diff --git a/metadata/md5-cache/kde-frameworks/kpackage-5.17.0 b/metadata/md5-cache/kde-frameworks/kpackage-5.17.0 deleted file mode 100644 index f9a44ccfb6e5..000000000000 --- a/metadata/md5-cache/kde-frameworks/kpackage-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kdoctools-5.17:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework to install and load packages of non binary content -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kpackage-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=59c28083e04ac811cb42f5915cc287d1 diff --git a/metadata/md5-cache/kde-frameworks/kparts-5.17.0 b/metadata/md5-cache/kde-frameworks/kparts-5.17.0 deleted file mode 100644 index 1402e72f58d9..000000000000 --- a/metadata/md5-cache/kde-frameworks/kparts-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/ktextwidgets-5.17:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing elaborate user-interface components -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kparts-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=642f9fa82d60cec86170c156eec3ff56 diff --git a/metadata/md5-cache/kde-frameworks/kpeople-5.17.0 b/metadata/md5-cache/kde-frameworks/kpeople-5.17.0 deleted file mode 100644 index 81fc00296c8c..000000000000 --- a/metadata/md5-cache/kde-frameworks/kpeople-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=KDE contact person abstraction library -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/frameworks/kpeople -IUSE=test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2.1 -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !net-libs/kpeople:5 !net-libs/libkpeople[-minimal(-)] >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kpeople-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=42ebb65db4302d412defbeaa113c9200 diff --git a/metadata/md5-cache/kde-frameworks/kplotting-5.17.0 b/metadata/md5-cache/kde-frameworks/kplotting-5.17.0 deleted file mode 100644 index 41f1943a72c7..000000000000 --- a/metadata/md5-cache/kde-frameworks/kplotting-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing easy data-plotting functions -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kplotting-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5f59e3f3bee454e1dd177307ce59f23e diff --git a/metadata/md5-cache/kde-frameworks/kpty-5.17.0 b/metadata/md5-cache/kde-frameworks/kpty-5.17.0 deleted file mode 100644 index 2d260d02cdb5..000000000000 --- a/metadata/md5-cache/kde-frameworks/kpty-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 sys-libs/libutempter sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for pseudo terminal devices and running child processes -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 sys-libs/libutempter >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kpty-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=92cbe978eb1c63b2ab4455120a47338f diff --git a/metadata/md5-cache/kde-frameworks/kross-5.17.0 b/metadata/md5-cache/kde-frameworks/kross-5.17.0 deleted file mode 100644 index c665ec80380c..000000000000 --- a/metadata/md5-cache/kde-frameworks/kross-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kparts-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtgui:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kdoctools-5.17:5 dev-qt/designer:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for embedding scripting into applications -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kparts-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtgui:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/portingAids/kross-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5d21b6848d90eeaf63c58cb6c30f311e diff --git a/metadata/md5-cache/kde-frameworks/krunner-5.17.0 b/metadata/md5-cache/kde-frameworks/krunner-5.17.0 deleted file mode 100644 index 36107774a393..000000000000 --- a/metadata/md5-cache/kde-frameworks/krunner-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/plasma-5.17:5 >=kde-frameworks/solid-5.17:5 >=kde-frameworks/threadweaver-5.17:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for providing different actions given a string query -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/plasma-5.17:5 >=kde-frameworks/solid-5.17:5 >=kde-frameworks/threadweaver-5.17:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/portingAids/krunner-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=12be56872cf0a0896083eaddc6921f0c diff --git a/metadata/md5-cache/kde-frameworks/kservice-5.17.0 b/metadata/md5-cache/kde-frameworks/kservice-5.17.0 deleted file mode 100644 index 04bea329e6f3..000000000000 --- a/metadata/md5-cache/kde-frameworks/kservice-5.17.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 dev-qt/qtdbus:5 dev-qt/qtxml:5 man? ( >=kde-frameworks/kdoctools-5.17:5 ) test? ( dev-qt/qtconcurrent:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Advanced plugin and service introspection -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=+man doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2 LGPL-2.1+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kcrash-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 dev-qt/qtdbus:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kservice-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=d9649719104420f642d081d132cc9d4a diff --git a/metadata/md5-cache/kde-frameworks/ktexteditor-5.17.0 b/metadata/md5-cache/kde-frameworks/ktexteditor-5.17.0 deleted file mode 100644 index 71cd2a77cc84..000000000000 --- a/metadata/md5-cache/kde-frameworks/ktexteditor-5.17.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kguiaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/kparts-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 >=kde-frameworks/sonnet-5.17:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 git? ( dev-libs/libgit2:= ) dev-qt/qtxmlpatterns:5 test? ( >=kde-frameworks/kservice-5.17:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing a full text editor component -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=git test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kcodecs-5.17:5 >=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kguiaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/kjobwidgets-5.17:5 >=kde-frameworks/kparts-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 >=kde-frameworks/sonnet-5.17:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 git? ( dev-libs/libgit2:= ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/ktexteditor-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=db0424fd9ca2a15549cf81b46b26c93f diff --git a/metadata/md5-cache/kde-frameworks/ktextwidgets-5.17.0 b/metadata/md5-cache/kde-frameworks/ktextwidgets-5.17.0 deleted file mode 100644 index 3ab4be795a4e..000000000000 --- a/metadata/md5-cache/kde-frameworks/ktextwidgets-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/sonnet-5.17:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 speech? ( dev-qt/qtspeech:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing an assortment of widgets for displaying and editing text -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=speech test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ LGPL-2.1+ -RDEPEND=>=kde-frameworks/kcompletion-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/sonnet-5.17:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 speech? ( dev-qt/qtspeech:5 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/ktextwidgets-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=9629ac02daebbfff52d4f34cfdbfe1c1 diff --git a/metadata/md5-cache/kde-frameworks/kunitconversion-5.17.0 b/metadata/md5-cache/kde-frameworks/kunitconversion-5.17.0 deleted file mode 100644 index dece021ec5bc..000000000000 --- a/metadata/md5-cache/kde-frameworks/kunitconversion-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/ki18n-5.17:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for converting units -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/ki18n-5.17:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kunitconversion-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=6fd61c8ffeb118ac33c56ab1d66a1634 diff --git a/metadata/md5-cache/kde-frameworks/kwallet-5.17.0 b/metadata/md5-cache/kde-frameworks/kwallet-5.17.0 deleted file mode 100644 index 2027bc1358c9..000000000000 --- a/metadata/md5-cache/kde-frameworks/kwallet-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-libs/libgcrypt:0= dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gpg? ( >=kde-apps/gpgmepp-14.12.0:5 app-crypt/gpgme ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing desktop-wide storage for passwords -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=gpg doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-libs/libgcrypt:0= dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gpg? ( >=kde-apps/gpgmepp-14.12.0:5 app-crypt/gpgme ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kwallet-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5a6445510ddad113494bc89bbc48dc3c diff --git a/metadata/md5-cache/kde-frameworks/kwidgetsaddons-5.17.0 b/metadata/md5-cache/kde-frameworks/kwidgetsaddons-5.17.0 deleted file mode 100644 index dea7ff033224..000000000000 --- a/metadata/md5-cache/kde-frameworks/kwidgetsaddons-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 nls? ( dev-qt/linguist-tools:5 ) test? ( dev-qt/designer:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=An assortment of high-level widgets for common tasks -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2.1+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kwidgetsaddons-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=80ddc758d5242d6af560002ff927c7d8 diff --git a/metadata/md5-cache/kde-frameworks/kwindowsystem-5.17.0 b/metadata/md5-cache/kde-frameworks/kwindowsystem-5.17.0 deleted file mode 100644 index c3a4c29a93d3..000000000000 --- a/metadata/md5-cache/kde-frameworks/kwindowsystem-5.17.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXfixes x11-libs/libxcb x11-libs/xcb-util-keysyms ) nls? ( dev-qt/linguist-tools:5 ) X? ( x11-proto/xproto ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing access to properties and features of the window manager -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls X test doc debug test -KEYWORDS=~amd64 ~arm ~arm64 ~x86 -LICENSE=LGPL-2+ MIT -RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXfixes x11-libs/libxcb x11-libs/xcb-util-keysyms ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kwindowsystem-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=818990fa30071d29f8b26cc00c1bbf94 diff --git a/metadata/md5-cache/kde-frameworks/kxmlgui-5.17.0 b/metadata/md5-cache/kde-frameworks/kxmlgui-5.17.0 deleted file mode 100644 index 7092ce398cf9..000000000000 --- a/metadata/md5-cache/kde-frameworks/kxmlgui-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 attica? ( >=kde-frameworks/attica-5.17:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for managing menu and toolbar actions in an abstract way -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=attica test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kitemviews-5.17:5 >=kde-frameworks/ktextwidgets-5.17:5 >=kde-frameworks/kwidgetsaddons-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 attica? ( >=kde-frameworks/attica-5.17:5 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kxmlgui-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=47db5607212cc0106bbd142b726bdee2 diff --git a/metadata/md5-cache/kde-frameworks/kxmlrpcclient-5.17.0 b/metadata/md5-cache/kde-frameworks/kxmlrpcclient-5.17.0 deleted file mode 100644 index 38ce3a4450e0..000000000000 --- a/metadata/md5-cache/kde-frameworks/kxmlrpcclient-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 dev-qt/qtxml:5 !=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework providing client-side support for the XML-RPC protocol -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=BSD-2 -RDEPEND=>=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 dev-qt/qtxml:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/kxmlrpcclient-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=c29348ec321048856b6269a0964a8c83 diff --git a/metadata/md5-cache/kde-frameworks/modemmanager-qt-5.17.0 b/metadata/md5-cache/kde-frameworks/modemmanager-qt-5.17.0 deleted file mode 100644 index 4f9a800fd377..000000000000 --- a/metadata/md5-cache/kde-frameworks/modemmanager-qt-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 dev-qt/qtxml:5 net-misc/modemmanager !kde-plasma/libmm-qt virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=ModemManager bindings for Qt -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2 -RDEPEND=dev-qt/qtdbus:5 dev-qt/qtxml:5 net-misc/modemmanager !kde-plasma/libmm-qt >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/modemmanager-qt-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2801fbda95b39192f88fa0c92c1cb3f2 diff --git a/metadata/md5-cache/kde-frameworks/networkmanager-qt-5.17.0 b/metadata/md5-cache/kde-frameworks/networkmanager-qt-5.17.0 deleted file mode 100644 index 115a32f0e854..000000000000 --- a/metadata/md5-cache/kde-frameworks/networkmanager-qt-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 dev-qt/qtnetwork:5 || ( >=net-misc/networkmanager-0.9.10.0[consolekit,teamd=] >=net-misc/networkmanager-0.9.10.0[systemd,teamd=] ) !kde-frameworks/libnm-qt !kde-plasma/libnm-qt !net-libs/libnm-qt:5 virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=NetworkManager bindings for Qt -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=teamd doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2 -RDEPEND=dev-qt/qtdbus:5 dev-qt/qtnetwork:5 || ( >=net-misc/networkmanager-0.9.10.0[consolekit,teamd=] >=net-misc/networkmanager-0.9.10.0[systemd,teamd=] ) !kde-frameworks/libnm-qt !kde-plasma/libnm-qt !net-libs/libnm-qt:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/networkmanager-qt-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=211a0cd61cf6625a3dcc91f6662f7a7a diff --git a/metadata/md5-cache/kde-frameworks/oxygen-icons-5.17.0 b/metadata/md5-cache/kde-frameworks/oxygen-icons-5.17.0 deleted file mode 100644 index 78d070d70ea1..000000000000 --- a/metadata/md5-cache/kde-frameworks/oxygen-icons-5.17.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/extra-cmake-modules-5.17:5 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Oxygen SVG icon theme -EAPI=5 -HOMEPAGE=https://www.kde.org/ -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-3 -RDEPEND=!kde-apps/oxygen-icons !kde-frameworks/oxygen-icons:4 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/oxygen-icons5-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=71e27e113f52eeec92e248f4d6a421b2 diff --git a/metadata/md5-cache/kde-frameworks/plasma-5.17.0-r2 b/metadata/md5-cache/kde-frameworks/plasma-5.17.0-r2 deleted file mode 100644 index 12f87b660619..000000000000 --- a/metadata/md5-cache/kde-frameworks/plasma-5.17.0-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.17:5 >=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdeclarative-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/kguiaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kpackage-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[gles2=] dev-qt/qtquickcontrols:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 egl? ( media-libs/mesa[egl] ) !gles2? ( virtual/opengl ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libxcb ) >=kde-frameworks/kdoctools-5.17:5 dev-qt/qtquick1:5 X? ( x11-proto/xproto ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Plasma framework -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=egl gles2 X test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kactivities-5.17:5 >=kde-frameworks/karchive-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdeclarative-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/kguiaddons-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kiconthemes-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/knotifications-5.17:5 >=kde-frameworks/kpackage-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[gles2=] dev-qt/qtquickcontrols:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 egl? ( media-libs/mesa[egl] ) !gles2? ( virtual/opengl ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libxcb ) !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -RESTRICT=test -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/plasma-framework-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=083bd6d21357a1e0552d3af60ffeeabc diff --git a/metadata/md5-cache/kde-frameworks/solid-5.17.0 b/metadata/md5-cache/kde-frameworks/solid-5.17.0 deleted file mode 100644 index 23a1cfe1490d..000000000000 --- a/metadata/md5-cache/kde-frameworks/solid-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 sys-fs/udisks:2 virtual/udev nls? ( dev-qt/linguist-tools:5 ) test? ( dev-qt/qtconcurrent:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Provider for platform independent hardware discovery, abstraction and management -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=nls test doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2.1+ -RDEPEND=dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 sys-fs/udisks:2 virtual/udev >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/solid-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b674363809a24250ac628f02fbbb5e10 diff --git a/metadata/md5-cache/kde-frameworks/sonnet-5.17.0 b/metadata/md5-cache/kde-frameworks/sonnet-5.17.0 deleted file mode 100644 index 8e157be274d7..000000000000 --- a/metadata/md5-cache/kde-frameworks/sonnet-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) nls? ( dev-qt/linguist-tools:5 ) sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for providing spell-checking through abstraction of popular backends -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=aspell +hunspell nls doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ LGPL-2.1+ -RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/sonnet-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=d1de38b753ea468680dcb1ac3d3766c8 diff --git a/metadata/md5-cache/kde-frameworks/threadweaver-5.17.0 b/metadata/md5-cache/kde-frameworks/threadweaver-5.17.0 deleted file mode 100644 index 5dffcad501dc..000000000000 --- a/metadata/md5-cache/kde-frameworks/threadweaver-5.17.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils -DESCRIPTION=Framework for managing threads using job and queue-based interfaces -EAPI=5 -HOMEPAGE=https://www.kde.org/ -IUSE=doc debug test -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 -SLOT=5/5.17 -SRC_URI=mirror://kde/stable/frameworks/5.17/threadweaver-5.17.0.tar.xz -_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a0d53158bfa5ed380b21d7b23b354a17 diff --git a/metadata/md5-cache/lxqt-base/liblxqt-0.10.0 b/metadata/md5-cache/lxqt-base/liblxqt-0.10.0 index 3de2bc7e8900..7950143177dd 100644 --- a/metadata/md5-cache/lxqt-base/liblxqt-0.10.0 +++ b/metadata/md5-cache/lxqt-base/liblxqt-0.10.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libqtxdg-1.3.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 DESCRIPTION=Common base library for the LXQt desktop environment EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-1.3.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5[X] SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/liblxqt-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=626a1acf29d9333e2921a9bb6d81b0bd +_md5_=f80d66b2a3e167ff9d4049d2267568d2 diff --git a/metadata/md5-cache/lxqt-base/lxqt-about-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-about-0.10.0 index 0e47935b4c4c..beb9494ea52d 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-about-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-about-0.10.0 @@ -3,10 +3,10 @@ DEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/ DESCRIPTION=LXQt about dialog EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 ~lxqt-base/liblxqt-0.10.0 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-about-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=05362bca14213abac4ca6fe43bb37cc1 +_md5_=cb7d1673e6cc57e03eb73159bd09c5b0 diff --git a/metadata/md5-cache/lxqt-base/lxqt-admin-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-admin-0.10.0 index 0e0333d40ebb..3ada4d079c07 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-admin-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-admin-0.10.0 @@ -3,10 +3,10 @@ DEPEND=dev-libs/glib:2 dev-libs/liboobs >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore: DESCRIPTION=LXQt system administration tool EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=dev-libs/glib:2 dev-libs/liboobs >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 ~lxqt-base/liblxqt-0.10.0 kde-frameworks/kwindowsystem:5 x11-libs/libX11 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-admin-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=11a4b02edafeb2c8c85c62447c4c6300 +_md5_=ebd0bf27b0ff842f6855cafbc6b3dbe1 diff --git a/metadata/md5-cache/lxqt-base/lxqt-common-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-common-0.10.0 index 769428674ca7..05baf903244d 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-common-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-common-0.10.0 @@ -3,11 +3,11 @@ DEPEND=>=lxqt-base/liblxqt-0.10.0 sys-devel/make >=dev-util/cmake-2.8.12 DESCRIPTION=LXQt common resources EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=LGPL-2.1+ PDEPEND=>=lxqt-base/lxqt-session-0.10.0 RDEPEND=>=lxqt-base/liblxqt-0.10.0 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-common-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=50d641015883be2512424748813dd7db +_md5_=04b996084b49987368440f0b9716c643 diff --git a/metadata/md5-cache/lxqt-base/lxqt-config-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-config-0.10.0 index 7cba0bca890d..aa6732765241 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-config-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-config-0.10.0 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/linguist-tools:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5 kde-plasma/libkscreen ~lxqt-base/liblxqt-0.10.0 sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libxcb:= x11-libs/libX11 x11-libs/libXcursor x11-libs/libXext x11-libs/libXfixes sys-devel/make >=dev-util/cmake-2.8.12 +DEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/linguist-tools:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5 kde-plasma/libkscreen:5= ~lxqt-base/liblxqt-0.10.0 sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libxcb:= x11-libs/libX11 x11-libs/libXcursor x11-libs/libXext x11-libs/libXfixes sys-devel/make >=dev-util/cmake-2.8.12 DESCRIPTION=LXQt system configuration control center EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ -RDEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/linguist-tools:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5 kde-plasma/libkscreen ~lxqt-base/liblxqt-0.10.0 sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libxcb:= x11-libs/libX11 x11-libs/libXcursor x11-libs/libXext x11-libs/libXfixes x11-apps/setxkbmap +RDEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/linguist-tools:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5 kde-plasma/libkscreen:5= ~lxqt-base/liblxqt-0.10.0 sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libxcb:= x11-libs/libX11 x11-libs/libXcursor x11-libs/libXext x11-libs/libXfixes x11-apps/setxkbmap SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-config-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8f820ffd74c156c8213e6316f598b8a3 +_md5_=284a85ce7340ba79da04bbe35d907abd diff --git a/metadata/md5-cache/lxqt-base/lxqt-globalkeys-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-globalkeys-0.10.0 index b8a5a091bab0..d3dc8125147c 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-globalkeys-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-globalkeys-0.10.0 @@ -3,10 +3,10 @@ DEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/ DESCRIPTION=Daemon and library for global keyboard shortcuts registration EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 ~lxqt-base/liblxqt-0.10.0 >=dev-libs/libqtxdg-1.0.0 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-globalkeys-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8aebaf6564cf989da45b832902ec3698 +_md5_=c3118f19e7880d05a54779aba56435e9 diff --git a/metadata/md5-cache/lxqt-base/lxqt-meta-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-meta-0.10.0 index b7d120df60eb..bb88e00f4cb7 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-meta-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-meta-0.10.0 @@ -3,9 +3,9 @@ DESCRIPTION=Meta ebuild for LXQt, the Lightweight Desktop Environment EAPI=5 HOMEPAGE=http://lxqt.org/ IUSE=+about admin +filemanager +icons lightdm lximage minimal +oxygen +policykit powermanagement sddm ssh-askpass sudo -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=metapackage RDEPEND=>=lxde-base/lxmenu-data-0.1.2 =lxqt-base/lxqt-common-0.10* ~lxqt-base/lxqt-config-0.10.0 ~lxqt-base/lxqt-globalkeys-0.10.0 ~lxqt-base/lxqt-notificationd-0.10.0 ~lxqt-base/lxqt-panel-0.10.0 ~lxqt-base/lxqt-qtplugin-0.10.0 ~lxqt-base/lxqt-runner-0.10.0 ~lxqt-base/lxqt-session-0.10.0 virtual/ttf-fonts about? ( ~lxqt-base/lxqt-about-0.10.0 ) admin? ( ~lxqt-base/lxqt-admin-0.10.0 ) filemanager? ( ~x11-misc/pcmanfm-qt-0.10.0 ) icons? ( oxygen? ( kde-frameworks/oxygen-icons ) !oxygen? ( virtual/freedesktop-icon-theme ) ) lightdm? ( x11-misc/lightdm ) lximage? ( media-gfx/lximage-qt ) !minimal? ( x11-wm/openbox x11-misc/obconf-qt ) policykit? ( ~lxqt-base/lxqt-policykit-0.10.0 || ( sys-auth/consolekit[policykit(-)] sys-apps/systemd[policykit(-)] ) ) powermanagement? ( ~lxqt-base/lxqt-powermanagement-0.10.0 ) sddm? ( >=x11-misc/sddm-0.11.0 ) ssh-askpass? ( ~lxqt-base/lxqt-openssh-askpass-0.10.0 ) sudo? ( ~lxqt-base/lxqt-sudo-0.10.0 ) REQUIRED_USE=oxygen? ( icons ) SLOT=0 -_md5_=698b0ff88c4d59d86534ed3c0ba478d1 +_md5_=0318b65f29f436105ededb7b188bccee diff --git a/metadata/md5-cache/lxqt-base/lxqt-notificationd-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-notificationd-0.10.0 index 32b2718aa548..96d95a6fbff9 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-notificationd-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-notificationd-0.10.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 DESCRIPTION=LXQt notification daemon and library EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5 ~lxqt-base/liblxqt-0.10.0 =lxqt-base/lxqt-common-0.10* SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-notificationd-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=729bf40fc97cbd094df3d8155ac43703 +_md5_=ffc20960328064bb9323ad9ac02d8052 diff --git a/metadata/md5-cache/lxqt-base/lxqt-openssh-askpass-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-openssh-askpass-0.10.0 index a7945ad10d0d..f3789377c129 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-openssh-askpass-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-openssh-askpass-0.10.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 DESCRIPTION=LXQt OpenSSH user password prompt tool EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 ~lxqt-base/liblxqt-0.10.0 x11-libs/libX11 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-openssh-askpass-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7ceaacdc817f5605be83e5f4584de777 +_md5_=fec11090ca0ffec1ad5c635c29d77097 diff --git a/metadata/md5-cache/lxqt-base/lxqt-panel-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-panel-0.10.0 index e6ca38c72c4c..42e70e4f1066 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-panel-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-panel-0.10.0 @@ -4,11 +4,11 @@ DESCRIPTION=LXQt desktop panel and plugins EAPI=5 HOMEPAGE=http://lxqt.org/ IUSE=+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu +mount networkmonitor pulseaudio +quicklaunch screensaver sensors +showdesktop statusnotifier sysstat +taskbar +tray +volume worldclock -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kguiaddons:5 kde-frameworks/kwindowsystem:5[X] >=lxde-base/menu-cache-0.3.3 ~lxqt-base/liblxqt-0.10.0 ~lxqt-base/lxqt-globalkeys-0.10.0 x11-libs/libX11 cpuload? ( sys-libs/libstatgrab ) kbindicator? ( x11-libs/libxkbcommon ) mount? ( kde-frameworks/solid:5 ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors ) statusnotifier? ( dev-libs/libdbusmenu-qt[qt5] ) sysstat? ( =lxqt-base/libsysstat-0.3* ) tray? ( x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXrender ) volume? ( alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) ) dev-qt/qtsvg:5 >=lxde-base/lxmenu-data-0.1.2 REQUIRED_USE=volume? ( || ( alsa pulseaudio ) ) SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-panel-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f8a4a2f311974ea35886e68ad38137b0 +_md5_=07f242894936b6cf7916cd86614146fb diff --git a/metadata/md5-cache/lxqt-base/lxqt-panel-0.10.0-r1 b/metadata/md5-cache/lxqt-base/lxqt-panel-0.10.0-r1 index a50798a2f917..9b8eab65dcf5 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-panel-0.10.0-r1 +++ b/metadata/md5-cache/lxqt-base/lxqt-panel-0.10.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=LXQt desktop panel and plugins EAPI=5 HOMEPAGE=http://lxqt.org/ IUSE=+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu +mount networkmonitor pulseaudio +quicklaunch screensaver sensors +showdesktop statusnotifier sysstat +taskbar +tray +volume worldclock -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kguiaddons:5 kde-frameworks/kwindowsystem:5[X] >=lxde-base/menu-cache-0.3.3 ~lxqt-base/liblxqt-0.10.0 ~lxqt-base/lxqt-globalkeys-0.10.0 x11-libs/libX11 cpuload? ( sys-libs/libstatgrab ) kbindicator? ( x11-libs/libxkbcommon ) mount? ( kde-frameworks/solid:5 ) networkmonitor? ( sys-libs/libstatgrab ) sensors? ( sys-apps/lm_sensors ) statusnotifier? ( dev-libs/libdbusmenu-qt[qt5] ) sysstat? ( =lxqt-base/libsysstat-0.3* ) tray? ( x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXrender ) volume? ( alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) ) dev-qt/qtsvg:5 >=lxde-base/lxmenu-data-0.1.2 REQUIRED_USE=volume? ( || ( alsa pulseaudio ) ) SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-panel-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3e04919a61eb6f6c04ab340b3ad22da8 +_md5_=825736f8910ced7a638519d2e2234768 diff --git a/metadata/md5-cache/lxqt-base/lxqt-policykit-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-policykit-0.10.0 index d4d1d07a57b6..743a8bc1bad6 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-policykit-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-policykit-0.10.0 @@ -3,10 +3,10 @@ DEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtw DESCRIPTION=LXQt PolKit authentication agent EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=dev-libs/glib:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 ~lxqt-base/liblxqt-0.10.0 >=dev-libs/libqtxdg-1.0.0 sys-auth/polkit-qt[qt5(-)] SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-policykit-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8e005f48122f03eb83c22780c803d361 +_md5_=222a32ff5538970360f172fe4d1571c1 diff --git a/metadata/md5-cache/lxqt-base/lxqt-powermanagement-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-powermanagement-0.10.0 index 3db348a9cf3e..df5f427ad39a 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-powermanagement-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-powermanagement-0.10.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 DESCRIPTION=LXQt daemon for power management and auto-suspend EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 kde-frameworks/solid:5 ~lxqt-base/liblxqt-0.10.0 x11-libs/libxcb:= || ( sys-power/upower sys-power/upower-pm-utils ) SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-powermanagement-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5643a61e70dd9eb21504c229628fa547 +_md5_=969d7e9bc2820565df113c828ad3221f diff --git a/metadata/md5-cache/lxqt-base/lxqt-qtplugin-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-qtplugin-0.10.0 index baa084828a21..f5a82a8c433f 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-qtplugin-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-qtplugin-0.10.0 @@ -3,10 +3,10 @@ DEPEND=dev-libs/libdbusmenu-qt[qt5] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidg DESCRIPTION=LXQt system integration plugin for Qt EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=dev-libs/libdbusmenu-qt[qt5] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ~lxqt-base/liblxqt-0.10.0 x11-libs/libX11 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-qtplugin-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4075253b1bc4383447081253d93575b8 +_md5_=bd34302bde91e24ce28584a5308a6c3d diff --git a/metadata/md5-cache/lxqt-base/lxqt-runner-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-runner-0.10.0 index d2d660e86905..33a61cb1efe8 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-runner-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-runner-0.10.0 @@ -3,10 +3,10 @@ DEPEND=dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 DESCRIPTION=LXQt quick launcher EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=dev-libs/glib:2 >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtscript:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5 >=lxde-base/menu-cache-0.5.1 ~lxqt-base/liblxqt-0.10.0 ~lxqt-base/lxqt-globalkeys-0.10.0 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-runner-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=14dd1649c52e55ae73e80d2334988b00 +_md5_=e0c01619c0d53368add67285a7346c64 diff --git a/metadata/md5-cache/lxqt-base/lxqt-session-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-session-0.10.0 index 4e95d895ffc9..f95b16689262 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-session-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-session-0.10.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 DESCRIPTION=LXQT session manager EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=>=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 kde-frameworks/kwindowsystem:5[X] ~lxqt-base/liblxqt-0.10.0 x11-libs/libX11 =lxqt-base/lxqt-common-0.10* SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-session-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c9aba991ab4f9708b70d7bd6aae6fdc2 +_md5_=a1cb34c3b08a8180377f9dc15a4156de diff --git a/metadata/md5-cache/lxqt-base/lxqt-sudo-0.10.0 b/metadata/md5-cache/lxqt-base/lxqt-sudo-0.10.0 index 0a04625da6e6..7367b1e87088 100644 --- a/metadata/md5-cache/lxqt-base/lxqt-sudo-0.10.0 +++ b/metadata/md5-cache/lxqt-base/lxqt-sudo-0.10.0 @@ -3,10 +3,10 @@ DEPEND=app-admin/sudo >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 DESCRIPTION=LXQt GUI frontend for sudo EAPI=5 HOMEPAGE=http://lxqt.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=app-admin/sudo >=dev-libs/libqtxdg-1.0.0 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ~lxqt-base/liblxqt-0.10.0 SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/lxqt-sudo-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4a69a332201c4248d819745e5bd6ca2e +_md5_=633b48463bc7c8ac7c5848eb2501caf6 diff --git a/metadata/md5-cache/mail-filter/rmilter-1.7.5 b/metadata/md5-cache/mail-filter/rmilter-1.7.5 new file mode 100644 index 000000000000..6a6ec81a6cd3 --- /dev/null +++ b/metadata/md5-cache/mail-filter/rmilter-1.7.5 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-libs/libpcre dev-libs/openssl:0 mail-filter/libmilter mail-filter/opendkim sys-devel/make >=dev-util/cmake-2.8.12 +DESCRIPTION=Another sendmail milter for different mail checks +EAPI=5 +HOMEPAGE=https://github.com/vstakhov/rmilter +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-libs/libpcre dev-libs/openssl:0 mail-filter/libmilter mail-filter/opendkim +SLOT=0 +SRC_URI=https://github.com/vstakhov/rmilter/archive/1.7.5.tar.gz -> rmilter-1.7.5.tar.gz +_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=eabb0c434e7f3cb47db720930afb46f0 diff --git a/metadata/md5-cache/mail-mta/exim-4.86.2 b/metadata/md5-cache/mail-mta/exim-4.86.2 index b601e90d54ef..0d269028e5ad 100644 --- a/metadata/md5-cache/mail-mta/exim-4.86.2 +++ b/metadata/md5-cache/mail-mta/exim-4.86.2 @@ -4,11 +4,11 @@ DESCRIPTION=A highly configurable, drop-in replacement for sendmail EAPI=5 HOMEPAGE=http://www.exim.org/ IUSE=dane dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap libressl lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X -KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl:= ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( !libressl? ( dev-libs/openssl:0=[-bindist] ) libressl? ( dev-libs/libressl:= ) ) gnutls? ( net-libs/gnutls[pkcs11?] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) redis? ( dev-libs/hiredis ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/freeradius-client ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) selinux? ( sec-policy/selinux-exim ) REQUIRED_USE=spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) pkcs11? ( gnutls ) SLOT=0 SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/exim-4.86.2.tar.bz2 mirror://gentoo/system_filter.exim.gz doc? ( ftp://ftp.exim.org/pub/exim/exim4/exim-html-4.86.2.tar.bz2 ) _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=0b6139a3c43023d8e22847d1ddaff59f +_md5_=f7716fb82044c370c1e789cd907e4b2d diff --git a/metadata/md5-cache/mail-mta/exim-4.87_rc5 b/metadata/md5-cache/mail-mta/exim-4.87_rc6 similarity index 93% rename from metadata/md5-cache/mail-mta/exim-4.87_rc5 rename to metadata/md5-cache/mail-mta/exim-4.87_rc6 index 9c7a15616952..b604ea3ca946 100644 --- a/metadata/md5-cache/mail-mta/exim-4.87_rc5 +++ b/metadata/md5-cache/mail-mta/exim-4.87_rc6 @@ -4,11 +4,11 @@ DESCRIPTION=A highly configurable, drop-in replacement for sendmail EAPI=5 HOMEPAGE=http://www.exim.org/ IUSE=dane dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap libressl lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X -KEYWORDS=~amd64 ~hppa ~ppc64 ~x86 +KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl:= ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( !libressl? ( dev-libs/openssl:0=[-bindist] ) libressl? ( dev-libs/libressl:= ) ) gnutls? ( net-libs/gnutls[pkcs11?] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) redis? ( dev-libs/hiredis ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/freeradius-client ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) selinux? ( sec-policy/selinux-exim ) REQUIRED_USE=spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) pkcs11? ( gnutls ) SLOT=0 -SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/test/exim-4.87_RC5.tar.bz2 mirror://gentoo/system_filter.exim.gz doc? ( ftp://ftp.exim.org/pub/exim/exim4/test/exim-html-4.87_RC5.tar.bz2 ) +SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/test/exim-4.87_RC6.tar.bz2 mirror://gentoo/system_filter.exim.gz doc? ( ftp://ftp.exim.org/pub/exim/exim4/test/exim-html-4.87_RC6.tar.bz2 ) _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=da9ffb3b1d688c6421230566d869e1a1 +_md5_=fe6b55412293ffe7e948c35e4dd2d167 diff --git a/metadata/md5-cache/mail-mta/nullmailer-2.0 b/metadata/md5-cache/mail-mta/nullmailer-2.0 index cbdb3f59273a..8f40d26d26e1 100644 --- a/metadata/md5-cache/mail-mta/nullmailer-2.0 +++ b/metadata/md5-cache/mail-mta/nullmailer-2.0 @@ -2,7 +2,7 @@ DEFINED_PHASES=config configure install postinst postrm prepare setup DEPEND=sys-apps/groff ssl? ( net-libs/gnutls ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig DESCRIPTION=Simple relay-only local mail transport agent EAPI=6 -HOMEPAGE=http://untroubled.org/nullmailer/ +HOMEPAGE=http://untroubled.org/nullmailer/ https://github.com/bruceg/nullmailer IUSE=ssl KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 @@ -10,4 +10,4 @@ RDEPEND=virtual/logger virtual/shadow ssl? ( net-libs/gnutls ) !mail-mta/courier SLOT=0 SRC_URI=http://untroubled.org/nullmailer/archive/nullmailer-2.0.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=662ea72324a4ac5693eca225bee20428 +_md5_=b385b278e3ed117128e4f4df9f2c6c58 diff --git a/metadata/md5-cache/media-gfx/darktable-2.0.0 b/metadata/md5-cache/media-gfx/darktable-2.0.2 similarity index 97% rename from metadata/md5-cache/media-gfx/darktable-2.0.0 rename to metadata/md5-cache/media-gfx/darktable-2.0.2 index 704e65a94056..1213830926bb 100644 --- a/metadata/md5-cache/media-gfx/darktable-2.0.0 +++ b/metadata/md5-cache/media-gfx/darktable-2.0.2 @@ -9,6 +9,6 @@ LICENSE=GPL-3 CC-BY-3.0 RDEPEND=dev-db/sqlite:3 dev-libs/json-glib dev-libs/libxml2:2 dev-libs/pugixml:0= gnome-base/librsvg:2 media-gfx/exiv2:0=[xmp] media-libs/lcms:2 >=media-libs/lensfun-0.2.3:0= media-libs/libpng:0= media-libs/tiff:0 net-misc/curl virtual/jpeg:0 x11-libs/cairo x11-libs/gtk+:3 x11-libs/pango colord? ( x11-libs/colord-gtk:0= ) cups? ( net-print/cups ) flickr? ( media-libs/flickcurl ) gphoto2? ( media-libs/libgphoto2:= ) graphicsmagick? ( media-gfx/graphicsmagick ) jpeg2k? ( media-libs/openjpeg:0 ) libsecret? ( >=app-crypt/libsecret-0.18 ) opencl? ( virtual/opencl ) openexr? ( media-libs/openexr:0= ) slideshow? ( media-libs/libsdl virtual/glu virtual/opengl ) webp? ( media-libs/libwebp:0= ) x11-themes/gtk-engines:2 kde? ( kde-apps/kwalletd:4 ) REQUIRED_USE=cpu_flags_x86_sse3 SLOT=0 -SRC_URI=https://github.com/darktable-org/darktable/releases/download/release-2.0.0/darktable-2.0.0.tar.xz doc? ( https://github.com/darktable-org/darktable/releases/download/release-1.6.0/darktable-usermanual.pdf -> darktable-usermanual-1.6.0.pdf ) +SRC_URI=https://github.com/darktable-org/darktable/releases/download/release-2.0.2/darktable-2.0.2.tar.xz doc? ( https://github.com/darktable-org/darktable/releases/download/release-1.6.0/darktable-usermanual.pdf -> darktable-usermanual-1.6.0.pdf ) _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=5c3a47d19f3dcd6f20ae4241b563b8f6 diff --git a/metadata/md5-cache/media-libs/plib-1.8.5-r1 b/metadata/md5-cache/media-libs/plib-1.8.5-r1 index 38142cef7f50..bb55f3726bae 100644 --- a/metadata/md5-cache/media-libs/plib-1.8.5-r1 +++ b/metadata/md5-cache/media-libs/plib-1.8.5-r1 @@ -3,10 +3,10 @@ DEPEND=virtual/opengl !=sys-devel/automake- DESCRIPTION=multimedia library used by many games EAPI=5 HOMEPAGE=http://plib.sourceforge.net/ -KEYWORDS=~alpha amd64 ~hppa ~ppc ~sparc ~x86 +KEYWORDS=~alpha amd64 hppa ~ppc ~sparc ~x86 LICENSE=LGPL-2 RDEPEND=virtual/opengl SLOT=0 SRC_URI=http://plib.sourceforge.net/dist/plib-1.8.5.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=d069276e987f44f1e2fc4ba66df0c457 +_md5_=6758d3051e06164ea4e3b156418c7958 diff --git a/metadata/md5-cache/media-libs/portaudio-19_pre20140130 b/metadata/md5-cache/media-libs/portaudio-19_pre20140130 index cb378c1fbf2c..5785264acdc2 100644 --- a/metadata/md5-cache/media-libs/portaudio-19_pre20140130 +++ b/metadata/md5-cache/media-libs/portaudio-19_pre20140130 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=alsa? ( >=media-libs/alsa-lib-1.0.27.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(-)?] ) jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r8 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) virtual/pkgconfig +DEPEND=alsa? ( >=media-libs/alsa-lib-1.0.27.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(-)?] ) jack? ( virtual/jack[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(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r8 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) virtual/pkgconfig DESCRIPTION=A free, cross-platform, open-source, audio I/O library EAPI=5 HOMEPAGE=http://www.portaudio.com/ IUSE=alsa +cxx debug jack oss 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 hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=MIT -RDEPEND=alsa? ( >=media-libs/alsa-lib-1.0.27.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(-)?] ) jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r8 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) +RDEPEND=alsa? ( >=media-libs/alsa-lib-1.0.27.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(-)?] ) jack? ( virtual/jack[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(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r8 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://www.portaudio.com/archives/pa_stable_v19_20140130.tgz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=3ecc7a7e28b8c659b31dffd8eb92c44b +_md5_=90401236dcdf7882332f8784d8cb4c59 diff --git a/metadata/md5-cache/media-libs/raspberrypi-userland-0_pre20160305 b/metadata/md5-cache/media-libs/raspberrypi-userland-0_pre20160305 new file mode 100644 index 000000000000..55cfcc965a50 --- /dev/null +++ b/metadata/md5-cache/media-libs/raspberrypi-userland-0_pre20160305 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=sys-devel/make >=dev-util/cmake-2.8.12 +DESCRIPTION=Raspberry Pi userspace tools and libraries +EAPI=5 +HOMEPAGE=https://github.com/raspberrypi/userland +IUSE=examples +KEYWORDS=~arm +LICENSE=BSD +SLOT=0 +SRC_URI=https://github.com/raspberrypi/userland/tarball/8369e39 -> raspberrypi-userland-0_pre20160305.tar.gz +_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=71dc74a5560083d378adc569ccadc80e diff --git a/metadata/md5-cache/media-libs/tiff-4.0.6 b/metadata/md5-cache/media-libs/tiff-4.0.6 index 074e2bcf789d..36bc5d254453 100644 --- a/metadata/md5-cache/media-libs/tiff-4.0.6 +++ b/metadata/md5-cache/media-libs/tiff-4.0.6 @@ -4,11 +4,11 @@ DESCRIPTION=Tag Image File Format (TIFF) library EAPI=5 HOMEPAGE=http://www.remotesensing.org/libtiff/ IUSE=+cxx jbig jpeg lzma static-libs test zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=libtiff RDEPEND=jpeg? ( >=virtual/jpeg-0-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jbig? ( >=media-libs/jbigkit-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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) REQUIRED_USE=test? ( jpeg ) SLOT=0 SRC_URI=http://download.osgeo.org/libtiff/tiff-4.0.6.tar.gz ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.6.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=b789aa3cc75d333528d41bb20e3f3cbf +_md5_=6dd5432a3f36a2f63b6cfe5314254921 diff --git a/metadata/md5-cache/media-sound/lingot-0.9.1 b/metadata/md5-cache/media-sound/lingot-0.9.1 index 0c51f43b8ef8..be5156695042 100644 --- a/metadata/md5-cache/media-sound/lingot-0.9.1 +++ b/metadata/md5-cache/media-sound/lingot-0.9.1 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install prepare -DEPEND=x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 x11-libs/pango dev-libs/glib:2 gnome-base/libglade:2.0 alsa? ( media-libs/alsa-lib ) jack? ( >=media-sound/jack-audio-connection-kit-0.102 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 x11-libs/pango dev-libs/glib:2 gnome-base/libglade:2.0 alsa? ( media-libs/alsa-lib ) jack? ( virtual/jack ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=LINGOT Is Not a Guitar-Only Tuner EAPI=4 HOMEPAGE=http://www.nongnu.org/lingot IUSE=alsa jack KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 x11-libs/pango dev-libs/glib:2 gnome-base/libglade:2.0 alsa? ( media-libs/alsa-lib ) jack? ( >=media-sound/jack-audio-connection-kit-0.102 ) +RDEPEND=x11-libs/gtk+:2 x11-libs/gdk-pixbuf:2 x11-libs/pango dev-libs/glib:2 gnome-base/libglade:2.0 alsa? ( media-libs/alsa-lib ) jack? ( virtual/jack ) SLOT=0 SRC_URI=http://download.savannah.gnu.org/releases/lingot/lingot-0.9.1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=4c57b77d757cc9930a3807f96413c859 +_md5_=8371766e4a07bcdd10def400ee0ab7ee diff --git a/metadata/md5-cache/media-sound/lmms-1.1.3 b/metadata/md5-cache/media-sound/lmms-1.1.3 index 99da0d7bdddc..6787df6d1906 100644 --- a/metadata/md5-cache/media-sound/lmms-1.1.3 +++ b/metadata/md5-cache/media-sound/lmms-1.1.3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] >=media-libs/libsamplerate-0.1.8 >=media-libs/libsndfile-1.0.11 sci-libs/fftw:3.0 sys-libs/zlib >=x11-libs/fltk-1.3.0_rc3:1 alsa? ( media-libs/alsa-lib ) fluidsynth? ( media-sound/fluidsynth ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0 ) ogg? ( media-libs/libvorbis media-libs/libogg ) portaudio? ( >=media-libs/portaudio-19_pre ) pulseaudio? ( media-sound/pulseaudio ) sdl? ( media-libs/libsdl >=media-libs/sdl-sound-1.0.1 ) stk? ( media-libs/stk ) vst? ( app-emulation/wine ) >=dev-util/cmake-2.4.5 sys-devel/make >=dev-util/cmake-2.8.12 +DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] >=media-libs/libsamplerate-0.1.8 >=media-libs/libsndfile-1.0.11 sci-libs/fftw:3.0 sys-libs/zlib >=x11-libs/fltk-1.3.0_rc3:1 alsa? ( media-libs/alsa-lib ) fluidsynth? ( media-sound/fluidsynth ) jack? ( virtual/jack ) ogg? ( media-libs/libvorbis media-libs/libogg ) portaudio? ( >=media-libs/portaudio-19_pre ) pulseaudio? ( media-sound/pulseaudio ) sdl? ( media-libs/libsdl >=media-libs/sdl-sound-1.0.1 ) stk? ( media-libs/stk ) vst? ( app-emulation/wine ) >=dev-util/cmake-2.4.5 sys-devel/make >=dev-util/cmake-2.8.12 DESCRIPTION=Free alternative to popular programs such as Fruityloops, Cubase and Logic EAPI=5 HOMEPAGE=http://lmms.sourceforge.net/ IUSE=alsa debug fluidsynth jack ogg portaudio pulseaudio sdl stk vst KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 LGPL-2 -RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] >=media-libs/libsamplerate-0.1.8 >=media-libs/libsndfile-1.0.11 sci-libs/fftw:3.0 sys-libs/zlib >=x11-libs/fltk-1.3.0_rc3:1 alsa? ( media-libs/alsa-lib ) fluidsynth? ( media-sound/fluidsynth ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0 ) ogg? ( media-libs/libvorbis media-libs/libogg ) portaudio? ( >=media-libs/portaudio-19_pre ) pulseaudio? ( media-sound/pulseaudio ) sdl? ( media-libs/libsdl >=media-libs/sdl-sound-1.0.1 ) stk? ( media-libs/stk ) vst? ( app-emulation/wine ) media-plugins/swh-plugins media-plugins/caps-plugins media-plugins/tap-plugins media-libs/ladspa-cmt +RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] >=media-libs/libsamplerate-0.1.8 >=media-libs/libsndfile-1.0.11 sci-libs/fftw:3.0 sys-libs/zlib >=x11-libs/fltk-1.3.0_rc3:1 alsa? ( media-libs/alsa-lib ) fluidsynth? ( media-sound/fluidsynth ) jack? ( virtual/jack ) ogg? ( media-libs/libvorbis media-libs/libogg ) portaudio? ( >=media-libs/portaudio-19_pre ) pulseaudio? ( media-sound/pulseaudio ) sdl? ( media-libs/libsdl >=media-libs/sdl-sound-1.0.1 ) stk? ( media-libs/stk ) vst? ( app-emulation/wine ) media-plugins/swh-plugins media-plugins/caps-plugins media-plugins/tap-plugins media-libs/ladspa-cmt SLOT=0 SRC_URI=https://github.com/LMMS/lmms/archive/v1.1.3.tar.gz -> lmms-1.1.3.tar.gz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0f89770216df4dc295a312c72959c913 +_md5_=2360af8ef43451561a30c07695acfb2f diff --git a/metadata/md5-cache/media-sound/mpd-0.19.12 b/metadata/md5-cache/media-sound/mpd-0.19.12 index dfdb8a19c0b3..82ace17a7be8 100644 --- a/metadata/md5-cache/media-sound/mpd-0.19.12 +++ b/metadata/md5-cache/media-sound/mpd-0.19.12 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( alsa ao fifo jack network openal oss pipe pulseaudio recorder SLOT=0 SRC_URI=http://www.musicpd.org/download/mpd/0.19/mpd-0.19.12.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b6da56ec18385079d6dbf78c023dbe3a +_md5_=fb113d303bc8a144de3bb8b76ad803d2 diff --git a/metadata/md5-cache/media-sound/pulseaudio-8.0 b/metadata/md5-cache/media-sound/pulseaudio-8.0 index e18b26b312f4..2ee0c900bd3a 100644 --- a/metadata/md5-cache/media-sound/pulseaudio-8.0 +++ b/metadata/md5-cache/media-sound/pulseaudio-8.0 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.20[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(-)?] X? ( >=x11-libs/libX11-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libSM[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libICE[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[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(-)?] ) caps? ( >=sys-libs/libcap-2.22-r2[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(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0: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(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers[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(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( net-wireless/bluez:= >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[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(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) ofono-headset? ( >=net-misc/ofono-1.13 ) orc? ( >=dev-lang/orc-0.4.15 ) sox? ( >=media-libs/soxr-0.1.1 ) ssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen-tools ) systemd? ( sys-apps/systemd:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/json-c-0.11[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(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) dev-libs/libltdl:0 selinux? ( sec-policy/selinux-pulseaudio ) sys-devel/m4 doc? ( app-doc/doxygen ) test? ( dev-libs/check ) X? ( x11-proto/xproto[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXtst-1.0.99.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(-)?] ) dev-libs/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool >=sys-devel/gettext-0.18.1 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 virtual/pkgconfig virtual/pkgconfig +DEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.20[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(-)?] X? ( >=x11-libs/libX11-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libSM[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libICE[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[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(-)?] ) caps? ( >=sys-libs/libcap-2.22-r2[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(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0: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(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( virtual/jack ) tcpd? ( sys-apps/tcp-wrappers[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(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( net-wireless/bluez:= >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[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(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) ofono-headset? ( >=net-misc/ofono-1.13 ) orc? ( >=dev-lang/orc-0.4.15 ) sox? ( >=media-libs/soxr-0.1.1 ) ssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen-tools ) systemd? ( sys-apps/systemd:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/json-c-0.11[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(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) dev-libs/libltdl:0 selinux? ( sec-policy/selinux-pulseaudio ) sys-devel/m4 doc? ( app-doc/doxygen ) test? ( dev-libs/check ) X? ( x11-proto/xproto[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXtst-1.0.99.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(-)?] ) dev-libs/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool >=sys-devel/gettext-0.18.1 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 virtual/pkgconfig virtual/pkgconfig DESCRIPTION=A networked sound server with an advanced plugin system EAPI=5 HOMEPAGE=http://www.pulseaudio.org/ @@ -7,9 +7,9 @@ IUSE=+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer +gdbm +glib KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 ) PDEPEND=alsa? ( alsa-plugin? ( >=media-plugins/alsa-plugins-1.0.27-r1[pulseaudio,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(-)?] ) ) -RDEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.20[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(-)?] X? ( >=x11-libs/libX11-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libSM[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libICE[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[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(-)?] ) caps? ( >=sys-libs/libcap-2.22-r2[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(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0: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(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers[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(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( net-wireless/bluez:= >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[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(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) ofono-headset? ( >=net-misc/ofono-1.13 ) orc? ( >=dev-lang/orc-0.4.15 ) sox? ( >=media-libs/soxr-0.1.1 ) ssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen-tools ) systemd? ( sys-apps/systemd:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/json-c-0.11[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(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) dev-libs/libltdl:0 selinux? ( sec-policy/selinux-pulseaudio ) equalizer? ( qt4? ( dev-python/PyQt4[dbus] ) ) system-wide? ( alsa? ( media-sound/alsa-utils ) bluetooth? ( net-wireless/bluez:= ) ) +RDEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.20[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(-)?] X? ( >=x11-libs/libX11-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libSM[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libICE[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[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(-)?] ) caps? ( >=sys-libs/libcap-2.22-r2[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(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0: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(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( virtual/jack ) tcpd? ( sys-apps/tcp-wrappers[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(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( net-wireless/bluez:= >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[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(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) ofono-headset? ( >=net-misc/ofono-1.13 ) orc? ( >=dev-lang/orc-0.4.15 ) sox? ( >=media-libs/soxr-0.1.1 ) ssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen-tools ) systemd? ( sys-apps/systemd:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/json-c-0.11[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(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) dev-libs/libltdl:0 selinux? ( sec-policy/selinux-pulseaudio ) equalizer? ( qt4? ( dev-python/PyQt4[dbus] ) ) system-wide? ( alsa? ( media-sound/alsa-utils ) bluetooth? ( net-wireless/bluez:= ) ) REQUIRED_USE=bluetooth? ( dbus ) ofono-headset? ( bluetooth ) native-headset? ( bluetooth ) udev? ( || ( alsa oss ) ) SLOT=0 SRC_URI=http://freedesktop.org/software/pulseaudio/releases/pulseaudio-8.0.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=6da3e813f22eba6a1c69f69c6774f14c +_md5_=1d6e1d65fc3be0f8d910d681e73ae8cc diff --git a/metadata/md5-cache/media-sound/qjackctl-0.4.1-r1 b/metadata/md5-cache/media-sound/qjackctl-0.4.1-r1 deleted file mode 100644 index f7157f759a69..000000000000 --- a/metadata/md5-cache/media-sound/qjackctl-0.4.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure -DEPEND=>=media-sound/jack-audio-connection-kit-0.109.2 qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) alsa? ( media-libs/alsa-lib ) dbus? ( dev-qt/qtdbus:4 ) portaudio? ( media-libs/portaudio ) -DESCRIPTION=A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections -EAPI=5 -HOMEPAGE=http://qjackctl.sourceforge.net/ -IUSE=alsa dbus debug portaudio +qt5 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=media-sound/jack-audio-connection-kit-0.109.2 qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) alsa? ( media-libs/alsa-lib ) dbus? ( dev-qt/qtdbus:4 ) portaudio? ( media-libs/portaudio ) -SLOT=0 -SRC_URI=mirror://sourceforge/qjackctl/qjackctl-0.4.1.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=8a3539497fdace7a7f8aa2dc85a6d728 diff --git a/metadata/md5-cache/media-sound/qjackctl-0.4.1-r2 b/metadata/md5-cache/media-sound/qjackctl-0.4.1-r2 new file mode 100644 index 000000000000..aee1336ef196 --- /dev/null +++ b/metadata/md5-cache/media-sound/qjackctl-0.4.1-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure +DEPEND=virtual/jack qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) alsa? ( media-libs/alsa-lib ) dbus? ( dev-qt/qtdbus:4 ) portaudio? ( media-libs/portaudio ) +DESCRIPTION=A Qt application to control the JACK Audio Connection Kit and ALSA sequencer connections +EAPI=5 +HOMEPAGE=http://qjackctl.sourceforge.net/ +IUSE=alsa dbus debug portaudio +qt5 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=virtual/jack qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) alsa? ( media-libs/alsa-lib ) dbus? ( dev-qt/qtdbus:4 ) portaudio? ( media-libs/portaudio ) +SLOT=0 +SRC_URI=mirror://sourceforge/qjackctl/qjackctl-0.4.1.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=87541f2dbc39e5c033b83ef08ea4b22b diff --git a/metadata/md5-cache/media-video/aegisub-3.0.4-r1 b/metadata/md5-cache/media-video/aegisub-3.0.4-r1 index 147e7cb7ebea..280c2547ea4b 100644 --- a/metadata/md5-cache/media-video/aegisub-3.0.4-r1 +++ b/metadata/md5-cache/media-video/aegisub-3.0.4-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=>=x11-libs/wxGTK-2.9.3:2.9[X,opengl,debug?] media-libs/fontconfig media-libs/freetype virtual/libiconv virtual/opengl alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( >=media-libs/ffmpegsource-2.16:= ) fftw? ( >=sci-libs/fftw-3.3:= ) libass? ( media-libs/libass[fontconfig] ) lua? ( =dev-lang/lua-5.1*:= ) spell? ( app-text/hunspell ) oss? ( virtual/os-headers ) dev-util/intltool sys-devel/gettext virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 +DEPEND=>=x11-libs/wxGTK-2.9.3:2.9[X,opengl,debug?] media-libs/fontconfig media-libs/freetype virtual/libiconv virtual/opengl alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( media-libs/ffmpegsource:= ) fftw? ( >=sci-libs/fftw-3.3:= ) libass? ( media-libs/libass:=[fontconfig] ) lua? ( =dev-lang/lua-5.1*:= ) spell? ( app-text/hunspell ) oss? ( virtual/os-headers ) dev-util/intltool sys-devel/gettext virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 DESCRIPTION=Advanced subtitle editor EAPI=5 HOMEPAGE=http://www.aegisub.org/ IUSE=alsa debug +ffmpeg +fftw +libass lua openal oss portaudio pulseaudio spell linguas_ar linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_eu linguas_fa linguas_fi linguas_fr_FR linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ru linguas_sr_RS@latin linguas_sr_RS linguas_vi linguas_zh_CN linguas_zh_TW KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=>=x11-libs/wxGTK-2.9.3:2.9[X,opengl,debug?] media-libs/fontconfig media-libs/freetype virtual/libiconv virtual/opengl alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( >=media-libs/ffmpegsource-2.16:= ) fftw? ( >=sci-libs/fftw-3.3:= ) libass? ( media-libs/libass[fontconfig] ) lua? ( =dev-lang/lua-5.1*:= ) spell? ( app-text/hunspell ) +RDEPEND=>=x11-libs/wxGTK-2.9.3:2.9[X,opengl,debug?] media-libs/fontconfig media-libs/freetype virtual/libiconv virtual/opengl alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( media-libs/ffmpegsource:= ) fftw? ( >=sci-libs/fftw-3.3:= ) libass? ( media-libs/libass:=[fontconfig] ) lua? ( =dev-lang/lua-5.1*:= ) spell? ( app-text/hunspell ) REQUIRED_USE=|| ( alsa openal oss portaudio pulseaudio ) SLOT=0 SRC_URI=http://ftp.aegisub.org/pub/releases/aegisub-3.0.4.tar.xz ftp://ftp.aegisub.org/pub/releases/aegisub-3.0.4.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf l10n 714aaf78929eade946da5eaff7d2001a libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 wxwidgets cf6a488b00cd81e258206bc14b4167d9 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8a92559ac99d9b1c96f34a8bc0ef8e6b +_md5_=fc7d7da38206047ccf2621f5fbff8dc1 diff --git a/metadata/md5-cache/media-video/aegisub-3.2.2-r1 b/metadata/md5-cache/media-video/aegisub-3.2.2-r1 deleted file mode 100644 index 47ca7f3ad87e..000000000000 --- a/metadata/md5-cache/media-video/aegisub-3.2.2-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend test -DEPEND=>=dev-lang/luajit-2.0.3:2[lua52compat] >=dev-libs/boost-1.50.0:=[icu,nls,threads] >=dev-libs/icu-4.8.1.1:= >=x11-libs/wxGTK-3.0.0:3.0[X,opengl,debug?] media-libs/fontconfig media-libs/freetype media-libs/libass[fontconfig] virtual/libiconv virtual/opengl alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( >=media-libs/ffmpegsource-2.16:= ) fftw? ( >=sci-libs/fftw-3.3:= ) spell? ( app-text/hunspell ) oss? ( virtual/os-headers ) dev-util/intltool sys-devel/gettext virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 -DESCRIPTION=Advanced subtitle editor -EAPI=5 -HOMEPAGE=http://www.aegisub.org/ -IUSE=alsa debug +ffmpeg +fftw openal oss portaudio pulseaudio spell linguas_ar linguas_bg linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_eu linguas_fa linguas_fi linguas_fr_FR linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ru linguas_sr_RS@latin linguas_sr_RS linguas_uk_UA linguas_vi linguas_zh_CN linguas_zh_TW -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>=dev-lang/luajit-2.0.3:2[lua52compat] >=dev-libs/boost-1.50.0:=[icu,nls,threads] >=dev-libs/icu-4.8.1.1:= >=x11-libs/wxGTK-3.0.0:3.0[X,opengl,debug?] media-libs/fontconfig media-libs/freetype media-libs/libass[fontconfig] virtual/libiconv virtual/opengl alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( >=media-libs/ffmpegsource-2.16:= ) fftw? ( >=sci-libs/fftw-3.3:= ) spell? ( app-text/hunspell ) -REQUIRED_USE=|| ( alsa openal oss portaudio pulseaudio ) -SLOT=0 -SRC_URI=http://ftp.aegisub.org/pub/releases/aegisub-3.2.2.tar.xz ftp://ftp.aegisub.org/pub/releases/aegisub-3.2.2.tar.xz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf l10n 714aaf78929eade946da5eaff7d2001a libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 wxwidgets cf6a488b00cd81e258206bc14b4167d9 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=9448b0550e5b872c072b1ae7af24750c diff --git a/metadata/md5-cache/media-video/aegisub-3.2.2_p20160306 b/metadata/md5-cache/media-video/aegisub-3.2.2_p20160306 new file mode 100644 index 000000000000..bdc6d2a2ba6f --- /dev/null +++ b/metadata/md5-cache/media-video/aegisub-3.2.2_p20160306 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend test unpack +DEPEND=dev-lang/luajit:2[lua52compat] dev-libs/boost:=[icu,nls,threads] dev-libs/icu:= media-libs/fontconfig media-libs/freetype media-libs/libass:=[fontconfig] virtual/libiconv virtual/opengl x11-libs/wxGTK:3.0[X,opengl,debug?] alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( media-libs/ffmpegsource:= ) fftw? ( >=sci-libs/fftw-3.3:= ) spell? ( app-text/hunspell ) uchardet? ( dev-libs/uchardet ) oss? ( virtual/os-headers ) dev-util/intltool sys-devel/gettext virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 +DESCRIPTION=Advanced subtitle editor +EAPI=5 +HOMEPAGE=http://www.aegisub.org/ +IUSE=alsa debug +ffmpeg +fftw openal oss portaudio pulseaudio spell +uchardet linguas_ar linguas_bg linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_eu linguas_fa linguas_fi linguas_fr_FR linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ru linguas_sr_RS@latin linguas_sr_RS linguas_uk_UA linguas_vi linguas_zh_CN linguas_zh_TW +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-lang/luajit:2[lua52compat] dev-libs/boost:=[icu,nls,threads] dev-libs/icu:= media-libs/fontconfig media-libs/freetype media-libs/libass:=[fontconfig] virtual/libiconv virtual/opengl x11-libs/wxGTK:3.0[X,opengl,debug?] alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( media-libs/ffmpegsource:= ) fftw? ( >=sci-libs/fftw-3.3:= ) spell? ( app-text/hunspell ) uchardet? ( dev-libs/uchardet ) +REQUIRED_USE=|| ( alsa openal oss portaudio pulseaudio ) +SLOT=0 +SRC_URI=https://github.com/Aegisub/Aegisub/archive/26fea0e123246b4f122beb54559c8dcd82925071.tar.gz -> aegisub-3.2.2_p20160306.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf l10n 714aaf78929eade946da5eaff7d2001a libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot b45be87e7012be0af8424e8a5644da1d wxwidgets cf6a488b00cd81e258206bc14b4167d9 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=3cdb26255f7afcf488e069cb5a1ce675 diff --git a/metadata/md5-cache/media-video/aegisub-9999 b/metadata/md5-cache/media-video/aegisub-9999 index 186e4a51187c..a7aeee30371b 100644 --- a/metadata/md5-cache/media-video/aegisub-9999 +++ b/metadata/md5-cache/media-video/aegisub-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend test unpack -DEPEND=>=dev-lang/luajit-2.0.4:2[lua52compat] >=dev-libs/boost-1.50.0:=[icu,nls,threads] >=dev-libs/icu-4.8.1.1:= >=x11-libs/wxGTK-3.0.0:3.0[X,opengl,debug?] media-libs/fontconfig media-libs/freetype media-libs/libass[fontconfig] virtual/libiconv virtual/opengl alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( >=media-libs/ffmpegsource-2.16:= ) fftw? ( >=sci-libs/fftw-3.3:= ) spell? ( app-text/hunspell ) uchardet? ( dev-libs/uchardet ) oss? ( virtual/os-headers ) dev-util/intltool sys-devel/gettext virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 dev-vcs/git +DEPEND=dev-lang/luajit:2[lua52compat] dev-libs/boost:=[icu,nls,threads] dev-libs/icu:= media-libs/fontconfig media-libs/freetype media-libs/libass:=[fontconfig] virtual/libiconv virtual/opengl x11-libs/wxGTK:3.0[X,opengl,debug?] alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( media-libs/ffmpegsource:= ) fftw? ( >=sci-libs/fftw-3.3:= ) spell? ( app-text/hunspell ) uchardet? ( dev-libs/uchardet ) oss? ( virtual/os-headers ) dev-util/intltool sys-devel/gettext virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 dev-vcs/git DESCRIPTION=Advanced subtitle editor EAPI=5 HOMEPAGE=http://www.aegisub.org/ IUSE=alsa debug +ffmpeg +fftw openal oss portaudio pulseaudio spell +uchardet linguas_ar linguas_bg linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_eu linguas_fa linguas_fi linguas_fr_FR linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ru linguas_sr_RS@latin linguas_sr_RS linguas_uk_UA linguas_vi linguas_zh_CN linguas_zh_TW LICENSE=BSD -RDEPEND=>=dev-lang/luajit-2.0.4:2[lua52compat] >=dev-libs/boost-1.50.0:=[icu,nls,threads] >=dev-libs/icu-4.8.1.1:= >=x11-libs/wxGTK-3.0.0:3.0[X,opengl,debug?] media-libs/fontconfig media-libs/freetype media-libs/libass[fontconfig] virtual/libiconv virtual/opengl alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( >=media-libs/ffmpegsource-2.16:= ) fftw? ( >=sci-libs/fftw-3.3:= ) spell? ( app-text/hunspell ) uchardet? ( dev-libs/uchardet ) +RDEPEND=dev-lang/luajit:2[lua52compat] dev-libs/boost:=[icu,nls,threads] dev-libs/icu:= media-libs/fontconfig media-libs/freetype media-libs/libass:=[fontconfig] virtual/libiconv virtual/opengl x11-libs/wxGTK:3.0[X,opengl,debug?] alsa? ( media-libs/alsa-lib ) openal? ( media-libs/openal ) portaudio? ( =media-libs/portaudio-19* ) pulseaudio? ( media-sound/pulseaudio ) ffmpeg? ( media-libs/ffmpegsource:= ) fftw? ( >=sci-libs/fftw-3.3:= ) spell? ( app-text/hunspell ) uchardet? ( dev-libs/uchardet ) REQUIRED_USE=|| ( alsa openal oss portaudio pulseaudio ) SLOT=0 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e git-2 df00117322129fb906bb0a53c3d6a020 gnome2-utils d19e7813f27c8f982134d657889b13cf l10n 714aaf78929eade946da5eaff7d2001a libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 wxwidgets cf6a488b00cd81e258206bc14b4167d9 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=20257ff23283c21741600c3ee6c75651 +_md5_=76fac9ceda681b5e20eb14ec372c7915 diff --git a/metadata/md5-cache/media-video/raspberrypi-omxplayer-0_p20160217 b/metadata/md5-cache/media-video/raspberrypi-omxplayer-0_p20160217 new file mode 100644 index 000000000000..110c4b753a71 --- /dev/null +++ b/metadata/md5-cache/media-video/raspberrypi-omxplayer-0_p20160217 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare +DEPEND=dev-libs/libpcre media-fonts/freefont || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin ) sys-apps/dbus sys-apps/fbset virtual/ffmpeg x11-apps/xrefresh x11-apps/xset virtual/pkgconfig +DESCRIPTION=Command line media player for the Raspberry Pi +EAPI=5 +HOMEPAGE=https://github.com/popcornmix/omxplayer +KEYWORDS=~arm +LICENSE=GPL-2 +RDEPEND=dev-libs/libpcre media-fonts/freefont || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin ) sys-apps/dbus sys-apps/fbset virtual/ffmpeg x11-apps/xrefresh x11-apps/xset +SLOT=0 +SRC_URI=https://github.com/popcornmix/omxplayer/tarball/15a490b -> raspberrypi-omxplayer-0_p20160217.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=44fcb023e9cd0deb48388b2fa178320d diff --git a/metadata/md5-cache/media-video/raspberrypi-omxplayer-9999 b/metadata/md5-cache/media-video/raspberrypi-omxplayer-9999 new file mode 100644 index 000000000000..32201c992116 --- /dev/null +++ b/metadata/md5-cache/media-video/raspberrypi-omxplayer-9999 @@ -0,0 +1,10 @@ +DEFINED_PHASES=compile install prepare unpack +DEPEND=dev-libs/libpcre media-fonts/freefont || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin ) sys-apps/dbus sys-apps/fbset virtual/ffmpeg x11-apps/xrefresh x11-apps/xset virtual/pkgconfig >=dev-vcs/git-1.8.2.1 +DESCRIPTION=Command line media player for the Raspberry Pi +EAPI=5 +HOMEPAGE=https://github.com/popcornmix/omxplayer +LICENSE=GPL-2 +RDEPEND=dev-libs/libpcre media-fonts/freefont || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin ) sys-apps/dbus sys-apps/fbset virtual/ffmpeg x11-apps/xrefresh x11-apps/xset +SLOT=0 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 ef66dfc3db09f327af21cf32f140fb2b multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=f9414cc26eb99a350d1914878dc48a1d diff --git a/metadata/md5-cache/net-analyzer/fail2ban-0.9.4 b/metadata/md5-cache/net-analyzer/fail2ban-0.9.4 new file mode 100644 index 000000000000..ad56a5f57b4e --- /dev/null +++ b/metadata/md5-cache/net-analyzer/fail2ban-0.9.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare setup test unpack +DEPEND=python_single_target_pypy? ( virtual/pypy:0= ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy3(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] virtual/pkgconfig +DESCRIPTION=scans log files and bans IPs that show malicious signs +EAPI=5 +HOMEPAGE=http://www.fail2ban.org/ +IUSE=selinux systemd python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_single_target_pypy python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python3_5 +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=kernel_linux? ( net-firewall/iptables ) net-misc/whois virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) systemd? ( python_single_target_python2_7? ( || ( dev-python/python-systemd[python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?,python_targets_python3_5(-)?,python_single_target_python3_5(+)?] sys-apps/systemd[python(-),python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?,python_targets_python3_5(-)?,python_single_target_python3_5(+)?] ) ) python_single_target_python3_3? ( || ( dev-python/python-systemd[python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?,python_targets_python3_5(-)?,python_single_target_python3_5(+)?] sys-apps/systemd[python(-),python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?,python_targets_python3_5(-)?,python_single_target_python3_5(+)?] ) ) python_single_target_python3_4? ( || ( dev-python/python-systemd[python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?,python_targets_python3_5(-)?,python_single_target_python3_5(+)?] sys-apps/systemd[python(-),python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?,python_targets_python3_5(-)?,python_single_target_python3_5(+)?] ) ) python_single_target_python3_5? ( || ( dev-python/python-systemd[python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?,python_targets_python3_5(-)?,python_single_target_python3_5(+)?] sys-apps/systemd[python(-),python_targets_python2_7(-)?,python_single_target_python2_7(+)?,python_targets_python3_3(-)?,python_single_target_python3_3(+)?,python_targets_python3_4(-)?,python_single_target_python3_4(+)?,python_targets_python3_5(-)?,python_single_target_python3_5(+)?] ) ) ) python_single_target_pypy? ( virtual/pypy:0= ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy3(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] +REQUIRED_USE=systemd? ( !python_single_target_pypy ) ^^ ( python_single_target_pypy python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_pypy? ( python_targets_pypy ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) +SLOT=0 +SRC_URI=https://github.com/fail2ban/fail2ban/tarball/0.9.4 -> fail2ban-0.9.4.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot b45be87e7012be0af8424e8a5644da1d +_md5_=afc4220886bc9356b4310d3e8b5f6407 diff --git a/metadata/md5-cache/net-analyzer/sslscan-1.11.4 b/metadata/md5-cache/net-analyzer/sslscan-1.11.4 new file mode 100644 index 000000000000..c1fcc8599000 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/sslscan-1.11.4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install +DEPEND=!libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( dev-libs/libressl ) +DESCRIPTION=Fast SSL configuration scanner +EAPI=6 +HOMEPAGE=https://github.com/rbsec/sslscan +IUSE=libressl +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=!libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( dev-libs/libressl ) +SLOT=0 +SRC_URI=https://github.com/rbsec/sslscan/archive/1.11.4-rbsec.tar.gz -> sslscan-1.11.4-rbsec.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=a856575094604ef16d8d0944486ac437 diff --git a/metadata/md5-cache/net-analyzer/wireshark-2.0.2-r1 b/metadata/md5-cache/net-analyzer/wireshark-2.0.2-r1 new file mode 100644 index 000000000000..c83f1077c689 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/wireshark-2.0.2-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup unpack +DEPEND=>=dev-libs/glib-2.14:2 netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c-ares-1.5 ) crypt? ( dev-libs/libgcrypt:0 ) caps? ( sys-libs/libcap ) geoip? ( dev-libs/geoip ) gtk3? ( x11-libs/gdk-pixbuf x11-libs/pango x11-misc/xdg-utils x11-libs/gtk+:3 ) kerberos? ( virtual/krb5 ) lua? ( >=dev-lang/lua-5.1:* ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] x11-misc/xdg-utils ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 x11-misc/xdg-utils ) sbc? ( media-libs/sbc ) smi? ( net-libs/libsmi ) ssl? ( net-libs/gnutls ) zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) dev-lang/perl !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 filecaps? ( sys-libs/libcap ) +DESCRIPTION=A network protocol analyzer formerly known as ethereal +EAPI=5 +HOMEPAGE=http://www.wireshark.org/ +IUSE=adns androiddump +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink +pcap portaudio +qt4 qt5 selinux sbc smi tfshark cpu_flags_x86_sse4_2 ssl zlib +filecaps +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.14:2 netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c-ares-1.5 ) crypt? ( dev-libs/libgcrypt:0 ) caps? ( sys-libs/libcap ) geoip? ( dev-libs/geoip ) gtk3? ( x11-libs/gdk-pixbuf x11-libs/pango x11-misc/xdg-utils x11-libs/gtk+:3 ) kerberos? ( virtual/krb5 ) lua? ( >=dev-lang/lua-5.1:* ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] x11-misc/xdg-utils ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 x11-misc/xdg-utils ) sbc? ( media-libs/sbc ) smi? ( net-libs/libsmi ) ssl? ( net-libs/gnutls ) zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) gtk3? ( virtual/freedesktop-icon-theme ) qt4? ( virtual/freedesktop-icon-theme ) qt5? ( virtual/freedesktop-icon-theme ) selinux? ( sec-policy/selinux-wireshark ) +REQUIRED_USE=ssl? ( crypt ) ?? ( qt4 qt5 ) +SLOT=0/2.0.2 +SRC_URI=http://www.wireshark.org/download/src/all-versions/wireshark-2.0.2.tar.bz2 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e fcaps 6a1091a98b1dde01cc26ab3252da1a9b flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=ee894eb3902067f42dd6ba4cc6ae775c diff --git a/metadata/md5-cache/net-analyzer/wireshark-99999999 b/metadata/md5-cache/net-analyzer/wireshark-99999999 index 560b5aa2f659..8b65352a28ea 100644 --- a/metadata/md5-cache/net-analyzer/wireshark-99999999 +++ b/metadata/md5-cache/net-analyzer/wireshark-99999999 @@ -9,4 +9,4 @@ RDEPEND=>=dev-libs/glib-2.14:2 netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c REQUIRED_USE=ssl? ( crypt ) ?? ( qt4 qt5 ) SLOT=0/99999999 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e fcaps 6a1091a98b1dde01cc26ab3252da1a9b flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 ef66dfc3db09f327af21cf32f140fb2b libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=abcf698ba890d1a0138ab73514a11075 +_md5_=adc84ac7f1b614bd5414c35b6bd9ee8b diff --git a/metadata/md5-cache/net-dns/hash-slinger-2.7 b/metadata/md5-cache/net-dns/hash-slinger-2.7 new file mode 100644 index 000000000000..48055377584a --- /dev/null +++ b/metadata/md5-cache/net-dns/hash-slinger-2.7 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install +DESCRIPTION=Various tools to generate special DNS records like SSHFP, TLSA, OPENPGPKEY, IPSECKEY +EAPI=5 +HOMEPAGE=https://people.redhat.com/pwouters/hash-slinger/ +IUSE=ipsec +openpgp +ssh python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +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/ipaddr[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/m2crypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] net-dns/unbound[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-dnspython[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ipsec? ( net-misc/libreswan[dnssec] ) openpgp? ( dev-python/python-gnupg[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ssh? ( net-misc/openssh ) +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://people.redhat.com/pwouters/hash-slinger/hash-slinger-2.7.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=8237a6e539fd4d007959a0631e733241 diff --git a/metadata/md5-cache/net-dns/resolv_wrapper-1.1.3 b/metadata/md5-cache/net-dns/resolv_wrapper-1.1.3 new file mode 100644 index 000000000000..8b68033ea689 --- /dev/null +++ b/metadata/md5-cache/net-dns/resolv_wrapper-1.1.3 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=sys-devel/make >=dev-util/cmake-2.8.12 +DESCRIPTION=A wrapper for DNS name resolving or DNS faking +EAPI=6 +HOMEPAGE=https://cwrap.org/resolv_wrapper.html +IUSE=test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +SLOT=0 +SRC_URI=https://ftp.samba.org/pub/cwrap/resolv_wrapper-1.1.3.tar.gz +_eclasses_=cmake-multilib 273c15f5a0a06438a38bb5c3e98fa2db cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=3f671b5ef99559253ca69184f40a599c diff --git a/metadata/md5-cache/net-fs/samba-4.2.9 b/metadata/md5-cache/net-fs/samba-4.2.9 new file mode 100644 index 000000000000..82a813fcca04 --- /dev/null +++ b/metadata/md5-cache/net-fs/samba-4.2.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] >=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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=app-arch/libarchive-3.1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/iniparser:0 dev-libs/popt[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/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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-libs/socket_wrapper-1.1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-apps/attr[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/libcap >=sys-libs/ldb-1.1.24[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/ncurses:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/nss_wrapper-1.0.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(-)?] >=sys-libs/ntdb-1.0[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/talloc-2.1.2[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tdb-1.3.6[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tevent-0.9.25[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/uid_wrapper-1.0.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(-)?] sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) aio? ( dev-libs/libaio ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap[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(-)?] ) system-mitkrb5? ( app-crypt/mit-krb5[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(-)?] ) !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,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(-)?] ) systemd? ( sys-apps/systemd:0= ) virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=Samba Suite Version 4 +EAPI=5 +HOMEPAGE=http://www.samba.org/ +IUSE=acl addc addns ads aio avahi client cluster cups dmapi fam gnutls iprint ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind python_targets_python2_7 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~hppa ~x86 +LICENSE=GPL-3 +RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] >=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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=app-arch/libarchive-3.1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/iniparser:0 dev-libs/popt[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/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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-libs/socket_wrapper-1.1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-apps/attr[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/libcap >=sys-libs/ldb-1.1.24[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/ncurses:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/nss_wrapper-1.0.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(-)?] >=sys-libs/ntdb-1.0[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/talloc-2.1.2[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tdb-1.3.6[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tevent-0.9.25[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/uid_wrapper-1.0.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(-)?] sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) aio? ( dev-libs/libaio ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap[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(-)?] ) system-mitkrb5? ( app-crypt/mit-krb5[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(-)?] ) !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,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(-)?] ) systemd? ( sys-apps/systemd:0= ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) +REQUIRED_USE=addc? ( gnutls !system-mitkrb5 ) ads? ( acl gnutls ldap ) python_targets_python2_7 +SLOT=0 +SRC_URI=mirror://samba/stable/samba-4.2.9.tar.gz https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.2.9.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils c21174962af5ca8091b66f58612797ce +_md5_=7fbbae50204e1f68fcf8559303af6f15 diff --git a/metadata/md5-cache/net-fs/samba-4.3.6 b/metadata/md5-cache/net-fs/samba-4.3.6 new file mode 100644 index 000000000000..d22580bc3271 --- /dev/null +++ b/metadata/md5-cache/net-fs/samba-4.3.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] >=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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=app-arch/libarchive-3.1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/iniparser:0 dev-libs/popt[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/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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-apps/attr[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/libcap >=sys-libs/ldb-1.1.24[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/ncurses:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/talloc-2.1.3[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tdb-1.3.7[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tevent-0.9.25[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[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/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) aio? ( dev-libs/libaio ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap[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(-)?] ) system-mitkrb5? ( app-crypt/mit-krb5[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(-)?] ) !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,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(-)?] ) systemd? ( sys-apps/systemd:0= ) virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=Samba Suite Version 4 +EAPI=6 +HOMEPAGE=http://www.samba.org/ +IUSE=acl addc addns ads aio avahi client cluster cups dmapi fam gnutls iprint ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind python_targets_python2_7 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~hppa ~x86 +LICENSE=GPL-3 +RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] >=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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=app-arch/libarchive-3.1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/iniparser:0 dev-libs/popt[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/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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-apps/attr[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/libcap >=sys-libs/ldb-1.1.24[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/ncurses:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/talloc-2.1.3[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tdb-1.3.7[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tevent-0.9.25[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[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/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) aio? ( dev-libs/libaio ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap[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(-)?] ) system-mitkrb5? ( app-crypt/mit-krb5[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(-)?] ) !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,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(-)?] ) systemd? ( sys-apps/systemd:0= ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) +REQUIRED_USE=addc? ( gnutls !system-mitkrb5 ) ads? ( acl gnutls ldap ) python_targets_python2_7 +SLOT=0 +SRC_URI=mirror://samba/stable/samba-4.3.6.tar.gz https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.3.6.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils c21174962af5ca8091b66f58612797ce +_md5_=79bb98865d75f2391760d14389adb77e diff --git a/metadata/md5-cache/net-fs/samba-4.4.0_rc4 b/metadata/md5-cache/net-fs/samba-4.4.0_rc4 new file mode 100644 index 000000000000..43f88bdf7c59 --- /dev/null +++ b/metadata/md5-cache/net-fs/samba-4.4.0_rc4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] >=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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=app-arch/libarchive-3.1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/iniparser:0 dev-libs/popt[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/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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-apps/attr[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/libcap >=sys-libs/ldb-1.1.25[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/ncurses:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/talloc-2.1.5[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tdb-1.3.8[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tevent-0.9.28[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[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/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap[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(-)?] ) system-mitkrb5? ( app-crypt/mit-krb5[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(-)?] ) !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,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(-)?] ) systemd? ( sys-apps/systemd:0= ) virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=Samba Suite Version 4 +EAPI=6 +HOMEPAGE=http://www.samba.org/ +IUSE=acl addc addns ads avahi client cluster cups dmapi fam gnutls iprint ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind python_targets_python2_7 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=~hppa +LICENSE=GPL-3 +RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] >=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_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=app-arch/libarchive-3.1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/iniparser:0 dev-libs/popt[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/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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-apps/attr[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/libcap >=sys-libs/ldb-1.1.25[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/ncurses:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/talloc-2.1.5[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tdb-1.3.8[python,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+),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/tevent-0.9.28[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[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/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap[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(-)?] ) system-mitkrb5? ( app-crypt/mit-krb5[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(-)?] ) !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,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(-)?] ) systemd? ( sys-apps/systemd:0= ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) +REQUIRED_USE=addc? ( gnutls !system-mitkrb5 ) ads? ( acl gnutls ldap ) python_targets_python2_7 +SLOT=0 +SRC_URI=mirror://samba/rc/samba-4.4.0rc4.tar.gz https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.4.0_rc4.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils c21174962af5ca8091b66f58612797ce +_md5_=1f795ce75ad782c25e752f764b8eca05 diff --git a/metadata/md5-cache/net-libs/iojs-2.3.3 b/metadata/md5-cache/net-libs/iojs-2.3.3 deleted file mode 100644 index 15cfde29c2ec..000000000000 --- a/metadata/md5-cache/net-libs/iojs-2.3.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] !bundled-libs? ( >=net-libs/http-parser-2.5 >=dev-libs/libuv-1.6.1 >=dev-libs/openssl-1.0.2c[-bindist] ) !!net-libs/nodejs -DESCRIPTION=An npm compatible platform originally based on node.js -EAPI=5 -HOMEPAGE=http://iojs.org/ -IUSE=bundled-libs debug icu +npm snapshot +ssl python_targets_python2_7 -KEYWORDS=~amd64 ~arm ~x86 ~x64-macos -LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT -RDEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] !bundled-libs? ( >=net-libs/http-parser-2.5 >=dev-libs/libuv-1.6.1 >=dev-libs/openssl-1.0.2c[-bindist] ) -REQUIRED_USE=python_targets_python2_7 -SLOT=0 -SRC_URI=http://iojs.org/dist/v2.3.3/iojs-v2.3.3.tar.xz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=9262c0d092c59108962ee5a20d3fe89f diff --git a/metadata/md5-cache/net-libs/iojs-2.3.4 b/metadata/md5-cache/net-libs/iojs-2.3.4 deleted file mode 100644 index e6e8f5ec830f..000000000000 --- a/metadata/md5-cache/net-libs/iojs-2.3.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] !bundled-libs? ( >=net-libs/http-parser-2.5 >=dev-libs/libuv-1.6.1 >=dev-libs/openssl-1.0.2c[-bindist] ) !!net-libs/nodejs -DESCRIPTION=An npm compatible platform originally based on node.js -EAPI=5 -HOMEPAGE=http://iojs.org/ -IUSE=bundled-libs debug icu +npm snapshot +ssl python_targets_python2_7 -KEYWORDS=~amd64 ~arm ~x86 ~x64-macos -LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT -RDEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] !bundled-libs? ( >=net-libs/http-parser-2.5 >=dev-libs/libuv-1.6.1 >=dev-libs/openssl-1.0.2c[-bindist] ) -REQUIRED_USE=python_targets_python2_7 -SLOT=0 -SRC_URI=http://iojs.org/dist/v2.3.4/iojs-v2.3.4.tar.xz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=9262c0d092c59108962ee5a20d3fe89f diff --git a/metadata/md5-cache/net-libs/iojs-2.4.0 b/metadata/md5-cache/net-libs/iojs-2.4.0 deleted file mode 100644 index d8ee3ab81130..000000000000 --- a/metadata/md5-cache/net-libs/iojs-2.4.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5 >=dev-libs/libuv-1.6.1 >=dev-libs/openssl-1.0.2d[-bindist] !!net-libs/nodejs -DESCRIPTION=An npm compatible platform originally based on node.js -EAPI=5 -HOMEPAGE=http://iojs.org/ -IUSE=debug icu +npm snapshot +ssl python_targets_python2_7 -KEYWORDS=~amd64 ~arm ~x86 ~x64-macos -LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT -RDEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5 >=dev-libs/libuv-1.6.1 >=dev-libs/openssl-1.0.2d[-bindist] -REQUIRED_USE=python_targets_python2_7 -SLOT=0 -SRC_URI=http://iojs.org/dist/v2.4.0/iojs-v2.4.0.tar.xz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=3a8cf5542efd557bed641c961084f943 diff --git a/metadata/md5-cache/net-libs/iojs-2.5.0 b/metadata/md5-cache/net-libs/iojs-2.5.0 deleted file mode 100644 index 4391ceddfab2..000000000000 --- a/metadata/md5-cache/net-libs/iojs-2.5.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5 >=dev-libs/libuv-1.6.1 >=dev-libs/openssl-1.0.2d[-bindist] !!net-libs/nodejs -DESCRIPTION=An npm compatible platform originally based on node.js -EAPI=5 -HOMEPAGE=http://iojs.org/ -IUSE=debug icu +npm snapshot +ssl python_targets_python2_7 -KEYWORDS=~amd64 ~arm ~x86 ~x64-macos -LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT -RDEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5 >=dev-libs/libuv-1.6.1 >=dev-libs/openssl-1.0.2d[-bindist] -REQUIRED_USE=python_targets_python2_7 -SLOT=0 -SRC_URI=http://iojs.org/dist/v2.5.0/iojs-v2.5.0.tar.xz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=3a8cf5542efd557bed641c961084f943 diff --git a/metadata/md5-cache/net-libs/iojs-3.0.0 b/metadata/md5-cache/net-libs/iojs-3.0.0 deleted file mode 100644 index 96ff32cad619..000000000000 --- a/metadata/md5-cache/net-libs/iojs-3.0.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5 >=dev-libs/libuv-1.6.1 >=dev-libs/openssl-1.0.2d[-bindist] !!net-libs/nodejs -DESCRIPTION=An npm compatible platform originally based on node.js -EAPI=5 -HOMEPAGE=http://iojs.org/ -IUSE=debug icu +npm snapshot +ssl python_targets_python2_7 -KEYWORDS=~amd64 ~arm ~x86 ~x64-macos -LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT -RDEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5 >=dev-libs/libuv-1.6.1 >=dev-libs/openssl-1.0.2d[-bindist] -REQUIRED_USE=python_targets_python2_7 -SLOT=0 -SRC_URI=http://iojs.org/dist/v3.0.0/iojs-v3.0.0.tar.xz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=3a8cf5542efd557bed641c961084f943 diff --git a/metadata/md5-cache/net-libs/libktorrent-1.3.1 b/metadata/md5-cache/net-libs/libktorrent-1.3.1 index f0d12bf49f98..6d1834512216 100644 --- a/metadata/md5-cache/net-libs/libktorrent-1.3.1 +++ b/metadata/md5-cache/net-libs/libktorrent-1.3.1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=app-crypt/qca:2[qt4(+)] dev-libs/gmp dev-libs/libgcrypt:0 dev-libs/boost sys-devel/gettext >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] +DEPEND=app-crypt/qca:2[qt4(+)] dev-libs/gmp:0= dev-libs/libgcrypt:0= dev-libs/boost sys-devel/gettext >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] DESCRIPTION=A BitTorrent library based on KDE Platform EAPI=5 -HOMEPAGE=http://ktorrent.org/ +HOMEPAGE=http://ktorrent.pwsp.net/ IUSE=debug linguas_ar linguas_ast linguas_be linguas_bg linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_ga linguas_gl linguas_hi linguas_hne linguas_hr linguas_hu linguas_is linguas_it linguas_ja linguas_km linguas_ku linguas_lt linguas_lv linguas_ms linguas_nb linguas_nds linguas_nl linguas_nn linguas_oc linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_se linguas_si linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_ug linguas_uk linguas_zh_CN linguas_zh_TW test +handbook aqua KEYWORDS=amd64 ~arm ppc ppc64 x86 LICENSE=GPL-2 -RDEPEND=app-crypt/qca:2[qt4(+)] dev-libs/gmp dev-libs/libgcrypt:0 kde-frameworks/oxygen-icons linguas_ar? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ar(+)] ) linguas_ast? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ast(+)] ) linguas_be? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_be(+)] ) linguas_bg? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bg(+)] ) linguas_bs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bs(+)] ) linguas_ca? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca(+)] ) linguas_ca@valencia? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca@valencia(+)] ) linguas_cs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_cs(+)] ) linguas_da? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_en_GB? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_en_GB(+)] ) linguas_eo? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_eo(+)] ) linguas_es? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_eu? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_eu(+)] ) linguas_fi? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_fi(+)] ) linguas_fr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_ga? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ga(+)] ) linguas_gl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_gl(+)] ) linguas_hi? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hi(+)] ) linguas_hne? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hne(+)] ) linguas_hr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hr(+)] ) linguas_hu? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_is? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_is(+)] ) linguas_it? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_ja? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ja(+)] ) linguas_km? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_km(+)] ) linguas_ku? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ku(+)] ) linguas_lt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_lt(+)] ) linguas_lv? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_lv(+)] ) linguas_ms? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ms(+)] ) linguas_nb? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nds? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nds(+)] ) linguas_nl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_nn? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nn(+)] ) linguas_oc? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_oc(+)] ) linguas_pl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_ro? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ro(+)] ) linguas_ru? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ru(+)] ) linguas_se? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_se(+)] ) linguas_si? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_si(+)] ) linguas_sk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sl(+)] ) linguas_sr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr(+)] ) linguas_sr@ijekavian? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@ijekavian(+)] ) linguas_sr@ijekavianlatin? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@ijekavianlatin(+)] ) linguas_sr@latin? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@latin(+)] ) linguas_sv? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_tr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_tr(+)] ) linguas_ug? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ug(+)] ) linguas_uk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_CN? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) linguas_zh_TW? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] +RDEPEND=app-crypt/qca:2[qt4(+)] dev-libs/gmp:0= dev-libs/libgcrypt:0= kde-frameworks/oxygen-icons linguas_ar? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ar(+)] ) linguas_ast? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ast(+)] ) linguas_be? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_be(+)] ) linguas_bg? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bg(+)] ) linguas_bs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bs(+)] ) linguas_ca? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca(+)] ) linguas_ca@valencia? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca@valencia(+)] ) linguas_cs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_cs(+)] ) linguas_da? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_en_GB? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_en_GB(+)] ) linguas_eo? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_eo(+)] ) linguas_es? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_eu? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_eu(+)] ) linguas_fi? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_fi(+)] ) linguas_fr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_ga? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ga(+)] ) linguas_gl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_gl(+)] ) linguas_hi? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hi(+)] ) linguas_hne? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hne(+)] ) linguas_hr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hr(+)] ) linguas_hu? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_is? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_is(+)] ) linguas_it? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_ja? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ja(+)] ) linguas_km? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_km(+)] ) linguas_ku? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ku(+)] ) linguas_lt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_lt(+)] ) linguas_lv? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_lv(+)] ) linguas_ms? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ms(+)] ) linguas_nb? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nds? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nds(+)] ) linguas_nl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_nn? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nn(+)] ) linguas_oc? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_oc(+)] ) linguas_pl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_ro? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ro(+)] ) linguas_ru? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ru(+)] ) linguas_se? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_se(+)] ) linguas_si? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_si(+)] ) linguas_sk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sl(+)] ) linguas_sr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr(+)] ) linguas_sr@ijekavian? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@ijekavian(+)] ) linguas_sr@ijekavianlatin? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@ijekavianlatin(+)] ) linguas_sr@latin? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@latin(+)] ) linguas_sv? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_tr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_tr(+)] ) linguas_ug? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ug(+)] ) linguas_uk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_CN? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) linguas_zh_TW? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] SLOT=4 SRC_URI=http://ktorrent.org/downloads/4.3.1/libktorrent-1.3.1.tar.bz2 _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde4-base ada7f1c988b3c32e1c9a8168be2731c3 kde4-functions f6f7b3906630fb197969f914b1ad454a multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=7f23f53131752c4279f4c274022f731a +_md5_=370fecdac6ec68fa1730883a6491b0e5 diff --git a/metadata/md5-cache/net-libs/libotr-4.1.1 b/metadata/md5-cache/net-libs/libotr-4.1.1 new file mode 100644 index 000000000000..7c79df8ec0bb --- /dev/null +++ b/metadata/md5-cache/net-libs/libotr-4.1.1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=- +DEPEND=>=dev-libs/libgcrypt-1.2:0 dev-libs/libgpg-error +DESCRIPTION=(OTR) Messaging allows you to have private conversations over instant messaging +EAPI=6 +HOMEPAGE=https://otr.cypherpunks.ca +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=GPL-2 +RDEPEND=>=dev-libs/libgcrypt-1.2:0 dev-libs/libgpg-error +SLOT=0 +SRC_URI=https://otr.cypherpunks.ca/libotr-4.1.1.tar.gz +_md5_=b997079c06a427527f1e241f9b9f8224 diff --git a/metadata/md5-cache/net-libs/nodejs-0.12.6 b/metadata/md5-cache/net-libs/nodejs-0.12.6 index 15b0d5692c7f..e35871b0cf00 100644 --- a/metadata/md5-cache/net-libs/nodejs-0.12.6 +++ b/metadata/md5-cache/net-libs/nodejs-0.12.6 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare setup test -DEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ssl? ( dev-libs/openssl:0=[-bindist] ) >=net-libs/http-parser-2.3 >=dev-libs/libuv-1.4.2 !!net-libs/iojs +DEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ssl? ( dev-libs/openssl:0=[-bindist] ) >=net-libs/http-parser-2.3 >=dev-libs/libuv-1.4.2 DESCRIPTION=Evented IO for V8 Javascript EAPI=5 HOMEPAGE=http://nodejs.org/ @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://nodejs.org/dist/v0.12.6/node-v0.12.6.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=46d01e389f3612a9e64cb42120da55bc +_md5_=edd321c96651a4f9667d650a54c84f54 diff --git a/metadata/md5-cache/net-libs/nodejs-0.12.7 b/metadata/md5-cache/net-libs/nodejs-0.12.7 index e3e4199186cb..f13365233a41 100644 --- a/metadata/md5-cache/net-libs/nodejs-0.12.7 +++ b/metadata/md5-cache/net-libs/nodejs-0.12.7 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare setup test -DEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ssl? ( dev-libs/openssl:0=[-bindist] ) >=net-libs/http-parser-2.3 >=dev-libs/libuv-1.4.2 !!net-libs/iojs +DEPEND=icu? ( dev-libs/icu ) >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ssl? ( dev-libs/openssl:0=[-bindist] ) >=net-libs/http-parser-2.3 >=dev-libs/libuv-1.4.2 DESCRIPTION=Evented IO for V8 Javascript EAPI=5 HOMEPAGE=http://nodejs.org/ @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://nodejs.org/dist/v0.12.7/node-v0.12.7.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=54ff1b6323cf435f86a4270fcf75f825 +_md5_=25f516038dbbcf4aa448ee275c4d9ddd diff --git a/metadata/md5-cache/net-libs/nodejs-4.1.1 b/metadata/md5-cache/net-libs/nodejs-4.1.1 index 8fc63801dbc9..0e5b59942dca 100644 --- a/metadata/md5-cache/net-libs/nodejs-4.1.1 +++ b/metadata/md5-cache/net-libs/nodejs-4.1.1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=icu? ( >=dev-libs/icu-55:= ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5:= >=dev-libs/libuv-1.6.1:= >=dev-libs/openssl-1.0.2d:=[-bindist] !!net-libs/iojs +DEPEND=icu? ( >=dev-libs/icu-55:= ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5:= >=dev-libs/libuv-1.6.1:= >=dev-libs/openssl-1.0.2d:=[-bindist] DESCRIPTION=Evented IO for V8 Javascript EAPI=5 HOMEPAGE=http://nodejs.org/ @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=http://nodejs.org/dist/v4.1.1/node-v4.1.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=2efe49f191deada54f0707d3da7e21ad +_md5_=6409435476ab6bb2b5412599ea798c2a diff --git a/metadata/md5-cache/net-libs/nodejs-4.2.2 b/metadata/md5-cache/net-libs/nodejs-4.2.2 index faa07b0df4c2..6fd7d63f741f 100644 --- a/metadata/md5-cache/net-libs/nodejs-4.2.2 +++ b/metadata/md5-cache/net-libs/nodejs-4.2.2 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=icu? ( >=dev-libs/icu-55:= ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5:= >=dev-libs/libuv-1.6.1:= >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib !!net-libs/iojs +DEPEND=icu? ( >=dev-libs/icu-55:= ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5:= >=dev-libs/libuv-1.6.1:= >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib DESCRIPTION=Evented IO for V8 Javascript EAPI=5 HOMEPAGE=http://nodejs.org/ @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=http://nodejs.org/dist/v4.2.2/node-v4.2.2.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=45312eb613654d373894897b3406107f +_md5_=5d61a05019e07eec6515664193ebedf5 diff --git a/metadata/md5-cache/net-libs/nodejs-5.0.0 b/metadata/md5-cache/net-libs/nodejs-5.0.0 index 3a25665c754f..9706ee914ec6 100644 --- a/metadata/md5-cache/net-libs/nodejs-5.0.0 +++ b/metadata/md5-cache/net-libs/nodejs-5.0.0 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=icu? ( >=dev-libs/icu-55:= ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5:= >=dev-libs/libuv-1.6.1:= >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib !!net-libs/iojs +DEPEND=icu? ( >=dev-libs/icu-55:= ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5:= >=dev-libs/libuv-1.6.1:= >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib DESCRIPTION=Evented IO for V8 Javascript EAPI=5 HOMEPAGE=http://nodejs.org/ @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=http://nodejs.org/dist/v5.0.0/node-v5.0.0.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=45312eb613654d373894897b3406107f +_md5_=5d61a05019e07eec6515664193ebedf5 diff --git a/metadata/md5-cache/net-libs/nodejs-5.3.0 b/metadata/md5-cache/net-libs/nodejs-5.3.0 index 0ea8313a487f..a5f69cf45872 100644 --- a/metadata/md5-cache/net-libs/nodejs-5.3.0 +++ b/metadata/md5-cache/net-libs/nodejs-5.3.0 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=icu? ( >=dev-libs/icu-55:= ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5:= >=dev-libs/libuv-1.6.1:= >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib !!net-libs/iojs +DEPEND=icu? ( >=dev-libs/icu-55:= ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5:= >=dev-libs/libuv-1.6.1:= >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib DESCRIPTION=Evented IO for V8 Javascript EAPI=5 HOMEPAGE=http://nodejs.org/ @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=http://nodejs.org/dist/v5.3.0/node-v5.3.0.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=45312eb613654d373894897b3406107f +_md5_=5d61a05019e07eec6515664193ebedf5 diff --git a/metadata/md5-cache/net-libs/nodejs-5.4.1 b/metadata/md5-cache/net-libs/nodejs-5.4.1 index f9ee511028cf..c5fd030a41bb 100644 --- a/metadata/md5-cache/net-libs/nodejs-5.4.1 +++ b/metadata/md5-cache/net-libs/nodejs-5.4.1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=icu? ( >=dev-libs/icu-55:= ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5:= >=dev-libs/libuv-1.6.1:= >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib !!net-libs/iojs +DEPEND=icu? ( >=dev-libs/icu-55:= ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-libs/http-parser-2.5:= >=dev-libs/libuv-1.6.1:= >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib DESCRIPTION=Evented IO for V8 Javascript EAPI=5 HOMEPAGE=http://nodejs.org/ @@ -11,4 +11,4 @@ REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=http://nodejs.org/dist/v5.4.1/node-v5.4.1.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=45312eb613654d373894897b3406107f +_md5_=5d61a05019e07eec6515664193ebedf5 diff --git a/metadata/md5-cache/net-misc/iputils-20150815-r1 b/metadata/md5-cache/net-misc/iputils-20150815-r1 index d195789aa3ad..9cb75dd7297e 100644 --- a/metadata/md5-cache/net-misc/iputils-20150815-r1 +++ b/metadata/md5-cache/net-misc/iputils-20150815-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst prepare DEPEND=arping? ( !net-misc/arping ) rarpd? ( !net-misc/rarpd ) traceroute? ( !net-misc/traceroute ) !static? ( caps? ( sys-libs/libcap ) idn? ( net-dns/libidn ) ipv6? ( ssl? ( gcrypt? ( dev-libs/libgcrypt ) nettle? ( dev-libs/nettle ) openssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) ) ) ) static? ( caps? ( sys-libs/libcap[static-libs(+)] ) idn? ( net-dns/libidn[static-libs(+)] ) ipv6? ( ssl? ( gcrypt? ( dev-libs/libgcrypt[static-libs(+)] ) nettle? ( dev-libs/nettle[static-libs(+)] ) openssl? ( !libressl? ( dev-libs/openssl:0[static-libs(+)] ) libressl? ( dev-libs/libressl[static-libs(+)] ) ) ) ) ) virtual/os-headers filecaps? ( sys-libs/libcap ) DESCRIPTION=Network monitoring tools including ping and ping6 -EAPI=4 +EAPI=5 HOMEPAGE=http://www.linuxfoundation.org/collaborate/workgroups/networking/iputils IUSE=arping caps clockdiff doc gcrypt idn ipv6 libressl nettle +openssl rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute +filecaps KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux @@ -11,4 +11,4 @@ REQUIRED_USE=ipv6? ( ssl? ( ^^ ( gcrypt nettle openssl ) ) ) SLOT=0 SRC_URI=https://github.com/iputils/iputils/archive/s20150815.tar.gz -> iputils-20150815.tar.gz https://dev.gentoo.org/~polynomial-c/iputils-s20150815-manpages.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fcaps 6a1091a98b1dde01cc26ab3252da1a9b flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=52aa3c680d3d1ae9ee245fe3c33421f7 +_md5_=602debcf229a1e43e8a51240a65862e3 diff --git a/metadata/md5-cache/net-misc/putty-0.67 b/metadata/md5-cache/net-misc/putty-0.67 index 998a1c560e24..8c4e38a69a14 100644 --- a/metadata/md5-cache/net-misc/putty-0.67 +++ b/metadata/md5-cache/net-misc/putty-0.67 @@ -4,10 +4,10 @@ DESCRIPTION=A Free Telnet/SSH Client EAPI=5 HOMEPAGE=http://www.chiark.greenend.org.uk/~sgtatham/putty/ IUSE=doc +gtk ipv6 kerberos -KEYWORDS=~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 hppa ~ppc ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=!net-misc/pssh gtk? ( dev-libs/glib:2 x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/pango ) kerberos? ( virtual/krb5 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~jer/putty-icons.tar.bz2 http://the.earth.li/~sgtatham/putty/latest/putty-0.67.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=33b82fa83e6b6da664435fe4df698f8e +_md5_=a67412c8615043c9827222e85c3758fa diff --git a/metadata/md5-cache/net-p2p/ktorrent-4.3.1-r1 b/metadata/md5-cache/net-p2p/ktorrent-4.3.1-r1 index 9c0aafd8bf00..2464eb83832e 100644 --- a/metadata/md5-cache/net-p2p/ktorrent-4.3.1-r1 +++ b/metadata/md5-cache/net-p2p/ktorrent-4.3.1-r1 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup t DEPEND==net-libs/libktorrent-1.3.1 infowidget? ( dev-libs/geoip ) mediaplayer? ( >=media-libs/taglib-1.5 ) plasma? ( >=kde-base/libtaskmanager-4.4:4[aqua=] ) rss? ( >=kde-apps/kdepimlibs-4.4:4[aqua=] ) shutdown? ( >=kde-base/libkworkspace-4.4:4[aqua=] ) dev-libs/boost sys-devel/gettext >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] DESCRIPTION=A BitTorrent program for KDE EAPI=5 -HOMEPAGE=http://ktorrent.org/ +HOMEPAGE=http://ktorrent.pwsp.net/ IUSE=+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer +magnetgenerator +mediaplayer plasma rss +scanfolder +search +shutdown +stats +upnp webinterface +zeroconf linguas_ar linguas_ast linguas_be linguas_bg linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_ga linguas_gl linguas_hi linguas_hne linguas_hr linguas_hu linguas_is linguas_it linguas_ja linguas_km linguas_ku linguas_lt linguas_lv linguas_mai linguas_ms linguas_nb linguas_nds linguas_nl linguas_nn linguas_oc linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_se linguas_si linguas_sk linguas_sl linguas_sq linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_ug linguas_uk linguas_zh_CN linguas_zh_TW +handbook aqua KEYWORDS=amd64 ppc x86 LICENSE=GPL-2 @@ -10,4 +10,4 @@ RDEPEND==net-libs/libktorrent-1.3.1 infowidget? ( dev SLOT=4 SRC_URI=http://ktorrent.org/downloads/4.3.1/ktorrent-4.3.1.tar.bz2 _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde4-base ada7f1c988b3c32e1c9a8168be2731c3 kde4-functions f6f7b3906630fb197969f914b1ad454a multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a4a2cbb0c4bdacf7d2f55e90986085d7 +_md5_=108e017aab7acaeb82fdfc2a1dcd46dd diff --git a/metadata/md5-cache/net-p2p/transmission-2.92 b/metadata/md5-cache/net-p2p/transmission-2.92 new file mode 100644 index 000000000000..952c48f14197 --- /dev/null +++ b/metadata/md5-cache/net-p2p/transmission-2.92 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=>=dev-libs/libevent-2.0.10:= !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) net-libs/libnatpmp:= >=net-libs/miniupnpc-1.7:= >=net-misc/curl-7.16.3:=[ssl] sys-libs/zlib:= gtk? ( >=dev-libs/dbus-glib-0.100:= >=dev-libs/glib-2.32:2= >=x11-libs/gtk+-3.4:3= ayatana? ( >=dev-libs/libappindicator-0.4.90:3= ) ) systemd? ( sys-apps/systemd:= ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtdbus:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) >=dev-libs/glib-2.32 dev-util/intltool sys-devel/gettext virtual/os-headers virtual/pkgconfig qt5? ( dev-qt/linguist-tools:5 ) xfs? ( sys-fs/xfsprogs ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 virtual/pkgconfig +DESCRIPTION=A Fast, Easy and Free BitTorrent client +EAPI=6 +HOMEPAGE=http://www.transmissionbt.com/ +IUSE=ayatana gtk libressl lightweight systemd qt4 qt5 xfs +KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux +LICENSE=|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT +RDEPEND=>=dev-libs/libevent-2.0.10:= !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) net-libs/libnatpmp:= >=net-libs/miniupnpc-1.7:= >=net-misc/curl-7.16.3:=[ssl] sys-libs/zlib:= gtk? ( >=dev-libs/dbus-glib-0.100:= >=dev-libs/glib-2.32:2= >=x11-libs/gtk+-3.4:3= ayatana? ( >=dev-libs/libappindicator-0.4.90:3= ) ) systemd? ( sys-apps/systemd:= ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtdbus:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) +REQUIRED_USE=ayatana? ( gtk ) ?? ( qt4 qt5 ) +SLOT=0 +SRC_URI=http://download.transmissionbt.com/transmission/files/transmission-2.92.tar.xz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=86d1e3a7fe4a2c962e7a563f597a254e diff --git a/metadata/md5-cache/sci-astronomy/psfex-3.17.1 b/metadata/md5-cache/sci-astronomy/psfex-3.17.1 new file mode 100644 index 000000000000..c054c6fc4122 --- /dev/null +++ b/metadata/md5-cache/sci-astronomy/psfex-3.17.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=sci-libs/atlas:0[lapack,threads=] sci-libs/fftw:3.0 plplot? ( sci-libs/plplot:= ) virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Extracts models of the Point Spread Function from FITS images +EAPI=6 +HOMEPAGE=http://www.astromatic.net/software/psfex +IUSE=doc threads plplot +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-3 +RDEPEND=sci-libs/atlas:0[lapack,threads=] sci-libs/fftw:3.0 plplot? ( sci-libs/plplot:= ) +SLOT=0 +SRC_URI=http://www.astromatic.net/download/psfex/psfex-3.17.1.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=cad426cffd5af9a4ef56e69c367e4e19 diff --git a/metadata/md5-cache/sci-astronomy/scamp-2.0.4 b/metadata/md5-cache/sci-astronomy/scamp-2.0.4 new file mode 100644 index 000000000000..cc315dc38cbf --- /dev/null +++ b/metadata/md5-cache/sci-astronomy/scamp-2.0.4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=sci-astronomy/cdsclient sci-libs/atlas[lapack,threads=] sci-libs/fftw:3.0 plplot? ( sci-libs/plplot:= ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Astrometric and photometric solutions for astronomical images +EAPI=6 +HOMEPAGE=http://www.astromatic.net/software/scamp +IUSE=doc plplot threads +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-3 +RDEPEND=sci-astronomy/cdsclient sci-libs/atlas[lapack,threads=] sci-libs/fftw:3.0 plplot? ( sci-libs/plplot:= ) +SLOT=0 +SRC_URI=http://www.astromatic.net/download/scamp/scamp-2.0.4.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=723c7b0d182020c9bc5d6776accafd24 diff --git a/metadata/md5-cache/sci-astronomy/sextractor-2.19.5 b/metadata/md5-cache/sci-astronomy/sextractor-2.19.5 new file mode 100644 index 000000000000..247276583d60 --- /dev/null +++ b/metadata/md5-cache/sci-astronomy/sextractor-2.19.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst prepare +DEPEND=modelfit? ( sci-libs/atlas[lapack,threads=] sci-libs/fftw:3.0 ) modelfit? ( !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 ) +DESCRIPTION=Extract catalogs of sources from astronomical FITS images +EAPI=6 +HOMEPAGE=http://www.astromatic.net/software/sextractor +IUSE=doc modelfit test threads +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-3 +RDEPEND=modelfit? ( sci-libs/atlas[lapack,threads=] sci-libs/fftw:3.0 ) +REQUIRED_USE=test? ( modelfit ) +SLOT=0 +SRC_URI=http://www.astromatic.net/download/sextractor/sextractor-2.19.5.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=d1962a72a02e1ef0222430af0b898f6c diff --git a/metadata/md5-cache/sci-libs/atlas-3.10.2 b/metadata/md5-cache/sci-libs/atlas-3.10.2 new file mode 100644 index 000000000000..d391a7b8f6cb --- /dev/null +++ b/metadata/md5-cache/sci-libs/atlas-3.10.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install setup test +DEPEND=fortran? ( virtual/fortran ) +DESCRIPTION=Automatically Tuned Linear Algebra Software +EAPI=6 +HOMEPAGE=http://math-atlas.sourceforge.net/ +IUSE=doc fortran generic lapack static-libs threads +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=fortran? ( virtual/fortran ) +SLOT=0 +SRC_URI=mirror://sourceforge/math-atlas/atlas3.10.2.tar.bz2 fortran? ( lapack? ( http://www.netlib.org/lapack/lapack-3.6.0.tgz ) ) +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=79132f08484617c0b38dbcef3fb0316c diff --git a/metadata/md5-cache/sci-libs/openfoam-2.3.0 b/metadata/md5-cache/sci-libs/openfoam-2.3.0-r1 similarity index 95% rename from metadata/md5-cache/sci-libs/openfoam-2.3.0 rename to metadata/md5-cache/sci-libs/openfoam-2.3.0-r1 index 9f73f1338af7..8c325e656df8 100644 --- a/metadata/md5-cache/sci-libs/openfoam-2.3.0 +++ b/metadata/md5-cache/sci-libs/openfoam-2.3.0-r1 @@ -7,7 +7,7 @@ IUSE=doc examples opendx src paraview KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=!=sci-libs/openfoam-bin-2.3* !=sci-libs/openfoam-kernel-2.3* !=sci-libs/openfoam-meta-2.3* !=sci-libs/openfoam-solvers-2.3* !=sci-libs/openfoam-utilities-2.3* !=sci-libs/openfoam-wmake-2.3* sci-libs/parmetis sci-libs/parmgridgen sci-libs/scotch virtual/mpi opendx? ( sci-visualization/opendx ) paraview? ( ~sci-visualization/paraview-4.1.0[development] ) -SLOT=2.2 +SLOT=2.3 SRC_URI=http://downloads.sourceforge.net/foam/OpenFOAM-2.3.0.tgz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=581e479c11e5389ff65435193b1d0e97 +_md5_=1d7779aaac91434266a84c09a2bd0bfc diff --git a/metadata/md5-cache/sci-libs/openfoam-2.3.1 b/metadata/md5-cache/sci-libs/openfoam-2.3.1-r1 similarity index 95% rename from metadata/md5-cache/sci-libs/openfoam-2.3.1 rename to metadata/md5-cache/sci-libs/openfoam-2.3.1-r1 index 567f38667cb6..560c2f04bf95 100644 --- a/metadata/md5-cache/sci-libs/openfoam-2.3.1 +++ b/metadata/md5-cache/sci-libs/openfoam-2.3.1-r1 @@ -7,7 +7,7 @@ IUSE=doc examples opendx src paraview KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=!=sci-libs/openfoam-bin-2.3* !=sci-libs/openfoam-kernel-2.3* !=sci-libs/openfoam-meta-2.3* !=sci-libs/openfoam-solvers-2.3* !=sci-libs/openfoam-utilities-2.3* !=sci-libs/openfoam-wmake-2.3* sci-libs/parmetis sci-libs/parmgridgen sci-libs/scotch virtual/mpi opendx? ( sci-visualization/opendx ) paraview? ( ~sci-visualization/paraview-4.1.0[development] ) -SLOT=2.2 +SLOT=2.3 SRC_URI=http://downloads.sourceforge.net/foam/OpenFOAM-2.3.1.tgz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=af12393a2cf0decac47accdfb7bcce66 +_md5_=4055424eadd64dbcd43505ae1d5ddd63 diff --git a/metadata/md5-cache/sci-libs/openfoam-2.4.0 b/metadata/md5-cache/sci-libs/openfoam-2.4.0-r1 similarity index 95% rename from metadata/md5-cache/sci-libs/openfoam-2.4.0 rename to metadata/md5-cache/sci-libs/openfoam-2.4.0-r1 index 25a147ab9fe1..2cbc34e21e29 100644 --- a/metadata/md5-cache/sci-libs/openfoam-2.4.0 +++ b/metadata/md5-cache/sci-libs/openfoam-2.4.0-r1 @@ -7,7 +7,7 @@ IUSE=doc examples opendx src paraview KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=!=sci-libs/openfoam-bin-2.4* !=sci-libs/openfoam-kernel-2.4* !=sci-libs/openfoam-meta-2.4* !=sci-libs/openfoam-solvers-2.4* !=sci-libs/openfoam-utilities-2.4* !=sci-libs/openfoam-wmake-2.4* sci-mathematics/cgal sci-libs/parmetis sci-libs/parmgridgen sci-libs/scotch virtual/mpi opendx? ( sci-visualization/opendx ) paraview? ( sci-visualization/paraview[development] ) -SLOT=2.2 +SLOT=2.4 SRC_URI=http://downloads.sourceforge.net/foam/OpenFOAM-2.4.0.tgz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1f5bc11de9f402f46e6bd3704a9e94a3 +_md5_=e60f56595e4bcc1ba1da332959ddb888 diff --git a/metadata/md5-cache/sci-visualization/gnuplot-5.0.3 b/metadata/md5-cache/sci-visualization/gnuplot-5.0.3 new file mode 100644 index 000000000000..0c0a1b50310f --- /dev/null +++ b/metadata/md5-cache/sci-visualization/gnuplot-5.0.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3:2=[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) libcaca? ( media-libs/libcaca ) lua? ( dev-lang/lua:0 ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline:0 ) libcerf? ( sci-libs/libcerf ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:3.0[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw ) virtual/pkgconfig doc? ( virtual/latex-base dev-texlive/texlive-latexextra app-text/ghostscript-gpl ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Command-line driven interactive plotting program +EAPI=5 +HOMEPAGE=http://www.gnuplot.info/ +IUSE=aqua bitmap cairo compat doc examples +gd ggi latex libcaca libcerf lua qt4 readline svga wxwidgets X +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=gnuplot bitmap? ( free-noncomm ) +RDEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3:2=[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) libcaca? ( media-libs/libcaca ) lua? ( dev-lang/lua:0 ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline:0 ) libcerf? ( sci-libs/libcerf ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:3.0[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw ) +SLOT=0 +SRC_URI=mirror://sourceforge/gnuplot/gnuplot-5.0.3.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 wxwidgets cf6a488b00cd81e258206bc14b4167d9 +_md5_=9251e14ea2078fe6c025bae63eae5fbd diff --git a/metadata/md5-cache/sys-apps/dbus-1.8.18 b/metadata/md5-cache/sys-apps/dbus-1.10.8 similarity index 81% rename from metadata/md5-cache/sys-apps/dbus-1.8.18 rename to metadata/md5-cache/sys-apps/dbus-1.10.8 index 04239ef36475..245d8fe3a845 100644 --- a/metadata/md5-cache/sys-apps/dbus-1.8.18 +++ b/metadata/md5-cache/sys-apps/dbus-1.10.8 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare setup test -DEPEND=>=dev-libs/expat-2 selinux? ( sys-libs/libselinux ) systemd? ( sys-apps/systemd:0= ) X? ( x11-libs/libX11 x11-libs/libXt ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r4 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-text/xmlto app-text/docbook-xml-dtd:4.4 virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( >=dev-libs/glib-2.24:2 || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>=dev-libs/expat-2 selinux? ( sys-libs/libselinux ) systemd? ( sys-apps/systemd:0= ) X? ( x11-libs/libX11 x11-libs/libXt ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r4 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-text/xmlto app-text/docbook-xml-dtd:4.4 virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( >=dev-libs/glib-2.36:2 || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=A message bus system, a simple way for applications to talk to each other -EAPI=5 +EAPI=6 HOMEPAGE=http://dbus.freedesktop.org/ IUSE=debug doc selinux static-libs systemd test X test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=|| ( AFL-2.1 GPL-2 ) RDEPEND=>=dev-libs/expat-2 selinux? ( sys-libs/libselinux ) systemd? ( sys-apps/systemd:0= ) X? ( x11-libs/libX11 x11-libs/libXt ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r4 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) selinux? ( sec-policy/selinux-dbus ) +RESTRICT=test SLOT=0 -SRC_URI=http://dbus.freedesktop.org/releases/dbus/dbus-1.8.18.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=674ae6a62a6b40876b171e3a2b87ec84 +SRC_URI=http://dbus.freedesktop.org/releases/dbus/dbus-1.10.8.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 +_md5_=f281794445bd3b81b2c0f059994855b6 diff --git a/metadata/md5-cache/sys-apps/findutils-4.6.0 b/metadata/md5-cache/sys-apps/findutils-4.6.0 index 1d59da66b267..3470ae3b8ef2 100644 --- a/metadata/md5-cache/sys-apps/findutils-4.6.0 +++ b/metadata/md5-cache/sys-apps/findutils-4.6.0 @@ -10,4 +10,4 @@ RDEPEND=selinux? ( sys-libs/libselinux ) nls? ( virtual/libintl ) SLOT=0 SRC_URI=mirror://gnu/findutils/findutils-4.6.0.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=dfed57fcfb4717d3d556609e3cf572d5 +_md5_=3a5403561451194a27700bdac36793f7 diff --git a/metadata/md5-cache/sys-apps/pciutils-3.4.1 b/metadata/md5-cache/sys-apps/pciutils-3.4.1 index d7dd7d75ced7..26434cb74a1f 100644 --- a/metadata/md5-cache/sys-apps/pciutils-3.4.1 +++ b/metadata/md5-cache/sys-apps/pciutils-3.4.1 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=kmod? ( sys-apps/kmod ) static-libs? ( zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) !static-libs? ( zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) udev? ( >=virtual/libudev-208[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-apps/hwids abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r14 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/pciutils-3.4.1.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=17d53379a8c0a6c3bc92086b2468e15d +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=23c0083967175fd00b8d51ae7e6231b8 diff --git a/metadata/md5-cache/sys-apps/s6-2.2.4.3 b/metadata/md5-cache/sys-apps/s6-2.2.4.3 index 1505e49c89cd..2c47c9415958 100644 --- a/metadata/md5-cache/sys-apps/s6-2.2.4.3 +++ b/metadata/md5-cache/sys-apps/s6-2.2.4.3 @@ -1,13 +1,12 @@ -DEFINED_PHASES=compile configure install prepare +DEFINED_PHASES=configure prepare DEPEND=>=sys-devel/make-4.0 static? ( >=dev-lang/execline-2.1.4.5[static-libs] >=dev-libs/skalibs-2.3.9.0[static-libs] ) !static? ( >=dev-lang/execline-2.1.4.5 >=dev-libs/skalibs-2.3.9.0 ) DESCRIPTION=skarnet.org's small and secure supervision software suite -EAPI=5 +EAPI=6 HOMEPAGE=http://www.skarnet.org/software/s6/ -IUSE=static +IUSE=static static-libs KEYWORDS=~amd64 ~x86 LICENSE=ISC RDEPEND=!static? ( >=dev-lang/execline-2.1.4.5 >=dev-libs/skalibs-2.3.9.0 ) SLOT=0 SRC_URI=http://www.skarnet.org/software/s6/s6-2.2.4.3.tar.gz -_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=ec595fce8945342551a41f94e46005da +_md5_=bc01e6281118cbbc5280bf6f288dc20c diff --git a/metadata/md5-cache/sys-apps/sysvinit-2.88-r9 b/metadata/md5-cache/sys-apps/sysvinit-2.88-r9 index d6bfcace899e..8c10c7ce8caf 100644 --- a/metadata/md5-cache/sys-apps/sysvinit-2.88-r9 +++ b/metadata/md5-cache/sys-apps/sysvinit-2.88-r9 @@ -10,4 +10,4 @@ RDEPEND=selinux? ( >=sys-libs/libselinux-1.28 ) selinux? ( sec-policy/selinux-sh SLOT=0 SRC_URI=mirror://nongnu/sysvinit/sysvinit-2.88dsf.tar.bz2 _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=19c78b49cb969a0bddc296fd0d312767 +_md5_=a3b044c676096d5ddb0861f036aaab80 diff --git a/metadata/md5-cache/sys-apps/util-linux-2.27.1 b/metadata/md5-cache/sys-apps/util-linux-2.27.1 index a9a853138277..c71bc3ac1d07 100644 --- a/metadata/md5-cache/sys-apps/util-linux-2.27.1 +++ b/metadata/md5-cache/sys-apps/util-linux-2.27.1 @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( ^^ ( python_single_target_python2_7 python_single_target_ SLOT=0 SRC_URI=mirror://kernel/linux/utils/util-linux/v2.27/util-linux-2.27.1.tar.xz _eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=847456bddf4421db07540b3a89a1f2a1 +_md5_=fabb6dfb4e7dcce809cfdf0545560704 diff --git a/metadata/md5-cache/sys-cluster/nova-12.0.2-r1 b/metadata/md5-cache/sys-cluster/nova-12.0.2-r1 new file mode 100644 index 000000000000..fcf42cb3dac4 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/nova-12.0.2-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=dev-python/setuptools-16.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pbr-1.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-admin/sudo test? ( >=dev-python/coverage-3.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/coverage-4.0.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/fixtures-1.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/fixtures-1.4.0-r9999[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/mock-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/mock-1.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/mox3-0.7.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/mox3-0.12.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/psycopg-2.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/psycopg-2.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pymysql-0.6.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/pymysql-0.6.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/python-barbicanclient-3.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-ironicclient-0.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-ironicclient-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/subunit-0.0.18[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/subunit-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/requests-mock-0.6.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/requests-mock-0.7.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sphinx-1.1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/sphinx-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/pillow-2.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/oslo-sphinx-2.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-sphinx-4.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslotest-1.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslotest-2.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/testrepository-0.0.18[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/testrepository-0.0.20[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/testresources-0.2.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/testresources-1.0.0-r9999[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/testtools-1.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/testtools-1.8.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/tempest-lib-0.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/tempest-lib-0.11.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/bandit-0.13.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/bandit-0.16.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-vmware-0.16.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-vmware-2.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/reno-0.1.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) 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(-)] +DESCRIPTION=Cloud computing fabric controller (main part of an IaaS system) in Python +EAPI=5 +HOMEPAGE=https://launchpad.net/nova +IUSE=+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test python_targets_python2_7 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/pbr-1.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] compute-only? ( >=dev-python/sqlalchemy-0.9.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.9.9[sqlite,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.9.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-0.9.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/boto-2.32.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/boto-2.38.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/decorator-3.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/decorator-4.0.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/eventlet-0.17.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/jinja-2.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/jinja-2.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/keystonemiddleware-2.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/keystonemiddleware-2.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/keystonemiddleware-4.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/lxml-2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/lxml-3.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/routes-1.12.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/routes-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/routes-2.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/routes-2.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cryptography-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/cryptography-1.1.2-r9999[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/webob-1.2.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/webob-1.5.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/greenlet-0.4.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pastedeploy-1.5.0-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/pastedeploy-1.5.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/paste-2.0.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/prettytable-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/sqlalchemy-migrate-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/sqlalchemy-migrate-0.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/netaddr-0.7.12[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/netaddr-0.7.16[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/netaddr-0.7.18[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~dev-python/netifaces-0.10.4[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/paramiko-1.13.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/paramiko-1.16.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/Babel-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/Babel-2.1.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/iso8601-0.1.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/iso8601-0.1.11[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/jsonschema-2.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/jsonschema-2.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/python-cinderclient-1.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-cinderclient-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-keystoneclient-1.6.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/python-keystoneclient-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-keystoneclient-2.0.0-r9999[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-neutronclient-2.6.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-neutronclient-3.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-glanceclient-0.18.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-glanceclient-1.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-barbicanclient-3.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/python-barbicanclient-3.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/requests-2.5.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/requests-2.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/requests-2.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/requests-2.8.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/six-1.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/stevedore-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/stevedore-1.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/setuptools-16.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/websockify-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/websockify-0.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/websockify-0.7.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-concurrency-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-concurrency-3.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-config-2.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-config-3.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-context-0.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-context-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-log-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-log-2.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-reports-0.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-reports-1.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-serialization-1.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-serialization-2.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-utils-2.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-utils-2.6.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-utils-3.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-db-2.4.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-db-4.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-rootwrap-2.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-rootwrap-3.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-messaging-1.16.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-messaging-1.17.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-messaging-1.17.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-messaging-2.6.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-messaging-2.6.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-messaging-2.7.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-messaging-2.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-messaging-2.8.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-messaging-2.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-messaging-3.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-messaging-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-i18n-1.5.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-i18n-3.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-service-0.7.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-service-1.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/rfc3986-0.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/rfc3986-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oslo-middleware-2.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-middleware-3.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-middleware-3.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !~dev-python/oslo-middleware-3.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-middleware-3.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/psutil-1.1.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =dev-python/oslo-versionedobjects-0.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/oslo-versionedobjects-1.1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/alembic-0.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/alembic-0.8.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/os-brick-0.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/os-brick-0.6.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <=dev-python/libvirt-python-1.3.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-emulation/libvirt[iscsi?] novncproxy? ( www-apps/novnc ) sys-apps/iproute2 openvswitch? ( <=net-misc/openvswitch-2.4.0 ) rabbitmq? ( net-misc/rabbitmq-server ) memcached? ( net-misc/memcached <=dev-python/python-memcached-1.57 ) sys-fs/sysfsutils sys-fs/multipath-tools net-misc/bridge-utils compute? ( app-cdr/cdrkit sys-fs/dosfstools app-emulation/qemu ) iscsi? ( sys-fs/lsscsi >=sys-block/open-iscsi-2.0.872-r3 ) 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=!compute-only? ( || ( mysql postgres sqlite ) ) compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite ) || ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://tarballs.openstack.org/nova/nova-12.0.2.tar.gz https://dev.gentoo.org/~prometheanfire/dist/nova/liberty/nova.conf.sample -> liberty-nova.conf.sample +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=0a550daaa5e8a721f6822007e6ff246a diff --git a/metadata/md5-cache/sys-devel/autogen-5.18.4 b/metadata/md5-cache/sys-devel/autogen-5.18.4 index f82a50ee57b1..d8215af5cc33 100644 --- a/metadata/md5-cache/sys-devel/autogen-5.18.4 +++ b/metadata/md5-cache/sys-devel/autogen-5.18.4 @@ -10,4 +10,4 @@ RDEPEND=>=dev-scheme/guile-1.8 dev-libs/libxml2 SLOT=0 SRC_URI=mirror://gnu/autogen/rel5.18.4/autogen-5.18.4.tar.xz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=6b40f28eefc9d553b09583d016ba5520 +_md5_=a62ade5810328f8fb543f0491178244b diff --git a/metadata/md5-cache/sys-devel/bmake-20160220 b/metadata/md5-cache/sys-devel/bmake-20160220 new file mode 100644 index 000000000000..53ab362af736 --- /dev/null +++ b/metadata/md5-cache/sys-devel/bmake-20160220 @@ -0,0 +1,10 @@ +DEFINED_PHASES=compile configure install test +DESCRIPTION=NetBSD's portable make +EAPI=5 +HOMEPAGE=http://www.crufty.net/help/sjg/bmake.html +KEYWORDS=~amd64 ~ppc ~x86 ~x64-freebsd +LICENSE=BSD +SLOT=0 +SRC_URI=http://void.crufty.net/ftp/pub/sjg/bmake-20160220.tar.gz http://void.crufty.net/ftp/pub/sjg/mk-20151111.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=e66220e8630af45a73f5775dd23ebbe6 diff --git a/metadata/md5-cache/sys-fs/ctmg-1.1 b/metadata/md5-cache/sys-fs/ctmg-1.1 index 64726b8f90fa..90433dbd79d4 100644 --- a/metadata/md5-cache/sys-fs/ctmg-1.1 +++ b/metadata/md5-cache/sys-fs/ctmg-1.1 @@ -2,9 +2,9 @@ DEFINED_PHASES=compile install DESCRIPTION=Simple wrapper around cryptsetup for encrypted containers EAPI=5 HOMEPAGE=http://git.zx2c4.com/ctmg/about/ -KEYWORDS=~amd64 ~x86 ~arm ~arm64 +KEYWORDS=amd64 x86 arm arm64 LICENSE=MIT RDEPEND=sys-fs/cryptsetup sys-apps/util-linux sys-fs/e2fsprogs sys-apps/coreutils app-admin/sudo SLOT=0 SRC_URI=http://git.zx2c4.com/ctmg/snapshot/ctmg-1.1.tar.xz -_md5_=2d7b9b6aebca3cd9891b1cc3b53341f4 +_md5_=9496ea0f4bff4fe0fd8044c1c50c4709 diff --git a/metadata/md5-cache/sys-fs/ctmg-1.2 b/metadata/md5-cache/sys-fs/ctmg-1.2 new file mode 100644 index 000000000000..26f7483e7249 --- /dev/null +++ b/metadata/md5-cache/sys-fs/ctmg-1.2 @@ -0,0 +1,10 @@ +DEFINED_PHASES=compile install +DESCRIPTION=Simple wrapper around cryptsetup for encrypted containers +EAPI=5 +HOMEPAGE=http://git.zx2c4.com/ctmg/about/ +KEYWORDS=~amd64 ~x86 ~arm ~arm64 +LICENSE=MIT +RDEPEND=sys-fs/cryptsetup sys-apps/util-linux sys-fs/e2fsprogs sys-apps/coreutils app-admin/sudo +SLOT=0 +SRC_URI=http://git.zx2c4.com/ctmg/snapshot/ctmg-1.2.tar.xz +_md5_=f7a813309b8d53aa5369869c4c4cddc7 diff --git a/metadata/md5-cache/sys-fs/udev-222 b/metadata/md5-cache/sys-fs/udev-222 index c1e9ac389918..a2554e278a24 100644 --- a/metadata/md5-cache/sys-fs/udev-222 +++ b/metadata/md5-cache/sys-fs/udev-222 @@ -10,6 +10,6 @@ PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 RDEPEND=>=sys-apps/util-linux-2.24 acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) ! udev-222.tar.gz +SRC_URI=https://github.com/systemd/systemd/archive/v222.tar.gz -> systemd-222.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=322d6f43bc11ffe4ddf61bc91f4ae2cd +_md5_=1364fd2f4a99f43c2de83eb1a5cfdeae diff --git a/metadata/md5-cache/sys-fs/udev-224 b/metadata/md5-cache/sys-fs/udev-224 index b2f884a99595..e4596feaedef 100644 --- a/metadata/md5-cache/sys-fs/udev-224 +++ b/metadata/md5-cache/sys-fs/udev-224 @@ -10,6 +10,6 @@ PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 RDEPEND=>=sys-apps/util-linux-2.24 acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) ! udev-224.tar.gz +SRC_URI=https://github.com/systemd/systemd/archive/v224.tar.gz -> systemd-224.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b85ae0450ee8c6686985d57eb5c88f50 +_md5_=c4d98c57e1885c5aa1c326c12ddb3281 diff --git a/metadata/md5-cache/sys-fs/udev-224-r1 b/metadata/md5-cache/sys-fs/udev-224-r1 index 5a186b2ed0f0..74ff71e49ed9 100644 --- a/metadata/md5-cache/sys-fs/udev-224-r1 +++ b/metadata/md5-cache/sys-fs/udev-224-r1 @@ -10,6 +10,6 @@ PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 RDEPEND=>=sys-apps/util-linux-2.24 acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) ! udev-224.tar.gz +SRC_URI=https://github.com/systemd/systemd/archive/v224.tar.gz -> systemd-224.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6cb2d49ae4bcfe350915c6059d266e5b +_md5_=b8412596e3aa9555c98ba3577c1e0fe1 diff --git a/metadata/md5-cache/sys-fs/udev-224-r2 b/metadata/md5-cache/sys-fs/udev-224-r2 index 837b9aacaf07..e874d02ea6c3 100644 --- a/metadata/md5-cache/sys-fs/udev-224-r2 +++ b/metadata/md5-cache/sys-fs/udev-224-r2 @@ -10,6 +10,6 @@ PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 RDEPEND=>=sys-apps/util-linux-2.24 sys-libs/libcap[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(-)?] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) ! udev-224.tar.gz +SRC_URI=https://github.com/systemd/systemd/archive/v224.tar.gz -> systemd-224.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1146ae2d29f410844622077c95a8c616 +_md5_=fc682a7378400e2f381455cc29a1ba81 diff --git a/metadata/md5-cache/sys-fs/udev-225 b/metadata/md5-cache/sys-fs/udev-225 index 0ad4ae58165a..ef5219556a31 100644 --- a/metadata/md5-cache/sys-fs/udev-225 +++ b/metadata/md5-cache/sys-fs/udev-225 @@ -10,6 +10,6 @@ PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 RDEPEND=>=sys-apps/util-linux-2.24 sys-libs/libcap[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(-)?] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) ! udev-225.tar.gz +SRC_URI=https://github.com/systemd/systemd/archive/v225.tar.gz -> systemd-225.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fae117eb0d9c7ee20cc1d2b81b7035b5 +_md5_=f0d663d15e177997b6bb74fe4f2fdfc3 diff --git a/metadata/md5-cache/sys-fs/udev-228 b/metadata/md5-cache/sys-fs/udev-228 index 135312b50ecb..e47a3b812c3a 100644 --- a/metadata/md5-cache/sys-fs/udev-228 +++ b/metadata/md5-cache/sys-fs/udev-228 @@ -10,6 +10,6 @@ PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 RDEPEND=>=sys-apps/util-linux-2.27.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(-)?] sys-libs/libcap[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(-)?] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) ! udev-228.tar.gz +SRC_URI=https://github.com/systemd/systemd/archive/v228.tar.gz -> systemd-228.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f83432dc12b4b300709008c25ee6dc4a +_md5_=2281f1ec12d29eca2325ddc1e68450dd diff --git a/metadata/md5-cache/sys-fs/udev-229 b/metadata/md5-cache/sys-fs/udev-229 index 4d7f131acff7..81d14591ef2a 100644 --- a/metadata/md5-cache/sys-fs/udev-229 +++ b/metadata/md5-cache/sys-fs/udev-229 @@ -10,6 +10,6 @@ PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 RDEPEND=>=sys-apps/util-linux-2.27.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(-)?] sys-libs/libcap[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(-)?] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) ! udev-229.tar.gz +SRC_URI=https://github.com/systemd/systemd/archive/v229.tar.gz -> systemd-229.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=717f259732e5c4a13abd3cd00f3d10e1 +_md5_=0716f357dac16626edaa61edc13aa33c diff --git a/metadata/md5-cache/sys-fs/udev-229-r1 b/metadata/md5-cache/sys-fs/udev-229-r1 index 6e68ac34ba47..bfd0a264c2a1 100644 --- a/metadata/md5-cache/sys-fs/udev-229-r1 +++ b/metadata/md5-cache/sys-fs/udev-229-r1 @@ -10,6 +10,6 @@ PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 RDEPEND=>=sys-apps/util-linux-2.27.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(-)?] sys-libs/libcap[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(-)?] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) ! udev-229.tar.gz +SRC_URI=https://github.com/systemd/systemd/archive/v229.tar.gz -> systemd-229.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a3f414b6c4bc55c91db1286f7e399ab4 +_md5_=709cc7d2cba0ab61ab4ce8abb8d04a8b diff --git a/metadata/md5-cache/sys-fs/udev-229-r2 b/metadata/md5-cache/sys-fs/udev-229-r2 index e15bb635cfea..abeb7d55814a 100644 --- a/metadata/md5-cache/sys-fs/udev-229-r2 +++ b/metadata/md5-cache/sys-fs/udev-229-r2 @@ -10,6 +10,6 @@ PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 RDEPEND=>=sys-apps/util-linux-2.27.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(-)?] sys-libs/libcap[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(-)?] acl? ( sys-apps/acl ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) ! udev-229.tar.gz https://dev.gentoo.org/~williamh/dist/udev-229-patches-1.tar.xz https://dev.gentoo.org/~ssuominen/udev-229-patches-1.tar.xz +SRC_URI=https://github.com/systemd/systemd/archive/v229.tar.gz -> systemd-229.tar.gz https://dev.gentoo.org/~williamh/dist/udev-229-patches-1.tar.xz https://dev.gentoo.org/~ssuominen/udev-229-patches-1.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e21a357fcb5df4f6c3f141aa25d6c918 +_md5_=0188686cc80e1edf09f510a89594f8b9 diff --git a/metadata/md5-cache/sys-fs/udev-9999 b/metadata/md5-cache/sys-fs/udev-9999 index 358b48ba83fd..913e88ef40e6 100644 --- a/metadata/md5-cache/sys-fs/udev-9999 +++ b/metadata/md5-cache/sys-fs/udev-9999 @@ -10,4 +10,4 @@ RDEPEND=>=sys-apps/util-linux-2.27.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(- RESTRICT=test SLOT=0 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e git-r3 ef66dfc3db09f327af21cf32f140fb2b libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=717f259732e5c4a13abd3cd00f3d10e1 +_md5_=0716f357dac16626edaa61edc13aa33c diff --git a/metadata/md5-cache/sys-libs/glibc-2.22-r2 b/metadata/md5-cache/sys-libs/glibc-2.22-r2 index 00f17fad60b0..72805c3a8e5d 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.22-r2 +++ b/metadata/md5-cache/sys-libs/glibc-2.22-r2 @@ -10,6 +10,6 @@ PDEPEND=!vanilla? ( sys-libs/timezone-data ) RDEPEND=!sys-kernel/ps3-sources sys-apps/gentoo-functions selinux? ( sys-libs/libselinux ) !sys-libs/nss-db vanilla? ( !sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 -SRC_URI=mirror://gnu/glibc/glibc-2.22.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.22.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.22.tar.xz mirror://gentoo/glibc-2.22.tar.xz mirror://gentoo/glibc-2.22-patches-10.tar.bz2 https://dev.gentoo.org/~vapier/dist/glibc-2.22-patches-10.tar.bz2 https://dev.gentoo.org/~azarah/glibc/glibc-2.22-patches-10.tar.bz2 multilib? ( mirror://gentoo/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~azarah/glibc/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 ) +SRC_URI=mirror://gnu/glibc/glibc-2.22.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.22.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.22.tar.xz mirror://gentoo/glibc-2.22.tar.xz mirror://gentoo/glibc-2.22-patches-11.tar.bz2 https://dev.gentoo.org/~vapier/dist/glibc-2.22-patches-11.tar.bz2 https://dev.gentoo.org/~azarah/glibc/glibc-2.22-patches-11.tar.bz2 multilib? ( mirror://gentoo/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~azarah/glibc/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 ) _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnuconfig 3920de1188fc7bfee873515453ed1d10 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c9fc5eec80d861cea24f789788a6ce6d +_md5_=c93893d585edb25eae8931191ac7b1b8 diff --git a/metadata/md5-cache/sys-libs/glibc-2.23 b/metadata/md5-cache/sys-libs/glibc-2.23 index 6671166ebebd..1bcd287e03f7 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.23 +++ b/metadata/md5-cache/sys-libs/glibc-2.23 @@ -9,6 +9,6 @@ PDEPEND=!vanilla? ( sys-libs/timezone-data ) RDEPEND=!sys-kernel/ps3-sources sys-apps/gentoo-functions selinux? ( sys-libs/libselinux ) !sys-libs/nss-db vanilla? ( !sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 -SRC_URI=mirror://gnu/glibc/glibc-2.23.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.23.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.23.tar.xz mirror://gentoo/glibc-2.23.tar.xz mirror://gentoo/glibc-2.23-patches-1.tar.bz2 https://dev.gentoo.org/~vapier/dist/glibc-2.23-patches-1.tar.bz2 https://dev.gentoo.org/~azarah/glibc/glibc-2.23-patches-1.tar.bz2 multilib? ( mirror://gentoo/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~azarah/glibc/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 ) +SRC_URI=mirror://gnu/glibc/glibc-2.23.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.23.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.23.tar.xz mirror://gentoo/glibc-2.23.tar.xz mirror://gentoo/glibc-2.23-patches-2.tar.bz2 https://dev.gentoo.org/~vapier/dist/glibc-2.23-patches-2.tar.bz2 https://dev.gentoo.org/~azarah/glibc/glibc-2.23-patches-2.tar.bz2 multilib? ( mirror://gentoo/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~azarah/glibc/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 ) _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnuconfig 3920de1188fc7bfee873515453ed1d10 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=830c4dc5ea1009bb07a8d7e3dbd842f7 +_md5_=c684649513bfd38e69e7bffbd7704c83 diff --git a/metadata/md5-cache/sys-libs/talloc-2.1.0-r1 b/metadata/md5-cache/sys-libs/talloc-2.1.0-r1 deleted file mode 100644 index 1f91af345303..000000000000 --- a/metadata/md5-cache/sys-libs/talloc-2.1.0-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=python? ( >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) !!=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] -DESCRIPTION=Samba talloc library -EAPI=5 -HOMEPAGE=http://talloc.samba.org/ -IUSE=compat +python python_targets_python2_7 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris -LICENSE=GPL-3 LGPL-3+ LGPL-2 BSD -RDEPEND=python? ( >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) !!=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) !!=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] DESCRIPTION=Samba talloc library -EAPI=5 +EAPI=6 HOMEPAGE=http://talloc.samba.org/ IUSE=compat +python python_targets_python2_7 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris LICENSE=GPL-3 LGPL-3+ LGPL-2 BSD RDEPEND=python? ( >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) !!=sys-libs/talloc-2.1.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] python? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) >=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-lang/python-2.7.5-r2:2.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] +DESCRIPTION=Samba tevent library +EAPI=6 +HOMEPAGE=http://tevent.samba.org/ +IUSE=python abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux +LICENSE=GPL-3 +RDEPEND=>=sys-libs/talloc-2.1.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] python? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) +REQUIRED_USE=python_targets_python2_7 +SLOT=0 +SRC_URI=http://samba.org/ftp/tevent/tevent-0.9.28.tar.gz +_eclasses_=multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 waf-utils c21174962af5ca8091b66f58612797ce +_md5_=6df391f797c97b71306c54421f83007d diff --git a/metadata/md5-cache/sys-libs/timezone-data-2016a b/metadata/md5-cache/sys-libs/timezone-data-2016a index 3f0b93601de2..df5b5ac08031 100644 --- a/metadata/md5-cache/sys-libs/timezone-data-2016a +++ b/metadata/md5-cache/sys-libs/timezone-data-2016a @@ -9,4 +9,4 @@ RDEPEND=!sys-libs/glibc[vanilla(+)] SLOT=0 SRC_URI=http://www.iana.org/time-zones/repository/releases/tzdata2016a.tar.gz http://www.iana.org/time-zones/repository/releases/tzcode2016a.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=11e0e7c95e365534d0beadf62aed027d +_md5_=c4cf09301b282d8622f37166f0e59f9e diff --git a/metadata/md5-cache/sys-process/atop-2.2 b/metadata/md5-cache/sys-process/atop-2.2 index 5fef237fa08b..609b4df300c5 100644 --- a/metadata/md5-cache/sys-process/atop-2.2 +++ b/metadata/md5-cache/sys-process/atop-2.2 @@ -1,5 +1,5 @@ DEFINED_PHASES=install prepare -DEPEND=sys-libs/ncurses sys-process/acct virtual/pkgconfig +DEPEND=sys-libs/ncurses sys-process/acct virtual/pkgconfig virtual/pkgconfig DESCRIPTION=Resource-specific view of processes EAPI=4 HOMEPAGE=http://www.atoptool.nl/ @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=sys-libs/ncurses sys-process/acct SLOT=0 SRC_URI=http://www.atoptool.nl/download/atop-2.2-3.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=613c3129203d7d2467f7201d4e322bb3 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=2905f42f4bd6b2e2e02156afb7d3156b diff --git a/metadata/md5-cache/sys-process/htop-2.0.1 b/metadata/md5-cache/sys-process/htop-2.0.1 new file mode 100644 index 000000000000..941ed7774838 --- /dev/null +++ b/metadata/md5-cache/sys-process/htop-2.0.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure prepare setup +DEPEND=sys-libs/ncurses:0=[unicode?] virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=interactive process viewer +EAPI=6 +HOMEPAGE=http://hisham.hm/htop/ +IUSE=kernel_FreeBSD kernel_linux openvz unicode vserver +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD GPL-2 +RDEPEND=sys-libs/ncurses:0=[unicode?] +SLOT=0 +SRC_URI=http://hisham.hm/htop/releases/2.0.1/htop-2.0.1.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=670f619d1806f10855f3d6d4eb3a95ae diff --git a/metadata/md5-cache/sys-process/procps-3.3.11-r3 b/metadata/md5-cache/sys-process/procps-3.3.11-r3 index 346dbada9ada..1474b48029c6 100644 --- a/metadata/md5-cache/sys-process/procps-3.3.11-r3 +++ b/metadata/md5-cache/sys-process/procps-3.3.11-r3 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( >=sys-apps/systemd-209 ) kill? ( !sys-apps/coreutils[kill] !sys-apps/util-linux[kill] ) ! procps-3.3.11-remove_Unix98_output_limits.patch -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=ccafe939e7b2fc457745152a1ad03d1a +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=e6736d24522c1937a513ff59fc4d3c7f diff --git a/metadata/md5-cache/sys-process/psmisc-22.21-r2 b/metadata/md5-cache/sys-process/psmisc-22.21-r2 index 9cd3cb5744e2..8db29b2a934e 100644 --- a/metadata/md5-cache/sys-process/psmisc-22.21-r2 +++ b/metadata/md5-cache/sys-process/psmisc-22.21-r2 @@ -10,4 +10,4 @@ RDEPEND=>=sys-libs/ncurses-5.7-r7 nls? ( virtual/libintl ) selinux? ( sys-libs/l SLOT=0 SRC_URI=mirror://sourceforge/psmisc/psmisc-22.21.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=3f6cd3f9dd82d0c4f691d9e41a920f7d +_md5_=476f5caa94dc7cbe7e1159e175521174 diff --git a/metadata/md5-cache/www-apps/icingaweb2-2.2.0 b/metadata/md5-cache/www-apps/icingaweb2-2.2.0 index 1a443724bf30..c341aff41db8 100644 --- a/metadata/md5-cache/www-apps/icingaweb2-2.2.0 +++ b/metadata/md5-cache/www-apps/icingaweb2-2.2.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=config install postinst setup -DEPEND=>=net-analyzer/icinga2-2.1.1 dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml] dev-php/pecl-imagick apache2? ( >=www-servers/apache-2.4.0 ) nginx? ( >=www-servers/nginx-1.7.0:* ) apache2? ( =www-servers/apache-2* ) +DEPEND=>=net-analyzer/icinga2-2.1.1 || ( dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml] dev-lang/php:7.0[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml] ) dev-php/pecl-imagick apache2? ( >=www-servers/apache-2.4.0 ) nginx? ( >=www-servers/nginx-1.7.0:* ) apache2? ( =www-servers/apache-2* ) DESCRIPTION=Icinga Web 2 - Frontend for icinga2 EAPI=5 HOMEPAGE=http://www.icinga.org/ IUSE=apache2 ldap mysql nginx postgres apache2 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=>=net-analyzer/icinga2-2.1.1 dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml] dev-php/pecl-imagick apache2? ( >=www-servers/apache-2.4.0 ) nginx? ( >=www-servers/nginx-1.7.0:* ) apache2? ( =www-servers/apache-2* ) +RDEPEND=>=net-analyzer/icinga2-2.1.1 || ( dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml] dev-lang/php:7.0[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml] ) dev-php/pecl-imagick apache2? ( >=www-servers/apache-2.4.0 ) nginx? ( >=www-servers/nginx-1.7.0:* ) apache2? ( =www-servers/apache-2* ) SLOT=0 SRC_URI=https://codeload.github.com/Icinga/icingaweb2/tar.gz/v2.2.0 -> icingaweb2-2.2.0.tar.gz _eclasses_=depend.apache e3c541cb90838388f81620d630c28f41 eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=0159810e2173cf7d37e19e98ae874482 +_md5_=c5523c182b64d4f8b269cb91a167e38d diff --git a/metadata/md5-cache/www-client/chromium-49.0.2623.75-r1 b/metadata/md5-cache/www-client/chromium-49.0.2623.75-r1 new file mode 100644 index 000000000000..ad547bcdaea3 --- /dev/null +++ b/metadata/md5-cache/www-client/chromium-49.0.2623.75-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup +DEPEND=app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) >=dev-libs/elfutils-0.149 dev-libs/expat:= dev-libs/glib:= >=dev-libs/jsoncpp-0.5.0-r1:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= media-libs/libexif:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= ) sys-apps/dbus:= sys-apps/pciutils:= >=sys-libs/libcap-2.22:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:= gtk3? ( x11-libs/gtk+:3= ) !gtk3? ( x11-libs/gtk+:2= ) x11-libs/libdrm x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXinerama:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= kerberos? ( virtual/krb5 ) !gn? ( >=app-accessibility/speech-dispatcher-0.8:= app-arch/snappy:= >=dev-libs/icu-55.1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= media-libs/flac:= >=media-libs/harfbuzz-0.9.41:=[icu(+)] >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] ) !arm? ( dev-lang/yasm ) dev-lang/perl dev-perl/JSON >=dev-util/gperf-3.0.3 dev-util/ninja sys-apps/hwids[usb(+)] >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/beautifulsoup:python-2[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/beautifulsoup:4[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/html5lib[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/jinja[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/ply[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/simplejson[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Open-source version of Google Chrome web browser +EAPI=5 +HOMEPAGE=http://chromium.org/ +IUSE=cups gn gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos neon pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc widevine custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=BSD hotwording? ( no-source-code ) +RDEPEND=app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) >=dev-libs/elfutils-0.149 dev-libs/expat:= dev-libs/glib:= >=dev-libs/jsoncpp-0.5.0-r1:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= media-libs/libexif:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= ) sys-apps/dbus:= sys-apps/pciutils:= >=sys-libs/libcap-2.22:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:= gtk3? ( x11-libs/gtk+:3= ) !gtk3? ( x11-libs/gtk+:2= ) x11-libs/libdrm x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXinerama:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= kerberos? ( virtual/krb5 ) !gn? ( >=app-accessibility/speech-dispatcher-0.8:= app-arch/snappy:= >=dev-libs/icu-55.1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= media-libs/flac:= >=media-libs/harfbuzz-0.9.41:=[icu(+)] >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] ) !=www-client/chromium-9999 !=x11-libs/libX11-1.5.0 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango x11-misc/xdg-utils RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_49.0.2623.75-1_amd64.deb ) +SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_49.0.2623.87-1_amd64.deb ) _eclasses_=chromium e6257bd55bfdac1269e99d4d7ed21cda eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=e1ccb80c186ec1921530d3b7b382c793 diff --git a/metadata/md5-cache/www-client/google-chrome-unstable-50.0.2657.0_p1 b/metadata/md5-cache/www-client/google-chrome-unstable-50.0.2661.18_p1 similarity index 96% rename from metadata/md5-cache/www-client/google-chrome-unstable-50.0.2657.0_p1 rename to metadata/md5-cache/www-client/google-chrome-unstable-50.0.2661.18_p1 index 937874251417..05de6d54c509 100644 --- a/metadata/md5-cache/www-client/google-chrome-unstable-50.0.2657.0_p1 +++ b/metadata/md5-cache/www-client/google-chrome-unstable-50.0.2661.18_p1 @@ -9,6 +9,6 @@ LICENSE=google-chrome RDEPEND=app-arch/bzip2 app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype:2 net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 >=x11-libs/libX11-1.5.0 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango x11-misc/xdg-utils RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_50.0.2657.0-1_amd64.deb ) +SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_50.0.2661.18-1_amd64.deb ) _eclasses_=chromium e6257bd55bfdac1269e99d4d7ed21cda eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=e1ccb80c186ec1921530d3b7b382c793 diff --git a/metadata/md5-cache/www-client/opera-beta-36.0.2130.29 b/metadata/md5-cache/www-client/opera-beta-36.0.2130.29 new file mode 100644 index 000000000000..a7068487d012 --- /dev/null +++ b/metadata/md5-cache/www-client/opera-beta-36.0.2130.29 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install postinst postrm preinst prepare setup unpack +DEPEND=>=sys-apps/sed-4 +DESCRIPTION=A fast and secure web browser +EAPI=5 +HOMEPAGE=http://www.opera.com/ +IUSE=+linguas_af +linguas_az +linguas_be +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_en_US +linguas_es_419 +linguas_es +linguas_fil +linguas_fi +linguas_fr_CA +linguas_fr +linguas_fy +linguas_gd +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kk +linguas_ko +linguas_lt +linguas_lv +linguas_me +linguas_mk +linguas_ms +linguas_nb +linguas_nl +linguas_nn +linguas_pa +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_uz +linguas_vi +linguas_zh_CN +linguas_zh_TW +linguas_zu +KEYWORDS=~amd64 ~x86 +LICENSE=OPERA-2014 +RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libnotify x11-libs/pango[X] +SLOT=0 +SRC_URI=amd64? ( http://get.geo.opera.com/pub/opera-beta/36.0.2130.29/linux/opera-beta_36.0.2130.29_amd64.deb ) x86? ( http://get.geo.opera.com/pub/opera-beta/36.0.2130.29/linux/opera-beta_36.0.2130.29_i386.deb ) +_eclasses_=chromium e6257bd55bfdac1269e99d4d7ed21cda eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=356f3a966652b3d585d192f316210208 diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-49.0.2623.75_p1 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-49.0.2623.87_p1 similarity index 90% rename from metadata/md5-cache/www-plugins/chrome-binary-plugins-49.0.2623.75_p1 rename to metadata/md5-cache/www-plugins/chrome-binary-plugins-49.0.2623.87_p1 index 5db34d671327..5c596b32370e 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-49.0.2623.75_p1 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-49.0.2623.87_p1 @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=!www-plugins/chrome-binary-plugins:0 !www-plugins/chrome-binary-plugins:beta !www-plugins/chrome-binary-plugins:unstable RESTRICT=bindist mirror strip SLOT=stable -SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_49.0.2623.75-1_amd64.deb ) +SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_49.0.2623.87-1_amd64.deb ) _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 _md5_=663952affa526a33b23e5148f756d55f diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-50.0.2657.0_alpha1 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-50.0.2661.18_alpha1 similarity index 89% rename from metadata/md5-cache/www-plugins/chrome-binary-plugins-50.0.2657.0_alpha1 rename to metadata/md5-cache/www-plugins/chrome-binary-plugins-50.0.2661.18_alpha1 index d8486f96ce38..0ff2918c9e18 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-50.0.2657.0_alpha1 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-50.0.2661.18_alpha1 @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=!www-plugins/chrome-binary-plugins:0 !www-plugins/chrome-binary-plugins:beta !www-plugins/chrome-binary-plugins:stable RESTRICT=bindist mirror strip SLOT=unstable -SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_50.0.2657.0-1_amd64.deb ) +SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_50.0.2661.18-1_amd64.deb ) _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 _md5_=eb55e69184ed4426ca4e25ad51eeabad diff --git a/metadata/md5-cache/x11-libs/gtk+-3.18.8 b/metadata/md5-cache/x11-libs/gtk+-3.18.8 new file mode 100644 index 000000000000..c20c27b8e9e5 --- /dev/null +++ b/metadata/md5-cache/x11-libs/gtk+-3.18.8 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack +DEPEND=>=dev-libs/atk-2.15[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.45.8: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(-)?] media-libs/fontconfig[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libepoxy-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gdk-pixbuf-2.30:2[introspection?,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/pango-1.37.3[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-misc/shared-mime-info cloudprint? ( >=net-libs/rest-0.7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/json-glib-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) colord? ( >=x11-misc/colord-0.1.9:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cups? ( >=net-print/cups-1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.39:= ) wayland? ( >=dev-libs/wayland-1.5.91[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/mesa[wayland,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxkbcommon-0.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(-)?] ) X? ( >=app-accessibility/at-spi2-atk-2.5.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXrender[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXi-1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXrandr-1.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXcursor[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXcomposite[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXdamage[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(-)?] xinerama? ( x11-libs/libXinerama[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.1.2 dev-libs/libxslt dev-libs/gobject-introspection-common >=dev-util/gdbus-codegen-2.38.2 >=dev-util/gtk-doc-am-1.20 >=sys-devel/gettext-0.18.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(-)?] virtual/pkgconfig[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(-)?] X? ( x11-proto/xextproto[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-proto/xproto[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-proto/inputproto[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-proto/damageproto[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(-)?] xinerama? ( x11-proto/xineramaproto[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(-)?] ) ) test? ( media-fonts/font-misc-misc media-fonts/font-cursor-misc ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Gimp ToolKit + +EAPI=5 +HOMEPAGE=http://www.gtk.org/ +IUSE=aqua broadway cloudprint colord cups examples +introspection test vim-syntax wayland X xinerama debug test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=LGPL-2+ +PDEPEND=gnome-base/librsvg[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(-)?] vim-syntax? ( app-vim/gtk-syntax ) +RDEPEND=>=dev-libs/atk-2.15[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.45.8: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(-)?] media-libs/fontconfig[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libepoxy-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gdk-pixbuf-2.30:2[introspection?,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/pango-1.37.3[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-misc/shared-mime-info cloudprint? ( >=net-libs/rest-0.7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/json-glib-1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) colord? ( >=x11-misc/colord-0.1.9:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cups? ( >=net-print/cups-1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.39:= ) wayland? ( >=dev-libs/wayland-1.5.91[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/mesa[wayland,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxkbcommon-0.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(-)?] ) X? ( >=app-accessibility/at-spi2-atk-2.5.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXrender[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXi-1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXrandr-1.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXcursor[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXcomposite[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXdamage[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(-)?] xinerama? ( x11-libs/libXinerama[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) >=dev-util/gtk-update-icon-cache-3 !=x11-themes/adwaita-icon-theme-3.14 X? ( !=x11-misc/lightdm-1.4.0[qt4] sys-devel/gettext >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.8:4[aqua=] +DESCRIPTION=LightDM KDE greeter +EAPI=5 +HOMEPAGE=https://projects.kde.org/projects/playground/base/lightdm +IUSE=debug linguas_bs linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_it linguas_ja linguas_km linguas_lt linguas_mr linguas_nds linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_uk aqua +KEYWORDS=amd64 ~arm ~ppc x86 +LICENSE=GPL-3 +RDEPEND=x11-libs/libX11 dev-qt/qtdeclarative:4 >=x11-misc/lightdm-1.4.0[qt4] >=kde-apps/plasma-runtime-4.8:4[aqua=] kde-frameworks/oxygen-icons linguas_bs? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_bs(+)] ) linguas_cs? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_cs(+)] ) linguas_da? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_el(+)] ) linguas_es? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_et(+)] ) linguas_fi? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_fi(+)] ) linguas_fr? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_fr(+)] ) linguas_ga? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_ga(+)] ) linguas_gl? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_gl(+)] ) linguas_hu? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_hu(+)] ) linguas_it? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_it(+)] ) linguas_ja? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_ja(+)] ) linguas_km? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_km(+)] ) linguas_lt? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_lt(+)] ) linguas_mr? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_mr(+)] ) linguas_nds? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_nds(+)] ) linguas_nl? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_nl(+)] ) linguas_pl? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_pt_BR(+)] ) linguas_ro? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_ro(+)] ) linguas_ru? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_ru(+)] ) linguas_sk? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_sk(+)] ) linguas_sl? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_sl(+)] ) linguas_sv? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_sv(+)] ) linguas_tr? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_tr(+)] ) linguas_uk? ( >=kde-apps/kde4-l10n-4.8:4[aqua=,linguas_uk(+)] ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.8:4[aqua=] +SLOT=4 +SRC_URI=mirror://kde/unstable/lightdm-kde/src/lightdm-kde-0.3.2.1.tar.bz2 +_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde4-base ada7f1c988b3c32e1c9a8168be2731c3 kde4-functions f6f7b3906630fb197969f914b1ad454a multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=8613f17be5b470411cdf8c58dee1368c diff --git a/metadata/md5-cache/x11-misc/pcmanfm-qt-0.10.0 b/metadata/md5-cache/x11-misc/pcmanfm-qt-0.10.0 index d3be68a4289d..43bcdd8fd099 100644 --- a/metadata/md5-cache/x11-misc/pcmanfm-qt-0.10.0 +++ b/metadata/md5-cache/x11-misc/pcmanfm-qt-0.10.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/glib-2.18:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev DESCRIPTION=Fast lightweight tabbed filemanager (Qt port) EAPI=5 HOMEPAGE=http://pcmanfm.sourceforge.net/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1+ RDEPEND=>=dev-libs/glib-2.18:2 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 >=lxde-base/menu-cache-0.4.1 >=x11-libs/libfm-1.2.0 x11-libs/libxcb:= x11-misc/xdg-utils virtual/eject virtual/freedesktop-icon-theme SLOT=0 SRC_URI=https://downloads.lxqt.org/lxqt/0.10.0/pcmanfm-qt-0.10.0.tar.xz _eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=229531759d55070bcca1855aeeecd8b8 +_md5_=b1fd7803ad11d1cee325b7b389911cb2 diff --git a/metadata/md5-cache/x11-plugins/pidgin-otr-4.0.2 b/metadata/md5-cache/x11-plugins/pidgin-otr-4.0.2 new file mode 100644 index 000000000000..d261ad59a162 --- /dev/null +++ b/metadata/md5-cache/x11-plugins/pidgin-otr-4.0.2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=- +DEPEND=dev-libs/libgcrypt:0 net-im/pidgin[gtk] >=net-libs/libotr-4.0.0 x11-libs/gtk+:2 dev-util/intltool virtual/pkgconfig +DESCRIPTION=(OTR) Messaging allows you to have private conversations over instant messaging +EAPI=6 +HOMEPAGE=http://www.cypherpunks.ca/otr/ +KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/libgcrypt:0 net-im/pidgin[gtk] >=net-libs/libotr-4.0.0 x11-libs/gtk+:2 +SLOT=0 +SRC_URI=http://www.cypherpunks.ca/otr/pidgin-otr-4.0.2.tar.gz +_md5_=35be43396c19ef808e5ef2c379cc530a diff --git a/metadata/md5-cache/x11-terms/xterm-321 b/metadata/md5-cache/x11-terms/xterm-323 similarity index 77% rename from metadata/md5-cache/x11-terms/xterm-321 rename to metadata/md5-cache/x11-terms/xterm-323 index 7e94560ab2ed..b047480dcac5 100644 --- a/metadata/md5-cache/x11-terms/xterm-321 +++ b/metadata/md5-cache/x11-terms/xterm-323 @@ -4,10 +4,10 @@ DESCRIPTION=Terminal Emulator for X Windows EAPI=5 HOMEPAGE=http://invisible-island.net/xterm/ IUSE=+openpty toolbar truetype unicode Xaw3d -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-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 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) >=sys-libs/ncurses-5.7-r7:0= x11-apps/xmessage x11-libs/libX11 x11-libs/libXaw x11-libs/libXft x11-libs/libxkbfile x11-libs/libXmu x11-libs/libXrender x11-libs/libXt unicode? ( x11-apps/luit ) Xaw3d? ( x11-libs/libXaw3d ) media-fonts/font-misc-misc SLOT=0 -SRC_URI=ftp://invisible-island.net/xterm/xterm-321.tgz +SRC_URI=ftp://invisible-island.net/xterm/xterm-323.tgz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=ff72bae6c0a35cd3fe037b2243050b09 +_md5_=759522435d0fefe5b627ba842ab07287 diff --git a/metadata/md5-cache/x11-wm/awesome-3.5.9 b/metadata/md5-cache/x11-wm/awesome-3.5.9 new file mode 100644 index 000000000000..1cb967e675a1 --- /dev/null +++ b/metadata/md5-cache/x11-wm/awesome-3.5.9 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=>=dev-lang/lua-5.1:0 dev-libs/glib:2 >=dev-libs/libxdg-basedir-1 >=dev-lua/lgi-0.7 x11-libs/cairo[xcb] x11-libs/gdk-pixbuf:2 >=x11-libs/libxcb-1.6 >=x11-libs/pango-1.19.3[introspection] >=x11-libs/startup-notification-0.10_p20110426 >=x11-libs/xcb-util-0.3.8 x11-libs/xcb-util-cursor x11-libs/libXcursor >=x11-libs/libX11-1.3.99.901 dbus? ( >=sys-apps/dbus-1 ) elibc_FreeBSD? ( dev-libs/libexecinfo ) >=app-text/asciidoc-8.4.5 app-text/xmlto dev-util/gperf virtual/pkgconfig media-gfx/imagemagick[png] >=x11-proto/xcb-proto-1.5 >=x11-proto/xproto-7.0.15 doc? ( app-doc/doxygen media-gfx/graphviz ) sys-devel/make >=dev-util/cmake-2.8 +DESCRIPTION=A dynamic floating and tiling window manager +EAPI=5 +HOMEPAGE=http://awesome.naquadah.org/ +IUSE=dbus doc elibc_FreeBSD gnome +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=>=dev-lang/lua-5.1:0 dev-libs/glib:2 >=dev-libs/libxdg-basedir-1 >=dev-lua/lgi-0.7 x11-libs/cairo[xcb] x11-libs/gdk-pixbuf:2 >=x11-libs/libxcb-1.6 >=x11-libs/pango-1.19.3[introspection] >=x11-libs/startup-notification-0.10_p20110426 >=x11-libs/xcb-util-0.3.8 x11-libs/xcb-util-cursor x11-libs/libXcursor >=x11-libs/libX11-1.3.99.901 dbus? ( >=sys-apps/dbus-1 ) elibc_FreeBSD? ( dev-libs/libexecinfo ) +SLOT=0 +SRC_URI=http://awesome.naquadah.org/download/awesome-3.5.9.tar.xz +_eclasses_=cmake-utils fa44804882ff16943e9f71b544f56bc9 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=b2262984eae49ee501129ddcf6e68299 diff --git a/metadata/md5-cache/x11-wm/i3-4.12 b/metadata/md5-cache/x11-wm/i3-4.12 index a56e69eb7c53..76f1659021f0 100644 --- a/metadata/md5-cache/x11-wm/i3-4.12 +++ b/metadata/md5-cache/x11-wm/i3-4.12 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile install postinst prepare -DEPEND=dev-libs/libev dev-libs/libpcre >=dev-libs/yajl-2.0.3 x11-libs/libxcb[xkb] x11-libs/libxkbcommon[X] x11-libs/startup-notification x11-libs/xcb-util x11-libs/xcb-util-cursor x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm pango? ( >=x11-libs/pango-1.30.0[X] >=x11-libs/cairo-1.12.2[X,xcb] ) virtual/pkgconfig +DEPEND=dev-libs/libev dev-libs/libpcre >=dev-libs/yajl-2.0.3 x11-libs/libxcb[xkb] x11-libs/libxkbcommon[X] x11-libs/startup-notification x11-libs/xcb-util x11-libs/xcb-util-cursor x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm cairo? ( >=x11-libs/cairo-1.14.4[X,xcb] ) pango? ( >=x11-libs/pango-1.30.0[X] ) virtual/pkgconfig DESCRIPTION=An improved dynamic tiling window manager EAPI=5 HOMEPAGE=http://i3wm.org/ -IUSE=+pango +IUSE=+cairo +pango KEYWORDS=~amd64 ~arm ~x86 LICENSE=BSD -RDEPEND=dev-libs/libev dev-libs/libpcre >=dev-libs/yajl-2.0.3 x11-libs/libxcb[xkb] x11-libs/libxkbcommon[X] x11-libs/startup-notification x11-libs/xcb-util x11-libs/xcb-util-cursor x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm pango? ( >=x11-libs/pango-1.30.0[X] >=x11-libs/cairo-1.12.2[X,xcb] ) dev-lang/perl dev-perl/AnyEvent-I3 dev-perl/JSON-XS +RDEPEND=dev-libs/libev dev-libs/libpcre >=dev-libs/yajl-2.0.3 x11-libs/libxcb[xkb] x11-libs/libxkbcommon[X] x11-libs/startup-notification x11-libs/xcb-util x11-libs/xcb-util-cursor x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm cairo? ( >=x11-libs/cairo-1.14.4[X,xcb] ) pango? ( >=x11-libs/pango-1.30.0[X] ) dev-lang/perl dev-perl/AnyEvent-I3 dev-perl/JSON-XS +REQUIRED_USE=pango? ( cairo ) SLOT=0 SRC_URI=http://i3wm.org/downloads/i3-4.12.tar.bz2 _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=00056bd27e6e6ae5f768ea8e70aeb9f0 +_md5_=51a435a92c0e966509ed94f98c9fa757 diff --git a/metadata/md5-cache/x11-wm/mutter-3.18.3 b/metadata/md5-cache/x11-wm/mutter-3.18.3 new file mode 100644 index 000000000000..7a25100cfcf3 --- /dev/null +++ b/metadata/md5-cache/x11-wm/mutter-3.18.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=x11-libs/pango-1.2[X,introspection?] >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-3.9.11:3[X,introspection?] >=dev-libs/glib-2.36.0:2[dbus] >=media-libs/clutter-1.23.4:1.0[X,introspection?] >=media-libs/cogl-1.17.1:1.0=[introspection?] >=media-libs/libcanberra-0.26[gtk3] >=x11-libs/startup-notification-0.7 >=x11-libs/libXcomposite-0.2 >=gnome-base/gsettings-desktop-schemas-3.15.92[introspection?] gnome-base/gnome-desktop:3= >sys-power/upower-0.99:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=x11-libs/libXcomposite-0.2 x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes >=x11-libs/libXi-1.7.4 x11-libs/libXinerama >=x11-libs/libXrandr-1.5 x11-libs/libXrender x11-libs/libxcb x11-libs/libxkbfile >=x11-libs/libxkbcommon-0.4.3[X] x11-misc/xkeyboard-config gnome-extra/zenity introspection? ( >=dev-libs/gobject-introspection-1.42:= ) kms? ( dev-libs/libinput >=media-libs/clutter-1.20[egl] media-libs/cogl:1.0=[kms] >=media-libs/mesa-10.3[gbm] sys-apps/systemd virtual/libgudev x11-libs/libdrm:= ) wayland? ( >=dev-libs/wayland-1.6.90 >=media-libs/clutter-1.20[wayland] x11-base/xorg-server[wayland] ) >=dev-util/intltool-0.41 sys-devel/gettext virtual/pkgconfig x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto test? ( app-text/docbook-xml-dtd:4.5 ) app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=GNOME 3 compositing window manager based on Clutter +EAPI=5 +HOMEPAGE=https://git.gnome.org/browse/mutter/ +IUSE=+introspection +kms test wayland debug +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=>=x11-libs/pango-1.2[X,introspection?] >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-3.9.11:3[X,introspection?] >=dev-libs/glib-2.36.0:2[dbus] >=media-libs/clutter-1.23.4:1.0[X,introspection?] >=media-libs/cogl-1.17.1:1.0=[introspection?] >=media-libs/libcanberra-0.26[gtk3] >=x11-libs/startup-notification-0.7 >=x11-libs/libXcomposite-0.2 >=gnome-base/gsettings-desktop-schemas-3.15.92[introspection?] gnome-base/gnome-desktop:3= >sys-power/upower-0.99:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 >=x11-libs/libXcomposite-0.2 x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes >=x11-libs/libXi-1.7.4 x11-libs/libXinerama >=x11-libs/libXrandr-1.5 x11-libs/libXrender x11-libs/libxcb x11-libs/libxkbfile >=x11-libs/libxkbcommon-0.4.3[X] x11-misc/xkeyboard-config gnome-extra/zenity introspection? ( >=dev-libs/gobject-introspection-1.42:= ) kms? ( dev-libs/libinput >=media-libs/clutter-1.20[egl] media-libs/cogl:1.0=[kms] >=media-libs/mesa-10.3[gbm] sys-apps/systemd virtual/libgudev x11-libs/libdrm:= ) wayland? ( >=dev-libs/wayland-1.6.90 >=media-libs/clutter-1.20[wayland] x11-base/xorg-server[wayland] ) !x11-misc/expocity +SLOT=0 +SRC_URI=mirror://gnome/sources/mutter/3.18/mutter-3.18.3.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 e079aed86716c8f78e28040aa43db4fd gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=291825e5838e0986d193a53f21e81807 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 761f483960fe..4e95149daa0e 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Mon, 07 Mar 2016 15:57:27 +0000 +Wed, 09 Mar 2016 07:09:01 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 5c1fa8c390b3..f861e3fcdd77 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Mar 7 15:56:37 UTC 2016 +Wed Mar 9 07:08:11 UTC 2016 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index b5b31adeec3a..4f3fe1ae3a39 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 07 Mar 2016 16:00:01 +0000 +Wed, 09 Mar 2016 07:30:02 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 6d97ea2f943b..77b49185d6fe 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1457366101 Mon 07 Mar 2016 03:55:01 PM UTC +1457507402 Wed 09 Mar 2016 07:10:02 AM UTC diff --git a/net-analyzer/fail2ban/Manifest b/net-analyzer/fail2ban/Manifest index 515d01d888e4..843c3f604480 100644 --- a/net-analyzer/fail2ban/Manifest +++ b/net-analyzer/fail2ban/Manifest @@ -1,2 +1,3 @@ DIST fail2ban-0.9.2.tar.gz 314919 SHA256 3e002f916e71128d4d7a97354b3e9b3bc20add878c9aa29c4034744de6156893 SHA512 c0fe3b126bcab34599661eaba9a84a8748e1450de57bc43cf91434d478463af1f60dc2bd2b50f7419fb1020ed63d398ca8493bd156cf1905767dbb8f79d0fda1 WHIRLPOOL 11264467e1465ad8697e174dcc751a63c0f550a01d381981f0b8bbc6f6c8f1b2ab13c2df205b08662e0e4bf983a139211932942795693c2c2cca71da9ddb833d DIST fail2ban-0.9.3.tar.gz 321960 SHA256 146811530b7acf706db6d28068ee60806f6e0c80da14d89b732955a696728c46 SHA512 c8f45f776677a1e2e222feb4e33499a59c0c1c108365b759daf417870e2cc717a8b26073869eb3846a24928d8a2d33225761a19965b804bb7fee750e86cef6c8 WHIRLPOOL d01a25a9ac422e538e15db5f4f6c5015ee5c429c8fa6adf35accb80ce56f8e703e5104860ca7b205b927697b20a9a1109852dc6059b6ce208c432e0661a78edb +DIST fail2ban-0.9.4.tar.gz 335521 SHA256 9a4a6402f8e6bda15ef8b5a848ce8d91d80735356b52dfac0d7612cdd2fbcaf3 SHA512 fee7368adf30c9b5a47309c0c519de9fb0113a49b5e69d0f9396b5fb3dc9a3c6a5a51fef155fcf7debd86eb839441d1199c992fa8211da83a81f7c182c4a2125 WHIRLPOOL 5d44f39204eb3717f00102c686b5b3873555b82dd3bcae0bfbbb96f54e15d0d020655c3b3efe51536a5746489d133e2dc5bf3d3b7081c6619ba2ab715abe4ba2 diff --git a/net-analyzer/fail2ban/fail2ban-0.9.4.ebuild b/net-analyzer/fail2ban/fail2ban-0.9.4.ebuild new file mode 100644 index 000000000000..eae742b441e2 --- /dev/null +++ b/net-analyzer/fail2ban/fail2ban-0.9.4.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 eutils systemd vcs-snapshot + +DESCRIPTION="scans log files and bans IPs that show malicious signs" +HOMEPAGE="http://www.fail2ban.org/" +SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="selinux systemd" + +RDEPEND=" + kernel_linux? ( net-firewall/iptables ) + net-misc/whois + virtual/logger + virtual/mta + selinux? ( sec-policy/selinux-fail2ban ) + systemd? ( $(python_gen_cond_dep '|| ( + dev-python/python-systemd[${PYTHON_USEDEP}] + sys-apps/systemd[python(-),${PYTHON_USEDEP}] + )' 'python*' ) ) +" + +REQUIRED_USE="systemd? ( !python_single_target_pypy )" + +DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) + +src_prepare() { + # Replace /var/run with /run, but not in the top source directory + sed -i -e 's|/var\(/run/fail2ban\)|\1|g' $( find . -mindepth 2 -type f ) || die + + # Fix bashisms and do not direct useful output to /dev/null (bug #536320) + # Remove global logrotate settings (bug #549856) + + distutils-r1_src_prepare +} + +python_test() { + ${EPYTHON} bin/${PN}-testcases +} + +src_install() { + distutils-r1_src_install + + rm -rf "${D}"/usr/share/doc/${PN} "${D}"/run + + # not FILESDIR + newconfd files/gentoo-confd ${PN} + newinitd files/gentoo-initd ${PN} + systemd_dounit files/${PN}.service + systemd_dotmpfilesd files/${PN}-tmpfiles.conf + doman man/*.{1,5} + + # Use INSTALL_MASK if you do not want to touch /etc/logrotate.d. + # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675 + insinto /etc/logrotate.d + newins files/${PN}-logrotate ${PN} +} + +pkg_preinst() { + has_version "<${CATEGORY}/${PN}-0.7" + previous_less_than_0_7=$? +} + +pkg_postinst() { + if [[ $previous_less_than_0_7 = 0 ]] ; then + elog + elog "Configuration files are now in /etc/fail2ban/" + elog "You probably have to manually update your configuration" + elog "files before restarting Fail2ban!" + elog + elog "Fail2ban is not installed under /usr/lib anymore. The" + elog "new location is under /usr/share." + elog + elog "You are upgrading from version 0.6.x, please see:" + elog "http://www.fail2ban.org/wiki/index.php/HOWTO_Upgrade_from_0.6_to_0.8" + fi + if ! has_version ${CATEGORY}/${PN}; then + if ! has_version dev-python/pyinotify && ! has_version app-admin/gamin; then + elog "For most jail.conf configurations, it is recommended you install either" + elog "dev-python/pyinotify or app-admin/gamin (in order of preference)" + elog "to control how log file modifications are detected" + fi + if ! has_version dev-lang/python[sqlite]; then + elog "If you want to use ${PN}'s persistent database, then reinstall" + elog "dev-lang/python with USE=sqlite" + fi + + if has_version sys-apps/systemd[-python]; then + elog "If you want to track logins through sys-apps/systemd's" + elog "journal backend, then reinstall sys-apps/systemd with USE=python" + fi + fi +} diff --git a/net-analyzer/sslscan/Manifest b/net-analyzer/sslscan/Manifest index a1895a076df9..10ad89bab2d6 100644 --- a/net-analyzer/sslscan/Manifest +++ b/net-analyzer/sslscan/Manifest @@ -1 +1,2 @@ DIST sslscan-1.11.3-rbsec.tar.gz 48865 SHA256 c36d6ac127aa36d6e550950f31540f34a7df131cd76b0be5b91092809eef4916 SHA512 37fcc5b220aa8f2fdcd1b50c5d5f29831348e609f5f678f3c31376b22721ed9fb47eff48fa78483ac7622cf8d80709ef4d220421ce85151a3f1c855f7ef0c545 WHIRLPOOL 55d2d0e35aa28e3d61b546034342d3389c3973f4495e376606ff56538daed1fec9de3e1b383430528dc132c700a86a051883a8f29f35baeb93695d158f09a27a +DIST sslscan-1.11.4-rbsec.tar.gz 49287 SHA256 25720c0caf25a1a81841417658201030ac17c20be59e14dc466c79a92c7bfe10 SHA512 b8e378cd34a549bf94abec80a821a48e9b26e4a235e44251f48048d5b758e5daa6fe3d46aa934ef47b6d4c84b1a7c4aa465dd805ba5947c7bc67d44acd1a8567 WHIRLPOOL c22df688e15b0e591777e57e4d3295efa640e209c6aade83529976d9166798a7edd868acfef24862a60f9b5c4cfa498b7725f4138dd24f198bf45715eb3ef217 diff --git a/net-analyzer/sslscan/sslscan-1.11.4.ebuild b/net-analyzer/sslscan/sslscan-1.11.4.ebuild new file mode 100644 index 000000000000..b44f1830c7a3 --- /dev/null +++ b/net-analyzer/sslscan/sslscan-1.11.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils toolchain-funcs + +DESCRIPTION="Fast SSL configuration scanner" +HOMEPAGE="https://github.com/rbsec/sslscan" +MY_FORK="rbsec" +SRC_URI="https://github.com/${MY_FORK}/${PN}/archive/${PV}-${MY_FORK}.tar.gz -> ${P}-${MY_FORK}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="libressl" + +# Depend on -bindist since sslscan unconditionally requires elliptic +# curve support, bug 491102 +DEPEND="!libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( dev-libs/libressl )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${P}-${MY_FORK}" +src_install() { + DESTDIR="${D}" emake install +} diff --git a/net-analyzer/wireshark/wireshark-2.0.2-r1.ebuild b/net-analyzer/wireshark/wireshark-2.0.2-r1.ebuild new file mode 100644 index 000000000000..6ac11201de55 --- /dev/null +++ b/net-analyzer/wireshark/wireshark-2.0.2-r1.ebuild @@ -0,0 +1,266 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools eutils fcaps flag-o-matic multilib qmake-utils qt4-r2 user + +DESCRIPTION="A network protocol analyzer formerly known as ethereal" +HOMEPAGE="http://www.wireshark.org/" +SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE=" + adns androiddump +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua + +netlink +pcap portaudio +qt4 qt5 selinux sbc smi tfshark + cpu_flags_x86_sse4_2 ssl zlib +" +REQUIRED_USE=" + ssl? ( crypt ) + ?? ( qt4 qt5 ) +" + +S=${WORKDIR}/${P/_/} + +GTK_COMMON_DEPEND=" + x11-libs/gdk-pixbuf + x11-libs/pango + x11-misc/xdg-utils +" +CDEPEND=" + >=dev-libs/glib-2.14:2 + netlink? ( dev-libs/libnl:3 ) + adns? ( >=net-dns/c-ares-1.5 ) + crypt? ( dev-libs/libgcrypt:0 ) + caps? ( sys-libs/libcap ) + geoip? ( dev-libs/geoip ) + gtk3? ( + ${GTK_COMMON_DEPEND} + x11-libs/gtk+:3 + ) + kerberos? ( virtual/krb5 ) + lua? ( >=dev-lang/lua-5.1:* ) + pcap? ( net-libs/libpcap ) + portaudio? ( media-libs/portaudio ) + qt4? ( + dev-qt/qtcore:4 + dev-qt/qtgui:4[accessibility] + x11-misc/xdg-utils + ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 + x11-misc/xdg-utils + ) + sbc? ( media-libs/sbc ) + smi? ( net-libs/libsmi ) + ssl? ( net-libs/gnutls ) + zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) +" +# We need perl for `pod2html`. The rest of the perl stuff is to block older +# and broken installs. #455122 +DEPEND=" + ${CDEPEND} + dev-lang/perl + ! wireshark-qt.desktop \ - || die - domenu wireshark-qt.desktop - fi - prune_libtool_files } diff --git a/net-dns/hash-slinger/Manifest b/net-dns/hash-slinger/Manifest index 0b3d97f69bc1..84bef35003ca 100644 --- a/net-dns/hash-slinger/Manifest +++ b/net-dns/hash-slinger/Manifest @@ -1 +1,2 @@ DIST hash-slinger-2.6.tar.gz 34864 SHA256 121143efea136958ad6a42cb0a8fa80d95b1e4fc45632019d8f07a534d6efab2 SHA512 1e5d67ed2ef8eae910927fbd7419928d87ba31a91ca43a1c163b05f725da96a50d30e1539c4c55a68a22f0e2c9a2f7c7101fbdcfb5fc903e87fe4c22e20f33af WHIRLPOOL 7ff36bad9db31e6d8769a525fc60691cb6af3bd6970b9bbf55d56f7e3c08a6a97a35fd1363dbed012239432b7dfd2594d616dc4d0a80ae47c82b724e17183f41 +DIST hash-slinger-2.7.tar.gz 37684 SHA256 cd888eaee222bbe994d60aab7bc638b6c3417f43b68d0e6a8f1802104f6d7b8d SHA512 b1b3e46c4cdd8b983b55156c9bcc58afc973c2503cde48283e98306e381753547f425bfaee68707ae10b2e31b71d01485b34e4a9841c9ce2048f9551f23d0976 WHIRLPOOL 91e232827c63a1c2ab92e691ce71c4d301b1dc34d410e583b53e58e83a1f77a712cd76627c15f812849b06689258b60305792adcbb779d544bd4f574010f9190 diff --git a/net-dns/hash-slinger/hash-slinger-2.7.ebuild b/net-dns/hash-slinger/hash-slinger-2.7.ebuild new file mode 100644 index 000000000000..f2c2d28fedf5 --- /dev/null +++ b/net-dns/hash-slinger/hash-slinger-2.7.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit python-r1 + +DESCRIPTION="Various tools to generate special DNS records like SSHFP, TLSA, OPENPGPKEY, IPSECKEY" +HOMEPAGE="https://people.redhat.com/pwouters/hash-slinger/" +SRC_URI="https://people.redhat.com/pwouters/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="ipsec +openpgp +ssh" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="" +RDEPEND=" + ${PYTHON_DEPS} + dev-python/ipaddr[$PYTHON_USEDEP] + dev-python/m2crypto[$PYTHON_USEDEP] + net-dns/unbound[python,$PYTHON_USEDEP] + virtual/python-dnspython[$PYTHON_USEDEP] + ipsec? ( net-misc/libreswan[dnssec] ) + openpgp? ( dev-python/python-gnupg[$PYTHON_USEDEP] ) + ssh? ( net-misc/openssh ) +" + +src_install() { + local tools + tools="tlsa" + use ssh && tools+=" sshfp" + use openpgp && tools+=" openpgpkey" + use ipsec && tools+=" ipseckey" + for tool in $tools ; do + doman ${tool}.1 + python_foreach_impl python_doscript ${tool} + done + dodoc BUGS CHANGES README +} diff --git a/net-dns/resolv_wrapper/Manifest b/net-dns/resolv_wrapper/Manifest new file mode 100644 index 000000000000..902939c8a7d2 --- /dev/null +++ b/net-dns/resolv_wrapper/Manifest @@ -0,0 +1 @@ +DIST resolv_wrapper-1.1.3.tar.gz 31755 SHA256 4d796e84d128bcbf34c35a5ad85253856cf31cc00044ef3abea3557b4b09e6c0 SHA512 0961ddeb63026832ca91c8534966ddf8c8d6242a95ea77784f5d3fae034bab9ca29def34fc16e4f6636129bb3d13c7e37eac648c88dc16aabe2b71fda8677817 WHIRLPOOL dfeb0a31d33a86f183d9cbd20a3ab01963fb008fb48ed4f5a284125f93988dfcaa2461fc442bb667bfeda94c4f5b7cea19db1bbea59d0b5181ea9b9ebf6c28b6 diff --git a/net-dns/resolv_wrapper/metadata.xml b/net-dns/resolv_wrapper/metadata.xml new file mode 100644 index 000000000000..f05d1f266834 --- /dev/null +++ b/net-dns/resolv_wrapper/metadata.xml @@ -0,0 +1,12 @@ + + + + + polynomial-c@gentoo.org + Lars Wendler + + + samba@gentoo.org + Samba + + diff --git a/net-dns/resolv_wrapper/resolv_wrapper-1.1.3.ebuild b/net-dns/resolv_wrapper/resolv_wrapper-1.1.3.ebuild new file mode 100644 index 000000000000..949d14d871f3 --- /dev/null +++ b/net-dns/resolv_wrapper/resolv_wrapper-1.1.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-multilib + +DESCRIPTION="A wrapper for DNS name resolving or DNS faking" +HOMEPAGE="https://cwrap.org/resolv_wrapper.html" +SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="" +RDEPEND="${DEPEND}" + +# Work around a problem with >=dev-util/cmake-3.3.0 (bug #558340) +# Because of this we cannot use cmake-multilib_src_configure() here. +multilib_src_configure() { + local mycmakeargs=( -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir) ) + cmake-utils_src_configure +} diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest index ac8e1407a421..68e40eaa675f 100644 --- a/net-fs/samba/Manifest +++ b/net-fs/samba/Manifest @@ -2,9 +2,15 @@ DIST samba-3.5.21.tar.gz 35377315 SHA256 fd9a66056b1ba9496762394efff41fcaa0e58f2 DIST samba-3.5.22.tar.gz 35385144 SHA256 b4c98f77f5634478da109063334acd9b6ad7bcb38151a5b1cac6dc5feb6679dc SHA512 0e1b4816d921ca82f0426a254cf103066634cc54e28d707a62da951118413f7f5ca5f87d60688cab802a58b0af87f797fbbe12f4e1284d5d7f545a98aba97616 WHIRLPOOL 6e59655dd7a537f0c7c889c43ddf5afb8060706e1ec79b3835698181c5c7478059f91c93eefbde50b03e0154a686eda35eabf807bb7ae01dd2b9b39648a009ae DIST samba-3.6.25.tar.gz 34121828 SHA256 8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751 SHA512 25a5c56dae4517e82e196b59fa301b661ec75db57effbb0ede35fb23b018f78cdea6513e8760966caf58abc43335fcebda77fe5bf5bb9d4b27fd3ca6e5a3b626 WHIRLPOOL 68c4a335b3912bf3c6baecae337b1131127515191052366ca9a04ec6d919f2fb69c912aefb087e2578134f3a9bde7b496ea880f2197a8dbf8221058dd1e8444d DIST samba-4.2.8.tar.gz 20745527 SHA256 d2c0ca97ab415ede829d15ddad411d76e4f7b6a82e280bf7fbc9910c30fa4593 SHA512 cdee04ebc2303c1cadf2c0a45530909b6c97838e611378498faaaa6fcade8850746253d51ae71fd872c741f54ec2d3a9d452651291355e20001ca443fae9054a WHIRLPOOL 84b3f78b41da98eaa463f9b1c467e3c82268d31ac3d3e48d75b0a4dc04f479d12f2387c045281b0caa3a841c351587d0eabec403163ff479d8c700f0b638e5f4 +DIST samba-4.2.9.tar.gz 20750339 SHA256 ba0229485e8bebac22bd3ae98b1e393e7127f3a958cc90e205a6d752e575354c SHA512 438196f268c0ca0b83e8e7e9eb8e9a8b503d6408d5e2b0dca1d041185e06cfc08147122d5495b72c46ce58dc3cb4be4766551f0101c69b2620b89e749d89ad98 WHIRLPOOL aa7a655a3d2f2bf81d2747d83c86a0c7d464a31414b6e27a413461e1e0ad0ce3d3af5d756d8ce213e775f5141c44ef9c41a792e88d246bcab002b7623552260a DIST samba-4.3.5.tar.gz 20443260 SHA256 583f927a823b272757fd4df0be267bd20a223b06cfc3c662df17e4870f14bf1c SHA512 0d04eb8d5bbe2e47f3ba810631662083f7d2b5118f47242e27d87c304a6c0f57808e636333c798b5b70c4adbf8c2ea4f89b377c637bfcdfd8a285fdc1f3afc50 WHIRLPOOL 5be389cf08bc83a4ae66da6b2ee78e596cd52df2a693999d311a5a02c194ba7381132a1ec34cefc0926ef24474efaa6677c46d0ed71c8a79efbaff6d094a6ee3 +DIST samba-4.3.6.tar.gz 20445038 SHA256 3251eca5b196854e79978f4a92d5fd2b55bd7b0a252a65131a9be02be6754924 SHA512 2551ece4e17ed855c8faf488e4438229455a063ba7687fd36bf650d72676bab3bef7e2bc9de05a00081285268bf527b9c781024ea31aac493d2fcd5fd2593c21 WHIRLPOOL c1b375323cd925f76d8664d5ec6fc4ee5d0cad415d010e33fb485e178229feccd21ed49f175b69d15655a627f12cdb59c3c0f026ed2c6323c8ce8569ceb984ea DIST samba-4.4.0rc3.tar.gz 20568791 SHA256 62003df716d8f45fb153ebfce6256e889a2b2239d8486fcb039848fb028e3454 SHA512 c624bd3e2ab2251bd1dd85ca014683c8f628c92e750a82f9707e34a7479773c3a28ccb3fa27c0ce5236ef79a2ad39a0d534398d3935d8b0b7c7b8cf0bff09388 WHIRLPOOL 60b2f2a0ff8bc4cc2219a9c3e8f151830d236f9bbe8628cdd27504f100c984ccbf59ab1802fbe028604cfd43b4f9cca203c2048ca4738a612ca19dc840917368 +DIST samba-4.4.0rc4.tar.gz 20573621 SHA256 868b2637ee07c998d5bfdc2fd54cb76bbc5ea73527e54ee69c59253028615ea0 SHA512 f8a81b9f7d8163eeacdb185b721dec62fef368294c67f8366a21b3c95f864e0872928870f1c2eed227766386b8282f4009562f5c39919b42c68cfb8c82567249 WHIRLPOOL b6ac7cee4a6ff50116b456a5bf26425ae412671f0aa10e0e14351fcc17d810501461fff827fd9f4c1b16173a578962b72b47680f5bcadc5c120568f5fd800d09 DIST samba-disable-python-patches-4.2.7.tar.xz 6296 SHA256 06a1b9aeb91b622d3c2a02a86edfc26e26f10303699c8b2badbd21ce68b10ec0 SHA512 ff746c2969b254d9ccad1440699fccd5958222eea8284a8e068b96df377d6cea8551ec3c6be7103cebf227b0b9038a5b06d3b06d9b247e181403e9fe1ad7eedf WHIRLPOOL 8ea9f34c5f011624b43c0f3f27601574c27e00c5a728d9af5b1cece090da362d51f93ef6cecd37f1204bbd4e608ed58027f52ef5c3d700a1cfdbbb0e5355c3b8 +DIST samba-disable-python-patches-4.2.9.tar.xz 6016 SHA256 222d0153f03dddde28a0b906ee2b27076223ac88b84a998aaa285f658861edfa SHA512 02fc666a36f8e733e522663d80775d130fabee9d5fb4e1c261d28815e07be425ae8977213f9216c7af62dd8b2619e7e13d71f9a25780b058c8119901c2115a18 WHIRLPOOL ebba3a6d41a41844621759672aa8c984d26f44d12007c8e929405470c381bc262523ec68d3972e86cf675c45f092fa287496167e42940e70d704790753e47b03 DIST samba-disable-python-patches-4.3.5.tar.xz 6028 SHA256 6889d77331e74e24becd638b860d6b3a0f8f92f34d0e3af733d44cef24042915 SHA512 1d3171eacff5d009c4e30405ed96c6b57c2ff4fb0d82f0196bb6d63ad331adf11f8b9e81f8a42cdc5d6ebe32c60c20bff0d07013ce7a431e0e35e9d620240e9a WHIRLPOOL f8c97a57f54da0ac956112131bbf790269460abe904b1e0e2d75449696e0451e80b3d2cd43d05fe14b32ab8c2a21a71d41f67ef9c615bf9c0ba5b07354b78b2e +DIST samba-disable-python-patches-4.3.6.tar.xz 6076 SHA256 95f9194abcba917aa5e2e9623e897eb41127a8c74352ebf6a9bf0f4ba82fd1c0 SHA512 601026aae1fd960e3f4cf53c0f68e843a118f6dd4fc776d9a6503fd16f9789e743eb92b7ebf84179d63aaff20d1ddb1989cb995fc1da3cd2e843f6830f04f08f WHIRLPOOL 5afb076857f049469e65a13eb46af98f21b249d9c7ef9d731bd6f3aeb6e9512efc781b5392c0c7aaeb7a818e9e896f336a70b306122280d3ad432372bc6b0024 DIST samba-disable-python-patches-4.4.0_rc3.tar.xz 6180 SHA256 bfdde228c1cc41cccb489658208402425038ac2834b4cd870bb89dc10510c8e5 SHA512 de88335e0cbcc6f0e47a170bf91efe63f943973e2ae3f5f7b2025426565b09bce28cf2e56d0105424f9f5ffee0b1fb2e9866b8a4c22b7696c7c18e298af2d0cd WHIRLPOOL c8d83d95c87e9bec3efbdecd00a76858da1538b8df05009198d24ed87b8c93f85f3165b0c1d7054dad61ddb46ff701ba03a688327eee7f97ecea1c97e846caa6 +DIST samba-disable-python-patches-4.4.0_rc4.tar.xz 6216 SHA256 5fe1d32eb09218fe5323efc9988fc475e05d05aba46a094ae78fe0771f4d2c27 SHA512 fc8d0667edb2e3a7a99bf821b42c67c39137ab769ceaf5de45ed6f16957c1f0a415631b230c57c613a6a03d23f0e1d0749b6a67e094fdfdad52adaf8186f8ff2 WHIRLPOOL 98f28d78eb136a0a3a74c9a246d44e9f18beafa74f60e89e115a27fd4ca3553578f0049a8d8e63046caebe46d27c459741db3a9bc1b7659f224b58433c4d3aa3 DIST smb_traffic_analyzer_v2.diff.bz2 12226 SHA256 1bae7eafbe8ac2382313d5ab9d43d73ba64b63a714f0f588516952d476fb868d SHA512 aa0e457a0dd282e61e6dfcd5705c29b319832dca9711b1b5baf8373e2f079991399c3537c050219ccb861a93f86353ebff677a5c625d2e3f1f3a13ee5c4087d0 WHIRLPOOL 85ee72a360f67ebe71be5cd400ecd635280a0d7c64ebb8b94656a5ef1a94f74a987de86408af00ce1b81cc8363b1b3cf14726860d29b72ee610d4bab73d6b139 diff --git a/net-fs/samba/samba-4.2.9.ebuild b/net-fs/samba/samba-4.2.9.ebuild new file mode 100644 index 000000000000..e2131ea9fb31 --- /dev/null +++ b/net-fs/samba/samba-4.2.9.ebuild @@ -0,0 +1,251 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+),xml(+)' + +inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils + +MY_PV="${PV/_rc/rc}" +MY_P="${PN}-${MY_PV}" + +SRC_PATH="stable" +[[ ${PV} = *_rc* ]] && SRC_PATH="rc" + +SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz + https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.2.9.tar.xz" +KEYWORDS="~amd64 ~hppa ~x86" +[[ ${PV} = *_rc* ]] && KEYWORDS="~hppa" + +DESCRIPTION="Samba Suite Version 4" +HOMEPAGE="http://www.samba.org/" +LICENSE="GPL-3" + +SLOT="0" + +IUSE="acl addc addns ads aio avahi client cluster cups dmapi fam gnutls iprint +ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind" + +MULTILIB_WRAPPED_HEADERS=( + /usr/include/samba-4.0/policy.h + /usr/include/samba-4.0/dcerpc_server.h + /usr/include/samba-4.0/ctdb.h + /usr/include/samba-4.0/ctdb_client.h + /usr/include/samba-4.0/ctdb_protocol.h + /usr/include/samba-4.0/ctdb_private.h + /usr/include/samba-4.0/ctdb_typesafe_cb.h + /usr/include/samba-4.0/ctdb_version.h +) + +# sys-apps/attr is an automagic dependency (see bug #489748) +CDEPEND="${PYTHON_DEPS} + >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}] + dev-libs/libbsd[${MULTILIB_USEDEP}] + dev-libs/iniparser:0 + dev-libs/popt[${MULTILIB_USEDEP}] + sys-libs/readline:= + virtual/libiconv + dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=net-libs/socket_wrapper-1.1.2[${MULTILIB_USEDEP}] + sys-apps/attr[${MULTILIB_USEDEP}] + sys-libs/libcap + >=sys-libs/ldb-1.1.24[${MULTILIB_USEDEP}] + sys-libs/ncurses:0=[${MULTILIB_USEDEP}] + >=sys-libs/nss_wrapper-1.0.2[${MULTILIB_USEDEP}] + >=sys-libs/ntdb-1.0[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/talloc-2.1.2[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tdb-1.3.6[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tevent-0.9.25[${MULTILIB_USEDEP}] + >=sys-libs/uid_wrapper-1.0.1[${MULTILIB_USEDEP}] + sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/pam + acl? ( virtual/acl ) + addns? ( net-dns/bind-tools[gssapi] ) + aio? ( dev-libs/libaio ) + cluster? ( !dev-db/ctdb ) + cups? ( net-print/cups ) + dmapi? ( sys-apps/dmapi ) + fam? ( virtual/fam ) + gnutls? ( dev-libs/libgcrypt:0 + >=net-libs/gnutls-1.4.0 ) + ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) + system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) + !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) + systemd? ( sys-apps/systemd:0= )" +DEPEND="${CDEPEND} + virtual/pkgconfig" +RDEPEND="${CDEPEND} + client? ( net-fs/cifs-utils[ads?] ) + selinux? ( sec-policy/selinux-samba ) +" + +REQUIRED_USE="addc? ( gnutls !system-mitkrb5 ) + ads? ( acl gnutls ldap ) + ${PYTHON_REQUIRED_USE}" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}/${PN}-4.2.3-heimdal_compilefix.patch" + "${FILESDIR}/${PN}-4.2.7-pam.patch" +) + +CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)" + +WAF_BINARY="${S}/buildtools/bin/waf" + +SHAREDMODS="" + +pkg_setup() { + python-single-r1_pkg_setup + if use aio ; then + if ! linux_config_exists || ! linux_chkconfig_present AIO; then + ewarn "You must enable AIO support in your kernel config, " + ewarn "to be able to support asynchronous I/O. " + ewarn "You can find it at" + ewarn + ewarn "General Support" + ewarn " Enable AIO support " + ewarn + ewarn "and recompile your kernel..." + fi + fi + if use cluster ; then + SHAREDMODS="${SHAREDMODS}idmap_rid,idmap_tdb2,idmap_ad" + fi +} + +src_prepare() { + epatch ${PATCHES[@]} + + # install the patches from tarball(s) + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + epatch "${WORKDIR}/patches" + + # Allow user patches + epatch_user + multilib_copy_sources +} + +multilib_src_configure() { + local myconf=() + myconf=( + --enable-fhs + --sysconfdir=/etc + --localstatedir=/var + --with-modulesdir=/usr/$(get_libdir)/samba + --with-piddir=/var/run/${PN} + --bundled-libraries=NONE + --builtin-libraries=NONE + --disable-rpath + --disable-rpath-install + --nopyc + --nopyo + ) + if multilib_is_native_abi ; then + myconf+=( + $(use_with acl acl-support) + $(usex addc '' '--without-ad-dc') + $(use_with addns dnsupdate) + $(use_with ads) + $(usex ads '--with-shared-modules=idmap_ad' '') + $(use_with aio aio-support) + $(use_enable avahi) + $(use_with cluster cluster-support) + $(use_enable cups) + $(use_with dmapi) + $(use_with fam) + $(use_enable gnutls) + $(use_enable iprint) + $(use_with ldap) + $(use_with pam) + $(use_with pam pam_smbpass) + $(usex pam "--with-pammodulesdir=/$(get_libdir)/security" '') + $(use_with quota quotas) + $(use_with syslog) + $(use_with systemd) + $(usex system-mitkrb5 '--with-system-mitkrb5' '') + $(use_with winbind) + $(usex test '--enable-selftest' '') + --with-shared-modules=${SHAREDMODS} + ) + else + myconf+=( + --without-acl-support + --without-ad-dc + --without-dnsupdate + --without-ads + --without-aio-support + --disable-avahi + --without-cluster-support + --disable-cups + --without-dmapi + --without-fam + --disable-gnutls + --disable-iprint + $(use_with ldap) + --without-pam + --without-pam_smbpass + --without-quotas + --without-syslog + --without-systemd + $(usex system-mitkrb5 '--with-system-mitkrb5' '') + --without-winbind + --disable-python + ) + fi + + CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \ + waf-utils_src_configure ${myconf[@]} +} + +multilib_src_install() { + waf-utils_src_install + + # Make all .so files executable + find "${D}" -type f -name "*.so" -exec chmod +x {} + + + if multilib_is_native_abi; then + # install ldap schema for server (bug #491002) + if use ldap ; then + insinto /etc/openldap/schema + doins examples/LDAP/samba.schema + fi + + # install example config file + insinto /etc/samba + doins examples/smb.conf.default + + # Install init script and conf.d file + newinitd "${CONFDIR}/samba4.initd-r1" samba + newconfd "${CONFDIR}/samba4.confd" samba + + systemd_dotmpfilesd "${FILESDIR}"/samba.conf + systemd_dounit "${FILESDIR}"/nmbd.service + systemd_dounit "${FILESDIR}"/smbd.{service,socket} + systemd_newunit "${FILESDIR}"/smbd_at.service 'smbd@.service' + systemd_dounit "${FILESDIR}"/winbindd.service + systemd_dounit "${FILESDIR}"/samba.service + fi +} + +multilib_src_test() { + if multilib_is_native_abi ; then + "${WAF_BINARY}" test || die "test failed" + fi +} + +pkg_postinst() { + ewarn "Be aware the this release contains the best of all of Samba's" + ewarn "technology parts, both a file server (that you can reasonably expect" + ewarn "to upgrade existing Samba 3.x releases to) and the AD domain" + ewarn "controller work previously known as 'samba4'." + + elog "For further information and migration steps make sure to read " + elog "http://samba.org/samba/history/${P}.html " + elog "http://samba.org/samba/history/${PN}-4.2.0.html and" + elog "http://wiki.samba.org/index.php/Samba4/HOWTO " +} diff --git a/net-fs/samba/samba-4.3.6.ebuild b/net-fs/samba/samba-4.3.6.ebuild new file mode 100644 index 000000000000..c0c77ccbfea4 --- /dev/null +++ b/net-fs/samba/samba-4.3.6.ebuild @@ -0,0 +1,243 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+),xml(+)' + +inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils + +MY_PV="${PV/_rc/rc}" +MY_P="${PN}-${MY_PV}" + +SRC_PATH="stable" +[[ ${PV} = *_rc* ]] && SRC_PATH="rc" + +SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz + https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.3.6.tar.xz" +KEYWORDS="~amd64 ~hppa ~x86" +[[ ${PV} = *_rc* ]] && KEYWORDS="~hppa" + +DESCRIPTION="Samba Suite Version 4" +HOMEPAGE="http://www.samba.org/" +LICENSE="GPL-3" + +SLOT="0" + +IUSE="acl addc addns ads aio avahi client cluster cups dmapi fam gnutls iprint +ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind" + +MULTILIB_WRAPPED_HEADERS=( + /usr/include/samba-4.0/policy.h + /usr/include/samba-4.0/dcerpc_server.h + /usr/include/samba-4.0/ctdb.h + /usr/include/samba-4.0/ctdb_client.h + /usr/include/samba-4.0/ctdb_protocol.h + /usr/include/samba-4.0/ctdb_private.h + /usr/include/samba-4.0/ctdb_typesafe_cb.h + /usr/include/samba-4.0/ctdb_version.h +) + +# sys-apps/attr is an automagic dependency (see bug #489748) +CDEPEND="${PYTHON_DEPS} + >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}] + dev-libs/libbsd[${MULTILIB_USEDEP}] + dev-libs/iniparser:0 + dev-libs/popt[${MULTILIB_USEDEP}] + sys-libs/readline:= + virtual/libiconv + dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] + sys-apps/attr[${MULTILIB_USEDEP}] + sys-libs/libcap + >=sys-libs/ldb-1.1.24[${MULTILIB_USEDEP}] + sys-libs/ncurses:0=[${MULTILIB_USEDEP}] + >=sys-libs/talloc-2.1.3[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tdb-1.3.7[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tevent-0.9.25[${MULTILIB_USEDEP}] + sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/pam + acl? ( virtual/acl ) + addns? ( net-dns/bind-tools[gssapi] ) + aio? ( dev-libs/libaio ) + cluster? ( !dev-db/ctdb ) + cups? ( net-print/cups ) + dmapi? ( sys-apps/dmapi ) + fam? ( virtual/fam ) + gnutls? ( dev-libs/libgcrypt:0 + >=net-libs/gnutls-1.4.0 ) + ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) + system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) + !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) + systemd? ( sys-apps/systemd:0= )" +DEPEND="${CDEPEND} + virtual/pkgconfig" +RDEPEND="${CDEPEND} + client? ( net-fs/cifs-utils[ads?] ) + selinux? ( sec-policy/selinux-samba ) +" + +REQUIRED_USE="addc? ( gnutls !system-mitkrb5 ) + ads? ( acl gnutls ldap ) + ${PYTHON_REQUIRED_USE}" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}/${PN}-4.2.3-heimdal_compilefix.patch" + "${FILESDIR}/${PN}-4.2.7-pam.patch" +) + +CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)" + +WAF_BINARY="${S}/buildtools/bin/waf" + +SHAREDMODS="" + +pkg_setup() { + python-single-r1_pkg_setup + if use aio ; then + if ! linux_config_exists || ! linux_chkconfig_present AIO; then + ewarn "You must enable AIO support in your kernel config, " + ewarn "to be able to support asynchronous I/O. " + ewarn "You can find it at" + ewarn + ewarn "General Support" + ewarn " Enable AIO support " + ewarn + ewarn "and recompile your kernel..." + fi + fi + if use cluster ; then + SHAREDMODS="${SHAREDMODS}idmap_rid,idmap_tdb2,idmap_ad" + fi +} + +src_prepare() { + default + + # install the patches from tarball(s) + eapply "${WORKDIR}/patches/" + + multilib_copy_sources +} + +multilib_src_configure() { + local myconf=() + myconf=( + --enable-fhs + --sysconfdir=/etc + --localstatedir=/var + --with-modulesdir=/usr/$(get_libdir)/samba + --with-piddir=/var/run/${PN} + --bundled-libraries=NONE + --builtin-libraries=NONE + --disable-rpath + --disable-rpath-install + --nopyc + --nopyo + ) + if multilib_is_native_abi ; then + myconf+=( + $(use_with acl acl-support) + $(usex addc '' '--without-ad-dc') + $(use_with addns dnsupdate) + $(use_with ads) + $(usex ads '--with-shared-modules=idmap_ad' '') + $(use_with aio aio-support) + $(use_enable avahi) + $(use_with cluster cluster-support) + $(use_enable cups) + $(use_with dmapi) + $(use_with fam) + $(use_enable gnutls) + $(use_enable iprint) + $(use_with ldap) + $(use_with pam) + $(use_with pam pam_smbpass) + $(usex pam "--with-pammodulesdir=/$(get_libdir)/security" '') + $(use_with quota quotas) + $(use_with syslog) + $(use_with systemd) + $(usex system-mitkrb5 '--with-system-mitkrb5' '') + $(use_with winbind) + $(usex test '--enable-selftest' '') + --with-shared-modules=${SHAREDMODS} + ) + else + myconf+=( + --without-acl-support + --without-ad-dc + --without-dnsupdate + --without-ads + --without-aio-support + --disable-avahi + --without-cluster-support + --disable-cups + --without-dmapi + --without-fam + --disable-gnutls + --disable-iprint + $(use_with ldap) + --without-pam + --without-pam_smbpass + --without-quotas + --without-syslog + --without-systemd + $(usex system-mitkrb5 '--with-system-mitkrb5' '') + --without-winbind + --disable-python + ) + fi + + CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \ + waf-utils_src_configure ${myconf[@]} +} + +multilib_src_install() { + waf-utils_src_install + + # Make all .so files executable + find "${D}" -type f -name "*.so" -exec chmod +x {} + + + if multilib_is_native_abi; then + # install ldap schema for server (bug #491002) + if use ldap ; then + insinto /etc/openldap/schema + doins examples/LDAP/samba.schema + fi + + # install example config file + insinto /etc/samba + doins examples/smb.conf.default + + # Install init script and conf.d file + newinitd "${CONFDIR}/samba4.initd-r1" samba + newconfd "${CONFDIR}/samba4.confd" samba + + systemd_dotmpfilesd "${FILESDIR}"/samba.conf + systemd_dounit "${FILESDIR}"/nmbd.service + systemd_dounit "${FILESDIR}"/smbd.{service,socket} + systemd_newunit "${FILESDIR}"/smbd_at.service 'smbd@.service' + systemd_dounit "${FILESDIR}"/winbindd.service + systemd_dounit "${FILESDIR}"/samba.service + fi +} + +multilib_src_test() { + if multilib_is_native_abi ; then + "${WAF_BINARY}" test || die "test failed" + fi +} + +pkg_postinst() { + ewarn "Be aware the this release contains the best of all of Samba's" + ewarn "technology parts, both a file server (that you can reasonably expect" + ewarn "to upgrade existing Samba 3.x releases to) and the AD domain" + ewarn "controller work previously known as 'samba4'." + + elog "For further information and migration steps make sure to read " + elog "http://samba.org/samba/history/${P}.html " + elog "http://samba.org/samba/history/${PN}-4.2.0.html and" + elog "http://wiki.samba.org/index.php/Samba4/HOWTO " +} diff --git a/net-fs/samba/samba-4.4.0_rc4.ebuild b/net-fs/samba/samba-4.4.0_rc4.ebuild new file mode 100644 index 000000000000..5b5c38f51123 --- /dev/null +++ b/net-fs/samba/samba-4.4.0_rc4.ebuild @@ -0,0 +1,226 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+),xml(+)' + +inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils + +MY_PV="${PV/_rc/rc}" +MY_P="${PN}-${MY_PV}" + +SRC_PATH="stable" +[[ ${PV} = *_rc* ]] && SRC_PATH="rc" + +SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz + https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.4.0_rc4.tar.xz" +KEYWORDS="~amd64 ~hppa ~x86" +[[ ${PV} = *_rc* ]] && KEYWORDS="~hppa" + +DESCRIPTION="Samba Suite Version 4" +HOMEPAGE="http://www.samba.org/" +LICENSE="GPL-3" + +SLOT="0" + +IUSE="acl addc addns ads avahi client cluster cups dmapi fam gnutls iprint +ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind" + +MULTILIB_WRAPPED_HEADERS=( + /usr/include/samba-4.0/policy.h + /usr/include/samba-4.0/dcerpc_server.h + /usr/include/samba-4.0/ctdb.h + /usr/include/samba-4.0/ctdb_client.h + /usr/include/samba-4.0/ctdb_protocol.h + /usr/include/samba-4.0/ctdb_private.h + /usr/include/samba-4.0/ctdb_typesafe_cb.h + /usr/include/samba-4.0/ctdb_version.h +) + +# sys-apps/attr is an automagic dependency (see bug #489748) +CDEPEND="${PYTHON_DEPS} + >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}] + dev-libs/libbsd[${MULTILIB_USEDEP}] + dev-libs/iniparser:0 + dev-libs/popt[${MULTILIB_USEDEP}] + sys-libs/readline:= + virtual/libiconv + dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] + sys-apps/attr[${MULTILIB_USEDEP}] + sys-libs/libcap + >=sys-libs/ldb-1.1.25[${MULTILIB_USEDEP}] + sys-libs/ncurses:0=[${MULTILIB_USEDEP}] + >=sys-libs/talloc-2.1.5[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tdb-1.3.8[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tevent-0.9.28[${MULTILIB_USEDEP}] + sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/pam + acl? ( virtual/acl ) + addns? ( net-dns/bind-tools[gssapi] ) + cluster? ( !dev-db/ctdb ) + cups? ( net-print/cups ) + dmapi? ( sys-apps/dmapi ) + fam? ( virtual/fam ) + gnutls? ( dev-libs/libgcrypt:0 + >=net-libs/gnutls-1.4.0 ) + ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) + system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) + !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) + systemd? ( sys-apps/systemd:0= )" +DEPEND="${CDEPEND} + virtual/pkgconfig" +RDEPEND="${CDEPEND} + client? ( net-fs/cifs-utils[ads?] ) + selinux? ( sec-policy/selinux-samba ) +" + +REQUIRED_USE="addc? ( gnutls !system-mitkrb5 ) + ads? ( acl gnutls ldap ) + ${PYTHON_REQUIRED_USE}" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}/${PN}-4.2.3-heimdal_compilefix.patch" + "${FILESDIR}/${PN}-4.4.0-pam.patch" +) + +CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)" + +WAF_BINARY="${S}/buildtools/bin/waf" + +SHAREDMODS="" + +pkg_setup() { + python-single-r1_pkg_setup + if use cluster ; then + SHAREDMODS="${SHAREDMODS}idmap_rid,idmap_tdb2,idmap_ad" + fi +} + +src_prepare() { + default + + # install the patches from tarball(s) + eapply "${WORKDIR}/patches/" + + multilib_copy_sources +} + +multilib_src_configure() { + local myconf=() + myconf=( + --enable-fhs + --sysconfdir=/etc + --localstatedir=/var + --with-modulesdir=/usr/$(get_libdir)/samba + --with-piddir=/var/run/${PN} + --bundled-libraries=NONE + --builtin-libraries=NONE + --disable-rpath + --disable-rpath-install + --nopyc + --nopyo + ) + if multilib_is_native_abi ; then + myconf+=( + $(use_with acl acl-support) + $(usex addc '' '--without-ad-dc') + $(use_with addns dnsupdate) + $(use_with ads) + $(usex ads '--with-shared-modules=idmap_ad' '') + $(use_enable avahi) + $(use_with cluster cluster-support) + $(use_enable cups) + $(use_with dmapi) + $(use_with fam) + $(use_enable gnutls) + $(use_enable iprint) + $(use_with ldap) + $(use_with pam) + $(usex pam "--with-pammodulesdir=/$(get_libdir)/security" '') + $(use_with quota quotas) + $(use_with syslog) + $(use_with systemd) + $(usex system-mitkrb5 '--with-system-mitkrb5' '') + $(use_with winbind) + $(usex test '--enable-selftest' '') + --with-shared-modules=${SHAREDMODS} + ) + else + myconf+=( + --without-acl-support + --without-ad-dc + --without-dnsupdate + --without-ads + --disable-avahi + --without-cluster-support + --disable-cups + --without-dmapi + --without-fam + --disable-gnutls + --disable-iprint + $(use_with ldap) + --without-pam + --without-quotas + --without-syslog + --without-systemd + $(usex system-mitkrb5 '--with-system-mitkrb5' '') + --without-winbind + --disable-python + ) + fi + + CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \ + waf-utils_src_configure ${myconf[@]} +} + +multilib_src_install() { + waf-utils_src_install + + # Make all .so files executable + find "${D}" -type f -name "*.so" -exec chmod +x {} + + + if multilib_is_native_abi; then + # install ldap schema for server (bug #491002) + if use ldap ; then + insinto /etc/openldap/schema + doins examples/LDAP/samba.schema + fi + + # install example config file + insinto /etc/samba + doins examples/smb.conf.default + + # Install init script and conf.d file + newinitd "${CONFDIR}/samba4.initd-r1" samba + newconfd "${CONFDIR}/samba4.confd" samba + + systemd_dotmpfilesd "${FILESDIR}"/samba.conf + systemd_dounit "${FILESDIR}"/nmbd.service + systemd_dounit "${FILESDIR}"/smbd.{service,socket} + systemd_newunit "${FILESDIR}"/smbd_at.service 'smbd@.service' + systemd_dounit "${FILESDIR}"/winbindd.service + systemd_dounit "${FILESDIR}"/samba.service + fi +} + +multilib_src_test() { + if multilib_is_native_abi ; then + "${WAF_BINARY}" test || die "test failed" + fi +} + +pkg_postinst() { + ewarn "Be aware the this release contains the best of all of Samba's" + ewarn "technology parts, both a file server (that you can reasonably expect" + ewarn "to upgrade existing Samba 3.x releases to) and the AD domain" + ewarn "controller work previously known as 'samba4'." + + elog "For further information and migration steps make sure to read " + elog "http://samba.org/samba/history/${P}.html " + elog "http://samba.org/samba/history/${PN}-4.2.0.html and" + elog "http://wiki.samba.org/index.php/Samba4/HOWTO " +} diff --git a/net-libs/iojs/ChangeLog-2015 b/net-libs/iojs/ChangeLog-2015 deleted file mode 100644 index 5e6b5f5d0680..000000000000 --- a/net-libs/iojs/ChangeLog-2015 +++ /dev/null @@ -1,151 +0,0 @@ -# ChangeLog for net-libs/iojs -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v 1.27 2015/08/05 02:01:48 patrick Exp $ - -*iojs-3.0.0 (05 Aug 2015) -*iojs-2.4.0 (05 Aug 2015) - - 05 Aug 2015; Patrick Lauer +iojs-2.4.0.ebuild, - +iojs-3.0.0.ebuild: - Bump - -*iojs-2.5.0 (31 Jul 2015) - - 31 Jul 2015; Patrick Lauer +iojs-2.5.0.ebuild: - Bump - -*iojs-2.3.4 (13 Jul 2015) - - 13 Jul 2015; Patrick Lauer +iojs-2.3.4.ebuild: - Bump - -*iojs-2.3.3 (06 Jul 2015) - - 06 Jul 2015; Patrick Lauer +iojs-2.3.3.ebuild, - -iojs-2.0.1.ebuild, -iojs-2.0.2.ebuild, -iojs-2.1.0.ebuild, - -iojs-2.2.1.ebuild, -iojs-2.3.0.ebuild, -iojs-2.3.1.ebuild: - Bump, remove old - - 26 Jun 2015; Patrick Lauer -iojs-1.0.4-r1.ebuild, - -iojs-1.0.4.ebuild, -iojs-1.1.0.ebuild, -iojs-1.2.0.ebuild, - -iojs-1.3.0.ebuild, -iojs-1.4.1.ebuild, -iojs-1.5.1.ebuild, - -iojs-1.6.2.ebuild, -iojs-1.6.3-r1.ebuild, -iojs-1.6.3.ebuild, - -iojs-1.7.1.ebuild, -iojs-1.8.1.ebuild: - Remove old - -*iojs-2.3.1 (25 Jun 2015) - - 25 Jun 2015; Michał Górny +iojs-2.3.1.ebuild: - Version bump with upstream fix for bug #552232. https://github.com/gentoo - /gentoo-portage-rsync-mirror/pull/153 by jbergstroem. - -*iojs-2.3.0 (15 Jun 2015) - - 15 Jun 2015; Michał Górny +iojs-2.3.0.ebuild: - Version bump. - -*iojs-2.2.1 (02 Jun 2015) - - 02 Jun 2015; Michał Górny +iojs-2.2.1.ebuild: - Version bump. Fixes bug #550882. https://github.com/gentoo/gentoo-portage- - rsync-mirror/pull/137 by jbergstroem. - -*iojs-2.1.0 (26 May 2015) - - 26 May 2015; Michał Górny +iojs-2.1.0.ebuild: - Version bump. Adapt gyp-nodejs symlink structure. https://github.com/gentoo - /gentoo-portage-rsync-mirror/pull/127 by jbergstroem. - -*iojs-2.0.2 (18 May 2015) - - 18 May 2015; Michał Górny +iojs-2.0.2.ebuild: - Version bump. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/122 - by jbergstroem. - -*iojs-2.0.1 (13 May 2015) - - 13 May 2015; Michał Górny +iojs-2.0.1.ebuild: - Version bump, https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/113 - by jbergstroem. - -*iojs-1.8.1 (22 Apr 2015) - - 22 Apr 2015; Michał Górny - +files/iojs-1.8.1-pkgconfig.patch, +iojs-1.8.1.ebuild: - Version bump with rebaked pkg-config patch. https://github.com/gentoo/gentoo- - portage-rsync-mirror/pull/106 by Johan Bergström. - -*iojs-1.7.1 (16 Apr 2015) - - 16 Apr 2015; Michał Górny - +files/iojs-1.7.1-pkgconfig.patch, +iojs-1.7.1.ebuild, metadata.xml: - Version bump. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/95 by - jbergstroem. - -*iojs-1.6.3-r1 (02 Apr 2015) - - 02 Apr 2015; Patrick Lauer +iojs-1.6.3-r1.ebuild, - metadata.xml: - Improvements and optional use of bundled libs by jbergstroem - -*iojs-1.6.3 (02 Apr 2015) - - 02 Apr 2015; Patrick Lauer +iojs-1.6.3.ebuild: - Bump - -*iojs-1.6.2 (23 Mar 2015) - - 23 Mar 2015; Patrick Lauer +iojs-1.6.2.ebuild: - Bump - -*iojs-1.5.1 (10 Mar 2015) - - 10 Mar 2015; Patrick Lauer +iojs-1.5.1.ebuild: - Bump - -*iojs-1.4.1 (28 Feb 2015) - - 28 Feb 2015; Patrick Lauer +iojs-1.4.1.ebuild: - Bump - -*iojs-1.3.0 (20 Feb 2015) - - 20 Feb 2015; Patrick Lauer +iojs-1.3.0.ebuild: - Bump - - 16 Feb 2015; Mike Frysinger iojs-1.2.0.ebuild: - Clean up src_configure: use proper arrays to hold flags, and use $ARCH rather - than $CHOST matching to look up the target arch. - - 16 Feb 2015; Mike Frysinger - +files/iojs-1.2.0-pkgconfig.patch, iojs-1.2.0.ebuild: - Fix by Paul McClave to respect $PKG_CONFIG. - - 16 Feb 2015; Mike Frysinger iojs-1.2.0.ebuild: - Fix by Paul McClave to drop the v8 -D flag for x86 targets as configure does - not recognize it. - - 15 Feb 2015; Patrick Lauer iojs-1.2.0.ebuild: - Force openssl sanity #540106 - -*iojs-1.2.0 (15 Feb 2015) - - 15 Feb 2015; Patrick Lauer +iojs-1.2.0.ebuild: - Bump - -*iojs-1.1.0 (06 Feb 2015) - - 06 Feb 2015; Patrick Lauer +iojs-1.1.0.ebuild: - Bump - -*iojs-1.0.4-r1 (30 Jan 2015) - - 30 Jan 2015; Patrick Lauer +iojs-1.0.4-r1.ebuild, - iojs-1.0.4.ebuild: - Fixes for test phase etc. by jbergstroem - -*iojs-1.0.4 (27 Jan 2015) - - 27 Jan 2015; Patrick Lauer +iojs-1.0.4.ebuild, - +metadata.xml: - Initial import, ebuild by jbergstroem diff --git a/net-libs/iojs/Manifest b/net-libs/iojs/Manifest deleted file mode 100644 index 814f2d6b729b..000000000000 --- a/net-libs/iojs/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST iojs-v2.3.3.tar.xz 12520388 SHA256 a9001633cc8baa282cea08e8712ef6b3df605d0c83ef3cbdae56ce0f3126488d SHA512 9547d3891eb28afb782d86304c827696d660b2c0c8abeb568a133b24277a4e7356a24868ceed79ee2b89069dbcffddc12e204e5d79ee20b9d23c326a780df743 WHIRLPOOL 789291f029f08854badc69195a687516c23262d21c9cb87f0f7a814bd422a3e192086df835ec03914c7baa31f7bb13fd78755921706df8c4c05d8f908fbebbd0 -DIST iojs-v2.3.4.tar.xz 12518296 SHA256 cf8bdbcf8598a47c514ddd964dcbee40d6cd118f9954ee4afbec9163312e43a2 SHA512 e4ceaaba1ec4c298bc7d0394e82636f6356a7d0e1d946e6d688ac2b42777eebad1db0fef76d5d8b0ba870585853b204b727db0d605ed05bc8cc3a4ce4c571fd8 WHIRLPOOL fed18530766e7f51c4ed5c2fffcd6c465c5c6b3f9762ff1253cd200aff7011775132df44e9af6fb28b45f85054bd0b1e5ad8f2c0ebe9533557940cd0d5356837 -DIST iojs-v2.4.0.tar.xz 12618052 SHA256 0081746e2e4b49c95ddbbaa6394960af2c719465c3ddab3bee58637b574eca45 SHA512 dc43fa6bf1f9d4e241bbdecdde2cae23592b045fdce9d25cb44459bea680b68c0675e641f87b0beb9fbeeee5e686e928e556ec3f3baa581346449df9c142873d WHIRLPOOL 3454970892fde236ae2d86fa98b9d997a1609146c112ae2818b8fd034d984dadeb5d34b26fdd60640e515fc1d8872f6b95d9e99433a10424f5cb75e1f65ffb78 -DIST iojs-v2.5.0.tar.xz 12520540 SHA256 0ad1bca083cbdf9a67fc55e1b1d47d8cc3bc6473e4a3af083c9f67ace3e7e75e SHA512 e0ebf870abe1ab4d0a6cc4a440c80b3bebb6762e886195ccf728f62c67c551ec7069da13d928659ed525874b003f0365e3f82811eec951912a11c2eed3e8a6a9 WHIRLPOOL 2b4b25b5467245e04611fae70ee0d4dbbf04822c4853450ba245d80e96e91499e426a05b1505289261993b7e0105b49e7b6af034bce575865c1ef5c698dfdcfb -DIST iojs-v3.0.0.tar.xz 12627740 SHA256 e003d162c923c4a4c3c2b122b59168dc7685c832c6fa876e969bfc2f406f9c16 SHA512 08d96c51f10924d50993575d5a1e86507b95951c3ed471a67ca439620858afc235b1e70ca737bd7233838f024ea9147d1388a5f9f616cc71b5cccfe132f40f75 WHIRLPOOL 87f05d4b544d44a67b9e3ce4dbaf70f81b8668c8b90f0aa05f10a0f15a8744e8c9fd519dcbc3fed721d16fdad63babb167bc03cb8f0389c06f6de9aa9ceeb71b diff --git a/net-libs/iojs/files/iojs-1.2.0-pkgconfig.patch b/net-libs/iojs/files/iojs-1.2.0-pkgconfig.patch deleted file mode 100644 index 8eaa0236278b..000000000000 --- a/net-libs/iojs/files/iojs-1.2.0-pkgconfig.patch +++ /dev/null @@ -1,56 +0,0 @@ -configure: fix pkg_config usage - -Cross compilation did pick up wrong libraries as it was using the system -pkg-config. - -patch by Paul McClave - ---- a/configure -+++ b/configure -@@ -299,12 +299,13 @@ - - - def pkg_config(pkg): -- cmd = os.popen('pkg-config --libs %s' % pkg, 'r') -+ pkg_config = os.environ.get('PKG_CONFIG', 'pkg-config') -+ cmd = os.popen(pkg_config + ' --libs %s' % pkg, 'r') - libs = cmd.readline().strip() - ret = cmd.close() - if (ret): return None - -- cmd = os.popen('pkg-config --cflags %s' % pkg, 'r') -+ cmd = os.popen(pkg_config + ' --cflags %s' % pkg, 'r') - cflags = cmd.readline().strip() - ret = cmd.close() - if (ret): return None -@@ -553,15 +554,21 @@ - def configure_libz(o): - o['variables']['node_shared_zlib'] = b(options.shared_zlib) - -- # assume shared_zlib if one of these is set? -- if options.shared_zlib_libpath: -- o['libraries'] += ['-L%s' % options.shared_zlib_libpath] -- if options.shared_zlib_libname: -- o['libraries'] += ['-l%s' % options.shared_zlib_libname] -- elif options.shared_zlib: -- o['libraries'] += ['-lz'] -- if options.shared_zlib_includes: -- o['include_dirs'] += [options.shared_zlib_includes] -+ if options.shared_zlib: -+ (libs, cflags) = pkg_config('zlib') or ('-lz', '') -+ -+ if options.shared_zlib_libpath: -+ o['libraries'] += ['-L%s' % options.shared_zlib_libpath] -+ -+ if options.shared_zlib_libname: -+ o['libraries'] += ['-l%s' % options.shared_zlib_libname] -+ else: -+ o['libraries'] += libs.split() -+ -+ if options.shared_zlib_includes: -+ o['include_dirs'] += [options.shared_zlib_includes] -+ else: -+ o['cflags'] += cflags.split() - - - def configure_http_parser(o): diff --git a/net-libs/iojs/files/iojs-1.7.1-pkgconfig.patch b/net-libs/iojs/files/iojs-1.7.1-pkgconfig.patch deleted file mode 100644 index c57eef0815bf..000000000000 --- a/net-libs/iojs/files/iojs-1.7.1-pkgconfig.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff --git configure configure -index 67440a2..2a3b05f 100755 ---- configure -+++ configure -@@ -326,12 +326,13 @@ def b(value): - - - def pkg_config(pkg): -- cmd = os.popen('pkg-config --libs %s' % pkg, 'r') -+ pkg_config = os.environ.get('PKG_CONFIG', 'pkg-config') -+ cmd = os.popen(pkg_config + ' --libs %s' % pkg, 'r') - libs = cmd.readline().strip() - ret = cmd.close() - if (ret): return None - -- cmd = os.popen('pkg-config --cflags %s' % pkg, 'r') -+ cmd = os.popen(pkg_config + ' --cflags %s' % pkg, 'r') - cflags = cmd.readline().strip() - ret = cmd.close() - if (ret): return None -@@ -603,14 +604,21 @@ def configure_node(o): - - def configure_libz(o): - o['variables']['node_shared_zlib'] = b(options.shared_zlib) -+ if b(options.shared_zlib) == 'true': -+ (libs, cflags) = pkg_config('zlib') or ('-lz', '') - -- if b(options.shared_zlib) == True: -- o['libraries'] += ['-l%s' % options.shared_zlib_libname] -- if options.shared_zlib_libpath: -- o['libraries'] += ['-L%s' % options.shared_zlib_libpath] -- if options.shared_zlib_includes: -- o['include_dirs'] += [options.shared_zlib_includes] -+ if options.shared_zlib_libpath: -+ o['libraries'] += ['-L%s' % options.shared_zlib_libpath] - -+ if options.shared_zlib_libname: -+ o['libraries'] += ['-l%s' % options.shared_zlib_libname] -+ else: -+ o['libraries'] += libs.split() -+ -+ if options.shared_zlib_includes: -+ o['include_dirs'] += [options.shared_zlib_includes] -+ else: -+ o['cflags'] += cflags.split() - - def configure_http_parser(o): - o['variables']['node_shared_http_parser'] = b(options.shared_http_parser) diff --git a/net-libs/iojs/files/iojs-1.8.1-pkgconfig.patch b/net-libs/iojs/files/iojs-1.8.1-pkgconfig.patch deleted file mode 100644 index 788195b5821d..000000000000 --- a/net-libs/iojs/files/iojs-1.8.1-pkgconfig.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- configure 2015-04-21 10:37:04.000000000 +1000 -+++ configure.new 2015-04-21 12:47:46.340709492 +1000 -@@ -326,12 +326,13 @@ - - - def pkg_config(pkg): -- cmd = os.popen('pkg-config --libs %s' % pkg, 'r') -+ pkg_config = os.environ.get('PKG_CONFIG', 'pkg-config') -+ cmd = os.popen(pkg_config + ' --libs %s' % pkg, 'r') - libs = cmd.readline().strip() - ret = cmd.close() - if (ret): return None - -- cmd = os.popen('pkg-config --cflags %s' % pkg, 'r') -+ cmd = os.popen(pkg_config + ' --cflags %s' % pkg, 'r') - cflags = cmd.readline().strip() - ret = cmd.close() - if (ret): return None -@@ -657,13 +658,18 @@ - - def configure_libz(o): - o['variables']['node_shared_zlib'] = b(options.shared_zlib) -+ (libs, cflags) = pkg_config('zlib') or ('-lz', '') - -- if options.shared_zlib: -- o['libraries'] += ['-l%s' % options.shared_zlib_libname] - if options.shared_zlib_libpath: - o['libraries'] += ['-L%s' % options.shared_zlib_libpath] - if options.shared_zlib_includes: - o['include_dirs'] += [options.shared_zlib_includes] -+ else: -+ o['cflags'] += cflags.split() -+ if options.shared_zlib_libname: -+ o['libraries'] += ['-l%s' % options.shared_zlib_libname] -+ else: -+ o['libraries'] += libs.split() - - - def configure_http_parser(o): diff --git a/net-libs/iojs/iojs-2.3.3.ebuild b/net-libs/iojs/iojs-2.3.3.ebuild deleted file mode 100644 index 56aa6dcbb499..000000000000 --- a/net-libs/iojs/iojs-2.3.3.ebuild +++ /dev/null @@ -1,139 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -MY_PV="v${PV}" -MY_P="${PN}-${MY_PV}" - -inherit flag-o-matic pax-utils python-single-r1 toolchain-funcs - -DESCRIPTION="An npm compatible platform originally based on node.js" -HOMEPAGE="http://iojs.org/" -SRC_URI="http://iojs.org/dist/${MY_PV}/${MY_P}.tar.xz" - -LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" -IUSE="bundled-libs debug icu +npm snapshot +ssl" - -RDEPEND="icu? ( dev-libs/icu ) - ${PYTHON_DEPS} - !bundled-libs? ( - >=net-libs/http-parser-2.5 - >=dev-libs/libuv-1.6.1 - >=dev-libs/openssl-1.0.2c[-bindist] - )" -DEPEND="${RDEPEND} - !!net-libs/nodejs" -S="${WORKDIR}/${MY_P}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -pkg_pretend() { - if ! test-flag-CXX -std=c++11 ; then - die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 3.3 or newer." - fi -} - -src_prepare() { - tc-export CC CXX PKG_CONFIG - export V=1 # Verbose build - export BUILDTYPE=Release - - # fix compilation on Darwin - # https://code.google.com/p/gyp/issues/detail?id=260 - sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || die - - # make sure we use python2.* while using gyp - sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp || die - sed -i -e "s/|| 'python'/|| '${EPYTHON}'/" deps/npm/node_modules/node-gyp/lib/configure.js || die - - # less verbose install output (stating the same as portage, basically) - sed -i -e "/print/d" tools/install.py || die - - # proper libdir, hat tip @ryanpcmcquen https://github.com/iojs/io.js/issues/504 - local LIBDIR=$(get_libdir) - sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die - sed -i -e "s/'lib'/'${LIBDIR}'/" lib/module.js || die - sed -i -e "s|\"lib\"|\"${LIBDIR}\"|" deps/npm/lib/npm.js || die - - # Avoid a test that I've only been able to reproduce from emerge. It doesnt - # seem sandbox related either (invoking it from a sandbox works fine). - # The issue is that no stdin handle is openened when asked for one. - # It doesn't really belong upstream , so it'll just be removed until someone - # with more gentoo-knowledge than me (jbergstroem) figures it out. - rm test/parallel/test-stdout-close-unref.js || die - - # debug builds. change install path, remove optimisations and override buildtype - if use debug; then - sed -i -e "s|out/Release/|out/Debug/|g" tools/install.py || die - BUILDTYPE=Debug - fi - - epatch_user -} - -src_configure() { - local myconf=() - local myarch="" - use bundled-libs || myconf+=( --shared-openssl --shared-libuv --shared-http-parser --shared-zlib ) - use npm || myconf+=( --without-npm ) - use icu && myconf+=( --with-intl=system-icu ) - use snapshot && myconf+=( --with-snapshot ) - use ssl || myconf+=( --without-ssl ) - use debug && myconf+=( --debug ) - - case ${ABI} in - x86) myarch="ia32";; - amd64) myarch="x64";; - x32) myarch="x32";; - arm) myarch="arm";; - arm64) myarch="arm64";; - *) die "Unrecognized ARCH ${ARCH}";; - esac - - "${PYTHON}" configure \ - --prefix="${EPREFIX}"/usr \ - --dest-cpu=${myarch} \ - --without-dtrace \ - "${myconf[@]}" || die -} - -src_compile() { - emake -C out mksnapshot - pax-mark m "out/${BUILDTYPE}/mksnapshot" - emake -C out -} - -src_install() { - local LIBDIR="${ED}/usr/$(get_libdir)" - emake install DESTDIR="${ED}" PREFIX=/usr - use npm && dodoc -r "${LIBDIR}"/node_modules/npm/html - rm -rf "${LIBDIR}"/node_modules/npm/{doc,html} || die - find "${LIBDIR}"/node_modules -type f -name "LICENSE*" -or -name "LICENCE*" -delete || die - - # set up a symlink structure that npm expects.. - dodir /usr/include/node/deps/{v8,uv} - dosym . /usr/include/node/src - for var in deps/{uv,v8}/include; do - dosym ../.. /usr/include/node/${var} - done - - pax-mark -m "${ED}"/usr/bin/iojs -} - -src_test() { - out/${BUILDTYPE}/cctest || die - declare -xl TESTTYPE="${BUILDTYPE}" - "${PYTHON}" tools/test.py --mode=${TESTTYPE} -J message parallel sequential || die -} - -pkg_postinst() { - einfo "When using node-gyp to install native modules, you can avoid" - einfo "having to download the full tarball by doing the following:" - einfo "" - einfo "node-gyp --nodedir /usr/include/node " -} diff --git a/net-libs/iojs/iojs-2.3.4.ebuild b/net-libs/iojs/iojs-2.3.4.ebuild deleted file mode 100644 index 56aa6dcbb499..000000000000 --- a/net-libs/iojs/iojs-2.3.4.ebuild +++ /dev/null @@ -1,139 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -MY_PV="v${PV}" -MY_P="${PN}-${MY_PV}" - -inherit flag-o-matic pax-utils python-single-r1 toolchain-funcs - -DESCRIPTION="An npm compatible platform originally based on node.js" -HOMEPAGE="http://iojs.org/" -SRC_URI="http://iojs.org/dist/${MY_PV}/${MY_P}.tar.xz" - -LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" -IUSE="bundled-libs debug icu +npm snapshot +ssl" - -RDEPEND="icu? ( dev-libs/icu ) - ${PYTHON_DEPS} - !bundled-libs? ( - >=net-libs/http-parser-2.5 - >=dev-libs/libuv-1.6.1 - >=dev-libs/openssl-1.0.2c[-bindist] - )" -DEPEND="${RDEPEND} - !!net-libs/nodejs" -S="${WORKDIR}/${MY_P}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -pkg_pretend() { - if ! test-flag-CXX -std=c++11 ; then - die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 3.3 or newer." - fi -} - -src_prepare() { - tc-export CC CXX PKG_CONFIG - export V=1 # Verbose build - export BUILDTYPE=Release - - # fix compilation on Darwin - # https://code.google.com/p/gyp/issues/detail?id=260 - sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || die - - # make sure we use python2.* while using gyp - sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp || die - sed -i -e "s/|| 'python'/|| '${EPYTHON}'/" deps/npm/node_modules/node-gyp/lib/configure.js || die - - # less verbose install output (stating the same as portage, basically) - sed -i -e "/print/d" tools/install.py || die - - # proper libdir, hat tip @ryanpcmcquen https://github.com/iojs/io.js/issues/504 - local LIBDIR=$(get_libdir) - sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die - sed -i -e "s/'lib'/'${LIBDIR}'/" lib/module.js || die - sed -i -e "s|\"lib\"|\"${LIBDIR}\"|" deps/npm/lib/npm.js || die - - # Avoid a test that I've only been able to reproduce from emerge. It doesnt - # seem sandbox related either (invoking it from a sandbox works fine). - # The issue is that no stdin handle is openened when asked for one. - # It doesn't really belong upstream , so it'll just be removed until someone - # with more gentoo-knowledge than me (jbergstroem) figures it out. - rm test/parallel/test-stdout-close-unref.js || die - - # debug builds. change install path, remove optimisations and override buildtype - if use debug; then - sed -i -e "s|out/Release/|out/Debug/|g" tools/install.py || die - BUILDTYPE=Debug - fi - - epatch_user -} - -src_configure() { - local myconf=() - local myarch="" - use bundled-libs || myconf+=( --shared-openssl --shared-libuv --shared-http-parser --shared-zlib ) - use npm || myconf+=( --without-npm ) - use icu && myconf+=( --with-intl=system-icu ) - use snapshot && myconf+=( --with-snapshot ) - use ssl || myconf+=( --without-ssl ) - use debug && myconf+=( --debug ) - - case ${ABI} in - x86) myarch="ia32";; - amd64) myarch="x64";; - x32) myarch="x32";; - arm) myarch="arm";; - arm64) myarch="arm64";; - *) die "Unrecognized ARCH ${ARCH}";; - esac - - "${PYTHON}" configure \ - --prefix="${EPREFIX}"/usr \ - --dest-cpu=${myarch} \ - --without-dtrace \ - "${myconf[@]}" || die -} - -src_compile() { - emake -C out mksnapshot - pax-mark m "out/${BUILDTYPE}/mksnapshot" - emake -C out -} - -src_install() { - local LIBDIR="${ED}/usr/$(get_libdir)" - emake install DESTDIR="${ED}" PREFIX=/usr - use npm && dodoc -r "${LIBDIR}"/node_modules/npm/html - rm -rf "${LIBDIR}"/node_modules/npm/{doc,html} || die - find "${LIBDIR}"/node_modules -type f -name "LICENSE*" -or -name "LICENCE*" -delete || die - - # set up a symlink structure that npm expects.. - dodir /usr/include/node/deps/{v8,uv} - dosym . /usr/include/node/src - for var in deps/{uv,v8}/include; do - dosym ../.. /usr/include/node/${var} - done - - pax-mark -m "${ED}"/usr/bin/iojs -} - -src_test() { - out/${BUILDTYPE}/cctest || die - declare -xl TESTTYPE="${BUILDTYPE}" - "${PYTHON}" tools/test.py --mode=${TESTTYPE} -J message parallel sequential || die -} - -pkg_postinst() { - einfo "When using node-gyp to install native modules, you can avoid" - einfo "having to download the full tarball by doing the following:" - einfo "" - einfo "node-gyp --nodedir /usr/include/node " -} diff --git a/net-libs/iojs/iojs-2.4.0.ebuild b/net-libs/iojs/iojs-2.4.0.ebuild deleted file mode 100644 index b0cabe3803be..000000000000 --- a/net-libs/iojs/iojs-2.4.0.ebuild +++ /dev/null @@ -1,136 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -MY_PV="v${PV}" -MY_P="${PN}-${MY_PV}" - -inherit flag-o-matic pax-utils python-single-r1 toolchain-funcs - -DESCRIPTION="An npm compatible platform originally based on node.js" -HOMEPAGE="http://iojs.org/" -SRC_URI="http://iojs.org/dist/${MY_PV}/${MY_P}.tar.xz" - -LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" -IUSE="debug icu +npm snapshot +ssl" - -RDEPEND="icu? ( dev-libs/icu ) - ${PYTHON_DEPS} - >=net-libs/http-parser-2.5 - >=dev-libs/libuv-1.6.1 - >=dev-libs/openssl-1.0.2d[-bindist]" -DEPEND="${RDEPEND} - !!net-libs/nodejs" -S="${WORKDIR}/${MY_P}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -pkg_pretend() { - if ! test-flag-CXX -std=c++11 ; then - die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 3.3 or newer." - fi -} - -src_prepare() { - tc-export CC CXX PKG_CONFIG - export V=1 # Verbose build - export BUILDTYPE=Release - - # fix compilation on Darwin - # https://code.google.com/p/gyp/issues/detail?id=260 - sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || die - - # make sure we use python2.* while using gyp - sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp || die - sed -i -e "s/|| 'python'/|| '${EPYTHON}'/" deps/npm/node_modules/node-gyp/lib/configure.js || die - - # less verbose install output (stating the same as portage, basically) - sed -i -e "/print/d" tools/install.py || die - - # proper libdir, hat tip @ryanpcmcquen https://github.com/iojs/io.js/issues/504 - local LIBDIR=$(get_libdir) - sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die - sed -i -e "s/'lib'/'${LIBDIR}'/" lib/module.js || die - sed -i -e "s|\"lib\"|\"${LIBDIR}\"|" deps/npm/lib/npm.js || die - - # Avoid a test that I've only been able to reproduce from emerge. It doesnt - # seem sandbox related either (invoking it from a sandbox works fine). - # The issue is that no stdin handle is openened when asked for one. - # It doesn't really belong upstream , so it'll just be removed until someone - # with more gentoo-knowledge than me (jbergstroem) figures it out. - rm test/parallel/test-stdout-close-unref.js || die - - # debug builds. change install path, remove optimisations and override buildtype - if use debug; then - sed -i -e "s|out/Release/|out/Debug/|g" tools/install.py || die - BUILDTYPE=Debug - fi - - epatch_user -} - -src_configure() { - local myarch="" - local myconf+=( --shared-openssl --shared-libuv --shared-http-parser --shared-zlib ) - use npm || myconf+=( --without-npm ) - use icu && myconf+=( --with-intl=system-icu ) - use snapshot && myconf+=( --with-snapshot ) - use ssl || myconf+=( --without-ssl ) - use debug && myconf+=( --debug ) - - case ${ABI} in - x86) myarch="ia32";; - amd64) myarch="x64";; - x32) myarch="x32";; - arm) myarch="arm";; - arm64) myarch="arm64";; - *) die "Unrecognized ARCH ${ARCH}";; - esac - - "${PYTHON}" configure \ - --prefix="${EPREFIX}"/usr \ - --dest-cpu=${myarch} \ - --without-dtrace \ - "${myconf[@]}" || die -} - -src_compile() { - emake -C out mksnapshot - pax-mark m "out/${BUILDTYPE}/mksnapshot" - emake -C out -} - -src_install() { - local LIBDIR="${ED}/usr/$(get_libdir)" - emake install DESTDIR="${ED}" PREFIX=/usr - use npm && dodoc -r "${LIBDIR}"/node_modules/npm/html - rm -rf "${LIBDIR}"/node_modules/npm/{doc,html} || die - find "${LIBDIR}"/node_modules -type f -name "LICENSE*" -or -name "LICENCE*" -delete || die - - # set up a symlink structure that npm expects.. - dodir /usr/include/node/deps/{v8,uv} - dosym . /usr/include/node/src - for var in deps/{uv,v8}/include; do - dosym ../.. /usr/include/node/${var} - done - - pax-mark -m "${ED}"/usr/bin/iojs -} - -src_test() { - out/${BUILDTYPE}/cctest || die - declare -xl TESTTYPE="${BUILDTYPE}" - "${PYTHON}" tools/test.py --mode=${TESTTYPE} -J message parallel sequential || die -} - -pkg_postinst() { - einfo "When using node-gyp to install native modules, you can avoid" - einfo "having to download the full tarball by doing the following:" - einfo "" - einfo "node-gyp --nodedir /usr/include/node " -} \ No newline at end of file diff --git a/net-libs/iojs/iojs-2.5.0.ebuild b/net-libs/iojs/iojs-2.5.0.ebuild deleted file mode 100644 index b0cabe3803be..000000000000 --- a/net-libs/iojs/iojs-2.5.0.ebuild +++ /dev/null @@ -1,136 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -MY_PV="v${PV}" -MY_P="${PN}-${MY_PV}" - -inherit flag-o-matic pax-utils python-single-r1 toolchain-funcs - -DESCRIPTION="An npm compatible platform originally based on node.js" -HOMEPAGE="http://iojs.org/" -SRC_URI="http://iojs.org/dist/${MY_PV}/${MY_P}.tar.xz" - -LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" -IUSE="debug icu +npm snapshot +ssl" - -RDEPEND="icu? ( dev-libs/icu ) - ${PYTHON_DEPS} - >=net-libs/http-parser-2.5 - >=dev-libs/libuv-1.6.1 - >=dev-libs/openssl-1.0.2d[-bindist]" -DEPEND="${RDEPEND} - !!net-libs/nodejs" -S="${WORKDIR}/${MY_P}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -pkg_pretend() { - if ! test-flag-CXX -std=c++11 ; then - die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 3.3 or newer." - fi -} - -src_prepare() { - tc-export CC CXX PKG_CONFIG - export V=1 # Verbose build - export BUILDTYPE=Release - - # fix compilation on Darwin - # https://code.google.com/p/gyp/issues/detail?id=260 - sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || die - - # make sure we use python2.* while using gyp - sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp || die - sed -i -e "s/|| 'python'/|| '${EPYTHON}'/" deps/npm/node_modules/node-gyp/lib/configure.js || die - - # less verbose install output (stating the same as portage, basically) - sed -i -e "/print/d" tools/install.py || die - - # proper libdir, hat tip @ryanpcmcquen https://github.com/iojs/io.js/issues/504 - local LIBDIR=$(get_libdir) - sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die - sed -i -e "s/'lib'/'${LIBDIR}'/" lib/module.js || die - sed -i -e "s|\"lib\"|\"${LIBDIR}\"|" deps/npm/lib/npm.js || die - - # Avoid a test that I've only been able to reproduce from emerge. It doesnt - # seem sandbox related either (invoking it from a sandbox works fine). - # The issue is that no stdin handle is openened when asked for one. - # It doesn't really belong upstream , so it'll just be removed until someone - # with more gentoo-knowledge than me (jbergstroem) figures it out. - rm test/parallel/test-stdout-close-unref.js || die - - # debug builds. change install path, remove optimisations and override buildtype - if use debug; then - sed -i -e "s|out/Release/|out/Debug/|g" tools/install.py || die - BUILDTYPE=Debug - fi - - epatch_user -} - -src_configure() { - local myarch="" - local myconf+=( --shared-openssl --shared-libuv --shared-http-parser --shared-zlib ) - use npm || myconf+=( --without-npm ) - use icu && myconf+=( --with-intl=system-icu ) - use snapshot && myconf+=( --with-snapshot ) - use ssl || myconf+=( --without-ssl ) - use debug && myconf+=( --debug ) - - case ${ABI} in - x86) myarch="ia32";; - amd64) myarch="x64";; - x32) myarch="x32";; - arm) myarch="arm";; - arm64) myarch="arm64";; - *) die "Unrecognized ARCH ${ARCH}";; - esac - - "${PYTHON}" configure \ - --prefix="${EPREFIX}"/usr \ - --dest-cpu=${myarch} \ - --without-dtrace \ - "${myconf[@]}" || die -} - -src_compile() { - emake -C out mksnapshot - pax-mark m "out/${BUILDTYPE}/mksnapshot" - emake -C out -} - -src_install() { - local LIBDIR="${ED}/usr/$(get_libdir)" - emake install DESTDIR="${ED}" PREFIX=/usr - use npm && dodoc -r "${LIBDIR}"/node_modules/npm/html - rm -rf "${LIBDIR}"/node_modules/npm/{doc,html} || die - find "${LIBDIR}"/node_modules -type f -name "LICENSE*" -or -name "LICENCE*" -delete || die - - # set up a symlink structure that npm expects.. - dodir /usr/include/node/deps/{v8,uv} - dosym . /usr/include/node/src - for var in deps/{uv,v8}/include; do - dosym ../.. /usr/include/node/${var} - done - - pax-mark -m "${ED}"/usr/bin/iojs -} - -src_test() { - out/${BUILDTYPE}/cctest || die - declare -xl TESTTYPE="${BUILDTYPE}" - "${PYTHON}" tools/test.py --mode=${TESTTYPE} -J message parallel sequential || die -} - -pkg_postinst() { - einfo "When using node-gyp to install native modules, you can avoid" - einfo "having to download the full tarball by doing the following:" - einfo "" - einfo "node-gyp --nodedir /usr/include/node " -} \ No newline at end of file diff --git a/net-libs/iojs/iojs-3.0.0.ebuild b/net-libs/iojs/iojs-3.0.0.ebuild deleted file mode 100644 index b0cabe3803be..000000000000 --- a/net-libs/iojs/iojs-3.0.0.ebuild +++ /dev/null @@ -1,136 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -MY_PV="v${PV}" -MY_P="${PN}-${MY_PV}" - -inherit flag-o-matic pax-utils python-single-r1 toolchain-funcs - -DESCRIPTION="An npm compatible platform originally based on node.js" -HOMEPAGE="http://iojs.org/" -SRC_URI="http://iojs.org/dist/${MY_PV}/${MY_P}.tar.xz" - -LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" -IUSE="debug icu +npm snapshot +ssl" - -RDEPEND="icu? ( dev-libs/icu ) - ${PYTHON_DEPS} - >=net-libs/http-parser-2.5 - >=dev-libs/libuv-1.6.1 - >=dev-libs/openssl-1.0.2d[-bindist]" -DEPEND="${RDEPEND} - !!net-libs/nodejs" -S="${WORKDIR}/${MY_P}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -pkg_pretend() { - if ! test-flag-CXX -std=c++11 ; then - die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 3.3 or newer." - fi -} - -src_prepare() { - tc-export CC CXX PKG_CONFIG - export V=1 # Verbose build - export BUILDTYPE=Release - - # fix compilation on Darwin - # https://code.google.com/p/gyp/issues/detail?id=260 - sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || die - - # make sure we use python2.* while using gyp - sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp || die - sed -i -e "s/|| 'python'/|| '${EPYTHON}'/" deps/npm/node_modules/node-gyp/lib/configure.js || die - - # less verbose install output (stating the same as portage, basically) - sed -i -e "/print/d" tools/install.py || die - - # proper libdir, hat tip @ryanpcmcquen https://github.com/iojs/io.js/issues/504 - local LIBDIR=$(get_libdir) - sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die - sed -i -e "s/'lib'/'${LIBDIR}'/" lib/module.js || die - sed -i -e "s|\"lib\"|\"${LIBDIR}\"|" deps/npm/lib/npm.js || die - - # Avoid a test that I've only been able to reproduce from emerge. It doesnt - # seem sandbox related either (invoking it from a sandbox works fine). - # The issue is that no stdin handle is openened when asked for one. - # It doesn't really belong upstream , so it'll just be removed until someone - # with more gentoo-knowledge than me (jbergstroem) figures it out. - rm test/parallel/test-stdout-close-unref.js || die - - # debug builds. change install path, remove optimisations and override buildtype - if use debug; then - sed -i -e "s|out/Release/|out/Debug/|g" tools/install.py || die - BUILDTYPE=Debug - fi - - epatch_user -} - -src_configure() { - local myarch="" - local myconf+=( --shared-openssl --shared-libuv --shared-http-parser --shared-zlib ) - use npm || myconf+=( --without-npm ) - use icu && myconf+=( --with-intl=system-icu ) - use snapshot && myconf+=( --with-snapshot ) - use ssl || myconf+=( --without-ssl ) - use debug && myconf+=( --debug ) - - case ${ABI} in - x86) myarch="ia32";; - amd64) myarch="x64";; - x32) myarch="x32";; - arm) myarch="arm";; - arm64) myarch="arm64";; - *) die "Unrecognized ARCH ${ARCH}";; - esac - - "${PYTHON}" configure \ - --prefix="${EPREFIX}"/usr \ - --dest-cpu=${myarch} \ - --without-dtrace \ - "${myconf[@]}" || die -} - -src_compile() { - emake -C out mksnapshot - pax-mark m "out/${BUILDTYPE}/mksnapshot" - emake -C out -} - -src_install() { - local LIBDIR="${ED}/usr/$(get_libdir)" - emake install DESTDIR="${ED}" PREFIX=/usr - use npm && dodoc -r "${LIBDIR}"/node_modules/npm/html - rm -rf "${LIBDIR}"/node_modules/npm/{doc,html} || die - find "${LIBDIR}"/node_modules -type f -name "LICENSE*" -or -name "LICENCE*" -delete || die - - # set up a symlink structure that npm expects.. - dodir /usr/include/node/deps/{v8,uv} - dosym . /usr/include/node/src - for var in deps/{uv,v8}/include; do - dosym ../.. /usr/include/node/${var} - done - - pax-mark -m "${ED}"/usr/bin/iojs -} - -src_test() { - out/${BUILDTYPE}/cctest || die - declare -xl TESTTYPE="${BUILDTYPE}" - "${PYTHON}" tools/test.py --mode=${TESTTYPE} -J message parallel sequential || die -} - -pkg_postinst() { - einfo "When using node-gyp to install native modules, you can avoid" - einfo "having to download the full tarball by doing the following:" - einfo "" - einfo "node-gyp --nodedir /usr/include/node " -} \ No newline at end of file diff --git a/net-libs/iojs/metadata.xml b/net-libs/iojs/metadata.xml deleted file mode 100644 index 27adb0b4616d..000000000000 --- a/net-libs/iojs/metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - bugs@bergstroem.nu - Johan Bergström - - - patrick@gentoo.org - Patrick Lauer - - - proxy-maint@gentoo.org - Proxy Maintainers - - - - bugs@bergstroem.nu - Johan Bergström - - https://iojs.org/api/ - https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md - https://github.com/iojs/io.js/issues - - - Use bundled libs instead of system libs - Enable NPM package manager - Enable snapshot creation for faster startup - - diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild index 628b90d83226..374790085c18 100644 --- a/net-libs/libktorrent/libktorrent-1.3.1.ebuild +++ b/net-libs/libktorrent/libktorrent-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,7 @@ VIRTUALX_REQUIRED="test" inherit kde4-base DESCRIPTION="A BitTorrent library based on KDE Platform" -HOMEPAGE="http://ktorrent.org/" +HOMEPAGE="http://ktorrent.pwsp.net/" LICENSE="GPL-2" SLOT="4" @@ -37,8 +37,8 @@ IUSE="debug" RDEPEND=" app-crypt/qca:2[qt4(+)] - dev-libs/gmp - dev-libs/libgcrypt:0 + dev-libs/gmp:0= + dev-libs/libgcrypt:0= " DEPEND="${RDEPEND} dev-libs/boost diff --git a/net-libs/libotr/Manifest b/net-libs/libotr/Manifest index 393fde54b534..9dbd1b721d5a 100644 --- a/net-libs/libotr/Manifest +++ b/net-libs/libotr/Manifest @@ -1,2 +1,3 @@ DIST libotr-3.2.1.tar.gz 414684 SHA256 d428eaa584984baa09450cca07742e0ac8fc62401f3a1c556e3025023369cdf4 SHA512 7dfac85cb7dd1a95481330ecf3bfe54477a9de7e20370919386e8aa9553e374a2d3587d7b4bb654d1a30bd1c47e41c577f7b78f4007c5cb97f2f6a2c63078899 WHIRLPOOL 96593df2cc3f5e5e606e14170c3706b1dc17f2142821d827d2e5ae1473b923eacc95909f489f18a700539e07de2042e39df36157f724ba79916591c8ccca594b DIST libotr-4.1.0.tar.gz 576771 SHA256 4fdb891940ec89d300190a98f69a9138248dcb8c8d337633fb981b8d0a9cd930 SHA512 3c6a6bf8ee64467484519187d1bc86001d5ae6ceb169e9c828f7750a1db3dadfef677b828a5d292e5caa12f874711df4fd2db977d48dc968e9f0edc2eab58e3e WHIRLPOOL ffd9f0ae542a2013554547ca37059cba91f3c5b4966a870d5df6f82a794da4aee318c3e1d1dbd23405a67990f9aee750281d6083d1ded59048191981dc59af16 +DIST libotr-4.1.1.tar.gz 655791 SHA256 8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5 SHA512 c957206235b9f627542f23a645c822ea1b318d83fa655f41ed8d9a3c0dddf30b88f0ca82060026af155e48ecb13969dc9270831f20304669794151f666ae5cb0 WHIRLPOOL 159cfd76e4de87de7cd6afb83309fee3b910436daf4dfa2832cac637eb0b58d77f2063fb8fa0325bd90717a31e5d971ddfaf2c3d3ab785612cc53eeca3234d7c diff --git a/net-libs/libotr/libotr-4.1.1.ebuild b/net-libs/libotr/libotr-4.1.1.ebuild new file mode 100644 index 000000000000..50ec55d88b9d --- /dev/null +++ b/net-libs/libotr/libotr-4.1.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" +HOMEPAGE="https://otr.cypherpunks.ca" +SRC_URI="https://otr.cypherpunks.ca/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-libs/libgcrypt-1.2:0 + dev-libs/libgpg-error" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS README UPGRADING ) diff --git a/net-libs/nodejs/nodejs-0.12.6.ebuild b/net-libs/nodejs/nodejs-0.12.6.ebuild index f3becb66797c..0c5e289dd4a6 100644 --- a/net-libs/nodejs/nodejs-0.12.6.ebuild +++ b/net-libs/nodejs/nodejs-0.12.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,8 +26,7 @@ RDEPEND="icu? ( dev-libs/icu ) ssl? ( dev-libs/openssl:0=[-bindist] ) >=net-libs/http-parser-2.3 >=dev-libs/libuv-1.4.2" -DEPEND="${RDEPEND} - !!net-libs/iojs" +DEPEND="${RDEPEND}" S="${WORKDIR}/node-v${PV}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-libs/nodejs/nodejs-0.12.7.ebuild b/net-libs/nodejs/nodejs-0.12.7.ebuild index 0e77151c6955..e0e1b3ea4afe 100644 --- a/net-libs/nodejs/nodejs-0.12.7.ebuild +++ b/net-libs/nodejs/nodejs-0.12.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,8 +26,7 @@ RDEPEND="icu? ( dev-libs/icu ) ssl? ( dev-libs/openssl:0=[-bindist] ) >=net-libs/http-parser-2.3 >=dev-libs/libuv-1.4.2" -DEPEND="${RDEPEND} - !!net-libs/iojs" +DEPEND="${RDEPEND}" S="${WORKDIR}/node-v${PV}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-libs/nodejs/nodejs-4.1.1.ebuild b/net-libs/nodejs/nodejs-4.1.1.ebuild index 6aff43834136..ed3202bc3047 100644 --- a/net-libs/nodejs/nodejs-4.1.1.ebuild +++ b/net-libs/nodejs/nodejs-4.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,8 +22,7 @@ RDEPEND="icu? ( >=dev-libs/icu-55:= ) >=net-libs/http-parser-2.5:= >=dev-libs/libuv-1.6.1:= >=dev-libs/openssl-1.0.2d:=[-bindist]" -DEPEND="${RDEPEND} - !!net-libs/iojs" +DEPEND="${RDEPEND}" S="${WORKDIR}/node-v${PV}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-libs/nodejs/nodejs-4.2.2.ebuild b/net-libs/nodejs/nodejs-4.2.2.ebuild index c47c0905fde4..73c1cdb094b2 100644 --- a/net-libs/nodejs/nodejs-4.2.2.ebuild +++ b/net-libs/nodejs/nodejs-4.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,8 +24,7 @@ RDEPEND="icu? ( >=dev-libs/icu-55:= ) >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib " -DEPEND="${RDEPEND} - !!net-libs/iojs" +DEPEND="${RDEPEND}" S="${WORKDIR}/node-v${PV}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-libs/nodejs/nodejs-5.0.0.ebuild b/net-libs/nodejs/nodejs-5.0.0.ebuild index c47c0905fde4..73c1cdb094b2 100644 --- a/net-libs/nodejs/nodejs-5.0.0.ebuild +++ b/net-libs/nodejs/nodejs-5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,8 +24,7 @@ RDEPEND="icu? ( >=dev-libs/icu-55:= ) >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib " -DEPEND="${RDEPEND} - !!net-libs/iojs" +DEPEND="${RDEPEND}" S="${WORKDIR}/node-v${PV}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-libs/nodejs/nodejs-5.3.0.ebuild b/net-libs/nodejs/nodejs-5.3.0.ebuild index c47c0905fde4..73c1cdb094b2 100644 --- a/net-libs/nodejs/nodejs-5.3.0.ebuild +++ b/net-libs/nodejs/nodejs-5.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,8 +24,7 @@ RDEPEND="icu? ( >=dev-libs/icu-55:= ) >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib " -DEPEND="${RDEPEND} - !!net-libs/iojs" +DEPEND="${RDEPEND}" S="${WORKDIR}/node-v${PV}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-libs/nodejs/nodejs-5.4.1.ebuild b/net-libs/nodejs/nodejs-5.4.1.ebuild index c47c0905fde4..73c1cdb094b2 100644 --- a/net-libs/nodejs/nodejs-5.4.1.ebuild +++ b/net-libs/nodejs/nodejs-5.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,8 +24,7 @@ RDEPEND="icu? ( >=dev-libs/icu-55:= ) >=dev-libs/openssl-1.0.2d:0=[-bindist] sys-libs/zlib " -DEPEND="${RDEPEND} - !!net-libs/iojs" +DEPEND="${RDEPEND}" S="${WORKDIR}/node-v${PV}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-misc/iputils/files/iputils-20150815-defines_and_libs.patch b/net-misc/iputils/files/iputils-20150815-defines_and_libs.patch new file mode 100644 index 000000000000..4def93546bfa --- /dev/null +++ b/net-misc/iputils/files/iputils-20150815-defines_and_libs.patch @@ -0,0 +1,28 @@ +From ba739daf98450fe725569724eefc64a2afdeb909 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Pavel=20=C5=A0imerda?= +Date: Thu, 20 Aug 2015 16:16:14 +0200 +Subject: [PATCH] ping: fix defines and libs in Makefile + +--- + Makefile | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/Makefile b/Makefile +index 9b0b70f..4eea516 100644 +--- a/Makefile ++++ b/Makefile +@@ -153,10 +153,10 @@ DEF_clockdiff = $(DEF_CAP) + LIB_clockdiff = $(LIB_CAP) + + # ping / ping6 +-DEF_ping_common = $(DEF_CAP) $(DEF_IDN) +-DEF_ping6_common = $(DEF_CAP) $(DEF_IDN) +-DEF_ping = $(DEF_CAP) $(DEF_IDN) $(DEF_WITHOUT_IFADDRS) +-LIB_ping = $(LIB_CAP) $(LIB_IDN) $(LIB_RESOLV) ++DEF_ping = $(DEF_CAP) $(DEF_IDN) $(DEF_CRYPTO) $(DEF_WITHOUT_IFADDRS) ++DEF_ping_common = $(DEF_ping) ++DEF_ping6_common = $(DEF_ping) ++LIB_ping = $(LIB_CAP) $(LIB_IDN) $(LIB_CRYPTO) $(LIB_RESOLV) + + ping: ping_common.o ping6_common.o + ping.o ping_common.o ping6_common.o: ping.h in6_flowlabel.h diff --git a/net-misc/iputils/files/iputils-20150815-handle_single_protocol_system.patch b/net-misc/iputils/files/iputils-20150815-handle_single_protocol_system.patch new file mode 100644 index 000000000000..1bf98cc5339b --- /dev/null +++ b/net-misc/iputils/files/iputils-20150815-handle_single_protocol_system.patch @@ -0,0 +1,70 @@ +From 9fd870a4bac0b8b2070c38452f378ef1eb7d460a Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Pavel=20=C5=A0imerda?= +Date: Fri, 21 Aug 2015 00:55:56 +0200 +Subject: [PATCH] ping: handle single protocol systems + +--- + ping.c | 28 ++++++++++++++++++---------- + 1 file changed, 18 insertions(+), 10 deletions(-) + +diff --git a/ping.c b/ping.c +index ec9708e..95a10a7 100644 +--- a/ping.c ++++ b/ping.c +@@ -110,26 +110,26 @@ static struct sockaddr_in source = { .sin_family = AF_INET }; + static char *device; + static int pmtudisc = -1; + +-static void create_socket(socket_st *sock, int family, int socktype, int protocol) ++static void create_socket(socket_st *sock, int family, int socktype, int protocol, int requisite) + { + errno = 0; + + sock->fd = socket(family, socktype, protocol); + +- /* Fallback to raw socket when ping socket failed */ +- if (sock->fd == -1 && socktype == SOCK_DGRAM) { ++ /* Attempt creating a raw socket when ping socket failed */ ++ if (sock->fd == -1 && errno != EAFNOSUPPORT && socktype == SOCK_DGRAM) { + if (options & F_VERBOSE) + fprintf(stderr, "ping: socket: %s, attempting raw socket...\n", strerror(errno)); +- create_socket(sock, family, SOCK_RAW, protocol); ++ create_socket(sock, family, SOCK_RAW, protocol, requisite); + return; + } + + if (sock->fd == -1) { +- if (socktype == SOCK_RAW) +- fprintf(stderr, "ping: socket: %s (raw socket required by specified options).\n", strerror(errno)); +- else ++ if (requisite || errno != EAFNOSUPPORT || options & F_VERBOSE) + fprintf(stderr, "ping: socket: %s\n", strerror(errno)); +- exit(2); ++ if (requisite) ++ exit(2); ++ return; + } + + sock->socktype = socktype; +@@ -442,11 +442,19 @@ main(int argc, char **argv) + /* Create sockets */ + enable_capability_raw(); + if (hints.ai_family != AF_INET6) +- create_socket(&sock4, AF_INET, hints.ai_socktype, IPPROTO_ICMP); ++ create_socket(&sock4, AF_INET, hints.ai_socktype, IPPROTO_ICMP, hints.ai_family == AF_INET); + if (hints.ai_family != AF_INET) +- create_socket(&sock6, AF_INET6, hints.ai_socktype, IPPROTO_ICMPV6); ++ create_socket(&sock6, AF_INET6, hints.ai_socktype, IPPROTO_ICMPV6, sock4.fd == -1); + disable_capability_raw(); + ++ /* Limit address family on single-protocol systems */ ++ if (hints.ai_family == AF_UNSPEC) { ++ if (sock4.fd == -1) ++ hints.ai_family = AF_INET6; ++ else if (sock6.fd == -1) ++ hints.ai_family = AF_INET; ++ } ++ + /* Set socket options */ + if (settos) + set_socket_option(&sock4, IPPROTO_IP, IP_TOS, &settos, sizeof settos); diff --git a/net-misc/iputils/files/iputils-20150815-ping6_crypto.patch b/net-misc/iputils/files/iputils-20150815-ping6_crypto.patch deleted file mode 100644 index 1e236eed1f1e..000000000000 --- a/net-misc/iputils/files/iputils-20150815-ping6_crypto.patch +++ /dev/null @@ -1,29 +0,0 @@ -From a45b719645960c9bacb430e452192d6ffac5be19 Mon Sep 17 00:00:00 2001 -From: Lars Wendler -Date: Thu, 20 Aug 2015 13:43:47 +0200 -Subject: [PATCH] Let ping6 use crypto if enabled. - -Signed-off-by: Lars Wendler ---- - Makefile | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/Makefile b/Makefile -index e34be5b..d4cb6c0 100644 ---- a/Makefile -+++ b/Makefile -@@ -159,9 +159,9 @@ LIB_clockdiff = $(LIB_CAP) - - # ping / ping6 - DEF_ping_common = $(DEF_CAP) $(DEF_IDN) --DEF_ping6_common = $(DEF_CAP) $(DEF_IDN) -+DEF_ping6_common = $(DEF_CAP) $(DEF_IDN) $(DEF_CRYPTO) - DEF_ping = $(DEF_CAP) $(DEF_IDN) $(DEF_WITHOUT_IFADDRS) $(DEF_IPV4) --LIB_ping = $(LIB_CAP) $(LIB_IDN) $(LIB_RESOLV) -+LIB_ping = $(LIB_CAP) $(LIB_IDN) $(LIB_RESOLV) $(LIB_CRYPTO) - - ping: ping_common.o ping6_common.o - ping.o ping_common.o ping6_common.o: ping.h in6_flowlabel.h --- -2.5.0 - diff --git a/net-misc/iputils/files/iputils-20150815-ping_default_ipv4.patch b/net-misc/iputils/files/iputils-20150815-ping_default_ipv4.patch deleted file mode 100644 index 71d32f0f4aa6..000000000000 --- a/net-misc/iputils/files/iputils-20150815-ping_default_ipv4.patch +++ /dev/null @@ -1,65 +0,0 @@ -From 8d4d34eea9fbd25d0103975f366799764bbc4a2f Mon Sep 17 00:00:00 2001 -From: Lars Wendler -Date: Thu, 20 Aug 2015 11:47:22 +0200 -Subject: [PATCH] Add possibility to make ping use IPv4 by default. - -Using ping with a linux kernel without IPv6 capability yields to the -following problem: - -> ping www.google.de -ping: socket: Address family not supported by protocol (raw socket -required by specified options). -> - -because ping is using IPv6 by default when -4 option is omitted. - -Signed-off-by: Lars Wendler ---- - Makefile | 7 ++++++- - ping.c | 5 +++++ - 2 files changed, 11 insertions(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 8b37c42..e34be5b 100644 ---- a/Makefile -+++ b/Makefile -@@ -114,6 +114,11 @@ ifeq ($(ENABLE_PING6_RTHDR),RFC3542) - endif - endif - -+# DEFAULT TO IPV4 -+ifneq ($(IPV4_DEFAULT),no) -+ DEF_IPV4 = -DIPV4_DEFAULT -+endif -+ - # ------------------------------------- - TARGETS=ping tracepath tracepath6 traceroute6 clockdiff rdisc arping tftpd rarpd - -@@ -155,7 +160,7 @@ LIB_clockdiff = $(LIB_CAP) - # ping / ping6 - DEF_ping_common = $(DEF_CAP) $(DEF_IDN) - DEF_ping6_common = $(DEF_CAP) $(DEF_IDN) --DEF_ping = $(DEF_CAP) $(DEF_IDN) $(DEF_WITHOUT_IFADDRS) -+DEF_ping = $(DEF_CAP) $(DEF_IDN) $(DEF_WITHOUT_IFADDRS) $(DEF_IPV4) - LIB_ping = $(LIB_CAP) $(LIB_IDN) $(LIB_RESOLV) - - ping: ping_common.o ping6_common.o -diff --git a/ping.c b/ping.c -index ec9708e..a08a03e 100644 ---- a/ping.c -+++ b/ping.c -@@ -439,6 +439,11 @@ main(int argc, char **argv) - - target = argv[argc-1]; - -+#ifdef IPV4_DEFAULT -+ if (hints.ai_family == AF_UNSPEC) -+ hints.ai_family = AF_INET; -+#endif -+ - /* Create sockets */ - enable_capability_raw(); - if (hints.ai_family != AF_INET6) --- -2.5.0 - diff --git a/net-misc/iputils/iputils-20150815-r1.ebuild b/net-misc/iputils/iputils-20150815-r1.ebuild index a23f1b9e39e6..52279639c76b 100644 --- a/net-misc/iputils/iputils-20150815-r1.ebuild +++ b/net-misc/iputils/iputils-20150815-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ # building stages, and when the jade/sgml packages are broken (which # seems to be more common than would be nice). -EAPI="4" +EAPI=5 inherit flag-o-matic eutils toolchain-funcs fcaps if [[ ${PV} == "99999999" ]] ; then @@ -58,8 +58,8 @@ S=${WORKDIR}/${PN}-s${PV} PATCHES=( "${FILESDIR}/021109-uclibc-no-ether_ntohost.patch" - "${FILESDIR}/${PN}-20150815-ping_default_ipv4.patch" - "${FILESDIR}/${PN}-20150815-ping6_crypto.patch" + "${FILESDIR}/${PN}-20150815-defines_and_libs.patch" + "${FILESDIR}/${PN}-20150815-handle_single_protocol_system.patch" ) src_prepare() { diff --git a/net-misc/putty/putty-0.67.ebuild b/net-misc/putty/putty-0.67.ebuild index 25bd498bf853..784748b5c47d 100644 --- a/net-misc/putty/putty-0.67.ebuild +++ b/net-misc/putty/putty-0.67.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ppc ppc64 ~sparc ~x86" IUSE="doc +gtk ipv6 kerberos" SRC_URI=" https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2 diff --git a/net-p2p/ktorrent/files/ktorrent-4.3.0-mountedstoragecheck.patch b/net-p2p/ktorrent/files/ktorrent-4.3.0-mountedstoragecheck.patch deleted file mode 100644 index bdb494c4956a..000000000000 --- a/net-p2p/ktorrent/files/ktorrent-4.3.0-mountedstoragecheck.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/ktorrent/core.cpp -+++ b/ktorrent/core.cpp -@@ -1206,6 +1206,10 @@ - - bool Core::checkMissingFiles(TorrentInterface* tc) - { -+ QStringList missing; -+ if(!tc->hasMissingFiles(missing)) -+ return true; -+ - QStringList not_mounted; - while(!tc->isStorageMounted(not_mounted)) - { -@@ -1226,10 +1230,6 @@ - } - } - -- QStringList missing; -- if(!tc->hasMissingFiles(missing)) -- return true; -- - if(tc->getStats().multi_file_torrent) - { - QString msg = i18n( - diff --git a/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild b/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild index 6b32bc64c85f..2426d9f25dbd 100644 --- a/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild +++ b/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,7 +34,7 @@ fi inherit kde4-base DESCRIPTION="A BitTorrent program for KDE" -HOMEPAGE="http://ktorrent.org/" +HOMEPAGE="http://ktorrent.pwsp.net/" LICENSE="GPL-2" SLOT="4" diff --git a/net-p2p/ktorrent/metadata.xml b/net-p2p/ktorrent/metadata.xml index aab846a432ce..a305a9665876 100644 --- a/net-p2p/ktorrent/metadata.xml +++ b/net-p2p/ktorrent/metadata.xml @@ -1,25 +1,25 @@ - - kde@gentoo.org - Gentoo KDE Project - - - Schedule upload and download limits over a period of a week - Specify the download order of a multi-file torrent - Enable kross scripting support - Displays general information about a torrent in several tabs - Filter IP addresses through a blocklist - Displays the logging output - Generates magnet URI's - Phonon-based media player - Syndication plugin for KTorrent, supporting RSS and Atom feeds - Scan folders for torrent files and load them - Search for torrents - Shutdown when done - Shows statistics about torrents in several graphs - Allows control of KTorrent via a web interface - Discover peers on the local network using the Zeroconf protocol - + + kde@gentoo.org + Gentoo KDE Project + + + Schedule upload and download limits over a period of a week + Specify the download order of a multi-file torrent + Enable kross scripting support + Displays general information about a torrent in several tabs + Filter IP addresses through a blocklist + Displays the logging output + Generates magnet URI's + Phonon-based media player + Syndication plugin for KTorrent, supporting RSS and Atom feeds + Scan folders for torrent files and load them + Search for torrents + Shutdown when done + Shows statistics about torrents in several graphs + Allows control of KTorrent via a web interface + Discover peers on the local network using the Zeroconf protocol + diff --git a/net-p2p/transmission/Manifest b/net-p2p/transmission/Manifest index 13521d01188a..a367870da994 100644 --- a/net-p2p/transmission/Manifest +++ b/net-p2p/transmission/Manifest @@ -1,2 +1,3 @@ DIST transmission-2.84.tar.xz 3077836 SHA256 a9fc1936b4ee414acc732ada04e84339d6755cd0d097bcbd11ba2cfc540db9eb SHA512 d6c2b17e7f8180a41ac70f5b503dfdb0353c6419db25df1b393b18c987c56fda9e2fd4c3f4cda7f08c301877bd0b4711842c28121ceaaaae87f5792cc6c29a3d WHIRLPOOL 375f9c981d9d2ac308896e8b7d66d3643796c8e97d64a1e0d6fd2bffaafa55988b90ddb4eb98330edf062e835c0c5ce76749e7e66bf6806333673beb7569f342 DIST transmission-2.90.tar.xz 3377720 SHA256 69ff8caf81684155926f437f46bf7df1b1fb304f52c7809f546257e8923f2fd2 SHA512 09c8e90cb1c7b508e3956d294ba9b5f01b4093c9f934c76d7515e96915c657b97f02819e1365dbbfecbdf489ae5757346d8bb2dd8e0070c304af434006495fda WHIRLPOOL a51a86603ddf208c73b6e86a05eda2d90636407c7c716fb959fa460a72908aafe2d82f46c1fe3d7afda52ba845d73924d0f26f107a2446644809f7cfd5985275 +DIST transmission-2.92.tar.xz 3378116 SHA256 3a8d045c306ad9acb7bf81126939b9594553a388482efa0ec1bfb67b22acd35f SHA512 4d99476bee88cedcc4238a0eee64a4089016933cbfc1cfb1cca023ad4ebcfe46375c9e7651a17af4aeaaf1feb19cbd8166aa56ef7992d9e745a7bbcbe8efca11 WHIRLPOOL a2eab113fd895001cf72cd79c4ac9a4767eb9fb756a3fb9b1d0db6aa283d19a6aec739b8681a3a5a26ef630cec68f004e14f8654221f0528e30927f37339887f diff --git a/net-p2p/transmission/transmission-2.92.ebuild b/net-p2p/transmission/transmission-2.92.ebuild new file mode 100644 index 000000000000..96c12efa4813 --- /dev/null +++ b/net-p2p/transmission/transmission-2.92.ebuild @@ -0,0 +1,158 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit autotools fdo-mime gnome2-utils qmake-utils systemd user + +DESCRIPTION="A Fast, Easy and Free BitTorrent client" +HOMEPAGE="http://www.transmissionbt.com/" +SRC_URI="http://download.transmissionbt.com/${PN}/files/${P}.tar.xz" + +# web/LICENSE is always GPL-2 whereas COPYING allows either GPL-2 or GPL-3 for the rest +# transmission in licenses/ is for mentioning OpenSSL linking exception +# MIT is in several libtransmission/ headers +LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT" +SLOT=0 +IUSE="ayatana gtk libressl lightweight systemd qt4 qt5 xfs" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux" + +RDEPEND=">=dev-libs/libevent-2.0.10:= + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl ) + net-libs/libnatpmp:= + >=net-libs/miniupnpc-1.7:= + >=net-misc/curl-7.16.3:=[ssl] + sys-libs/zlib:= + gtk? ( + >=dev-libs/dbus-glib-0.100:= + >=dev-libs/glib-2.32:2= + >=x11-libs/gtk+-3.4:3= + ayatana? ( >=dev-libs/libappindicator-0.4.90:3= ) + ) + systemd? ( sys-apps/systemd:= ) + qt4? ( + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtdbus:4 + ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + )" +DEPEND="${RDEPEND} + >=dev-libs/glib-2.32 + dev-util/intltool + sys-devel/gettext + virtual/os-headers + virtual/pkgconfig + qt5? ( dev-qt/linguist-tools:5 ) + xfs? ( sys-fs/xfsprogs )" + +REQUIRED_USE="ayatana? ( gtk ) ?? ( qt4 qt5 )" + +DOCS="AUTHORS NEWS qt/README.txt" + +src_prepare() { + sed -i -e '/CFLAGS/s:-ggdb3::' configure.ac || die + + # Trick to avoid automagic dependency + use ayatana || { sed -i -e '/^LIBAPPINDICATOR_MINIMUM/s:=.*:=9999:' configure.ac || die; } + + # Pass our configuration dir to systemd unit file + sed -i '/ExecStart/ s|$| -g /var/lib/transmission/config|' daemon/transmission-daemon.service || die + + # http://trac.transmissionbt.com/ticket/4324 + sed -i -e 's|noinst\(_PROGRAMS = $(TESTS)\)|check\1|' libtransmission/Makefile.am || die + + eapply_user + eautoreconf +} + +src_configure() { + export ac_cv_header_xfs_xfs_h=$(usex xfs) + + econf \ + --enable-external-natpmp \ + $(use_enable lightweight) \ + $(use_with systemd systemd-daemon) \ + $(use_with gtk) + + if use qt4 || use qt5; then + pushd qt >/dev/null || die + use qt4 && eqmake4 qtr.pro + use qt5 && eqmake5 qtr.pro + popd >/dev/null || die + fi +} + +src_compile() { + emake + + if use qt4 || use qt5; then + local qt_bindir + use qt4 && qt_bindir=$(qt4_get_bindir) + use qt5 && qt_bindir=$(qt5_get_bindir) + emake -C qt + "${qt_bindir}"/lrelease qt/translations/*.ts || die + fi +} + +src_install() { + default + + rm "${ED}"/usr/share/transmission/web/LICENSE || die + + newinitd "${FILESDIR}"/transmission-daemon.initd.10 transmission-daemon + newconfd "${FILESDIR}"/transmission-daemon.confd.4 transmission-daemon + systemd_dounit daemon/transmission-daemon.service + + if use qt4 || use qt5; then + pushd qt >/dev/null || die + emake INSTALL_ROOT="${ED}"/usr install + + domenu transmission-qt.desktop + + local res + for res in 16 22 24 32 48 64 72 96 128 192 256; do + doicon -s ${res} icons/hicolor/${res}x${res}/transmission-qt.png + done + doicon -s scalable icons/hicolor/scalable/transmission-qt.svg + + use qt4 && insinto /usr/share/qt4/translations + use qt5 && insinto /usr/share/qt5/translations + doins translations/*.qm + popd >/dev/null || die + fi +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update + + enewgroup transmission + enewuser transmission -1 -1 -1 transmission + + elog "If you use transmission-daemon, please, set 'rpc-username' and" + elog "'rpc-password' (in plain text, transmission-daemon will hash it on" + elog "start) in settings.json file located at /var/lib/transmission/config or" + elog "any other appropriate config directory." + elog + elog "Since µTP is enabled by default, transmission needs large kernel buffers for" + elog "the UDP socket. You can append following lines into /etc/sysctl.conf:" + elog " net.core.rmem_max = 4194304" + elog " net.core.wmem_max = 1048576" + elog "and run sysctl -p" +} + +pkg_postrm() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 6396a68f562d..f99d4ec6a367 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -149,7 +149,6 @@ anthy ace csharp qt4 -qt5 R sdl slang diff --git a/profiles/package.mask b/profiles/package.mask index 463fb46857f5..5666579d87b3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,11 @@ #--- END OF EXAMPLES --- +# Michael Palimaka (09 Mar 2016) +# Dead upstream. Doesn't work with new Twitter API. +# Masked for removal in 30 days. Bug 575156 +net-im/qwit + # Aaron Bauman (05 Mar 2016) # Pending completion of 9 security bugs against # this package. Multiple vulnerabilities and no @@ -177,25 +182,6 @@ media-libs/gluon # Masked for removal in 30 days. See bug 573326 dev-python/simplegui -# Patrice Clement (09 Feb 2016) -# Old, ancient, deprecated, obsolete.. so many adjectives could describe these -# ebuilds. Let's just say it's about time to kiss them goodbye. -# Masked for removal in 30 days. See bug 566232. -java-virtuals/jaxp-virtual -dev-java/jaxp -dev-java/jaxb -dev-java/jax-ws -dev-java/jax-ws-api -dev-java/jaxr -dev-java/jsr93 - -# Patrice Clement (08 Feb 2016) -# iojs and nodejs merged and formed the new major version nodejs 4.0. iojs will -# not be maintained after 3.3.x and all users are suggested to move to nodejs 4 -# (or newer) as quick as possible to avoid any security-related issues. -# Masked for removal in 30 days. See bug 573870. -net-libs/iojs - # James Le Cuirot (07 Feb 2016) # Masked until 2.0 final arrives, which hopefully won't depend on # commons-dbcp:0 as that requires Java 6. Note that the 2.0 in the @@ -206,12 +192,6 @@ dev-java/jcs # Mask live ebuild =net-im/mcabber-9999 -# Davide Pesavento (06 Feb 2016) -# Masked for removal in 30 days. Doesn't build against recent PyQt4 -# versions, bug 527572, not trivial to fix. Upstream doesn't seem to -# care anymore, last release was in 2012. Zero reverse deps. -dev-python/PyQtMobility - # Bernard Cafarelli (27 Jan 2016) # New llvm version, masked for testing =sys-devel/llvm-3.8.0* @@ -284,7 +264,7 @@ www-apps/389-dsgw # Fabian Groffen (11 Dec 2015) # Release candidates for Exim 4.87 -=mail-mta/exim-4.87_rc5 +=mail-mta/exim-4.87_rc6 # Anthony G. Basile (06 Dec 2015) # Masked until we deal with SSLv3, bug #567554 diff --git a/profiles/prefix/linux-standalone/make.defaults b/profiles/prefix/linux-standalone/make.defaults index 76146a614eb8..0341850c8cbf 100644 --- a/profiles/prefix/linux-standalone/make.defaults +++ b/profiles/prefix/linux-standalone/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,3 +13,5 @@ USE="iconv" # build gcc with parallelization support USE="${USE} openmp" +# Avoid host binaries called by ebuild. (#576658) +EXTRA_PATH="" diff --git a/profiles/updates/1Q-2010 b/profiles/updates/1Q-2010 deleted file mode 100644 index f3ac81603ce4..000000000000 --- a/profiles/updates/1Q-2010 +++ /dev/null @@ -1,71 +0,0 @@ -move www-client/mozilla-firefox-bin www-client/firefox-bin -move kde-misc/bilbo kde-misc/blogilo -move app-i18n/ibus-table-jyutping app-i18n/ibus-table-cantonese -move app-i18n/ibus-table-additional app-i18n/ibus-table-code -move app-i18n/ibus-table-stroke5 app-i18n/ibus-table-xingma -move app-i18n/ibus-table-wubi app-i18n/ibus-table-xingma -move app-i18n/ibus-table-xinhua app-i18n/ibus-table-xingma -move app-i18n/ibus-table-zhengma app-i18n/ibus-table-xingma -move app-i18n/ibus-table-erbi app-i18n/ibus-table-yinma -move app-i18n/ibus-table-wu app-i18n/ibus-table-yinma -move app-i18n/ibus-table-yong app-i18n/ibus-table-yinma -move app-i18n/ibus-table-zhuyin app-i18n/ibus-table-yinma -move app-i18n/ibus-table-ziranma app-i18n/ibus-table-yinma -move net-im/pyotr net-im/python-otr -move dev-embedded/scratchbox-toolchain-cs2009q1 dev-embedded/scratchbox-toolchain-cs2009q1-203sb1 -move app-i18n/ibus-table-easy app-i18n/ibus-table-cangjie -move app-i18n/ibus-table-quick app-i18n/ibus-table-cangjie -slotmove =dev-ruby/i18n-0.3* 0 0.3 -move app-i18n/ibus-table-thai app-i18n/ibus-table-tv -move app-i18n/ibus-table-viqr app-i18n/ibus-table-tv -move media-libs/apple-opengl media-libs/opengl-apple -move dev-ruby/ruby-mmap dev-ruby/mmap -move app-doc/gimp-user-manual app-doc/gimp-help -move app-dicts/stardict app-text/stardict -move app-i18n/ibus-table-cantonhk app-i18n/ibus-table-cantonese -move app-i18n/ibus-table-cns11643 app-i18n/ibus-table-code -move app-i18n/ibus-table-rustrad app-i18n/ibus-table-cyrillic -move app-i18n/ibus-table-translit app-i18n/ibus-table-cyrillic -slotmove =app-doc/pms-99999999 0 live -move sci-chemistry/psipred sci-biology/psipred -move dev-util/gitg dev-vcs/gitg -move dev-util/mr dev-vcs/mr -move dev-util/giggle dev-vcs/giggle -move dev-util/qct dev-vcs/qct -move dev-util/kdesvn dev-vcs/kdesvn -move dev-util/qsvn dev-vcs/qsvn -move dev-util/hgview dev-vcs/hgview -move dev-util/archway dev-vcs/archway -move app-text/rcs dev-vcs/rcs -move dev-util/bzr dev-vcs/bzr -move dev-util/bzrtools dev-vcs/bzrtools -move dev-util/qbzr dev-vcs/qbzr -move dev-util/bzr-svn dev-vcs/bzr-svn -move dev-util/mcvs dev-vcs/mcvs -move dev-util/cssc dev-vcs/cssc -move dev-util/monotone dev-vcs/monotone -move www-client/urlgfe www-client/uget -move dev-util/statcvs dev-vcs/statcvs -move dev-util/statsvn dev-vcs/statsvn -move dev-util/cvsweb www-apps/cvsweb -move dev-util/colorcvs dev-vcs/colorcvs -move dev-util/mercurial dev-vcs/mercurial -move dev-util/hgsubversion dev-vcs/hgsubversion -move dev-util/hg-git dev-vcs/hg-git -move dev-util/guilt dev-vcs/guilt -move dev-util/stgit dev-vcs/stgit -move dev-util/cvsspam dev-vcs/cvsspam -move dev-util/svnmailer dev-vcs/svnmailer -move dev-util/git-sh dev-vcs/git-sh -slotmove >=sys-freebsd/freebsd-lib-7 7.0 0 -move dev-util/darcs dev-vcs/darcs -slotmove =dev-haskell/quickcheck-1* 0 1 -move x11-misc/googleearth sci-geosciences/googleearth -move dev-util/git dev-vcs/git -move dev-util/colorsvn dev-vcs/colorsvn -move net-misc/anyremote app-mobilephone/anyremote -move games-arcade/teeworlds games-action/teeworlds -move x11-misc/xfce4-notifyd xfce-extra/xfce4-notifyd -move dev-util/cvs2svn dev-vcs/cvs2svn -slotmove app-admin/bcfg2 1 0 -move kde-misc/plasma-indicatordisplay kde-misc/plasma-widget-message-indicator diff --git a/profiles/updates/2Q-2010 b/profiles/updates/2Q-2010 deleted file mode 100644 index 81d2391384aa..000000000000 --- a/profiles/updates/2Q-2010 +++ /dev/null @@ -1,39 +0,0 @@ -move x11-libs/compizconfig-backend-kconfig x11-libs/compizconfig-backend-kconfig4 -slotmove kde-misc/youtube-servicemenu 0 4 -move app-i18n/ibus-sunpinyin app-i18n/sunpinyin -slotmove kde-misc/krusader 2 4 -move dev-util/fossil dev-vcs/fossil -move dev-util/svk dev-vcs/svk -move app-admin/mbr sys-boot/mbr -move net-analyzer/mirmon www-apps/mirmon -move virtual/flim virtual/emacs-flim -move kde-base/automoc dev-util/automoc -move kde-base/qimageblitz media-libs/qimageblitz -move mail-client/mozilla-thunderbird-bin mail-client/thunderbird-bin -move media-sound/kradioripper media-sound/kstreamripper -slotmove =dev-ruby/test-unit-2* 0 2 -move dev-python/jinja2 dev-python/jinja -move app-mobilephone/openmoko-dfu-util app-mobilephone/dfu-util -move media-gfx/qtpfsgui media-gfx/luminance-hdr -move dev-util/cola dev-vcs/cola -move dev-cpp/Ice dev-libs/Ice -move mail-client/mozilla-thunderbird mail-client/thunderbird -move dev-perl/ShadowHash dev-perl/Tie-ShadowHash -move dev-util/hgsvn dev-vcs/hgsvn -move x11-libs/libjwc_c dev-libs/libjwc_c -move x11-libs/libjwc_f dev-libs/libjwc_f -slotmove <=media-libs/libpng-1.2.43 1.2 0 -move dev-util/tig dev-vcs/tig -slotmove x11-themes/gtk-theme-switch 2 0 -move dev-util/cvs dev-vcs/cvs -move dev-util/cvs2cl dev-vcs/cvs2cl -move dev-util/cvsd dev-vcs/cvsd -move dev-util/cvsgraph dev-vcs/cvsgraph -move dev-util/cvsps dev-vcs/cvsps -move dev-util/cvsq dev-vcs/cvsq -move dev-util/cvsutils dev-vcs/cvsutils -move dev-util/gitosis dev-vcs/gitosis -move dev-util/gitosis-gentoo dev-vcs/gitosis-gentoo -move dev-util/tkcvs dev-vcs/tkcvs -move dev-util/subversion dev-vcs/subversion -move net-misc/neon net-libs/neon diff --git a/profiles/updates/3Q-2010 b/profiles/updates/3Q-2010 deleted file mode 100644 index dc9824240b1a..000000000000 --- a/profiles/updates/3Q-2010 +++ /dev/null @@ -1,12 +0,0 @@ -slotmove =net-libs/enet-1.3.0 0 1.3 -move media-sound/radiotray media-radio/radiotray -slotmove =dev-haskell/parallel-1* 0 1 -move www-client/mozilla-firefox www-client/firefox -slotmove kde-misc/plasma-widget-message-indicator 0 4 -slotmove kde-misc/skanlite 0 4 -move sys-apps/parted sys-block/parted -slotmove =dev-lang/clojure-1.2.0 1.1 1.2 -move media-video/nvclock sys-power/nvclock -move media-gfx/kst sci-visualization/kst -slotmove =dev-lang/vala-0.9.5 0 0.10 -slotmove =dev-lang/vala-0.9.8 0 0.10 diff --git a/profiles/updates/4Q-2010 b/profiles/updates/4Q-2010 deleted file mode 100644 index e4f86cc469c6..000000000000 --- a/profiles/updates/4Q-2010 +++ /dev/null @@ -1,28 +0,0 @@ -slotmove gnome-base/gnome-desktop 0 2 -slotmove =media-libs/libchamplain-0.8.0 0.6 0.8 -move kde-misc/dikt app-dicts/dikt -move app-admin/squid-cronolog app-admin/fifo-cronolog -move sci-chemistry/msms sci-chemistry/msms-bin -move games-misc/fortune-mod-prolinux games-misc/fortune-mod-flashrider -slotmove sys-libs/libchipcard 2 0 -move xfce-base/tumbler xfce-extra/tumbler -move dev-libs/luaevent-prosody dev-lua/luaevent-prosody -move dev-libs/luaexpat dev-lua/luaexpat -move dev-libs/luasec dev-lua/luasec -move dev-libs/luasocket dev-lua/luasocket -move dev-lang/luarocks dev-lua/luarocks -move dev-libs/luafilesystem dev-lua/luafilesystem -move dev-util/luadoc dev-lua/luadoc -move dev-lang/toluapp dev-lua/toluapp -move media-gfx/gimp-lqr-plugin media-plugins/gimp-lqr -move x11-libs/evas media-libs/evas -move x11-libs/ecore dev-libs/ecore -move x11-libs/e_dbus dev-libs/e_dbus -move app-admin/patchelf dev-util/patchelf -slotmove dev-python/beautifulsoup 3.0 python-2 -slotmove dev-python/beautifulsoup 3.1 python-3 -slotmove =media-libs/clutter-gtk-0.10* 1.0 0.10 -move net-dns/shelldap net-nds/shelldap -move app-dicts/goldendict app-text/goldendict -slotmove net-libs/webkit-gtk 0 2 -slotmove net-p2p/kmldonkey 2 4 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index bb57825f6c79..2b09db2aa343 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -2293,18 +2293,6 @@ dev-python/PyQt5:websockets - Build bindings for the QtWebSockets module dev-python/PyQt5:widgets - Build bindings for the QtWidgets module dev-python/PyQt5:x11extras - Build bindings for the QtX11Extras module dev-python/PyQt5:xmlpatterns - Build bindings for the QtXmlPatterns module -dev-python/PyQtMobility:contacts - Build bindings for the QtContacts module -dev-python/PyQtMobility:feedback - Build bindings for the QtFeedback module -dev-python/PyQtMobility:gallery - Build bindings for the QtGallery module -dev-python/PyQtMobility:location - Build bindings for the QtLocation module -dev-python/PyQtMobility:messaging - Build bindings for the QtMessaging module -dev-python/PyQtMobility:multimedia - Build bindings for the QtMultimediaKit module -dev-python/PyQtMobility:organizer - Build bindings for the QtOrganizer module -dev-python/PyQtMobility:publishsubscribe - Build bindings for the QtPublishSubscribe module -dev-python/PyQtMobility:sensors - Build bindings for the QtSensors module -dev-python/PyQtMobility:serviceframework - Build bindings for the QtServiceFramework module -dev-python/PyQtMobility:systeminfo - Build bindings for the QtSystemInfo module -dev-python/PyQtMobility:versit - Build bindings for the QtVersit module dev-python/amqplib:extras - Install extra tools to generate initial Python mod from an AMQP XML file dev-python/anyvc:bazaar - Add support for Bazaar dev-python/anyvc:mercurial - Add support for Mercurial @@ -5667,9 +5655,6 @@ net-libs/h323plus:aec - Enable acoustic echo cancellation net-libs/h323plus:sound - Enable audio codecs net-libs/h323plus:video - Enable video codecs net-libs/iax:snomhack - Use slower memset for SNOM phoneem -net-libs/iojs:bundled-libs - Use bundled libs instead of system libs -net-libs/iojs:npm - Enable NPM package manager -net-libs/iojs:snapshot - Enable snapshot creation for faster startup net-libs/ldns:dane - Enable DNS-based Authentication of Named Entities (DANE) support net-libs/ldns:ecdsa - Enable ECDSA support net-libs/ldns:gost - Enable GOST support @@ -6643,6 +6628,9 @@ sci-astronomy/casacore:data - Installs measures and data (pulls sci-astronomy/ca sci-astronomy/cpl:gasgano - Enable support for sci-astronomy/gasgano file organizer sci-astronomy/predict:xforms - Add a "map" client which uses the x11-libs/xforms library for its GUI sci-astronomy/predict:xplanet - Project predict data onto world maps generated by x11-misc/xplanet / x11-misc/xearth +sci-astronomy/psfex:plplot - Build with sci-libs/plplot to allow diagnostic plots during processing +sci-astronomy/scamp:plplot - Build with sci-libs/plplot to allow diagnostic plots during processing +sci-astronomy/sextractor:modelfit - Enable profile model fitting, needs sci-libs/atlas and sci-libs/fftw sci-astronomy/stellarium:sound - Enable sound support sci-astronomy/stellarium:stars - Install extra star catalogs sci-astronomy/wcslib:fits - Enable support for the FITS format through sci-libs/cfitsio @@ -6800,6 +6788,7 @@ sci-libs/armadillo:mkl - Use matrix allocation from the Intel MKL sci-libs/mkl sci-libs/armadillo:superlu - Use SuperLU for sparse linear equation solving sci-libs/superlu sci-libs/armadillo:tbb - Use matrix allocation from the Threads Building Blocks dev-cpp/tbb sci-libs/arprec:qd - Use sci-libs/qd for quad-double datatype +sci-libs/atlas:generic - Build atlas assuming a fairly generic architecture (sse2 for x86, core2 for amd64) sci-libs/avogadrolibs:static-plugins - build all plugins statically into main plugin modules sci-libs/avogadrolibs:vtk - include vtk support sci-libs/ceres-solver:cxsparse - Enable simple support for sparse matrix algebra from sci-libs/cxsparse with no LAPACK dependencies diff --git a/sci-astronomy/psfex/Manifest b/sci-astronomy/psfex/Manifest new file mode 100644 index 000000000000..e739f7bfa1af --- /dev/null +++ b/sci-astronomy/psfex/Manifest @@ -0,0 +1 @@ +DIST psfex-3.17.1.tar.gz 2366370 SHA256 53f1b449ab7da7e6e0a989c41b82885f52c8f08270ceb4378bb1ec7ef754af89 SHA512 eb562372dd75593a111c23698b0c00ce050547051803a741ac771ca346d13a0de1e478b055581619a9fa2bf6fa374915ca685cfcf1c4162271b6aa44303e6e58 WHIRLPOOL 3245b2b8c5a85e5f0a88b0c11aff07ce10ced0682890b786d0b092285d46fedf72bf15e87dd3ef6f6296527bc632e12c5162fa0b3b660b5b8bff0b30f38510c9 diff --git a/sci-astronomy/psfex/files/psfex-3.17.1-have-mmap.patch b/sci-astronomy/psfex/files/psfex-3.17.1-have-mmap.patch new file mode 100644 index 000000000000..1b6565089849 --- /dev/null +++ b/sci-astronomy/psfex/files/psfex-3.17.1-have-mmap.patch @@ -0,0 +1,55 @@ +Author: Justin Pryzby +Description: (guess) Use mmap only if it exists. +--- a/src/fits/fitsbody.c ++++ b/src/fits/fitsbody.c +@@ -64,9 +64,12 @@ + ***/ + PIXTYPE *alloc_body(tabstruct *tab, void (*func)(PIXTYPE *ptr, int npix)) + { ++#ifdef HAVE_MMAP + FILE *file; + PIXTYPE *buffer; +- size_t npix, size, sizeleft, spoonful; ++ size_t sizeleft, spoonful; ++#endif ++ size_t npix, size; + + if (!body_ramflag) + { +@@ -87,7 +90,9 @@ + /* Decide if the data will go in physical memory or on swap-space */ + npix = tab->tabsize/tab->bytepix; + size = npix*sizeof(PIXTYPE); ++#if !HAVE_MMAP + if (size < body_ramleft) ++#endif + { + /*-- There should be enough RAM left: try to do a malloc() */ + if ((tab->bodybuf = malloc(size))) +@@ -105,6 +110,7 @@ + tab->bodybuf = NULL; + } + ++#if HAVE_MMAP + if (size < body_vramleft) + { + /*-- Convert and copy the data to a swap file, and mmap() it */ +@@ -144,6 +150,7 @@ + return NULL; + return (PIXTYPE *)tab->bodybuf; + } ++#endif + + /* If no memory left at all: forget it! */ + return NULL; +@@ -270,8 +277,10 @@ + size = (tab->tabsize/tab->bytepix)*sizeof(PIXTYPE); + if (tab->swapflag) + { ++#if HAVE_MMAP + if (munmap(tab->bodybuf, size)) + warning("Can't unmap ", tab->cat->filename); ++#endif + tab->swapflag = 0; + tab->bodybuf = NULL; + body_vramleft += size; diff --git a/sci-astronomy/psfex/files/psfex-3.17.1-plplot510.patch b/sci-astronomy/psfex/files/psfex-3.17.1-plplot510.patch new file mode 100644 index 000000000000..4dd5805a9367 --- /dev/null +++ b/sci-astronomy/psfex/files/psfex-3.17.1-plplot510.patch @@ -0,0 +1,221 @@ +Author: Ole Streicher +Description: Replace deprecated plwid() calls by plwidth(). +--- a/src/cplot.c ++++ b/src/cplot.c +@@ -527,7 +527,7 @@ + + /* Draw meridians */ + plschr(0.0, 0.33); +- plwid(0); ++ plwidth(0.0); + pllsty(2); + xmd = xmu = xdo = -0.5; + ymd = ymu = ydo = -0.5; +@@ -709,14 +709,14 @@ + ymin = 0.5; + ymax = 100.5; + lwid = plotaaflag? ((CPLOT_AAFAC+1)/2) : 1; +- plwid(lwid); ++ plwidth((double)lwid); + plfont(2); + plcol0(15); + plenv((PLFLT)xmin, (PLFLT)xmax, (PLFLT)ymin, (PLFLT)ymax, 1, -1); + sprintf(str, "#uField %.24s: FWHM map", field->rtcatname); + plschr(0.0, 1.0); + pllab("","", str); +- plwid(0); ++ plwidth(0.0); + plcol0(7); + cplot_drawloccoordgrid(wcsout, xmin, xmax, ymin, ymax); + +@@ -830,7 +830,7 @@ + plFree2dGrid(fwhm, nsnap2, nsnap2); + } + plcol0(7); +- plwid(lwid); ++ plwidth((double)lwid); + cplot_drawbounds(wcs, wcsout); + } + +@@ -941,14 +941,14 @@ + ymin = 0.5; + ymax = 100.5; + lwid = plotaaflag? ((CPLOT_AAFAC+1)/2) : 1; +- plwid(lwid); ++ plwidth((double)lwid); + plfont(2); + plcol0(15); + plenv((PLFLT)xmin, (PLFLT)xmax, (PLFLT)ymin, (PLFLT)ymax, 1, -1); + sprintf(str, "#uField %.24s: ellipticity map", field->rtcatname); + plschr(0.0, 1.0); + pllab("","", str); +- plwid(0); ++ plwidth(0.0); + plcol0(7); + cplot_drawloccoordgrid(wcsout, xmin, xmax, ymin, ymax); + +@@ -1062,7 +1062,7 @@ + plFree2dGrid(ellip, nsnap2, nsnap2); + } + plcol0(7); +- plwid(lwid); ++ plwidth((double)lwid); + cplot_drawbounds(wcs, wcsout); + } + +@@ -1159,14 +1159,14 @@ + ymin = 0.5; + ymax = 100.5; + lwid = plotaaflag? ((CPLOT_AAFAC+1)/2) : 1; +- plwid(lwid); ++ plwidth((double)lwid); + plfont(2); + plcol0(15); + plenv((PLFLT)xmin, (PLFLT)xmax, (PLFLT)ymin, (PLFLT)ymax, 1, -1); + sprintf(str, "#uField %.24s: map of Moffat fit residuals", field->rtcatname); + plschr(0.0, 1.0); + pllab("","", str); +- plwid(0); ++ plwidth(0.0); + plcol0(7); + cplot_drawloccoordgrid(wcsout, xmin, xmax, ymin, ymax); + +@@ -1278,7 +1278,7 @@ + plFree2dGrid(resi, nsnap2, nsnap2); + } + plcol0(7); +- plwid(lwid); ++ plwidth((double)lwid); + cplot_drawbounds(wcs, wcsout); + } + +@@ -1378,14 +1378,14 @@ + ymin = 0.5; + ymax = 100.5; + lwid = plotaaflag? ((CPLOT_AAFAC+1)/2) : 1; +- plwid(lwid); ++ plwidth((double)lwid); + plfont(2); + plcol0(15); + plenv((PLFLT)xmin, (PLFLT)xmax, (PLFLT)ymin, (PLFLT)ymax, 1, -1); + sprintf(str, "#uField %.24s: PSF asymmetry map", field->rtcatname); + plschr(0.0, 1.0); + pllab("","", str); +- plwid(0); ++ plwidth(0.0); + plcol0(7); + cplot_drawloccoordgrid(wcsout, xmin, xmax, ymin, ymax); + +@@ -1497,7 +1497,7 @@ + plFree2dGrid(resi, nsnap2, nsnap2); + } + plcol0(7); +- plwid(lwid); ++ plwidth((double)lwid); + cplot_drawbounds(wcs, wcsout); + } + +@@ -1592,14 +1592,14 @@ + ymin = 0.5; + ymax = 100.5; + lwid = plotaaflag? ((CPLOT_AAFAC+1)/2) : 1; +- plwid(lwid); ++ plwidth((double)lwid); + plfont(2); + plcol0(15); + plenv((PLFLT)xmin, (PLFLT)xmax, (PLFLT)ymin, (PLFLT)ymax, 1, -1); + sprintf(str, "#uField %.24s: source count map", field->rtcatname); + plschr(0.0, 1.0); + pllab("","", str); +- plwid(0); ++ plwidth(0.0); + plcol0(7); + cplot_drawloccoordgrid(wcsout, xmin, xmax, ymin, ymax); + +@@ -1666,7 +1666,7 @@ + clevel, CPLOT_NSHADES, 1, 0, 0, plfill, 0, distort_map, wcsptr); + plFree2dGrid(count, nsnap2, nsnap2); + plcol0(7); +- plwid(lwid); ++ plwidth((double)lwid); + cplot_drawbounds(wcs, wcsout); + } + +@@ -1751,14 +1751,14 @@ + ymin = 0.5; + ymax = 100.5; + lwid = plotaaflag? ((CPLOT_AAFAC+1)/2) : 1; +- plwid(lwid); ++ plwidth((double)lwid); + plfont(2); + plcol0(15); + plenv((PLFLT)xmin, (PLFLT)xmax, (PLFLT)ymin, (PLFLT)ymax, 1, -1); + sprintf(str, "#uField %.24s: source count fraction map", field->rtcatname); + plschr(0.0, 1.0); + pllab("","", str); +- plwid(0); ++ plwidth(0.0); + plcol0(7); + cplot_drawloccoordgrid(wcsout, xmin, xmax, ymin, ymax); + +@@ -1826,7 +1826,7 @@ + clevel, CPLOT_NSHADES, 1, 0, 0, plfill, 0, distort_map, wcsptr); + plFree2dGrid(count, nsnap2, nsnap2); + plcol0(7); +- plwid(lwid); ++ plwidth((double)lwid); + cplot_drawbounds(wcs, wcsout); + } + +@@ -1911,14 +1911,14 @@ + ymin = 0.5; + ymax = 100.5; + lwid = plotaaflag? ((CPLOT_AAFAC+1)/2) : 1; +- plwid(lwid); ++ plwidth((double)lwid); + plfont(2); + plcol0(15); + plenv((PLFLT)xmin, (PLFLT)xmax, (PLFLT)ymin, (PLFLT)ymax, 1, -1); + sprintf(str, "#uField %.24s: #gx#u2#d/d.o.f. map", field->rtcatname); + plschr(0.0, 1.0); + pllab("","", str); +- plwid(0); ++ plwidth(0.0); + plcol0(7); + cplot_drawloccoordgrid(wcsout, xmin, xmax, ymin, ymax); + +@@ -1985,7 +1985,7 @@ + clevel, CPLOT_NSHADES, 1, 0, 0, plfill, 0, distort_map, wcsptr); + plFree2dGrid(count, nsnap2, nsnap2); + plcol0(7); +- plwid(lwid); ++ plwidth((double)lwid); + cplot_drawbounds(wcs, wcsout); + } + +@@ -2070,14 +2070,14 @@ + ymin = 0.5; + ymax = 100.5; + lwid = plotaaflag? ((CPLOT_AAFAC+1)/2) : 1; +- plwid(lwid); ++ plwidth((double)lwid); + plfont(2); + plcol0(15); + plenv((PLFLT)xmin, (PLFLT)xmax, (PLFLT)ymin, (PLFLT)ymax, 1, -1); + sprintf(str, "#uField %.24s: map of residuals", field->rtcatname); + plschr(0.0, 1.0); + pllab("","", str); +- plwid(0); ++ plwidth(0.0); + plcol0(7); + cplot_drawloccoordgrid(wcsout, xmin, xmax, ymin, ymax); + +@@ -2144,7 +2144,7 @@ + clevel, CPLOT_NSHADES, 1, 0, 0, plfill, 0, distort_map, wcsptr); + plFree2dGrid(count, nsnap2, nsnap2); + plcol0(7); +- plwid(lwid); ++ plwidth((double)lwid); + cplot_drawbounds(wcs, wcsout); + } + diff --git a/sci-astronomy/psfex/files/psfex-3.17.1-sigbus.patch b/sci-astronomy/psfex/files/psfex-3.17.1-sigbus.patch new file mode 100644 index 000000000000..2796f63884e3 --- /dev/null +++ b/sci-astronomy/psfex/files/psfex-3.17.1-sigbus.patch @@ -0,0 +1,26 @@ +Author: Justin Pryzby +Description: (guess) Handle the "sigbus" case only if it exists +--- a/src/fits/fitscleanup.c ++++ b/src/fits/fitscleanup.c +@@ -164,7 +164,9 @@ + /* Catch CTRL-Cs */ + signal(SIGINT, signal_function); + /* Catch bus errors */ ++#ifdef SIGBUS // TODO: what if it is an enum? + signal(SIGBUS, signal_function); ++#endif + /* Catch segmentation faults */ + signal(SIGSEGV, signal_function); + /* Catch floating exceptions */ +@@ -195,9 +197,11 @@ + case SIGINT: + fprintf(stderr, "^C\n"); + exit(-1); ++#ifdef SIGBUS + case SIGBUS: + fprintf(stderr, "bus error\n"); + exit(-1); ++#endif + case SIGSEGV: + fprintf(stderr, "segmentation fault\n"); + exit(-1); diff --git a/sci-astronomy/psfex/metadata.xml b/sci-astronomy/psfex/metadata.xml new file mode 100644 index 000000000000..45b00a7e9445 --- /dev/null +++ b/sci-astronomy/psfex/metadata.xml @@ -0,0 +1,17 @@ + + + + + sci-astronomy@gentoo.org + Gentoo Astronomy Project + + + PSFEx (“PSF Extractor”) extracts models of the Point Spread + Function (PSF) from FITS images processed with sci-libs/sextractor, and + measures the quality of images. The generated PSF models can be used + for model-fitting photometry or morphological analyses. + + + Build with sci-libs/plplot to allow diagnostic plots during processing + + diff --git a/sci-astronomy/psfex/psfex-3.17.1.ebuild b/sci-astronomy/psfex/psfex-3.17.1.ebuild new file mode 100644 index 000000000000..d288e5b4196e --- /dev/null +++ b/sci-astronomy/psfex/psfex-3.17.1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="Extracts models of the Point Spread Function from FITS images" +HOMEPAGE="http://www.astromatic.net/software/psfex" +SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +LICENSE="GPL-3" +SLOT="0" +IUSE="doc threads plplot" + +RDEPEND=" + sci-libs/atlas:0[lapack,threads=] + sci-libs/fftw:3.0 + plplot? ( sci-libs/plplot:= )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}/${P}-have-mmap.patch" + "${FILESDIR}/${P}-plplot510.patch" + "${FILESDIR}/${P}-sigbus.patch" +) + +src_prepare() { + default + local mycblas=atlcblas myclapack=atlclapack + if use threads; then + [[ -e ${EPREFIX}/usr/$(get_libdir)/libptcblas.so ]] && \ + mycblas=ptcblas + [[ -e ${EPREFIX}/usr/$(get_libdir)/libptclapack.so ]] && + myclapack=ptclapack + fi + # fix the configure and not the acx_atlas.m4. the eautoreconf will + # produce a configure giving a wrong install Makefile target (to fix) + sed -e "s/-lcblas/-l${mycblas}/g" \ + -e "s/AC_CHECK_LIB(cblas/AC_CHECK_LIB(${mycblas}/g" \ + -e "s/-llapack/-l${myclapack}/g" \ + -e "s/\(lapack_lib=\).*/\1${myclapack}/g" \ + -e "s/AC_CHECK_LIB(lapack/AC_CHECK_LIB(${myclapack}/g" \ + -i acx_atlas.m4 || die + + # fix for newer plplot + sed -e 's/plplotd/plplot/g' -i acx_plplot.m4 || die + eautoreconf +} + +src_configure() { + econf \ + --with-atlas-incdir="${EPREFIX}/usr/include/atlas" \ + $(use_enable plplot) \ + $(use_enable threads) +} + +src_install () { + default + use doc && dodoc doc/* +} diff --git a/sci-astronomy/scamp/Manifest b/sci-astronomy/scamp/Manifest new file mode 100644 index 000000000000..c090ef841a83 --- /dev/null +++ b/sci-astronomy/scamp/Manifest @@ -0,0 +1 @@ +DIST scamp-2.0.4.tar.gz 4876618 SHA256 cbcd57f5042feefa081dc0c5ff07f7f50114a7ef41e79c060ed163caae119d41 SHA512 ed0a824ddcc3f9c791121323bb59969e89f509a2c429c0abb45655e6852bc452bd46c539dbebfd23097af1c7dbef9d3d905030083828974f75233ea4af4484d5 WHIRLPOOL bc87946ebacd2d723693898aac5a4702eecc138093cab987f76dfc8fb91c963bfaf13d25bd9042ee1fa23002816c4dde1d439da92839236f170adc119afee7d5 diff --git a/sci-astronomy/scamp/metadata.xml b/sci-astronomy/scamp/metadata.xml new file mode 100644 index 000000000000..d337960dbee2 --- /dev/null +++ b/sci-astronomy/scamp/metadata.xml @@ -0,0 +1,16 @@ + + + + + sci-astronomy@gentoo.org + Gentoo Astronomy Project + + + SCAMP computes astrometric and photometric solutions from SExtractor catalogs + and stores them in header files. These headers files can be read by SWarp to + coadd images. + + + Build with sci-libs/plplot to allow diagnostic plots during processing + + diff --git a/sci-astronomy/scamp/scamp-2.0.4.ebuild b/sci-astronomy/scamp/scamp-2.0.4.ebuild new file mode 100644 index 000000000000..0d601c0924a0 --- /dev/null +++ b/sci-astronomy/scamp/scamp-2.0.4.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="Astrometric and photometric solutions for astronomical images" +HOMEPAGE="http://www.astromatic.net/software/scamp" +SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +LICENSE="GPL-3" +SLOT="0" +IUSE="doc plplot threads" + +RDEPEND=" + sci-astronomy/cdsclient + sci-libs/atlas[lapack,threads=] + sci-libs/fftw:3.0 + plplot? ( sci-libs/plplot:= )" +DEPEND="${RDEPEND}" + +src_prepare() { + default + local mycblas=atlcblas myclapack=atlclapack + if use threads; then + [[ -e "${EPREFIX}"/usr/$(get_libdir)/libptcblas.so ]] && \ + mycblas=ptcblas + [[ -e "${EPREFIX}"/usr/$(get_libdir)/libptclapack.so ]] && \ + myclapack=ptclapack + fi + sed -e "s/-lcblas/-l${mycblas}/g" \ + -e "s/AC_CHECK_LIB(cblas/AC_CHECK_LIB(${mycblas}/g" \ + -e "s|lapack_lib=\"lapack\"|lapack_lib=${myclapack}|" \ + -i acx_atlas.m4 || die + sed -e 's|plplotd|plplot|g' -i acx_plplot.m4 || die + eautoreconf +} + +src_configure() { + econf \ + --with-atlas-incdir="${EPREFIX}/usr/include/atlas" \ + $(use_enable plplot) \ + $(use_enable threads) +} + +src_install () { + default + use doc && dodoc doc/* +} diff --git a/sci-astronomy/sextractor/Manifest b/sci-astronomy/sextractor/Manifest new file mode 100644 index 000000000000..bf33f0f45c6c --- /dev/null +++ b/sci-astronomy/sextractor/Manifest @@ -0,0 +1 @@ +DIST sextractor-2.19.5.tar.gz 4317039 SHA256 2a880e018585f905300d5919ab454b18640a5bef13deb5c4f03111ac4710b2c5 SHA512 aadd007facad983ea35bd7496a53520f987aa8e492259e428170354d262212e3c1a17c60bf6ea97b6056136b0bd02793e92e14b21cb40a0f8886245eeeac6f4d WHIRLPOOL cf499f4763ebf07d94ccb630030baa1b1e3e03972a9f214ee965c1f742548ee46fa4ce22203d1a6ee7c0817c2915d36483d1a7d7fcc04348beb559f5b5dd4464 diff --git a/sci-astronomy/sextractor/files/sextractor-2.19.5-fix-format-errors.patch b/sci-astronomy/sextractor/files/sextractor-2.19.5-fix-format-errors.patch new file mode 100644 index 000000000000..c20ce31ee30e --- /dev/null +++ b/sci-astronomy/sextractor/files/sextractor-2.19.5-fix-format-errors.patch @@ -0,0 +1,65 @@ +Author: Ole Streicher +Description: Fix format security errors +--- a/src/catout.c ++++ b/src/catout.c +@@ -999,7 +999,7 @@ + break; + + case ASCII_SKYCAT: +- fprintf(ascfile, skycattail); ++ fprintf(ascfile, "%s", skycattail); + if (!prefs.pipe_flag) + fclose(ascfile); + break; +--- a/src/xml.c ++++ b/src/xml.c +@@ -696,7 +696,7 @@ + name, ucd); + break; + case P_STRING: +- sprintf(value, (char *)key[i].ptr); ++ sprintf(value, "%s", (char *)key[i].ptr); + fprintf(file, " \n", + name, ucd, *value? value: " "); +@@ -705,13 +705,13 @@ + n = *(key[i].nlistptr); + if (n) + { +- sprintf(value, ((char **)key[i].ptr)[0]); ++ sprintf(value, "%s", ((char **)key[i].ptr)[0]); + fprintf(file, " \n"); +@@ -722,7 +722,7 @@ + name, ucd); + break; + case P_KEY: +- sprintf(value, key[i].keylist[*((int *)key[i].ptr)]); ++ sprintf(value, "%s", key[i].keylist[*((int *)key[i].ptr)]); + fprintf(file, " \n", + name, ucd, value); +@@ -731,13 +731,13 @@ + n = *(key[i].nlistptr); + if (n) + { +- sprintf(value, key[i].keylist[((int *)key[i].ptr)[0]]); ++ sprintf(value, "%s", key[i].keylist[((int *)key[i].ptr)[0]]); + fprintf(file, " \n"); diff --git a/sci-astronomy/sextractor/files/sextractor-2.19.5-have-malloc.patch b/sci-astronomy/sextractor/files/sextractor-2.19.5-have-malloc.patch new file mode 100644 index 000000000000..dd10d4a2c3cd --- /dev/null +++ b/sci-astronomy/sextractor/files/sextractor-2.19.5-have-malloc.patch @@ -0,0 +1,32 @@ +Author: Justin Pryzby +Description: (guess) Define rpl_malloc if not there. +--- a/src/misc.c ++++ b/src/misc.c +@@ -34,6 +34,8 @@ + #include + #include + ++#include ++ + #include "define.h" + #include "globals.h" + +@@ -153,3 +155,18 @@ + } + + ++#if !HAVE_MALLOC ++#undef malloc ++ ++// Allocate an N-byte block of memory from the heap. If N is zero, ++// allocate a 1-byte block. ++void *rpl_malloc(size_t n) ++{ ++ void *malloc(); ++ if (0==n) { ++ n = 1; ++ } ++ ++ return malloc(n); ++} ++#endif diff --git a/sci-astronomy/sextractor/files/sextractor-2.19.5-have-mmap.patch b/sci-astronomy/sextractor/files/sextractor-2.19.5-have-mmap.patch new file mode 100644 index 000000000000..1b6565089849 --- /dev/null +++ b/sci-astronomy/sextractor/files/sextractor-2.19.5-have-mmap.patch @@ -0,0 +1,55 @@ +Author: Justin Pryzby +Description: (guess) Use mmap only if it exists. +--- a/src/fits/fitsbody.c ++++ b/src/fits/fitsbody.c +@@ -64,9 +64,12 @@ + ***/ + PIXTYPE *alloc_body(tabstruct *tab, void (*func)(PIXTYPE *ptr, int npix)) + { ++#ifdef HAVE_MMAP + FILE *file; + PIXTYPE *buffer; +- size_t npix, size, sizeleft, spoonful; ++ size_t sizeleft, spoonful; ++#endif ++ size_t npix, size; + + if (!body_ramflag) + { +@@ -87,7 +90,9 @@ + /* Decide if the data will go in physical memory or on swap-space */ + npix = tab->tabsize/tab->bytepix; + size = npix*sizeof(PIXTYPE); ++#if !HAVE_MMAP + if (size < body_ramleft) ++#endif + { + /*-- There should be enough RAM left: try to do a malloc() */ + if ((tab->bodybuf = malloc(size))) +@@ -105,6 +110,7 @@ + tab->bodybuf = NULL; + } + ++#if HAVE_MMAP + if (size < body_vramleft) + { + /*-- Convert and copy the data to a swap file, and mmap() it */ +@@ -144,6 +150,7 @@ + return NULL; + return (PIXTYPE *)tab->bodybuf; + } ++#endif + + /* If no memory left at all: forget it! */ + return NULL; +@@ -270,8 +277,10 @@ + size = (tab->tabsize/tab->bytepix)*sizeof(PIXTYPE); + if (tab->swapflag) + { ++#if HAVE_MMAP + if (munmap(tab->bodybuf, size)) + warning("Can't unmap ", tab->cat->filename); ++#endif + tab->swapflag = 0; + tab->bodybuf = NULL; + body_vramleft += size; diff --git a/sci-astronomy/sextractor/files/sextractor-2.19.5-sigbus.patch b/sci-astronomy/sextractor/files/sextractor-2.19.5-sigbus.patch new file mode 100644 index 000000000000..2796f63884e3 --- /dev/null +++ b/sci-astronomy/sextractor/files/sextractor-2.19.5-sigbus.patch @@ -0,0 +1,26 @@ +Author: Justin Pryzby +Description: (guess) Handle the "sigbus" case only if it exists +--- a/src/fits/fitscleanup.c ++++ b/src/fits/fitscleanup.c +@@ -164,7 +164,9 @@ + /* Catch CTRL-Cs */ + signal(SIGINT, signal_function); + /* Catch bus errors */ ++#ifdef SIGBUS // TODO: what if it is an enum? + signal(SIGBUS, signal_function); ++#endif + /* Catch segmentation faults */ + signal(SIGSEGV, signal_function); + /* Catch floating exceptions */ +@@ -195,9 +197,11 @@ + case SIGINT: + fprintf(stderr, "^C\n"); + exit(-1); ++#ifdef SIGBUS + case SIGBUS: + fprintf(stderr, "bus error\n"); + exit(-1); ++#endif + case SIGSEGV: + fprintf(stderr, "segmentation fault\n"); + exit(-1); diff --git a/sci-astronomy/sextractor/metadata.xml b/sci-astronomy/sextractor/metadata.xml new file mode 100644 index 000000000000..87b74a0a93cb --- /dev/null +++ b/sci-astronomy/sextractor/metadata.xml @@ -0,0 +1,22 @@ + + + + +sci-astronomy@gentoo.org +Gentoo Astronomy Project + + + SExtractor (Source Extractor) is a program that builds a catalogue of + objects from an astronomical image. Although it is particularly + oriented towards reduction of large scale galaxy-survey data, it + performs rather well on moderately crowded star fields. It has the + ability to automatically separate stars and galaxy using neural + networks. + + + + Enable profile model fitting, needs sci-libs/atlas + and sci-libs/fftw + + + diff --git a/sci-astronomy/sextractor/sextractor-2.19.5.ebuild b/sci-astronomy/sextractor/sextractor-2.19.5.ebuild new file mode 100644 index 000000000000..ebd8ef33a54b --- /dev/null +++ b/sci-astronomy/sextractor/sextractor-2.19.5.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +AUTOTOOLS_AUTO_DEPEND=no + +inherit autotools + +DESCRIPTION="Extract catalogs of sources from astronomical FITS images" +HOMEPAGE="http://www.astromatic.net/software/sextractor" +SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +LICENSE="GPL-3" +SLOT="0" + +IUSE="doc modelfit test threads" + +RDEPEND=" + modelfit? ( sci-libs/atlas[lapack,threads=] sci-libs/fftw:3.0 )" +DEPEND="${RDEPEND} + modelfit? ( ${AUTOTOOLS_DEPEND} )" + +REQUIRED_USE="test? ( modelfit )" + +PATCHES=( + "${FILESDIR}/${P}-fix-format-errors.patch" + "${FILESDIR}/${P}-have-malloc.patch" + "${FILESDIR}/${P}-have-mmap.patch" + "${FILESDIR}/${P}-sigbus.patch" +) + +src_prepare() { + default + if use modelfit; then + local mycblas=atlcblas myclapack=atlclapack + if use threads; then + [[ -e "${EPREFIX}"/usr/$(get_libdir)/libptcblas.so ]] && \ + mycblas=ptcblas + [[ -e "${EPREFIX}"/usr/$(get_libdir)/libptclapack.so ]] && \ + myclapack=ptclapack + fi + sed -i \ + -e "s/-lcblas/-l${mycblas}/g" \ + -e "s/AC_CHECK_LIB(cblas/AC_CHECK_LIB(${mycblas}/g" \ + -e "s/-llapack/-l${myclapack}/g" \ + -e "s/AC_CHECK_LIB(lapack/AC_CHECK_LIB(${myclapack}/g" \ + acx_atlas.m4 || die + eautoreconf + fi +} + +src_configure() { + econf \ + --with-atlas-incdir="${EPREFIX}/usr/include/atlas" \ + $(use_enable modelfit model-fitting) \ + $(use_enable threads) +} + +src_install () { + default + CONFDIR=/usr/share/sextractor + insinto ${CONFDIR} + doins config/* + use doc && dodoc doc/* +} + +pkg_postinst() { + elog "SExtractor examples configuration files are located in" + elog "${EROOT%/}/${CONFDIR} and are not loaded anymore by default." +} diff --git a/sci-libs/atlas/Manifest b/sci-libs/atlas/Manifest new file mode 100644 index 000000000000..caffa2c89aea --- /dev/null +++ b/sci-libs/atlas/Manifest @@ -0,0 +1,2 @@ +DIST atlas3.10.2.tar.bz2 4904923 SHA256 3aab139b118bf3fcdb4956fbd71676158d713ab0d3bccb2ae1dc3769db22102f SHA512 9fe04cfa1f89449db047d1a4659a656964d13117c783cbbe43344eb32555736f037d9cd30c5ae1514c08ad5b8949a3982d7fe102d707ddb62288e76b2607fbb1 WHIRLPOOL e56936da713b0a1eb560d993bd29da0ac65923bdd2298c0a240a933fbf8961cd151020756ab550e716eae153d97c96d713512cda208a9c1a7c34467bd591fcd5 +DIST lapack-3.6.0.tgz 6792324 SHA256 a9a0082c918fe14e377bbd570057616768dca76cbdc713457d8199aaa233ffc3 SHA512 bc50441d415ef8896dd7626d77c6104184b996e758704366288089f03d4c99d068e33153b0d13305310886017e5d2e716130f812a95cfcad36ef37fe20417ab8 WHIRLPOOL 5576d0a81b2645fe95ef7011cc398f31142b8dcd01cdf5945e3db0e73ae1768766ea54254b40f4c6a581a6fb77b911595fccd597be0536833118af5877bb0c64 diff --git a/sci-libs/atlas/atlas-3.10.2.ebuild b/sci-libs/atlas/atlas-3.10.2.ebuild new file mode 100644 index 000000000000..7e80dd99df45 --- /dev/null +++ b/sci-libs/atlas/atlas-3.10.2.ebuild @@ -0,0 +1,221 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +FORTRAN_NEEDED=fortran + +inherit fortran-2 toolchain-funcs versionator + +LAPACKP=lapack-3.6.0.tgz + +DESCRIPTION="Automatically Tuned Linear Algebra Software" +HOMEPAGE="http://math-atlas.sourceforge.net/" +SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2 + fortran? ( lapack? ( http://www.netlib.org/lapack/${LAPACKP} ) )" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc fortran generic lapack static-libs threads" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/ATLAS" + +PATCHES=( + "${FILESDIR}/${P}-x32-support.patch" + "${FILESDIR}/${P}-format-security.patch" +) + +pkg_setup() { + local _cpufreq + for _cpufreq in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do + if [ -f ${_cpufreq} ]; then + if ! grep -q performance ${_cpufreq}; then + echo 2> /dev/null performance > ${_cpufreq} || \ + die "${PN} needs all cpu set to performance" + fi + fi + done + use fortran && fortran-2_pkg_setup +} + +src_configure() { + # hack needed to trick the flaky gcc detection + local mycc="$(type -P $(tc-getCC))" + [[ ${mycc} == *gcc* ]] && mycc=gcc + atlas_configure() { + local myconf=( + --prefix="${ED}/usr" + --libdir="${ED}/usr/$(get_libdir)" + --incdir="${ED}/usr/include" + --cc="$(tc-getCC)" + "-D c -DWALL" + "-C acg '${mycc}'" + "-F acg '${CFLAGS}'" + "-Ss pmake '\$(MAKE) ${MAKEOPTS}'" + ) + + # OpenMP shown to decreased performance over POSIX threads + # (at least in 3.9.x, see atlas-dev mailing list) + if use threads; then + if use generic; then # 2 threads is most generic + myconf+=( "-t 2" "-Si omp 0" ) + else + myconf+=( "-t -1" "-Si omp 0" ) + fi + else + myconf+=( "-t 0" "-Si omp 0" ) + fi + + if use amd64 || use ppc64 || use sparc; then + if [ ${ABI} = amd64 ] || [ ${ABI} = ppc64 ] || [ ${ABI} = sparc64 ] ; then + myconf+=( "-b 64" ) + elif [ ${ABI} = x86 ] || [ ${ABI} = ppc ] || [ ${ABI} = sparc32 ] ; then + myconf+=( "-b 32" ) + elif [ ${ABI} = x32 ] ; then + myconf+=( "-b 48" ) + else + myconf+=( "-b 64" ) + fi + elif use ppc || use x86; then + myconf+=( "-b 32" ) + elif use ia64; then + myconf+=( "-b 64" ) + fi + if use fortran; then + myconf+=( + "-C if '$(type -P $(tc-getFC))'" + "-F if '${FFLAGS}'" + ) + if use lapack; then + myconf+=( + "-Si latune 1" + "--with-netlib-lapack-tarfile=${DISTDIR}/${LAPACKP}" + ) + else + myconf+=( "-Si latune 0" ) + fi + else + myconf+=( "-Si latune 0" "--nof77" ) + fi + # generic stuff found by make make xprint_enums in atlas build dir + # basically assuming sse2+sse1 and 2 threads max + use generic && use x86 && myconf+=( "-V 384 -A 13") + use generic && use amd64 && myconf+=( "-V 384 -A 24") + + local confdir="${S}_${1}"; shift + myconf+=( $@ ) + mkdir "${confdir}" && cd "${confdir}" + # for debugging + echo ${myconf[@]} > myconf.out + "${S}"/configure ${myconf[@]} || die "configure in ${confdir} failed" + } + + atlas_configure shared "-Fa alg -fPIC" ${EXTRA_ECONF} + use static-libs && atlas_configure static ${EXTRA_ECONF} +} + +src_compile() { + atlas_compile() { + pushd "${S}_${1}" > /dev/null + # atlas does its own parallel builds + emake -j1 build + cd lib + emake libclapack.a + [[ -e libptcblas.a ]] && emake libptclapack.a + popd > /dev/null + } + + atlas_compile shared + use static-libs && atlas_compile static +} + +src_test() { + cd "${S}_shared" + emake -j1 check time +} + +# transform a static archive into a shared library and install them +# atlas_install_libs [extra link flags] +atlas_install_libs() { + local libname=$(basename ${1%.*}) + einfo "Installing ${libname}" + local soname=${libname}.so.$(get_major_version) + shift + pushd "${S}_shared"/lib > /dev/null + ${LINK:-$(tc-getCC)} ${LDFLAGS} -shared -Wl,-soname=${soname} \ + -Wl,--whole-archive ${libname}.a -Wl,--no-whole-archive \ + "$@" -o ${soname} || die "Creating ${soname} failed" + dolib.so ${soname} + ln -s ${soname} ${soname%.*} + dosym ${soname} /usr/$(get_libdir)/${soname%.*} + popd > /dev/null + use static-libs && dolib.a "${S}_static"/lib/${libname}.a +} + +src_install() { + cd "${S}_shared/lib" + # rename to avoid collision with other packages + local l + for l in {,c}{blas,lapack}; do + if [[ -e lib${l}.a ]]; then + mv lib{,atl}${l}.a + use static-libs && mv "${S}"_static/lib/lib{,atl}${l}.a + fi + done + + [[ -e libptcblas.a ]] && PTLIBS="-lpthread" + + # atlas + atlas_install_libs libatlas.a -lm ${PTLIBS} + + # cblas + atlas_install_libs libatlcblas.a -lm -L. -latlas + + # cblas threaded + [[ -e libptcblas.a ]] && \ + atlas_install_libs libptcblas.a -lm -L. -latlas ${PTLIBS} + + if use lapack; then + # clapack + atlas_install_libs libatlclapack.a -lm -L. -latlas -latlcblas + + # clapack threaded + [[ -e libptclapack.a ]] && \ + atlas_install_libs libptclapack.a -lm -L. -latlas -lptcblas ${PTLIBS} + fi + + if use fortran; then + LINK=$(tc-getF77) + + # blas + atlas_install_libs libf77blas.a -lm -L. -latlas + + # blas threaded + [[ -e libptf77blas.a ]] && \ + atlas_install_libs libptf77blas.a -lm -L. -latlas ${PTLIBS} + + if use lapack; then + # lapack + atlas_install_libs libatllapack.a \ + -lm -L. -latlas -latlcblas -lf77blas + # lapack threaded + [[ -e libptlapack.a ]] && \ + atlas_install_libs libptlapack.a -lm -L. -latlas -lptcblas -lptf77blas ${PTLIBS} + fi + fi + + cd "${S}" + insinto /usr/include/${PN} + doins include/*.h + + cd "${S}/doc" + dodoc INDEX.txt AtlasCredits.txt ChangeLog + use doc && dodoc atlas*pdf cblas.pdf cblasqref.pdf + use doc && use fortran && dodoc f77blas*pdf + use doc && use fortran && use lapack && dodoc *lapack*pdf +} diff --git a/sci-libs/atlas/files/atlas-3.10.2-format-security.patch b/sci-libs/atlas/files/atlas-3.10.2-format-security.patch new file mode 100644 index 000000000000..f3f45d774510 --- /dev/null +++ b/sci-libs/atlas/files/atlas-3.10.2-format-security.patch @@ -0,0 +1,198 @@ + bin/atlas_install.c | 46 +++++++++++++++++++++++----------------------- + 1 file changed, 23 insertions(+), 23 deletions(-) + +diff --git a/bin/atlas_install.c b/bin/atlas_install.c +index 2753cbf..21b716d 100644 +--- a/bin/atlas_install.c ++++ b/bin/atlas_install.c +@@ -483,9 +483,9 @@ void PrintStartStop(FILE *fp0, FILE *fp1, int nspc, int START, int sec, + fprintf(fp1, "\n\n"); + } + if (fp0) +- fprintf(fp0, ln); ++ fprintf(fp0, "%s", ln); + if (fp1) +- fprintf(fp1, ln); ++ fprintf(fp1, "%s", ln); + } + + int LnIsCont(char *ln) +@@ -776,11 +776,11 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + if (DefInstall) + { + sprintf(ln, "%s IRunMMDef pre=%c %s %s\n", fmake, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "BUILDING BLOCK MATMUL TUNE", ln2); + } + sprintf(ln, "%s %s pre=%c %s %s\n", fmake, fnam, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "BUILDING BLOCK MATMUL TUNE", ln2); + PrintBanner(ln2, 0, 2, ip+1, 1); + } +@@ -836,7 +836,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + if (!FileExists(fnam)) + { + sprintf(ln, "%s %s pre=%c %s %s", fmake, fnam, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "BUILDING BLOCK MATMUL TUNE", ln2); + } + fp = fopen(fnam, "r"); +@@ -854,7 +854,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + { + sprintf(ln, "%s %s pre=%c nb=%d %s %s", + fmake, fnam, pre, ncnb, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "BUILDING BLOCK MATMUL TUNE", ln2); + } + GetInstLogFile(fnam, pre, &muladd, &pf, &lat, &nb, &mu, &nu, &ku, +@@ -881,7 +881,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + } + + sprintf(ln, "%s MMinstall pre=%c %s %s\n", fmake, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "BUILDING BLOCK MATMUL TUNE", ln2); + + fprintf(fpsum, "\n"); +@@ -896,7 +896,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + PrintBanner(ln2, 1, 2, ip+1, 2); + sprintf(ln, "%s INSTALL_LOG/atlas_cacheedge.h pre=%c %s %s\n", + fmake, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "CACHEEDGE DETECTION", ln2); + PrintBanner(ln2, 0, 2, ip+1, 2); + } +@@ -922,7 +922,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + { + sprintf(ln, "%s %s pre=%c %s %s\n", + fmake, ln3, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "CACHEEDGE DETECTION", ln2); + } + fp = fopen(ln3, "r"); +@@ -955,7 +955,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + "\n\n STAGE 2-%d-3: COPY/NO-COPY CROSSOVER DETECTION\n", ip+1); + + sprintf(ln, "%s %s pre=%c %s %s\n", fmake, fnam, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "COPY/NO-COPY CROSSOVER DETECTION", ln2); + PrintBanner(ln2, 0, 2, ip+1, 3); + fprintf(stdout, " done.\n"); +@@ -970,17 +970,17 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + { + sprintf(ln, "%s INSTALL_LOG/atlas_%ctrsmXover.h pre=%c %s %s\n", + fmake, pre, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "L3BLAS TUNING", ln2); + } + else + { + sprintf(ln, "%s Il3lib pre=%c %s %s\n", fmake, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "L3BLAS TUNING", ln2); + } + sprintf(ln, "%s %ccblaslib %s %s\n", fmake, pre, redir, ln2); /* cblas */ +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "L3BLAS TUNING", ln2); + PrintBanner(ln2, 0, 2, ip+1, 5); + PrintStartStop(stdout, fpsum, 3, 0, 2, ip+1, 4, "L3BLAS TUNE"); +@@ -993,7 +993,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + sprintf(ln2, "INSTALL_LOG/%cMVNTUNE.LOG", pre); + PrintBanner(ln2, 1, 2, ip+1, 7); + sprintf(ln, "%s %s pre=%c %s %s\n", fmake, fnam, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "MVNTUNE", ln2); + ATL_Cassert(FileIsThere(fnam), "MVNTUNE", ln2); + PrintBanner(ln2, 0, 2, ip+1, 7); +@@ -1026,7 +1026,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + sprintf(ln2, "INSTALL_LOG/%cMVTTUNE.LOG", pre); + PrintBanner(ln2, 1, 2, ip+1, 7); + sprintf(ln, "%s %s pre=%c %s %s\n", fmake, fnam, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "MVTTUNE", ln2); + ATL_Cassert(FileIsThere(fnam), "MVTTUNE", ln2); + PrintBanner(ln2, 0, 2, ip+1, 7); +@@ -1061,7 +1061,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + sprintf(ln2, "INSTALL_LOG/%cR1TUNE.LOG", pre); + PrintBanner(ln2, 1, 2, ip+1, 7); + sprintf(ln, "%s %s pre=%c %s %s\n", fmake, fnam, pre, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "R1TUNE", ln2); + ATL_Cassert(FileIsThere(fnam), "R1TUNE", ln2); + PrintBanner(ln2, 0, 2, ip+1, 7); +@@ -1099,7 +1099,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + sprintf(ln2, "INSTALL_LOG/LIBBUILD.LOG"); + PrintBanner(ln2, 1, 3, 1, 1); + sprintf(ln, "%s IBuildLibs %s %s\n", fmake, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "LIBRARY BUILD", ln2); + ATL_Cassert(FileIsThere(fnam), "LIBRARY BUILD", ln2); + PrintBanner(ln2, 0, 3, 1, 1); +@@ -1110,7 +1110,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + PrintBanner(ln2, 1, 4, 1, 1); + PrintStartStop(stdout, fpsum, 3, 1, 4, 1, 1, "TRSM TUNE"); + sprintf(ln, "%s IPostTune %s %s\n", fmake, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "POST-BUILD TUNE", ln2); + PrintStartStop(stdout, fpsum, 3, 0, 4, 1, 0, NULL); + ATL_Cassert(FileIsThere(fnam), "POST-BUILD TUNE", ln2); +@@ -1121,7 +1121,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + sprintf(ln2, "INSTALL_LOG/PTTUNE.LOG"); + PrintBanner(ln2, 1, 4, 2, 0); + sprintf(ln, "%s IPTtune %s %s\n", fmake, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "THREADING TUNE", ln2); + PrintStartStop(stdout, fpsum, 3, 0, 4, 2, 0, "THREADING TUNE"); + +@@ -1129,7 +1129,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + sprintf(ln2, "INSTALL_LOG/LIBPTBUILD.LOG"); + PrintBanner(ln2, 1, 4, 2, 1); + sprintf(ln, "%s IBuildPtlibs %s %s\n", fmake, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "PTLIBRARY BUILD", ln2); + PrintBanner(ln2, 0, 4, 2, 1); + PrintStartStop(stdout, fpsum, 3, 0, 4, 2, 1, "THREADING BUILD"); +@@ -1144,7 +1144,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + PrintStartStop(stdout, fpsum, 6, 1, 4, 3, ip+1, ln2); + sprintf(ln2, "INSTALL_LOG/%cLATUNE.LOG", pre); + PrintBanner(ln2, 1, 4, 3, ip+1); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + sprintf(ln, "%s ILATune pre=%c %s %s\n", fmake, pre, redir, ln2); + ATL_Cassert(system(ln)==0, "LAPACK TUNE", ln2); + PrintStartStop(stdout, fpsum, 6, 0, 4, 3, ip+1, NULL); +@@ -1162,7 +1162,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + #else + sprintf(ln, "%s IBuildLibs %s %s\n", fmake, redir, ln2); + #endif +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "STATIC LIBRARY UPDATE", ln2); + PrintBanner(ln2, 0, 5, 1, 1); + PrintStartStop(stdout, fpsum, 3, 0, 5, 1, 0, "FINAL STATIC LIBRARY UPDATE"); +@@ -1172,7 +1172,7 @@ void GoToTown(int ARCHDEF, int L1DEF, int TuneLA) + sprintf(ln2, "INSTALL_LOG/LIBDYBUILD.LOG"); + PrintBanner(ln2, 1, 5, 2, 1); + sprintf(ln, "%s IBuildDyLibs %s %s\n", fmake, redir, ln2); +- fprintf(stdout, ln); ++ fprintf(stdout, "%s", ln); + ATL_Cassert(system(ln)==0, "DYLIBRARY BUILD", ln2); + PrintBanner(ln2, 0, 5, 2, 1); + PrintStartStop(stdout, fpsum, 3, 0, 5, 2, 0, NULL); diff --git a/sci-libs/atlas/files/atlas-3.10.2-x32-support.patch b/sci-libs/atlas/files/atlas-3.10.2-x32-support.patch new file mode 100644 index 000000000000..82e6980690cb --- /dev/null +++ b/sci-libs/atlas/files/atlas-3.10.2-x32-support.patch @@ -0,0 +1,93 @@ +--- ATLAS/CONFIG/src/SpewMakeInc.c.orig 2012-05-24 00:56:27.000000000 +0200 ++++ ATLAS/CONFIG/src/SpewMakeInc.c 2012-06-06 15:17:40.000000000 +0200 +@@ -370,7 +370,7 @@ + } + *f2cdefs = fdefs; + *ecdefs = cdefs; +- if (*ptrbits != 32 && *ptrbits != 64) ++ if (*ptrbits != 32 && *ptrbits != 64 && *ptrbits != 48) + *ptrbits = 0; + } + char *GetPtrbitsFlag(enum OSTYPE OS, enum MACHTYPE arch, int ptrbits, +@@ -418,6 +418,8 @@ + sp = "-m64"; + else if (ptrbits == 32) + sp = "-m32"; ++ else if (ptrbits == 48 && MachIsX86(arch)) ++ sp = "-mx32"; + } + return(sp); + } +--- ATLAS/CONFIG/src/gnuccw.c.orig 2012-06-06 15:30:05.000000000 +0200 ++++ ATLAS/CONFIG/src/gnuccw.c 2012-06-06 15:33:29.000000000 +0200 +@@ -363,7 +363,7 @@ + * -m64/32 args get passed to comp, asm & linker + */ + else if (at->len == 4 && +- (!strcmp(at->arg, "-m64") || !strcmp(at->arg, "-m32"))) ++ (!strcmp(at->arg, "-m64") || !strcmp(at->arg, "-m32") || !strcmp(at->arg, "-mx32"))) + { + if (at->arg[2] == '6') + *BITS = 64; +--- ATLAS/CONFIG/src/gcc3p.c.orig 2012-06-06 15:29:38.000000000 +0200 ++++ ATLAS/CONFIG/src/gcc3p.c 2012-06-06 15:31:17.000000000 +0200 +@@ -352,7 +352,7 @@ + * -m64/32 args get passed to comp, asm & linker + */ + else if (at->len == 4 && +- (!strcmp(at->arg, "-m64") || !strcmp(at->arg, "-m32"))) ++ (!strcmp(at->arg, "-m64") || !strcmp(at->arg, "-m32") || !strcmp(at->arg, "-mx32"))) + { + if (at->arg[2] == '6') + { +--- ATLAS/CONFIG/src/gnuf90w.c.orig 2012-06-06 15:29:28.000000000 +0200 ++++ ATLAS/CONFIG/src/gnuf90w.c 2012-06-06 15:30:36.000000000 +0200 +@@ -363,7 +363,7 @@ + * -m64/32 args get passed to comp, asm & linker + */ + else if (at->len == 4 && +- (!strcmp(at->arg, "-m64") || !strcmp(at->arg, "-m32"))) ++ (!strcmp(at->arg, "-m64") || !strcmp(at->arg, "-m32") || !strcmp(at->arg, "-mx32"))) + { + if (at->arg[2] == '6') + *BITS = 64; +--- ATLAS/CONFIG/src/probe_comp.c.orig 2012-06-06 15:29:51.000000000 +0200 ++++ ATLAS/CONFIG/src/probe_comp.c 2012-06-06 15:32:50.000000000 +0200 +@@ -614,6 +614,8 @@ + sp = "-m64"; + else if (ptrbits == 32) + sp = "-m32"; ++ else if (ptrbits == 48) ++ sp = "-mx32"; + } + return(sp); + } +@@ -1691,7 +1693,7 @@ + } + } + } +- if (*ptrbits != 32 && *ptrbits != 64) ++ if (*ptrbits != 32 && *ptrbits != 64 && *ptrbits != 48) + *ptrbits = 0; + } + +--- ATLAS/CONFIG/src/config.c.orig 2012-06-06 15:59:53.000000000 +0200 ++++ ATLAS/CONFIG/src/config.c 2012-06-06 16:00:07.000000000 +0200 +@@ -183,7 +183,7 @@ + i = sprintf(ln, "make IRun_comp args=\"-v %d -o atlconf.txt -O %d -A %d -Si nof77 %d -V %d %s %s", + verb, OS, arch, nof77, vecext, targarg, flags); + free(flags); +- if (ptrbits == 64 || ptrbits == 32) ++ if (ptrbits == 64 || ptrbits == 32 || ptrbits == 48) + { + sprintf(stmp, "-b %d", ptrbits); + ln = NewAppendedString(ln, stmp); +@@ -1272,7 +1272,7 @@ + } + *f2cdefs = fdefs; + *ecdefs = cdefs; +- if (*ptrbits != 32 && *ptrbits != 64) ++ if (*ptrbits != 32 && *ptrbits != 64 && *ptrbits != 48) + *ptrbits = 0; + } + diff --git a/sci-libs/atlas/metadata.xml b/sci-libs/atlas/metadata.xml new file mode 100644 index 000000000000..ac115a049487 --- /dev/null +++ b/sci-libs/atlas/metadata.xml @@ -0,0 +1,22 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + ATLAS is an approach for the automatic generation and optimization of + numerical software. Currently ATLAS supplies optimized versions for the + complete set of linear algebra kernels known as the Basic Linear Algebra + Subroutines (BLAS) for both c and F77 interfaces. It can also build + a subset of the linear algebra routine LAPACK library or the full + LAPACK using the reference LAPACK from Netlib. + + + Build atlas assuming a fairly generic architecture (sse2 for x86, core2 for amd64) + + + math-atlas + + diff --git a/sci-libs/openfoam/openfoam-2.3.0.ebuild b/sci-libs/openfoam/openfoam-2.3.0-r1.ebuild similarity index 99% rename from sci-libs/openfoam/openfoam-2.3.0.ebuild rename to sci-libs/openfoam/openfoam-2.3.0-r1.ebuild index d67d5effe582..71cc63b372b4 100644 --- a/sci-libs/openfoam/openfoam-2.3.0.ebuild +++ b/sci-libs/openfoam/openfoam-2.3.0-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="http://www.openfoam.org" SRC_URI="http://downloads.sourceforge.net/foam/${MY_P}.tgz" LICENSE="GPL-2" -SLOT="2.2" +SLOT="2.3" KEYWORDS="~amd64 ~x86" IUSE="doc examples opendx src paraview" diff --git a/sci-libs/openfoam/openfoam-2.3.1.ebuild b/sci-libs/openfoam/openfoam-2.3.1-r1.ebuild similarity index 99% rename from sci-libs/openfoam/openfoam-2.3.1.ebuild rename to sci-libs/openfoam/openfoam-2.3.1-r1.ebuild index 988db480333d..edab34940743 100644 --- a/sci-libs/openfoam/openfoam-2.3.1.ebuild +++ b/sci-libs/openfoam/openfoam-2.3.1-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="http://www.openfoam.org" SRC_URI="http://downloads.sourceforge.net/foam/${MY_P}.tgz" LICENSE="GPL-2" -SLOT="2.2" +SLOT="2.3" KEYWORDS="amd64 x86" IUSE="doc examples opendx src paraview" diff --git a/sci-libs/openfoam/openfoam-2.4.0.ebuild b/sci-libs/openfoam/openfoam-2.4.0-r1.ebuild similarity index 99% rename from sci-libs/openfoam/openfoam-2.4.0.ebuild rename to sci-libs/openfoam/openfoam-2.4.0-r1.ebuild index d26b9c736c43..74e03341b7b3 100644 --- a/sci-libs/openfoam/openfoam-2.4.0.ebuild +++ b/sci-libs/openfoam/openfoam-2.4.0-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="http://www.openfoam.org" SRC_URI="http://downloads.sourceforge.net/foam/${MY_P}.tgz" LICENSE="GPL-2" -SLOT="2.2" +SLOT="2.4" KEYWORDS="~amd64 ~x86" IUSE="doc examples opendx src paraview" diff --git a/sci-visualization/gnuplot/Manifest b/sci-visualization/gnuplot/Manifest index d8bfd2ad1d1e..a27c2777dc4d 100644 --- a/sci-visualization/gnuplot/Manifest +++ b/sci-visualization/gnuplot/Manifest @@ -1,3 +1,4 @@ DIST gnuplot-4.6.5.tar.gz 5035657 SHA256 e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d SHA512 5a9c55d664105242aaf6356e707094a7dd5a80ba8d836bc7b3ce8836bcf5d2a57174d38220ea9efc58fa04f3c5f7d680ca5023482cff1a62b93549ff0530c47d WHIRLPOOL 9b3bc60668af708359c66f01d3780ee1547a03d8842af7010505c98ec3f870df846d167f557157e2ec6f85bf55cc03be02dc3514f533a3adaf9edc7fca61037b DIST gnuplot-5.0.1.tar.gz 4963747 SHA256 7cbc557e71df581ea520123fb439dea5f073adcc9010a2885dc80d4ed28b3c47 SHA512 f68ccef8ecad0d5f7c2eb5dc2c97ba14abba6e3324c36bb9ede5f87eef613942376a26e42e55fa8e9c908e2b732aa0b9f34d6d5c386e3d5cf9685bbca60fa094 WHIRLPOOL 7c1d7ec4e999d5d78fadc67cee1186988dbb1cd53feef19094554aa215a19ee6b136d7b65e692cba42bfdb19a06f036fc3fbe1b78cb55f9d0f1b8a740341d15c +DIST gnuplot-5.0.3.tar.gz 5042644 SHA256 5f6ee35f3f22014058e999911934bfa9db28e02a2722a7001c192cd182b8c715 SHA512 e5ce44ea1071d388fac96aeb4f675a4625b3ac1858d7a78adedb40d95d99d67b2afdcca0aeb056c5e438edd288b8c65a3def2d18cc7c76fcf64eaa3cd77de9ca WHIRLPOOL 115688f506603ce33b5b1002a28c659c67be8ca51c6f92d185c5bd2000f34135ef75d3fa5467f807604bee2c91fb0034b27d0e51a143e8759d98645c250eb92e DIST gnuplot.info-4.6.2.tar.xz 182168 SHA256 73307153e8f525cce04d8c2c09ef28e422f21cd216d019f7aef8dbe71b6cc1bd SHA512 805e11933addefde41a15287e96bff9f4e307bbffbabe4bf1a9c49663a688702d9e738750d4ca6db475c9c09c0b6a14589b7e18392161610709e8864c626d4ff WHIRLPOOL bc16e1b6a798e214516aba413b3843045b0489038943dec6511722fed1eba772ba1067a8cdcada216afa903de5744c0722fa9f856a74d8f8e68fa27016704e53 diff --git a/sci-visualization/gnuplot/gnuplot-5.0.3.ebuild b/sci-visualization/gnuplot/gnuplot-5.0.3.ebuild new file mode 100644 index 000000000000..7350554a11e1 --- /dev/null +++ b/sci-visualization/gnuplot/gnuplot-5.0.3.ebuild @@ -0,0 +1,209 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools eutils flag-o-matic multilib readme.gentoo toolchain-funcs wxwidgets + +DESCRIPTION="Command-line driven interactive plotting program" +HOMEPAGE="http://www.gnuplot.info/" + +if [[ -z ${PV%%*9999} ]]; then + inherit autotools cvs + ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot" + ECVS_MODULE="gnuplot" + ECVS_BRANCH="branch-5-0-stable" + ECVS_USER="anonymous" + ECVS_CVS_OPTIONS="-dP" + MY_P="${PN}" + SRC_URI="" + KEYWORDS="" +else + MY_P="${P/_/.}" + SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + inherit autotools +fi + +LICENSE="gnuplot bitmap? ( free-noncomm )" +SLOT="0" +IUSE="aqua bitmap cairo compat doc examples +gd ggi latex libcaca libcerf lua qt4 readline svga wxwidgets X" + +RDEPEND=" + cairo? ( + x11-libs/cairo + x11-libs/pango ) + gd? ( >=media-libs/gd-2.0.35-r3:2=[png] ) + ggi? ( media-libs/libggi ) + latex? ( + virtual/latex-base + lua? ( + dev-tex/pgf + >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) + libcaca? ( media-libs/libcaca ) + lua? ( dev-lang/lua:0 ) + qt4? ( >=dev-qt/qtcore-4.5:4 + >=dev-qt/qtgui-4.5:4 + >=dev-qt/qtsvg-4.5:4 ) + readline? ( sys-libs/readline:0 ) + libcerf? ( sci-libs/libcerf ) + svga? ( media-libs/svgalib ) + wxwidgets? ( + x11-libs/wxGTK:3.0[X] + x11-libs/cairo + x11-libs/pango + x11-libs/gtk+:2 ) + X? ( x11-libs/libXaw )" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( + virtual/latex-base + dev-texlive/texlive-latexextra + app-text/ghostscript-gpl )" + +S="${WORKDIR}/${MY_P}" + +GP_VERSION="${PV%.*}" +E_SITEFILE="lisp/50${PN}-gentoo.el" +TEXMF="${EPREFIX}/usr/share/texmf-site" + +src_prepare() { + # Fix underlinking + epatch "${FILESDIR}"/${PN}-5.0.1-fix-underlinking.patch + + if [[ -z ${PV%%*9999} ]]; then + local dir + for dir in config demo m4 term tutorial; do + emake -C "$dir" -f Makefile.am.in Makefile.am + done + #eautoreconf + fi + + # Add special version identification as required by provision 2 + # of the gnuplot license + sed -i -e "1s/.*/& (Gentoo revision ${PR})/" PATCHLEVEL || die + + # hacky workaround + # Please hack the buildsystem if you like + if use prefix && use qt4; then + append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/qt4 + fi + + DOC_CONTENTS='Gnuplot no longer links against pdflib, see the ChangeLog + for details. You can use the "pdfcairo" terminal for PDF output.' + use cairo || DOC_CONTENTS+=' It is available with USE="cairo".' + use svga && DOC_CONTENTS+='\n\nIn order to enable ordinary users to use + SVGA console graphics, gnuplot needs to be set up as setuid root. + Please note that this is usually considered to be a security hazard. + As root, manually "chmod u+s /usr/bin/gnuplot".' + use gd && DOC_CONTENTS+='\n\nFor font support in png/jpeg/gif output, + you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT + environment variables. See the FAQ file in /usr/share/doc/${PF}/ + for more information.' + + mv configure.in configure.ac || die + eautoreconf + + # Make sure we don't mix build & host flags. + sed -i \ + -e 's:@CPPFLAGS@:$(BUILD_CPPFLAGS):' \ + -e 's:@CFLAGS@:$(BUILD_CFLAGS):' \ + -e 's:@LDFLAGS@:$(BUILD_LDFLAGS):' \ + -e 's:@CC@:$(CC_FOR_BUILD):' \ + docs/Makefile.in || die +} + +src_configure() { + if ! use latex; then + sed -i -e '/SUBDIRS/s/LaTeX//' share/Makefile.in || die + fi + + if use wxwidgets; then + WX_GTK_VER="3.0" + need-wxwidgets unicode + fi + + tc-export CC CXX #453174 + tc-export_build_env BUILD_CC + export CC_FOR_BUILD=${BUILD_CC} + + econf \ + --without-pdf \ + --with-texdir="${TEXMF}/tex/latex/${PN}" \ + --with-readline=$(usex readline gnu builtin) \ + $(use_with bitmap bitmap-terminals) \ + $(use_with cairo) \ + $(use_enable compat backwards-compatibility) \ + $(use_with doc tutorial) \ + $(use_with gd) \ + "$(use_with ggi ggi "${EPREFIX}/usr/$(get_libdir)")" \ + "$(use_with ggi xmi "${EPREFIX}/usr/$(get_libdir)")" \ + "$(use_with libcaca caca "${EPREFIX}/usr/$(get_libdir)")" \ + $(use_with libcerf) \ + $(use_with lua) \ + $(use_with svga linux-vga) \ + $(use_with X x) \ + --enable-stats \ + $(use_with qt4 qt qt4) \ + $(use_enable wxwidgets) \ + DIST_CONTACT="https://bugs.gentoo.org/" \ + EMACS=no +} + +src_compile() { + # Prevent access violations, see bug 201871 + export VARTEXFONTS="${T}/fonts" + + # We believe that the following line is no longer needed. + # In case of problems file a bug report at bugs.gentoo.org. + #addwrite /dev/svga:/dev/mouse:/dev/tts/0 + + emake all + + if use doc; then + # Avoid sandbox violation in epstopdf/ghostscript + addpredict /var/cache/fontconfig + emake -C docs gnuplot.pdf + emake -C tutorial pdf + fi +} + +src_install () { + emake DESTDIR="${D}" install + + dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* + newdoc term/PostScript/README README-ps + newdoc term/js/README README-js + use lua && newdoc term/lua/README README-lua + readme.gentoo_create_doc + + if use examples; then + # Demo files + insinto /usr/share/${PN}/${GP_VERSION} + doins -r demo + rm -f "${ED}"/usr/share/${PN}/${GP_VERSION}/demo/Makefile* + rm -f "${ED}"/usr/share/${PN}/${GP_VERSION}/demo/binary* + fi + + if use doc; then + # Manual, tutorial, FAQ + dodoc docs/gnuplot.pdf tutorial/{tutorial.dvi,tutorial.pdf} FAQ.pdf + # Documentation for making PostScript files + docinto psdoc + dodoc docs/psdoc/{*.doc,*.tex,*.ps,*.gpi,README} + fi +} + +src_test() { + GNUTERM="unknown" default_src_test +} + +pkg_postinst() { + use latex && texmf-update + readme.gentoo_print_elog +} + +pkg_postrm() { + use latex && texmf-update +} diff --git a/sys-apps/dbus/Manifest b/sys-apps/dbus/Manifest index b371dbad30e3..909e975dd2fc 100644 --- a/sys-apps/dbus/Manifest +++ b/sys-apps/dbus/Manifest @@ -1,4 +1,4 @@ DIST dbus-1.10.6.tar.gz 1952608 SHA256 b5fefa08a77edd76cd64d872db949eebc02cf6f3f8be82e4bbc641742af5d35f SHA512 56108dde5097b063b25ef6e42e573b7e1affd5b5a6ce3c745e2de21b434d86542ac6b7c384572826f867a5c471692cc7468c74c4b0cf4a1f60a1a41b0394fb3c WHIRLPOOL 6b95e34e1c8f431c24bd95d09f2cf8fe7bbec68e273f3c31883fb46a638e24304f1f345064cece01693ba4cbff9de8cc668b4c8063a87bf0e71f1ba4a682f97f +DIST dbus-1.10.8.tar.gz 1976732 SHA256 baf3d22baa26d3bdd9edc587736cd5562196ce67996d65b82103bedbe1f0c014 SHA512 becc6c27b81a716ca498f3cdce2dae9fe5b39d7d334f66a9eae7ae8ce6448ea8c5fdfc500138371992828693a2f8f3a503efb147e163103aa64eac9b4bcf9906 WHIRLPOOL 3b2276bbc606a3997dd95d831271b8b102f45e8fc5696d88886f1e7b72fd134413cd3d3dd1a2608dcdfdf8d4caefc94e634c90b278fccd7d74cc4cce44696d92 DIST dbus-1.8.16.tar.gz 1866436 SHA256 7f795268efd343ff0498786acb35097564390d40b1b6158daf1b4f742b522b07 SHA512 79e0fb21912fe5644e1babf96fc2a64595edef6524ef50d54f6beb8cd0f1224b8484a52a7815494b40bd00bf048176002ab35443c0bb6bd04abdc3c60599f1d5 WHIRLPOOL 5e992caf51c0fb24885099b957ce01205a249118c5db27c5161e6d45ae85a889d7f26d32dfa03a207025e87e233f74c6cffd09a5ccc44d4e598d3d535b8d4247 -DIST dbus-1.8.18.tar.gz 1868625 SHA256 36f2eb9c777a3c71562573da36a147e900a642afcd44d2b0470d992a4898c4f2 SHA512 4995246af3f940b939231a4af6ba743902e1260e1d1cca607d5b36c1cda4e5b1d586dd99e2b45c5058e04cf49e81217c68395fb1b22302438d9acb6a08e7d82e WHIRLPOOL 294ce01e260928388d2ac78e46bb00bc1305486ed11a19fa457d2581845ad15e64ae229ce8b778a3835722a1520ec234b0b8c7691cb3f98744181b652cf14a3c DIST dbus-1.8.20.tar.gz 1871722 SHA256 5c4fbf4c64621c96e871da91d2b729a5b00536e116d3c4612a469d924b1b703a SHA512 d63c29267e0445e329dc811e72d7858847fbae260920fd359b1fa889f08dead2a8b380e372718994daa92a262af970d1fcc58034fbcb8ffb3026ab5f30f63067 WHIRLPOOL 9eaf3ab12396159e119cfe3435fc5d160440dab4c4abce4d506450f6db59b72e6e4feba43b1ee9fd304a8e514983186a8e61f3a1f0c917c2c72891f72167201e diff --git a/sys-apps/dbus/dbus-1.8.18.ebuild b/sys-apps/dbus/dbus-1.10.8.ebuild similarity index 95% rename from sys-apps/dbus/dbus-1.8.18.ebuild rename to sys-apps/dbus/dbus-1.10.8.ebuild index ed5e8b23aeda..e376c4acbbd2 100644 --- a/sys-apps/dbus/dbus-1.8.18.ebuild +++ b/sys-apps/dbus/dbus-1.10.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit autotools eutils linux-info flag-o-matic python-any-r1 readme.gentoo systemd virtualx user multilib-minimal +inherit autotools eutils linux-info flag-o-matic python-any-r1 readme.gentoo-r1 systemd virtualx user multilib-minimal DESCRIPTION="A message bus system, a simple way for applications to talk to each other" HOMEPAGE="http://dbus.freedesktop.org/" @@ -16,6 +16,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="debug doc selinux static-libs systemd test X" +RESTRICT="test" + CDEPEND=" >=dev-libs/expat-2 selinux? ( @@ -37,7 +39,7 @@ DEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( - >=dev-libs/glib-2.24:2 + >=dev-libs/glib-2.36:2 ${PYTHON_DEPS} ) " @@ -72,7 +74,7 @@ src_prepare() { -e '/"dispatch"/d' \ bus/test-main.c || die - epatch_user + eapply_user # required for asneeded patch but also for bug 263909, cross-compile so # don't remove eautoreconf @@ -104,18 +106,20 @@ multilib_src_configure() { --disable-checks $(use_enable selinux) $(use_enable selinux libaudit) + --disable-apparmor $(use_enable kernel_linux inotify) $(use_enable kernel_FreeBSD kqueue) $(use_enable systemd) + $(use_enable systemd user-session) --disable-embedded-tests --disable-modular-tests $(use_enable debug stats) --with-session-socket-dir="${EPREFIX}"/tmp --with-system-pid-file="${EPREFIX}"/var/run/dbus.pid --with-system-socket="${EPREFIX}"/var/run/dbus/system_bus_socket + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" --with-dbus-user=messagebus $(use_with X x) - "$(systemd_with_unitdir)" ) if [[ ${CHOST} == *-darwin* ]]; then @@ -196,7 +200,7 @@ multilib_src_install() { } multilib_src_install_all() { - newinitd "${FILESDIR}"/dbus.initd dbus + newinitd "${FILESDIR}"/dbus.initd-r1 dbus if use X; then # dbus X session script (#77504) diff --git a/sys-apps/dbus/files/dbus.initd-r1 b/sys-apps/dbus/files/dbus.initd-r1 index a7cf24d84a8f..977dfffba36d 100644 --- a/sys-apps/dbus/files/dbus.initd-r1 +++ b/sys-apps/dbus/files/dbus.initd-r1 @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2015 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-apps/findutils/findutils-4.6.0.ebuild b/sys-apps/findutils/findutils-4.6.0.ebuild index 935a16c6c627..2c394d01f97a 100644 --- a/sys-apps/findutils/findutils-4.6.0.ebuild +++ b/sys-apps/findutils/findutils-4.6.0.ebuild @@ -31,6 +31,10 @@ src_prepare() { # Don't build or install locate because it conflicts with slocate, # which is a secure version of locate. See bug 18729 sed -i '/^SUBDIRS/s/locate//' Makefile.in + + # Newer C libraries omit this include from sys/types.h. + # https://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00018.html + sed -i '1i#include ' gl/lib/mountlist.c || die } src_configure() { diff --git a/sys-apps/pciutils/pciutils-3.4.1.ebuild b/sys-apps/pciutils/pciutils-3.4.1.ebuild index 1b405967e7cc..392ac4c249e9 100644 --- a/sys-apps/pciutils/pciutils-3.4.1.ebuild +++ b/sys-apps/pciutils/pciutils-3.4.1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit eutils multilib toolchain-funcs multilib-minimal +inherit eutils multilib toolchain-funcs multilib-minimal flag-o-matic DESCRIPTION="Various utilities dealing with the PCI bus" HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ https://git.kernel.org/?p=utils/pciutils/pciutils.git" @@ -52,6 +52,10 @@ src_prepare() { multilib_copy_sources } +multilib_src_configure() { + append-lfs-flags #471102 +} + pemake() { emake \ HOST="${CHOST}" \ diff --git a/sys-apps/s6/s6-2.2.4.3.ebuild b/sys-apps/s6/s6-2.2.4.3.ebuild index 171342f9a170..51c3fc2d08e2 100644 --- a/sys-apps/s6/s6-2.2.4.3.ebuild +++ b/sys-apps/s6/s6-2.2.4.3.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 - -inherit multilib +EAPI=6 DESCRIPTION="skarnet.org's small and secure supervision software suite" HOMEPAGE="http://www.skarnet.org/software/s6/" @@ -13,7 +11,7 @@ SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="static" +IUSE="static static-libs" DEPEND=">=sys-devel/make-4.0 static? ( @@ -32,18 +30,23 @@ RDEPEND=" ) " +DOCS="AUTHORS examples README*" +HTML_DOCS="doc/*" + src_prepare() { # Remove QA warning about LDFLAGS addition sed -i "s~tryldflag LDFLAGS_AUTO -Wl,--hash-style=both~:~" "${S}/configure" || die + + eapply_user } src_configure() { econf \ $(use_enable !static shared) \ + $(use_enable static-libs static) \ $(use_enable static allstatic) \ - $(use_enable static) \ --bindir=/bin \ --sbindir=/sbin \ --dynlibdir=/$(get_libdir) \ @@ -53,15 +56,3 @@ src_configure() --with-dynlib=/$(get_libdir) \ --with-sysdeps=/usr/$(get_libdir)/skalibs } - -src_compile() -{ - emake DESTDIR="${D}" -} - -src_install() -{ - default - dodoc -r examples - dohtml -r doc/* -} diff --git a/sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch b/sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch new file mode 100644 index 000000000000..efbe47a30be2 --- /dev/null +++ b/sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch @@ -0,0 +1,12 @@ +Newer C libraries omit this include from sys/types.h. + +--- a/src/bootlogd.c ++++ b/src/bootlogd.c +@@ -32,6 +32,7 @@ + * + */ + ++#include + #include + #include + #include diff --git a/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild b/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild index a6b30a3ee304..d2bad7b80d45 100644 --- a/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild +++ b/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild @@ -33,6 +33,7 @@ PATCHES=( "${FILESDIR}/${P}-makefile.patch" #319197 "${FILESDIR}/${P}-selinux.patch" #326697 "${FILESDIR}/${P}-shutdown-h.patch" #449354 + "${FILESDIR}/${PN}-2.88-sysmacros.patch" ) src_prepare() { diff --git a/sys-apps/util-linux/files/util-linux-2.27.1-sysmacros.patch b/sys-apps/util-linux/files/util-linux-2.27.1-sysmacros.patch new file mode 100644 index 000000000000..9c64e073427d --- /dev/null +++ b/sys-apps/util-linux/files/util-linux-2.27.1-sysmacros.patch @@ -0,0 +1,278 @@ +From 71cd37a19acef366ff12f322c78c711559764e13 Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Mon, 7 Mar 2016 16:42:05 -0500 +Subject: [PATCH] include sysmacros.h where used + +BSD/Linux systems stick major/minor/makedev in sysmacros.h. Newer Linux +libraries have been moving away from including sysmacros.h implicitly via +sys/types.h, so include it directly. + +Signed-off-by: Mike Frysinger +--- + +diff --git a/lib/ismounted.c b/lib/ismounted.c +index f83be65..9b0e447 100644 +--- a/lib/ismounted.c ++++ b/lib/ismounted.c +@@ -18,6 +18,7 @@ + #include + #include + #include ++#include + #ifdef __APPLE__ + #include + #include +diff --git a/lib/sysfs.c b/lib/sysfs.c +index 9e973a4..4b46459 100644 +--- a/lib/sysfs.c ++++ b/lib/sysfs.c +@@ -7,6 +7,7 @@ + * Written by Karel Zak + */ + #include ++#include + + #include "c.h" + #include "at.h" +diff --git a/login-utils/sulogin-consoles.c b/login-utils/sulogin-consoles.c +index fe8eab1..56f5336 100644 +--- a/login-utils/sulogin-consoles.c ++++ b/login-utils/sulogin-consoles.c +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + #include + #include + #include +diff --git a/libblkid/src/devname.c b/libblkid/src/devname.c +index dbbe5b5..d583800 100644 +--- a/libblkid/src/devname.c ++++ b/libblkid/src/devname.c +@@ -25,6 +25,7 @@ + #ifdef HAVE_SYS_TYPES_H + #include + #endif ++#include + #include + #ifdef HAVE_SYS_STAT_H + #include +diff --git a/libblkid/src/devno.c b/libblkid/src/devno.c +index 58fbce5..4b8f3db 100644 +--- a/libblkid/src/devno.c ++++ b/libblkid/src/devno.c +@@ -31,6 +31,7 @@ + #endif + #include + #include ++#include + + #include "blkidP.h" + #include "pathnames.h" +diff --git a/libmount/src/tab_parse.c b/libmount/src/tab_parse.c +index cee7008..29b4428 100644 +--- a/libmount/src/tab_parse.c ++++ b/libmount/src/tab_parse.c +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + + #include "at.h" + #include "mangle.h" +diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c +index f72be14..e14119b 100644 +--- a/misc-utils/findmnt.c ++++ b/misc-utils/findmnt.c +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + #include + #ifdef HAVE_LIBUDEV + # include +diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c +index c9a39b3..6010167 100644 +--- a/misc-utils/lsblk.c ++++ b/misc-utils/lsblk.c +@@ -26,6 +26,7 @@ + #include + #include + #include ++#include + #include + #include + #include +diff --git a/misc-utils/lslocks.c b/misc-utils/lslocks.c +index a47c1d0..7689964 100644 +--- a/misc-utils/lslocks.c ++++ b/misc-utils/lslocks.c +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + #include + + #include +diff --git a/disk-utils/fsck.c b/disk-utils/fsck.c +index 6f9e78b..2b7e712 100644 +--- a/disk-utils/fsck.c ++++ b/disk-utils/fsck.c +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + #include + #include + #include +diff --git a/disk-utils/partx.c b/disk-utils/partx.c +index 50bd6a4..955166b 100644 +--- a/disk-utils/partx.c ++++ b/disk-utils/partx.c +@@ -19,6 +19,7 @@ + #include + #include + #include ++#include + + #include + #include +diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c +index 81371eb..9c1aacb 100644 +--- a/disk-utils/sfdisk.c ++++ b/disk-utils/sfdisk.c +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + #include + #include + #include +diff --git a/libblkid/src/evaluate.c b/libblkid/src/evaluate.c +index ffbe097..3d9a76b 100644 +--- a/libblkid/src/evaluate.c ++++ b/libblkid/src/evaluate.c +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + #include + #ifdef HAVE_SYS_STAT_H + #include +diff --git a/libblkid/src/partitions/partitions.c b/libblkid/src/partitions/partitions.c +index c8e0bfe..4ba5411 100644 +--- a/libblkid/src/partitions/partitions.c ++++ b/libblkid/src/partitions/partitions.c +@@ -15,6 +15,7 @@ + #include + #include + #include ++#include + #include + #include + #include +diff --git a/libblkid/src/topology/dm.c b/libblkid/src/topology/dm.c +index e061632..993161c 100644 +--- a/libblkid/src/topology/dm.c ++++ b/libblkid/src/topology/dm.c +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + #include + + #include "topology.h" +diff --git a/libblkid/src/topology/evms.c b/libblkid/src/topology/evms.c +index 7a4fd55..b59b97b 100644 +--- a/libblkid/src/topology/evms.c ++++ b/libblkid/src/topology/evms.c +@@ -18,6 +18,7 @@ + #include + #include + #include ++#include + #include + + #include "topology.h" +diff --git a/libblkid/src/topology/lvm.c b/libblkid/src/topology/lvm.c +index bd079d4..2ade0c2 100644 +--- a/libblkid/src/topology/lvm.c ++++ b/libblkid/src/topology/lvm.c +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + #include + + #include "topology.h" +diff --git a/libblkid/src/topology/md.c b/libblkid/src/topology/md.c +index 5eba947..388f996 100644 +--- a/libblkid/src/topology/md.c ++++ b/libblkid/src/topology/md.c +@@ -18,6 +18,7 @@ + #include + #include + #include ++#include + #include + + #include "topology.h" +diff --git a/libmount/python/fs.c b/libmount/python/fs.c +index 0789d37..651a7c5 100644 +--- a/libmount/python/fs.c ++++ b/libmount/python/fs.c +@@ -27,6 +27,7 @@ + + #include "pylibmount.h" + #include ++#include + + #define Fs_HELP "Fs(source=None, root=None, target=None, fstype=None, options=None, attributes=None, freq=0, passno=0)" + +diff --git a/libmount/src/fs.c b/libmount/src/fs.c +index 2bab7d6..ab3155d 100644 +--- a/libmount/src/fs.c ++++ b/libmount/src/fs.c +@@ -14,6 +14,7 @@ + #include + #include + #include ++#include + + #include "mountP.h" + #include "strutils.h" +diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c +index 1d57ab3..90a42b6 100644 +--- a/sys-utils/losetup.c ++++ b/sys-utils/losetup.c +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + #include + #include + +diff --git a/sys-utils/mountpoint.c b/sys-utils/mountpoint.c +index ad9c1da..64d0a7e 100644 +--- a/sys-utils/mountpoint.c ++++ b/sys-utils/mountpoint.c +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + + #include + +-- +2.6.2 diff --git a/sys-apps/util-linux/util-linux-2.27.1.ebuild b/sys-apps/util-linux/util-linux-2.27.1.ebuild index 6c46297029bb..144441e9663a 100644 --- a/sys-apps/util-linux/util-linux-2.27.1.ebuild +++ b/sys-apps/util-linux/util-linux-2.27.1.ebuild @@ -72,6 +72,7 @@ src_prepare() { po/update-potfiles eautoreconf fi + epatch "${FILESDIR}"/${P}-sysmacros.patch elibtoolize } diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest index 4dfce6993edb..13527c3ac93a 100644 --- a/sys-cluster/nova/Manifest +++ b/sys-cluster/nova/Manifest @@ -1,2 +1,3 @@ DIST liberty-nova.conf.sample 134201 SHA256 32752212c571c4a1473c3fa8bbd197a658ee54e233b4d46a157807be42997e42 SHA512 5325a31a0fccb9898bec0a022f5430dcc1729615c8eac88a4261c403f9ecd8ce2b07d73b52f3bc2c5cbe681234b30b923adb94385aac28e08d982a8f8bfef350 WHIRLPOOL 6d2894160a96742551777ce397b67f332c4f2793402f4634a2cfd0005ba99fb077cf0d0306a59e4b8c7f689914860e5d7f45d838c845d6a896a66c24f0f141c0 DIST nova-12.0.1.tar.gz 5230442 SHA256 bb28f0af00e931860e1c6211f0611c3cd711c76e3db7d773f16848426092be11 SHA512 2ae271ec92201a4855a49aeb9db09dad9971e603d0feb78b7e27d544ce19a4dad5b6d6b83ff2a4fe0961bc020eab8561a94bc5b24a8c7aa71765a83675f428d6 WHIRLPOOL c8fb82afac705c889d35075254309ee9d2d31ea855454b18aa691fe9632358d8f971f04c0708104b3b9e7eaf1f7de480ce9808fdc137bc3e4bfce2ada41a6172 +DIST nova-12.0.2.tar.gz 5243206 SHA256 4b15dcf88f39c5b71b8a31f678844d55b7dbe05aac49e1a8b6cebcf75fff61f7 SHA512 f906cdbce0ca68e056237b3b151a7d665d7dc8ffdd6b2fe6d0aeda271cc8b682891360b3c425d39d5b04cbfe73cdde9a3e2a9a8c28dab06a527557afdc446ef1 WHIRLPOOL 422545f6e326235ebb8493621d46bc12d83c4b20ecd02252addc7d68de7a3ac9e82e6ade40001f19548e4c4b39867078e72c62b2bd0649bad1bdc8336dd35490 diff --git a/sys-cluster/nova/files/12.0.2-CVE-2016-2140.patch b/sys-cluster/nova/files/12.0.2-CVE-2016-2140.patch new file mode 100644 index 000000000000..20b35b76a812 --- /dev/null +++ b/sys-cluster/nova/files/12.0.2-CVE-2016-2140.patch @@ -0,0 +1,165 @@ +From 8d5ba34751c0ae8093f987d74348dffd8ca0b61c Mon Sep 17 00:00:00 2001 +From: Lee Yarwood +Date: Wed, 24 Feb 2016 11:23:22 +0000 +Subject: [PATCH] libvirt: Always copy or recreate disk.info during a migration + +The disk.info file contains the path and format of any image, config or +ephermal disk associated with an instance. When using RAW images and migrating +an instance this file should always be copied or recreated. This avoids the Raw +imagebackend reinspecting the format of these disks when spawning the instance +on the destination host. + +By not copying or recreating this disk.info file, a malicious image written to +an instance disk on the source host will cause Nova to reinspect and record a +different format for the disk on the destination. This format then being used +incorrectly when finally spawning the instance on the destination. + +SecurityImpact +Closes-bug: #1548450 +Change-Id: Idfc16f54049aaeab31ac1c1d8d79a129acc9fb87 +--- + nova/tests/unit/virt/libvirt/test_driver.py | 75 +++++++++++++++++++++++++++++ + nova/virt/libvirt/driver.py | 27 +++++++++++ + 2 files changed, 102 insertions(+) + +diff --git a/nova/tests/unit/virt/libvirt/test_driver.py b/nova/tests/unit/virt/libvirt/test_driver.py +index 572facd..55051f1 100644 +--- a/nova/tests/unit/virt/libvirt/test_driver.py ++++ b/nova/tests/unit/virt/libvirt/test_driver.py +@@ -7631,6 +7631,43 @@ class LibvirtConnTestCase(test.NoDBTestCase): + fallback_from_host=instance.host)]) + self.assertIsInstance(res, dict) + ++ def test_pre_live_migration_recreate_disk_info(self): ++ ++ migrate_data = {'is_shared_block_storage': False, ++ 'is_shared_instance_path': False, ++ 'block_migration': True, ++ 'instance_relative_path': '/some/path/'} ++ disk_info = [{'disk_size': 5368709120, 'type': 'raw', ++ 'virt_disk_size': 5368709120, ++ 'path': '/some/path/disk', ++ 'backing_file': '', 'over_committed_disk_size': 0}, ++ {'disk_size': 1073741824, 'type': 'raw', ++ 'virt_disk_size': 1073741824, ++ 'path': '/some/path/disk.eph0', ++ 'backing_file': '', 'over_committed_disk_size': 0}] ++ image_disk_info = {'/some/path/disk': 'raw', ++ '/some/path/disk.eph0': 'raw'} ++ ++ drvr = libvirt_driver.LibvirtDriver(fake.FakeVirtAPI(), False) ++ instance = objects.Instance(**self.test_instance) ++ instance_path = os.path.dirname(disk_info[0]['path']) ++ disk_info_path = os.path.join(instance_path, 'disk.info') ++ ++ with test.nested( ++ mock.patch.object(os, 'mkdir'), ++ mock.patch.object(fake_libvirt_utils, 'write_to_file'), ++ mock.patch.object(drvr, '_create_images_and_backing') ++ ) as ( ++ mkdir, write_to_file, create_images_and_backing ++ ): ++ drvr.pre_live_migration(self.context, instance, ++ block_device_info=None, ++ network_info=[], ++ disk_info=jsonutils.dumps(disk_info), ++ migrate_data=migrate_data) ++ write_to_file.assert_called_with(disk_info_path, ++ jsonutils.dumps(image_disk_info)) ++ + def test_get_instance_disk_info_works_correctly(self): + # Test data + instance = objects.Instance(**self.test_instance) +@@ -12823,6 +12860,44 @@ class LibvirtDriverTestCase(test.NoDBTestCase): + flavor_obj = objects.Flavor(**flavor) + self._test_migrate_disk_and_power_off(flavor_obj) + ++ @mock.patch('nova.utils.execute') ++ @mock.patch('nova.virt.libvirt.utils.copy_image') ++ @mock.patch('nova.virt.libvirt.driver.LibvirtDriver._destroy') ++ @mock.patch('nova.virt.libvirt.utils.get_instance_path') ++ @mock.patch('nova.virt.libvirt.driver.LibvirtDriver' ++ '._is_storage_shared_with') ++ @mock.patch('nova.virt.libvirt.driver.LibvirtDriver' ++ '.get_instance_disk_info') ++ def test_migrate_disk_and_power_off_resize_copy_disk_info(self, ++ mock_disk_info, ++ mock_shared, ++ mock_path, ++ mock_destroy, ++ mock_copy, ++ mock_execuate): ++ ++ instance = self._create_instance() ++ disk_info = self._disk_info() ++ disk_info_text = jsonutils.loads(disk_info) ++ instance_base = os.path.dirname(disk_info_text[0]['path']) ++ flavor = {'root_gb': 10, 'ephemeral_gb': 25} ++ flavor_obj = objects.Flavor(**flavor) ++ ++ mock_disk_info.return_value = disk_info ++ mock_path.return_value = instance_base ++ mock_shared.return_value = False ++ ++ self.drvr.migrate_disk_and_power_off(context.get_admin_context(), ++ instance, mock.sentinel, ++ flavor_obj, None) ++ ++ src_disk_info_path = os.path.join(instance_base + '_resize', ++ 'disk.info') ++ dst_disk_info_path = os.path.join(instance_base, 'disk.info') ++ mock_copy.assert_any_call(src_disk_info_path, dst_disk_info_path, ++ host=mock.sentinel, on_execute=mock.ANY, ++ on_completion=mock.ANY, compression=mock.ANY) ++ + def test_wait_for_running(self): + def fake_get_info(instance): + if instance['name'] == "not_found": +diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py +index 6328d05..fb53eee 100644 +--- a/nova/virt/libvirt/driver.py ++++ b/nova/virt/libvirt/driver.py +@@ -6279,6 +6279,24 @@ class LibvirtDriver(driver.ComputeDriver): + instance=instance) + os.mkdir(instance_dir) + ++ # Recreate the disk.info file and in doing so stop the ++ # imagebackend from recreating it incorrectly by inspecting the ++ # contents of each file when using the Raw backend. ++ if disk_info: ++ image_disk_info = {} ++ for info in disk_info: ++ image_file = os.path.basename(info['path']) ++ image_path = os.path.join(instance_dir, image_file) ++ image_disk_info[image_path] = info['type'] ++ ++ LOG.debug('Creating disk.info with the contents: %s', ++ image_disk_info, instance=instance) ++ ++ image_disk_info_path = os.path.join(instance_dir, ++ 'disk.info') ++ libvirt_utils.write_to_file(image_disk_info_path, ++ jsonutils.dumps(image_disk_info)) ++ + if not is_shared_block_storage: + # Ensure images and backing files are present. + LOG.debug('Checking to make sure images and backing files are ' +@@ -6823,6 +6841,15 @@ class LibvirtDriver(driver.ComputeDriver): + on_execute=on_execute, + on_completion=on_completion, + compression=compression) ++ ++ # Ensure disk.info is written to the new path to avoid disks being ++ # reinspected and potentially changing format. ++ src_disk_info_path = os.path.join(inst_base_resize, 'disk.info') ++ dst_disk_info_path = os.path.join(inst_base, 'disk.info') ++ libvirt_utils.copy_image(src_disk_info_path, dst_disk_info_path, ++ host=dest, on_execute=on_execute, ++ on_completion=on_completion, ++ compression=compression) + except Exception: + with excutils.save_and_reraise_exception(): + self._cleanup_remote_migration(dest, inst_base, +-- +1.9.1 + diff --git a/sys-cluster/nova/nova-12.0.2-r1.ebuild b/sys-cluster/nova/nova-12.0.2-r1.ebuild new file mode 100644 index 000000000000..d795c9e47a6a --- /dev/null +++ b/sys-cluster/nova/nova-12.0.2-r1.ebuild @@ -0,0 +1,313 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 eutils linux-info multilib user + +DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python" +HOMEPAGE="https://launchpad.net/nova" +SRC_URI=" + https://tarballs.openstack.org/${PN}/${P}.tar.gz + https://dev.gentoo.org/~prometheanfire/dist/nova/liberty/nova.conf.sample -> liberty-nova.conf.sample" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test" +REQUIRED_USE=" + !compute-only? ( || ( mysql postgres sqlite ) ) + compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )" + +CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" +# need to package dev-python/sphinxcontrib-seqdiag +DEPEND=" + >=dev-python/setuptools-16.0[${PYTHON_USEDEP}] + ${CDEPEND} + app-admin/sudo + test? ( + ${RDEPEND} + >=dev-python/coverage-3.6[${PYTHON_USEDEP}] + <=dev-python/coverage-4.0.3[${PYTHON_USEDEP}] + >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}] + <=dev-python/fixtures-1.4.0-r9999[${PYTHON_USEDEP}] + >=dev-python/mock-1.2[${PYTHON_USEDEP}] + <=dev-python/mock-1.3.0[${PYTHON_USEDEP}] + >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}] + <=dev-python/mox3-0.12.0[${PYTHON_USEDEP}] + >=dev-python/psycopg-2.5[${PYTHON_USEDEP}] + <=dev-python/psycopg-2.6.1[${PYTHON_USEDEP}] + >=dev-python/pymysql-0.6.2[${PYTHON_USEDEP}] + <=dev-python/pymysql-0.6.7[${PYTHON_USEDEP}] + ~dev-python/python-barbicanclient-3.3.0[${PYTHON_USEDEP}] + >=dev-python/python-ironicclient-0.8.0[${PYTHON_USEDEP}] + <=dev-python/python-ironicclient-1.0.0[${PYTHON_USEDEP}] + >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}] + <=dev-python/subunit-1.2.0[${PYTHON_USEDEP}] + >=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}] + <=dev-python/requests-mock-0.7.0[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] + !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}] + =dev-python/pillow-2.4.0[${PYTHON_USEDEP}] + =dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}] + <=dev-python/oslo-sphinx-4.1.0[${PYTHON_USEDEP}] + >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}] + <=dev-python/oslotest-2.0.0[${PYTHON_USEDEP}] + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] + <=dev-python/testrepository-0.0.20[${PYTHON_USEDEP}] + >=dev-python/testresources-0.2.4[${PYTHON_USEDEP}] + <=dev-python/testresources-1.0.0-r9999[${PYTHON_USEDEP}] + >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}] + <=dev-python/testtools-1.8.1[${PYTHON_USEDEP}] + >=dev-python/tempest-lib-0.8.0[${PYTHON_USEDEP}] + <=dev-python/tempest-lib-0.11.0[${PYTHON_USEDEP}] + >=dev-python/bandit-0.13.2[${PYTHON_USEDEP}] + <=dev-python/bandit-0.16.2[${PYTHON_USEDEP}] + >=dev-python/oslo-vmware-0.16.0[${PYTHON_USEDEP}] + <=dev-python/oslo-vmware-2.1.0[${PYTHON_USEDEP}] + >=dev-python/reno-0.1.1[${PYTHON_USEDEP}] + )" + +# barbicanclient is in here for doc generation +RDEPEND=" + ${CDEPEND} + compute-only? ( + >=dev-python/sqlalchemy-0.9.9[${PYTHON_USEDEP}] + =dev-python/sqlalchemy-0.9.9[sqlite,${PYTHON_USEDEP}] + =dev-python/sqlalchemy-0.9.9[${PYTHON_USEDEP}] + =dev-python/sqlalchemy-0.9.9[${PYTHON_USEDEP}] + =dev-python/boto-2.32.1[${PYTHON_USEDEP}] + <=dev-python/boto-2.38.0[${PYTHON_USEDEP}] + >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}] + <=dev-python/decorator-4.0.6[${PYTHON_USEDEP}] + ~dev-python/eventlet-0.17.4[${PYTHON_USEDEP}] + >=dev-python/jinja-2.6[${PYTHON_USEDEP}] + <=dev-python/jinja-2.8[${PYTHON_USEDEP}] + >=dev-python/keystonemiddleware-2.0.0[${PYTHON_USEDEP}] + !~dev-python/keystonemiddleware-2.4.0[${PYTHON_USEDEP}] + <=dev-python/keystonemiddleware-4.0.0[${PYTHON_USEDEP}] + >=dev-python/lxml-2.3[${PYTHON_USEDEP}] + <=dev-python/lxml-3.5.0[${PYTHON_USEDEP}] + >=dev-python/routes-1.12.3[${PYTHON_USEDEP}] + !~dev-python/routes-2.0[${PYTHON_USEDEP}] + !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')] + <=dev-python/routes-2.2[${PYTHON_USEDEP}] + >=dev-python/cryptography-1.0[${PYTHON_USEDEP}] + <=dev-python/cryptography-1.1.2-r9999[${PYTHON_USEDEP}] + >=dev-python/webob-1.2.3[${PYTHON_USEDEP}] + <=dev-python/webob-1.5.1[${PYTHON_USEDEP}] + >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}] + <=dev-python/greenlet-0.4.9[${PYTHON_USEDEP}] + >=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}] + <=dev-python/pastedeploy-1.5.2[${PYTHON_USEDEP}] + <=dev-python/paste-2.0.2[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7[${PYTHON_USEDEP}] + =dev-python/sqlalchemy-migrate-0.9.6[${PYTHON_USEDEP}] + <=dev-python/sqlalchemy-migrate-0.10.0[${PYTHON_USEDEP}] + >=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}] + !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}] + <=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}] + ~dev-python/netifaces-0.10.4[${PYTHON_USEDEP}] + >=dev-python/paramiko-1.13.0[${PYTHON_USEDEP}] + <=dev-python/paramiko-1.16.0[${PYTHON_USEDEP}] + >=dev-python/Babel-1.3[${PYTHON_USEDEP}] + <=dev-python/Babel-2.1.1[${PYTHON_USEDEP}] + >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}] + <=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}] + !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}] + =dev-python/python-cinderclient-1.3.1[${PYTHON_USEDEP}] + <=dev-python/python-cinderclient-1.5.0[${PYTHON_USEDEP}] + >=dev-python/python-keystoneclient-1.6.0[${PYTHON_USEDEP}] + !~dev-python/python-keystoneclient-1.8.0[${PYTHON_USEDEP}] + <=dev-python/python-keystoneclient-2.0.0-r9999[${PYTHON_USEDEP}] + >=dev-python/python-neutronclient-2.6.0[${PYTHON_USEDEP}] + <=dev-python/python-neutronclient-3.1.0[${PYTHON_USEDEP}] + >=dev-python/python-glanceclient-0.18.0[${PYTHON_USEDEP}] + <=dev-python/python-glanceclient-1.2.0[${PYTHON_USEDEP}] + >=dev-python/python-barbicanclient-3.0.1[${PYTHON_USEDEP}] + <=dev-python/python-barbicanclient-3.3.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.5.2[${PYTHON_USEDEP}] + !~dev-python/requests-2.8.0[${PYTHON_USEDEP}] + !~dev-python/requests-2.9.0[${PYTHON_USEDEP}] + <=dev-python/requests-2.8.1[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + <=dev-python/six-1.10.0[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}] + <=dev-python/stevedore-1.10.0[${PYTHON_USEDEP}] + >=dev-python/setuptools-16.0[${PYTHON_USEDEP}] + >=dev-python/websockify-0.6.1[${PYTHON_USEDEP}] + >=dev-python/websockify-0.6.1[${PYTHON_USEDEP}] + <=dev-python/websockify-0.7.0[${PYTHON_USEDEP}] + >=dev-python/oslo-concurrency-2.3.0[${PYTHON_USEDEP}] + <=dev-python/oslo-concurrency-3.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-config-2.3.0[${PYTHON_USEDEP}] + <=dev-python/oslo-config-3.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}] + <=dev-python/oslo-context-1.0.0[${PYTHON_USEDEP}] + >=dev-python/oslo-log-1.8.0[${PYTHON_USEDEP}] + <=dev-python/oslo-log-2.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-reports-0.1.0[${PYTHON_USEDEP}] + <=dev-python/oslo-reports-1.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}] + <=dev-python/oslo-serialization-2.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-2.0.0[${PYTHON_USEDEP}] + !~dev-python/oslo-utils-2.6.0[${PYTHON_USEDEP}] + <=dev-python/oslo-utils-3.2.0[${PYTHON_USEDEP}] + >=dev-python/oslo-db-2.4.1[${PYTHON_USEDEP}] + <=dev-python/oslo-db-4.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-rootwrap-2.0.0[${PYTHON_USEDEP}] + <=dev-python/oslo-rootwrap-3.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-messaging-1.16.0[${PYTHON_USEDEP}] + !~dev-python/oslo-messaging-1.17.0[${PYTHON_USEDEP}] + !~dev-python/oslo-messaging-1.17.1[${PYTHON_USEDEP}] + !~dev-python/oslo-messaging-2.6.0[${PYTHON_USEDEP}] + !~dev-python/oslo-messaging-2.6.1[${PYTHON_USEDEP}] + !~dev-python/oslo-messaging-2.7.0[${PYTHON_USEDEP}] + !~dev-python/oslo-messaging-2.8.0[${PYTHON_USEDEP}] + !~dev-python/oslo-messaging-2.8.1[${PYTHON_USEDEP}] + !~dev-python/oslo-messaging-2.9.0[${PYTHON_USEDEP}] + !~dev-python/oslo-messaging-3.1.0[${PYTHON_USEDEP}] + <=dev-python/oslo-messaging-3.0.0[${PYTHON_USEDEP}] + >=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}] + <=dev-python/oslo-i18n-3.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-service-0.7.0[${PYTHON_USEDEP}] + <=dev-python/oslo-service-1.1.0[${PYTHON_USEDEP}] + >=dev-python/rfc3986-0.2.0[${PYTHON_USEDEP}] + <=dev-python/rfc3986-0.3.1[${PYTHON_USEDEP}] + >=dev-python/oslo-middleware-2.8.0[${PYTHON_USEDEP}] + !~dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}] + !~dev-python/oslo-middleware-3.1.0[${PYTHON_USEDEP}] + !~dev-python/oslo-middleware-3.2.0[${PYTHON_USEDEP}] + <=dev-python/oslo-middleware-3.3.0[${PYTHON_USEDEP}] + >=dev-python/psutil-1.1.1[${PYTHON_USEDEP}] + =dev-python/oslo-versionedobjects-0.9.0[${PYTHON_USEDEP}] + <=dev-python/oslo-versionedobjects-1.1.0[${PYTHON_USEDEP}] + >=dev-python/alembic-0.8.0[${PYTHON_USEDEP}] + <=dev-python/alembic-0.8.3[${PYTHON_USEDEP}] + >=dev-python/os-brick-0.4.0[${PYTHON_USEDEP}] + <=dev-python/os-brick-0.6.0[${PYTHON_USEDEP}] + <=dev-python/libvirt-python-1.3.0[${PYTHON_USEDEP}] + app-emulation/libvirt[iscsi?] + novncproxy? ( www-apps/novnc ) + sys-apps/iproute2 + openvswitch? ( <=net-misc/openvswitch-2.4.0 ) + rabbitmq? ( net-misc/rabbitmq-server ) + memcached? ( net-misc/memcached + <=dev-python/python-memcached-1.57 ) + sys-fs/sysfsutils + sys-fs/multipath-tools + net-misc/bridge-utils + compute? ( + app-cdr/cdrkit + sys-fs/dosfstools + app-emulation/qemu + ) + iscsi? ( + sys-fs/lsscsi + >=sys-block/open-iscsi-2.0.872-r3 + )" + +PATCHES=( + "${PV}-CVE-2016-2140.patch" +) + +pkg_setup() { + linux-info_pkg_setup + CONFIG_CHECK_MODULES="BLK_DEV_NBD VHOST_NET IP6_NF_FILTER IP6_NF_IPTABLES IP_NF_TARGET_REJECT \ + IP_NF_MANGLE IP_NF_TARGET_MASQUERADE NF_NAT_IPV4 IP_NF_FILTER IP_NF_IPTABLES \ + NF_CONNTRACK_IPV4 NF_DEFRAG_IPV4 NF_NAT_IPV4 NF_NAT NF_CONNTRACK NETFILTER_XTABLES \ + ISCSI_TCP SCSI_DH DM_MULTIPATH DM_SNAPSHOT" + if linux_config_exists; then + for module in ${CONFIG_CHECK_MODULES}; do + linux_chkconfig_present ${module} || ewarn "${module} needs to be enabled in kernel" + done + fi + enewgroup nova + enewuser nova -1 -1 /var/lib/nova nova +} + +python_prepare_all() { + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} + +python_test() { + testr init + testr run --parallel || die "failed testsuite under python2.7" +} + +python_install() { + distutils-r1_python_install + + if use !compute-only; then + for svc in api cert conductor consoleauth network scheduler spicehtml5proxy xvpvncproxy; do + newinitd "${FILESDIR}/nova.initd" "nova-${svc}" + done + fi + use compute && newinitd "${FILESDIR}/nova.initd" "nova-compute" + use novncproxy && newinitd "${FILESDIR}/nova.initd" "nova-novncproxy" + + diropts -m 0750 -o nova -g qemu + dodir /var/log/nova /var/lib/nova/instances + diropts -m 0750 -o nova -g nova + + insinto /etc/nova + insopts -m 0640 -o nova -g nova + newins "${FILESDIR}/etc.liberty/api-paste.ini" "api-paste.ini" + newins "${FILESDIR}/etc.liberty/cells.json" "cells.json" + newins "${FILESDIR}/etc.liberty/logging_sample.conf" "logging_sample.conf" + newins "${DISTDIR}/liberty-nova.conf.sample" "nova.conf.sample" + newins "${FILESDIR}/etc.liberty/policy.json" "policy.json" + newins "${FILESDIR}/etc.liberty/rootwrap.conf" "rootwrap.conf" + #rootwrap filters + insinto /etc/nova/rootwrap.d + newins "${FILESDIR}/etc.liberty/rootwrap.d/api-metadata.filters" "api-metadata.filters" + newins "${FILESDIR}/etc.liberty/rootwrap.d/compute.filters" "compute.filters" + newins "${FILESDIR}/etc.liberty/rootwrap.d/network.filters" "network.filters" + #copy migration conf file (not coppied on install via setup.py script) + insopts -m 0644 + insinto /usr/$(get_libdir)/python2.7/site-packages/nova/db/sqlalchemy/migrate_repo/ + doins "nova/db/sqlalchemy/migrate_repo/migrate.cfg" + #copy the CA cert dir (not coppied on install via setup.py script) + cp -R "${S}/nova/CA" "${D}/usr/$(get_libdir)/python2.7/site-packages/nova/" || die "installing CA files failed" + + #add sudoers definitions for user nova + insinto /etc/sudoers.d/ + insopts -m 0600 -o root -g root + doins "${FILESDIR}/nova-sudoers" + + if use iscsi ; then + # Install udev rules for handle iscsi disk with right links under /dev + udev_newrules "${FILESDIR}/openstack-scsi-disk.rules" 60-openstack-scsi-disk.rules + + insinto /etc/nova/ + doins "${FILESDIR}/scsi-openscsi-link.sh" + fi +} + +pkg_postinst() { + if use iscsi ; then + elog "iscsid needs to be running if you want cinder to connect" + fi +} diff --git a/sys-devel/autogen/autogen-5.18.4.ebuild b/sys-devel/autogen/autogen-5.18.4.ebuild index 04beaec880e3..8c41b065f052 100644 --- a/sys-devel/autogen/autogen-5.18.4.ebuild +++ b/sys-devel/autogen/autogen-5.18.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,6 +21,7 @@ DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-5.18.4-tmp-log.patch #563352 + epatch "${FILESDIR}"/${PN}-5.18.4_fix_format.test_for_dash.patch #576674 } src_configure() { diff --git a/sys-devel/autogen/files/autogen-5.18.4_fix_format.test_for_dash.patch b/sys-devel/autogen/files/autogen-5.18.4_fix_format.test_for_dash.patch new file mode 100644 index 000000000000..644df648f59a --- /dev/null +++ b/sys-devel/autogen/files/autogen-5.18.4_fix_format.test_for_dash.patch @@ -0,0 +1,25 @@ +agen5/test/format.test: export AUTOGEN_DNE_DATE explicitly. DASH does +not export when the assignment is on the same line as a shell function +invocation. + +This is a backport of part of upstreams' commit 89f12c15. + +See: https://bugs.gentoo.org/show_bug.cgi?id=576674 + +--- a/agen5/test/format.test ++++ b/agen5/test/format.test +@@ -79,12 +79,12 @@ + + _EOF_ + +-AUTOGEN_DNE_DATE=false \ ++export AUTOGEN_DNE_DATE=false + run_ag x ${testname}.def || failure autogen failed + cmp -s ${testname}.base ${testname}.test || \ + failure "`diff ${testname}.base ${testname}.test`" + +-AUTOGEN_DNE_DATE=true \ ++AUTOGEN_DNE_DATE=true + run_ag x ${testname}.def || failure autogen failed + dte=`sed -n 's/.*It has been AutoGen-ed *//p' ${testname}.test` + test "X${dte}" = "X" && \ diff --git a/sys-devel/bmake/Manifest b/sys-devel/bmake/Manifest index bffd14f379a3..5ef9f79a97b7 100644 --- a/sys-devel/bmake/Manifest +++ b/sys-devel/bmake/Manifest @@ -1,6 +1,7 @@ DIST bmake-20140214.tar.gz 508662 SHA256 2ec1771a800431c26361659ab0f96ec5c2536e85b46564eb69fa75a4b12886de SHA512 760d90652bdab5ac595a96974fd99147e5edb4cf0ab7bad477d77ad63184a3b487f253648b53767cf1d3eccfa5c57dd3dfc2b3256578231b646c4f409cc5d758 WHIRLPOOL c29f40f44f9447a2ce274d24ef9403bb42b616424c72194af96cba360eae73fa5ad89ff045f425e063419c8fd517c2dd463ca70fc8e2b0bb5864c4307a255db2 DIST bmake-20151010.tar.gz 533044 SHA256 36025f0534a65986a76714b9860f466ea75a4daf56aff6a28ddb7b944c257336 SHA512 7e6f4db681bd49b7e7a9a05edd55b56361c33495b322db724f742182222cb8b03be4fd96562f2021ad52035b153f336da427a153762a9142c2fb74d1429859cd WHIRLPOOL cf6fc5ad0bf263da66d744b755c791ff330b9e31cbb236598124f67614eaceb8ef3beedf94a1e6679a325cf671e601221c3b232341880309b453edaab82a62d9 DIST bmake-20151220.tar.gz 535021 SHA256 c83bf8ed49c4fdcf58c50ef9341dcdf7827c67cb8a35aacd1848e82c91d1bc38 SHA512 0f813b2466a83ae0bbcf834939b15a4409d9bd6151987144ecdaefb810e94b86a126098dc8436731407dd8b1e28973020853ff387fbc2f5aabdda0d1fc66511e WHIRLPOOL 38cee1e80e4a7c2ec77f9d3f04d1b0b95fe7cea6dd40d42831815393b23e9ed8c0ed9dfeeb29c557c5f3cff84e2a3c00075946f37c34d3366a01ead3e757ee0e +DIST bmake-20160220.tar.gz 537825 SHA256 df874ff0976a161d2b94476299cae4d13f69ad2d238c10582378e41dcfd5ccdd SHA512 817b628cd142cee841eb1d8f2fc6635b61eb97995df82bee456822b84e09fc72aab8ba959c0f43f4c85f84b52408d56ba8d64f0414a590f95eca74261871fff9 WHIRLPOOL 908efd5643da5bf68f37ef56f5ce05524ac48ff4969c73be74f8a281437d3940fe65ed20d42f9567093b2c680ea3e1dd26b14dfdb0839d46a807c55f99234434 DIST mk-20121010.tar.gz 71484 SHA256 7bf6cb980d077f725893b7b526f27b325f202fde04b8b4152e125e29f819d655 SHA512 57dab8846261b6ae84bc2f7ced2c05cb60b82b59d7983c7a318c2b5c173f0a0b2bf6289eefd0f5697a0d0a7095e3ae5ff3f07af32bce21be6d7068e7938f02f8 WHIRLPOOL 830158af62fd96ee02a3fba4f2402fb4e9f6cefa6f3bc2df624781fc7e3545b049780d1176280c073531f9e1e5c32db5ac6c6db9105f33b26d254dbb062c041e DIST mk-20151010.tar.gz 87519 SHA256 e36632651cdc08376d77897dc53790f2650c40e5653f56add25da05b22d89baa SHA512 12cc6e7756ae53737d5ee2d9ecd7874430cb9f937f915978bfa2e13eb3497e4a667ac733c0e0cd41223b904208dca6e480f29a7b26d5b18f4c64121e2b225943 WHIRLPOOL 75af589c0d4f82e943cba234bc7d372e6c7be6a9cfccda4173c43f7dd951a4fd983591bc4677539b7fbbfa999e1e0da04a6fb3dcd13db714e8098a9824f2b499 DIST mk-20151111.tar.gz 88106 SHA256 beebba89da0ba068c904599d3358e6f08c35418b13300fac787c11774a525bc1 SHA512 48fc6c845f2aef3b9be6fdb1db8a62448857ba7cbffc5417f45a7a2d5e59940356a245b9f484aa05e4c585e0a4c2e2eb7577c7d9e942cc673eb561f6c6e257d4 WHIRLPOOL 68838257558b43bc503841cf23f09cfc926e1152f847fcecc803574070eb9c0ceb5fc75c0f78f52559d1dfd7283a4b001c76b62e44158850c0c019a67d69b3aa diff --git a/sys-devel/bmake/bmake-20160220.ebuild b/sys-devel/bmake/bmake-20160220.ebuild new file mode 100644 index 000000000000..69d93cf20964 --- /dev/null +++ b/sys-devel/bmake/bmake-20160220.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils + +MK_VER=20151111 +DESCRIPTION="NetBSD's portable make" +HOMEPAGE="http://www.crufty.net/help/sjg/bmake.html" +SRC_URI="http://void.crufty.net/ftp/pub/sjg/${P}.tar.gz + http://void.crufty.net/ftp/pub/sjg/mk-${MK_VER}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x64-freebsd" +IUSE="" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/${PN}" + +src_configure() { + econf \ + --with-mksrc=../mk \ + --with-default-sys-path="${EPREFIX}"/usr/share/mk/${PN} \ + --with-machine_arch=${ARCH} +} + +src_compile() { + sh make-bootstrap.sh || die "bootstrap failed" +} + +src_test() { + cd unit-tests + LC_ALL=C env -u A ${S}/bmake -r -m . > test.out 2>&1 \ + || die "tests compilation failed" + sed -i \ + -e "s:${S}/::g" \ + -e "s:bmake\\[.\\]:make:g" \ + -e "s:unit-tests/::g" \ + test.out || die "Fixing values failed" + diff -u test.exp test.out + [[ $(diff -u test.exp test.out |wc -l) -gt 0 ]] && die "tests differ" +} + +src_install() { + dobin ${PN} + newman ${PN}.cat1 ${PN}.1 + FORCE_BSD_MK=1 SYS_MK_DIR=. \ + sh ../mk/install-mk -v -m 644 "${ED}"/usr/share/mk/${PN} \ + || die "failed to install mk files" +} diff --git a/sys-fs/ctmg/Manifest b/sys-fs/ctmg/Manifest index a26334462ee1..e00a401ceb27 100644 --- a/sys-fs/ctmg/Manifest +++ b/sys-fs/ctmg/Manifest @@ -1 +1,2 @@ DIST ctmg-1.1.tar.xz 3128 SHA256 adf8c75329b61ecd508c55a557eeaf00344356ba69ba436ea7c44c79d0d41771 SHA512 e5230ad1c4d8de9bdbef5d911e5e7e775757113addd62ab08879e8c93473d3d987b139ea0431d3f486616640ad862c683196fd6b3699c7a77e921b75df58282c WHIRLPOOL cf8a932bdff90079d7fc4522dad6b98256e5cf53218c1dd2b48bad146c7f5aa38f044a36662780e6783f724b1d3b7f1224fd5fcad27e85f63a9f003f3efca81e +DIST ctmg-1.2.tar.xz 3824 SHA256 694f3164bb43395a4997a0a112b035776d8532d4f2b9be3c1b862e658ccb5db6 SHA512 6c4b7881c57cead41c7c0065c55805af7fee901723f61bdb06e5cb64dbba08add382d80f931f3321dca5e1e0f8080ab7da4520e58494694ba21900d23717c816 WHIRLPOOL b52cf84a1d1bd992900a863b87a1ba8eeeee9623606450e8c83bc981abb183ed3bb898562331d3e60eb471ee7735ea9bacf54a68120daefa973181218d6674fe diff --git a/sys-fs/ctmg/ctmg-1.1.ebuild b/sys-fs/ctmg/ctmg-1.1.ebuild index 30dd4d44a918..f21fef528086 100644 --- a/sys-fs/ctmg/ctmg-1.1.ebuild +++ b/sys-fs/ctmg/ctmg-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~arm ~arm64" +KEYWORDS="amd64 x86 arm arm64" IUSE="" DEPEND="" diff --git a/sys-fs/ctmg/ctmg-1.2.ebuild b/sys-fs/ctmg/ctmg-1.2.ebuild new file mode 100644 index 000000000000..95a4470bda9a --- /dev/null +++ b/sys-fs/ctmg/ctmg-1.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Simple wrapper around cryptsetup for encrypted containers" +HOMEPAGE="http://git.zx2c4.com/ctmg/about/" +SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~arm ~arm64" +IUSE="" + +DEPEND="" +RDEPEND="sys-fs/cryptsetup sys-apps/util-linux sys-fs/e2fsprogs sys-apps/coreutils app-admin/sudo" + +src_compile() { :; } + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install +} diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest index 6d944f8d40e5..0ce06f3ba80d 100644 --- a/sys-fs/udev/Manifest +++ b/sys-fs/udev/Manifest @@ -3,13 +3,13 @@ DIST systemd-217.tar.xz 3694524 SHA256 a031e6fbcdc7077b37338bae8074d9428ee2fa980 DIST systemd-218.tar.xz 3782276 SHA256 1b0768b53b6c6d813a93a4b8fe1f80cf53561b09075010a97c7aa08eee3fd59b SHA512 c183cce8532ccb4716b84587c96a626eea390202a5469b9d89c8cee7f703e40d7c584e05f29501d375b8cd2a1409d011de564df16f54e27f66b3c3007a6e5bd4 WHIRLPOOL 4d0bcf3ddfecd3354d9f4ab13851f8da6baf31e89e64d3b1ac671159f16f23597d88cc2525aece2f867c140fc97e80bce086a5af91f84b8095e2503c13995e6d DIST systemd-219.tar.xz 3938228 SHA256 5c57113454e37c040d0cb481bd960ae7cf3a3fe0a231ff4945259bc74503f2d9 SHA512 19a92891996723bbd83fe745f365d25b2879a059466670aebb9e9fbb6a79a3ed6e1a93e8b76042605038766cabad3ddb89aff40b4a11ab830ffa7dc64f87234f WHIRLPOOL 440868c47bed26571084009fa86d267c921cd5cbbc63b596c1161ef7f33a1b9427ad315450014cd729c761b27bf42542c3b0b7ca68e09b23fc8f606147e7e9fb DIST systemd-220.tar.xz 4036028 SHA256 3659588c40221ee7257502c0735491f72796dbe17be560013f6d310deb446332 SHA512 c309b4309f8b8d2d97450fb281053feec7b89227626b69e37f3a0d2154c2810c217e58e218f17da11c04f703c6196cec21c4afdcf63879bc736bbdca058a5da5 WHIRLPOOL 2f8974eacb706987e85c7907a517f6b2d47b009f9259a36375537c8bd09bc4774c81e8dc853aa83e644d7c1b579f5113d0bb8a504c7caa5a9240750f9936d561 +DIST systemd-222.tar.gz 4015599 SHA256 b49f51f9855127987adc98aad3b6d608e4e53eaa029b629f2ea2089ce0234f34 SHA512 83f0acf0ca90c89c902c268af6eef4b61380a30380013cbe89c929357959f51682cd3961a6a4f772abc09d5ca09404ae290edf2c3253fab1b20dc2b5b3ecde47 WHIRLPOOL dd0151034de374b072e70448e7a9ff47693df0190e8a2a11488593400d3d7e53e0a91d86037d027c750584089e6c68e58c437647d608a72f8826f091e3253879 +DIST systemd-224.tar.gz 3868075 SHA256 0d7ac1532a57639fbc828f8a5051a090883c6ad2908618a7a13ab386db831bfc SHA512 7717d340c6de11afd589234b7ec8952fe2ffcd05829622bd7ea8e008870c0e3b83eb1eaf20e85ffffa7adafc9c0c0b94fd93784510792109240e22e6b963f198 WHIRLPOOL 645b08ff0c20994b17b8ed585fb0eef682336961d7fedf25031fa4dc89a4d9a2b58c254e0f9baeedcb228435316fdfb562f9fefd21e5a63f94499d2f1040e093 +DIST systemd-225.tar.gz 3878442 SHA256 b2f576bb3688e9315f2f49b98e141ac6f964567370e98ebd8fd7332a0a6f9701 SHA512 35b3946509c7b01660da4370d3c51ff0e6a537dadd9dbb0a039c4f7ed552fd4e02ebac6eb8a788f61f1e3ba99444238d959051dd004c174b027729a80368ac19 WHIRLPOOL 47cd3b5690dafdf3c0ef6a9767e947666b1853541f8aefd17eb5c07eee1477daf32f3b249b04327b1c56d8ec430745725383750b97755bb6cf594d354a7ffdf8 +DIST systemd-228.tar.gz 4034401 SHA256 dd124ff561a07e6439ed2b3713f38ca914df7747f110ce86deea17b56d245ae6 SHA512 e54f282f550854dc082a4788709905e5767b75d2057e18d749b54821f2e44e0a8d1349b1a9180036cc854ecccaf5ff86b3b1dba4d3c2ce1b1fc766930ea4c0ea WHIRLPOOL 16b28367edc29a74f5b08691839da39a02d55bf5bcdffef55bfb1a2e8065eeecbe22a2b661e2d5f161f008d05baa000aff60d662d65db380d6c3fe0c1380eea1 +DIST systemd-229.tar.gz 4319173 SHA256 b51b0a48d1beb388d95bd6a98d62be05490335d4bb388aefecdcb576e91e0741 SHA512 d692c0c9fc82f2fce64a5ec1caa4a0f8cf9edaeb1bdaaa1c462669db8f78b3dd6b33c87ef926ff21823582d0460f7b63aa3755792f9ae2cd6fb813ba08a35c39 WHIRLPOOL aa44f7161d80cc680226f19755579ba72c52cfe7bd671aefb09c414981f3a5a5c852f07d3449ac6f96d4ca91120cfb1464225d995b1637f1e2c108baf3c4a392 DIST udev-216-patches-2.tar.xz 1264 SHA256 18b7b8f852f11c2ac2a58458462ce686ebec48859562df99c5b9c29c95ddfa3c SHA512 1f5912f3bbc3e40a4efad9de8b1fab2b3a750f3f23c9f2e33a581658959d22cf23f9ff1b8f51597874e7bca1d0f757f37fd5550b4112160261559524eda261f4 WHIRLPOOL 8f93f982de2d1fa10f7e3c6541c559f2c881730276498b14d4d27b8577bdb340d49b2dc7a50a40e8a13fcabbbabb3dfa5f1605aa842e325d12c17e82d2dc787b DIST udev-217-patches-1.tar.xz 616 SHA256 80c0e57caa2845164b3fda1a9a74d07763a6b18e55c6e1ec60c0d888cdf24cf8 SHA512 e0ffd9c515c79da30b51448f1a78f6cc442ca595dd0bcd0f766fee31fd1324af6b820238ab342c8e40d6953ce17b872344deb0e7d1803830952d7dcc6f3479cd WHIRLPOOL a4e28fdae7b67fcd65a2d0fbf7e080e9dde6b4cdaacaa845d2bffc26717aa8f7a498fc0e6ad6edf8a553759a0f4b4ddb5da768211b294a1b37a21eecc225cf10 DIST udev-218-patches-1.tar.xz 616 SHA256 80c0e57caa2845164b3fda1a9a74d07763a6b18e55c6e1ec60c0d888cdf24cf8 SHA512 e0ffd9c515c79da30b51448f1a78f6cc442ca595dd0bcd0f766fee31fd1324af6b820238ab342c8e40d6953ce17b872344deb0e7d1803830952d7dcc6f3479cd WHIRLPOOL a4e28fdae7b67fcd65a2d0fbf7e080e9dde6b4cdaacaa845d2bffc26717aa8f7a498fc0e6ad6edf8a553759a0f4b4ddb5da768211b294a1b37a21eecc225cf10 DIST udev-220-patches-4.tar.xz 3432 SHA256 b17c676c7984d90bcafb57d087e77bc9e435a3244187f51e8c5ce1b3d4248ac9 SHA512 747e6d36faaed145bbe630e794bdd636d4e39d55fc2fc422d815cee3ab4aa579f15abbd1ff88c0448667546c8b04f72663cffa46d07861199076912bd009d25d WHIRLPOOL 0a349daae71b6ac95afc7414aa931f8aaa7328d2a0e7058cf6099b794531a1148bcd198f404d5d4bab7b250b1390adeb6938e8771da90fb7f56114560fd03a82 -DIST udev-222.tar.gz 4015599 SHA256 b49f51f9855127987adc98aad3b6d608e4e53eaa029b629f2ea2089ce0234f34 SHA512 83f0acf0ca90c89c902c268af6eef4b61380a30380013cbe89c929357959f51682cd3961a6a4f772abc09d5ca09404ae290edf2c3253fab1b20dc2b5b3ecde47 WHIRLPOOL dd0151034de374b072e70448e7a9ff47693df0190e8a2a11488593400d3d7e53e0a91d86037d027c750584089e6c68e58c437647d608a72f8826f091e3253879 -DIST udev-224.tar.gz 3868075 SHA256 0d7ac1532a57639fbc828f8a5051a090883c6ad2908618a7a13ab386db831bfc SHA512 7717d340c6de11afd589234b7ec8952fe2ffcd05829622bd7ea8e008870c0e3b83eb1eaf20e85ffffa7adafc9c0c0b94fd93784510792109240e22e6b963f198 WHIRLPOOL 645b08ff0c20994b17b8ed585fb0eef682336961d7fedf25031fa4dc89a4d9a2b58c254e0f9baeedcb228435316fdfb562f9fefd21e5a63f94499d2f1040e093 -DIST udev-225.tar.gz 3878442 SHA256 b2f576bb3688e9315f2f49b98e141ac6f964567370e98ebd8fd7332a0a6f9701 SHA512 35b3946509c7b01660da4370d3c51ff0e6a537dadd9dbb0a039c4f7ed552fd4e02ebac6eb8a788f61f1e3ba99444238d959051dd004c174b027729a80368ac19 WHIRLPOOL 47cd3b5690dafdf3c0ef6a9767e947666b1853541f8aefd17eb5c07eee1477daf32f3b249b04327b1c56d8ec430745725383750b97755bb6cf594d354a7ffdf8 -DIST udev-228.tar.gz 4034401 SHA256 dd124ff561a07e6439ed2b3713f38ca914df7747f110ce86deea17b56d245ae6 SHA512 e54f282f550854dc082a4788709905e5767b75d2057e18d749b54821f2e44e0a8d1349b1a9180036cc854ecccaf5ff86b3b1dba4d3c2ce1b1fc766930ea4c0ea WHIRLPOOL 16b28367edc29a74f5b08691839da39a02d55bf5bcdffef55bfb1a2e8065eeecbe22a2b661e2d5f161f008d05baa000aff60d662d65db380d6c3fe0c1380eea1 DIST udev-229-patches-1.tar.xz 996 SHA256 29fe3d2ebbbfed8d30237b79275865ab486ca636282bba40f499b624166e4d2d SHA512 1d6f80311049a441acc49fa88e316e83f4a22a4015e2bfc5b76b6b512ed35b431791acdb11d3bcc4a70913019bb23cfcfaeefcf38bdacace1412a9946cba1a74 WHIRLPOOL 580874fc492e84c66e8f1771d7d4da531f9358802e94b0e4bbbda21f0e08e987295553429c55adba56dcd4c333a231dc2ea2c0a2dc42ac999bb018168f200549 -DIST udev-229.tar.gz 4319173 SHA256 b51b0a48d1beb388d95bd6a98d62be05490335d4bb388aefecdcb576e91e0741 SHA512 d692c0c9fc82f2fce64a5ec1caa4a0f8cf9edaeb1bdaaa1c462669db8f78b3dd6b33c87ef926ff21823582d0460f7b63aa3755792f9ae2cd6fb813ba08a35c39 WHIRLPOOL aa44f7161d80cc680226f19755579ba72c52cfe7bd671aefb09c414981f3a5a5c852f07d3449ac6f96d4ca91120cfb1464225d995b1637f1e2c108baf3c4a392 diff --git a/sys-fs/udev/udev-222.ebuild b/sys-fs/udev/udev-222.ebuild index bd34bc619bc5..a7bd4d4c539b 100644 --- a/sys-fs/udev/udev-222.ebuild +++ b/sys-fs/udev/udev-222.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else patchset= - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz diff --git a/sys-fs/udev/udev-224-r1.ebuild b/sys-fs/udev/udev-224-r1.ebuild index 1602746594de..997b8535e157 100644 --- a/sys-fs/udev/udev-224-r1.ebuild +++ b/sys-fs/udev/udev-224-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else patchset= - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz diff --git a/sys-fs/udev/udev-224-r2.ebuild b/sys-fs/udev/udev-224-r2.ebuild index 66493c98bbc3..4332fe85a421 100644 --- a/sys-fs/udev/udev-224-r2.ebuild +++ b/sys-fs/udev/udev-224-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else patchset= - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz diff --git a/sys-fs/udev/udev-224.ebuild b/sys-fs/udev/udev-224.ebuild index 39dea9ab8628..170360697e51 100644 --- a/sys-fs/udev/udev-224.ebuild +++ b/sys-fs/udev/udev-224.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else patchset= - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz diff --git a/sys-fs/udev/udev-225.ebuild b/sys-fs/udev/udev-225.ebuild index 058d720205ad..2ab9928d9045 100644 --- a/sys-fs/udev/udev-225.ebuild +++ b/sys-fs/udev/udev-225.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else patchset= - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz diff --git a/sys-fs/udev/udev-228.ebuild b/sys-fs/udev/udev-228.ebuild index c9d46a5646cc..cbd34acba29b 100644 --- a/sys-fs/udev/udev-228.ebuild +++ b/sys-fs/udev/udev-228.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else patchset= - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz diff --git a/sys-fs/udev/udev-229-r1.ebuild b/sys-fs/udev/udev-229-r1.ebuild index 192a130f3785..53876e63b678 100644 --- a/sys-fs/udev/udev-229-r1.ebuild +++ b/sys-fs/udev/udev-229-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else patchset= - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz diff --git a/sys-fs/udev/udev-229-r2.ebuild b/sys-fs/udev/udev-229-r2.ebuild index 4e973d236b95..a228a7288806 100644 --- a/sys-fs/udev/udev-229-r2.ebuild +++ b/sys-fs/udev/udev-229-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else patchset=1 - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz diff --git a/sys-fs/udev/udev-229.ebuild b/sys-fs/udev/udev-229.ebuild index f02642684d2b..357e82ac8dd8 100644 --- a/sys-fs/udev/udev-229.ebuild +++ b/sys-fs/udev/udev-229.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else patchset= - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index f02642684d2b..357e82ac8dd8 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else patchset= - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" if [[ -n "${patchset}" ]]; then SRC_URI+=" https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest index 379656c2e0fe..d4e9a677ec81 100644 --- a/sys-libs/glibc/Manifest +++ b/sys-libs/glibc/Manifest @@ -10,8 +10,8 @@ DIST glibc-2.20.tar.xz 12283992 SHA256 f84b6d42aecc288d593c397b0a3d02260a33ee686 DIST glibc-2.21-patches-5.tar.bz2 34237 SHA256 8f6a5dd094ad2c4b82368ef4b081ce6c634f61ea2783cdc68bcd9250d61682e1 SHA512 19b0e706cee387aa3a9ed40dd20081ffe98eaaf9a5ca027ee4abd3e46c3403af06c5189bd764d8d477cb356507e1142b5fde852ec710cf24e108c307f5843837 WHIRLPOOL 96c4ec00af41c60c238f681ea5448cec4db11dc59b4853eed5ba700aa21f804de2443166aa48d30f76af6b1a2eb74a47a7d1163e2067e5bbdcdbe3e4bf2a38c4 DIST glibc-2.21-patches-7.tar.bz2 46894 SHA256 49126df6f4b819f2c315cca0a07e9b8ee7e279257148506d336ccfef5766bbcb SHA512 e4cca3d753c0b9d213c0ed85e3d08cbbf6517862b3a48af987e010abaf5a022b47330040ced183d30b5b934de7587e97b4342e51a6df3d5cfa768bdd8b43b756 WHIRLPOOL b5f4bffdcaf629d735e7498f509bf2130acb18194b18e69747bb6c3e403b221f2163eea3770bb19c05253d7134f70ed4657d7c30c5978f7b5571a3482f9521ad DIST glibc-2.21.tar.xz 12322092 SHA256 aeeb362437965a5d3f40b151094ca79def04a115bd363fdd4a9a0c69482923b8 SHA512 8cded6693618bec115f678fcbd0b77556f97dfa8337608f66e37224aefa55b38765ba61cb4d58beea37b5934e5ec8e30bad58613707388484906f2a0ce77997d WHIRLPOOL d07fec32bd92eade065a3b6170932b8bd41d07df4aa69dd5a860ebb9678c22bd1e20bf88b1fc05c3ecc18e709c0a63118e12525dc668e0399d7ef7fe4454702d -DIST glibc-2.22-patches-10.tar.bz2 54312 SHA256 0cf9935301d2cf427e35c7b3866dd0036e0ec473ba5ff1cf6684c424ed5638aa SHA512 ebb4230705e61675ec0d70ad66816956479bd3ab7c20a3d970ba18d01b79de73e202cafe361c7f509cbfbc89bd99b19f75d5d3f3b9bb46d6f1fba6851ae0bf44 WHIRLPOOL 4fc98a7572070f1556410b8d20d078557a9786720d6a3425e2d924e6f86448810433911a4b3df2b8022f46e8b8e475f61bad12528efc988516422b89aee7e2cc +DIST glibc-2.22-patches-11.tar.bz2 61659 SHA256 eb145a10473594fded895285809eb3bb724c85f70359c1c65c31b49a3c481d0f SHA512 9db3d1185231cf6d2faf96b6dd73650276c61299d533c1768f491e27fdef389501cb84aa4b4a768e087073df5a88ea7a40e2a1882b48b6f92f0a5f87b0f0f244 WHIRLPOOL 100f9ac648e0a2bb0bf210bfe02983bf16c465eef4a5c8432d1422172f244028fdb7f522f1c11e118edc2398d83f88d9bb176d1f2d828d4a7c1f3e04b2353c78 DIST glibc-2.22-patches-9.tar.bz2 37781 SHA256 724ebd9c068af2740b2058dfe6685e4c496c845a9e927efdacd763c22d5d9fbd SHA512 dda6ce3908f4261744178c0a345c016a3b0a7ca1d75063e1b216b6b95aea663f1741391e71966e0ed8018eea1a628786ccd026c6616def721bbedb961d5245e8 WHIRLPOOL 9725fabb933d3b48cdce5df4e5e9ed9bc58f737836405e1345849764ae6013cd2a2ac73a23137e87964d940bd79115f82b777bc807ce4c58a28a247cdf22f68f DIST glibc-2.22.tar.xz 12969072 SHA256 eb731406903befef1d8f878a46be75ef862b9056ab0cde1626d08a7a05328948 SHA512 a8719f3a4f8aa5fa81711116fdafbea5082c6dfd85bd8c4cdce60571910263ab422b35bb8b55a84d37ccb146442133ba60a84d453ca4a439c8ccd35419bd051b WHIRLPOOL f7e707b3776fc197a2e7bf5633721925507237b154bbc1f94b9fc303c87e6fc039ff0758da6ee55b4c1a0daaa87c6e594a6c96e7b00a7ba8ae98ee29918709a7 -DIST glibc-2.23-patches-1.tar.bz2 209934 SHA256 381b378542046e5570d11e70d985b4bcc961a5b64d5ff77a27e90035e21200a4 SHA512 285941d993dee962d43f42ade4d8f8d7f6e2bdaa0e428831155666d58c219ddffeef6dc9e3836936453595cc4389521827e9200e4465d78fe92d9588d8d12c33 WHIRLPOOL f1a9b269959c5c00cdade8673b006d1f087d026bf42fae48cb1dd072d17a3678babc078e88d259d01c3e38c8c483415f6016c37b6c88dc80357e08a2a8e30f26 +DIST glibc-2.23-patches-2.tar.bz2 213334 SHA256 98a892b862164bdb66bebcb1fec8f15c9e57ac88367e095cf8f6b6553d808bfc SHA512 55fdcf8bc7440fd8622af0cc840635ab3e2687d1c8d8c6b2f7f072eb163daf4f8823bb208d68d0d5a312165b4e5add623abc39aaccf5f0bfbddcb3eb6920f3df WHIRLPOOL a20807e1738814fc160b1475ba5f6c60257f9ee2b231bdcfd74439e0ef80c2c6dba3b1840b5f88e7a22bf41829d756b39dd6980f7ed4113d077698dec2f40d2a DIST glibc-2.23.tar.xz 13455260 SHA256 94efeb00e4603c8546209cefb3e1a50a5315c86fa9b078b6fad758e187ce13e9 SHA512 b82953388cd028e174cb08f082557bbce0dad8b67b17d31b29f90102fd52a51e03d591448ecb64882a1c1d5303afffc7f6ede85cee4c784a9284fbc9b4ad26cf WHIRLPOOL 7c7e3bf55a89a04bac917b9ca5a1cbb1613f22c427d2766f114b5a36f9635856005b823852ef5d3b73462b577fe4e5865e68e7b64633d48a95fa1e5eaa831a71 diff --git a/sys-libs/glibc/glibc-2.22-r2.ebuild b/sys-libs/glibc/glibc-2.22-r2.ebuild index 00c14a734f5a..7470188e0732 100644 --- a/sys-libs/glibc/glibc-2.22-r2.ebuild +++ b/sys-libs/glibc/glibc-2.22-r2.ebuild @@ -27,7 +27,7 @@ case ${PV} in ;; esac GCC_BOOTSTRAP_VER="4.7.3-r1" -PATCH_VER="10" # Gentoo patchset +PATCH_VER="11" # Gentoo patchset : ${NPTL_KERN_VER:="2.6.32"} # min kernel version nptl requires IUSE="debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only" diff --git a/sys-libs/glibc/glibc-2.23.ebuild b/sys-libs/glibc/glibc-2.23.ebuild index 919748fcb299..029363f96f48 100644 --- a/sys-libs/glibc/glibc-2.23.ebuild +++ b/sys-libs/glibc/glibc-2.23.ebuild @@ -27,7 +27,7 @@ case ${PV} in ;; esac GCC_BOOTSTRAP_VER="4.7.3-r1" -PATCH_VER="1" # Gentoo patchset +PATCH_VER="2" # Gentoo patchset : ${NPTL_KERN_VER:="2.6.32"} # min kernel version nptl requires IUSE="debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only" diff --git a/sys-libs/talloc/Manifest b/sys-libs/talloc/Manifest index 6cc48ec371c6..2f52ef75570e 100644 --- a/sys-libs/talloc/Manifest +++ b/sys-libs/talloc/Manifest @@ -1,3 +1,2 @@ -DIST talloc-2.1.0.tar.gz 416097 SHA256 0701393882647f823503e3aa075bc67d75c194b376822377dae2d20f9130f08f SHA512 7bdc448c91211299edf16502d263362ac660d5123d8ea7bb2ed58af2231537e4f29da5384b8d5be10254a02b193520890e95a73d697c40eba09728a9b6d56d57 WHIRLPOOL d8593cba27f5d971acb39acacdbea70df5b80ed31288cf440a2ebeaca266e070deeea8322f4ba5682580f66044128f18dd6d76b735aa0670aed46f13f5a4e857 -DIST talloc-2.1.4.tar.gz 436552 SHA256 aea04697a28d809054fb59c4c0b94912757037981dedbec1be47d09fe10749b3 SHA512 723f5b78f91ca873c8f79aee714428dfc3cfabbb65ac1eff3364d5ac6ded7fe5fc03d78dfc3b6c329d37e277e431a75b634f3c30485b33704a6d25f56379ad8f WHIRLPOOL 6bdef24de13d207c4b8f1ee9a2a5f4586d8aa4c3e97e3d6d746bfe69c865257b2a18b4598abc5189b3eb2e89e4e2ad0f328dd69f187b52cdffb3f82214eb8466 DIST talloc-2.1.5.tar.gz 436193 SHA256 3833e750cf0b8c3439186cba38800cba9e26adfbce10ee98ba709c24eb1cdddd SHA512 b938d67fcf4c6618f1149b4ec665957a604e3b07ee26e96ed36d94312db8f56b50498f69f9a07782f7f10a25047604e32b0d1786e1051d5f36b696c2755f8741 WHIRLPOOL 4cbdd527fb1adfe09052b93b38227f6e01f8aa86920aa093b7aa9a0ca63ad03f1ddcc148c996c487c55b1ba6e681b185d1df0311ed388ef9a8e6ab35c4b111ab +DIST talloc-2.1.6.tar.gz 436983 SHA256 3b8e1a50bacb359d99942e0dd9941cef779ae4b5eb20f138873bd8270cb1d47b SHA512 d872780d7ea13757ddb5640c0de5d5c013a9669d07820e9f95b32c460854a4d9327501816a210f33db434b69218a266a6532d5b89fcb6ca84ede90908e3f95c6 WHIRLPOOL 875424e1f84fe28d14b9272758f751ca4c75a38c4fab728f5f8beb1f35052c4f8abfa2a67856120136ea8f9b78d58339e9114f16998c710dfec919b43fe320aa diff --git a/sys-libs/talloc/talloc-2.1.0-r1.ebuild b/sys-libs/talloc/talloc-2.1.0-r1.ebuild deleted file mode 100644 index 867d31d130f4..000000000000 --- a/sys-libs/talloc/talloc-2.1.0-r1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads" - -inherit waf-utils python-single-r1 multilib multilib-minimal - -DESCRIPTION="Samba talloc library" -HOMEPAGE="http://talloc.samba.org/" -SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" - -LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris" -IUSE="compat +python" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="python? ( ${PYTHON_DEPS} ) - !! +Date: Mon, 7 Mar 2016 14:52:22 -0500 +Subject: [PATCH] fuser: include sysmacros.h for makedev + +BSD/Linux define makedev in the sysmacros.h header. Include it directly +instead of relying on types.h pulling it in for us. +--- + src/fuser.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/fuser.c b/src/fuser.c +index da94d22..380046f 100644 +--- a/src/fuser.c ++++ b/src/fuser.c +@@ -36,6 +36,7 @@ + #include + #include + #include ++#include + #include + #include + #include +-- +2.6.2 + diff --git a/sys-process/psmisc/psmisc-22.21-r2.ebuild b/sys-process/psmisc/psmisc-22.21-r2.ebuild index febfaa74edee..a2894e7d08d6 100644 --- a/sys-process/psmisc/psmisc-22.21-r2.ebuild +++ b/sys-process/psmisc/psmisc-22.21-r2.ebuild @@ -26,6 +26,7 @@ DOCS="AUTHORS ChangeLog NEWS README" src_prepare() { epatch "${FILESDIR}/${P}-fuser_typo_fix.patch" + epatch "${FILESDIR}/${P}-sysmacros.patch" } src_configure() { diff --git a/www-apps/icingaweb2/icingaweb2-2.2.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.2.0.ebuild index 18d50f371f03..ba1de7ff9346 100644 --- a/www-apps/icingaweb2/icingaweb2-2.2.0.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,10 @@ IUSE="apache2 ldap mysql nginx postgres" KEYWORDS="~amd64 ~x86" DEPEND=">=net-analyzer/icinga2-2.1.1 - dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml] + || ( + dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml] + dev-lang/php:7.0[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml] + ) dev-php/pecl-imagick apache2? ( >=www-servers/apache-2.4.0 ) nginx? ( >=www-servers/nginx-1.7.0:* )" diff --git a/www-client/chromium/chromium-49.0.2623.75-r1.ebuild b/www-client/chromium/chromium-49.0.2623.75-r1.ebuild new file mode 100644 index 000000000000..2c815169a099 --- /dev/null +++ b/www-client/chromium/chromium-49.0.2623.75-r1.ebuild @@ -0,0 +1,698 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he + hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr + sv sw ta te th tr uk vi zh_CN zh_TW" + +inherit check-reqs chromium eutils flag-o-matic multilib multiprocessing pax-utils \ + portability python-any-r1 readme.gentoo toolchain-funcs versionator virtualx + +DESCRIPTION="Open-source version of Google Chrome web browser" +HOMEPAGE="http://chromium.org/" +SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz" + +LICENSE="BSD hotwording? ( no-source-code )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="cups gn gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos neon pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc widevine" +RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" + +REQUIRED_USE="gn? ( kerberos !system-ffmpeg )" + +# Native Client binaries are compiled with different set of flags, bug #452066. +QA_FLAGS_IGNORED=".*\.nexe" + +# Native Client binaries may be stripped by the build system, which uses the +# right tools for it, bug #469144 . +QA_PRESTRIPPED=".*\.nexe" + +RDEPEND=" + app-arch/bzip2:= + cups? ( >=net-print/cups-1.3.11:= ) + >=dev-libs/elfutils-0.149 + dev-libs/expat:= + dev-libs/glib:= + >=dev-libs/jsoncpp-0.5.0-r1:= + dev-libs/nspr:= + >=dev-libs/nss-3.14.3:= + gnome? ( >=gnome-base/gconf-2.24.0:= ) + gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) + >=media-libs/alsa-lib-1.0.19:= + media-libs/fontconfig:= + media-libs/freetype:= + media-libs/libexif:= + media-libs/speex:= + pulseaudio? ( media-sound/pulseaudio:= ) + system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= ) + sys-apps/dbus:= + sys-apps/pciutils:= + >=sys-libs/libcap-2.22:= + virtual/udev + x11-libs/cairo:= + x11-libs/gdk-pixbuf:= + gtk3? ( x11-libs/gtk+:3= ) + !gtk3? ( x11-libs/gtk+:2= ) + x11-libs/libdrm + x11-libs/libX11:= + x11-libs/libXcomposite:= + x11-libs/libXcursor:= + x11-libs/libXdamage:= + x11-libs/libXext:= + x11-libs/libXfixes:= + >=x11-libs/libXi-1.6.0:= + x11-libs/libXinerama:= + x11-libs/libXrandr:= + x11-libs/libXrender:= + x11-libs/libXScrnSaver:= + x11-libs/libXtst:= + x11-libs/pango:= + kerberos? ( virtual/krb5 ) + !gn? ( + >=app-accessibility/speech-dispatcher-0.8:= + app-arch/snappy:= + >=dev-libs/icu-55.1:= + >=dev-libs/libevent-1.4.13:= + dev-libs/libxml2:=[icu] + dev-libs/libxslt:= + media-libs/flac:= + >=media-libs/harfbuzz-0.9.41:=[icu(+)] + >=media-libs/libjpeg-turbo-1.2.0-r1:= + media-libs/libpng:0= + >=media-libs/libwebp-0.4.0:= + sys-libs/zlib:=[minizip] + )" +DEPEND="${RDEPEND} + !arm? ( + dev-lang/yasm + ) + dev-lang/perl + dev-perl/JSON + >=dev-util/gperf-3.0.3 + dev-util/ninja + sys-apps/hwids[usb(+)] + >=sys-devel/bison-2.4.3 + sys-devel/flex + virtual/pkgconfig" + +# For nvidia-drivers blocker, see bug #413637 . +RDEPEND+=" + !=www-client/chromium-9999 + ! "${T}/flapper_version.h" || die + myconf_gyp+=" -Dflapper_version_h_file=${T}/flapper_version.h" + + # Use system-provided libraries. + # TODO: use_system_hunspell (upstream changes needed). + # TODO: use_system_libsrtp (bug #459932). + # TODO: use_system_libusb (http://crbug.com/266149). + # TODO: use_system_libvpx (http://crbug.com/494939). + # TODO: use_system_opus (https://code.google.com/p/webrtc/issues/detail?id=3077). + # TODO: use_system_protobuf (bug #525560). + # TODO: use_system_re2 (bug #571156). + # TODO: use_system_ssl (http://crbug.com/58087). + # TODO: use_system_sqlite (http://crbug.com/22208). + myconf_gyp+=" + -Duse_system_bzip2=1 + -Duse_system_ffmpeg=$(usex system-ffmpeg 1 0) + -Duse_system_flac=1 + -Duse_system_harfbuzz=1 + -Duse_system_icu=1 + -Duse_system_jsoncpp=1 + -Duse_system_libevent=1 + -Duse_system_libjpeg=1 + -Duse_system_libpng=1 + -Duse_system_libwebp=1 + -Duse_system_libxml=1 + -Duse_system_libxslt=1 + -Duse_system_minizip=1 + -Duse_system_nspr=1 + -Duse_system_snappy=1 + -Duse_system_speex=1 + -Duse_system_xdg_utils=1 + -Duse_system_zlib=1" + + # Needed for system icu - we don't need additional data files. + myconf_gyp+=" -Dicu_use_data_file_flag=0" + + # TODO: patch gyp so that this arm conditional is not needed. + if ! use arm; then + myconf_gyp+=" + -Duse_system_yasm=1" + fi + + # Optional dependencies. + # TODO: linux_link_kerberos, bug #381289. + myconf_gyp+=" + $(gyp_use cups) + $(gyp_use gnome use_gconf) + $(gyp_use gnome-keyring use_gnome_keyring) + $(gyp_use gnome-keyring linux_link_gnome_keyring) + $(gyp_use gtk3) + $(gyp_use hangouts enable_hangout_services_extension) + $(gyp_use hidpi enable_hidpi) + $(gyp_use hotwording enable_hotwording) + $(gyp_use kerberos) + $(gyp_use pulseaudio) + $(gyp_use tcmalloc use_allocator tcmalloc none) + $(gyp_use widevine enable_widevine)" + + myconf_gn+=" use_cups=$(usex cups true false)" + + # Use explicit library dependencies instead of dlopen. + # This makes breakages easier to detect by revdep-rebuild. + myconf_gyp+=" + -Dlinux_link_gsettings=1 + -Dlinux_link_libpci=1 + -Dlinux_link_libspeechd=1 + -Dlibspeechd_h_prefix=speech-dispatcher/" + + # TODO: use the file at run time instead of effectively compiling it in. + myconf_gyp+=" + -Dusb_ids_path=/usr/share/misc/usb.ids" + + # Save space by removing DLOG and DCHECK messages (about 6% reduction). + myconf_gyp+=" + -Dlogging_like_official_build=1" + + if [[ $(tc-getCC) == *clang* ]]; then + myconf_gyp+=" -Dclang=1" + myconf_gn+=" is_clang=true" + else + myconf_gyp+=" -Dclang=0" + myconf_gn+=" is_clang=false" + fi + + # Never use bundled gold binary. Disable gold linker flags for now. + # Do not use bundled clang. + myconf_gyp+=" + -Dclang_use_chrome_plugins=0 + -Dhost_clang=0 + -Dlinux_use_bundled_binutils=0 + -Dlinux_use_bundled_gold=0 + -Dlinux_use_gold_flags=0 + -Dsysroot=" + myconf_gn+=" use_sysroot=false" + + ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)" + myconf_gyp+=" -Dproprietary_codecs=1 -Dffmpeg_branding=${ffmpeg_branding}" + + # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . + # Note: these are for Gentoo use ONLY. For your own distribution, + # please get your own set of keys. Feel free to contact chromium@gentoo.org + # for more info. + myconf_gyp+=" -Dgoogle_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc + -Dgoogle_default_client_id=329227923882.apps.googleusercontent.com + -Dgoogle_default_client_secret=vgKG0NNv7GoDpbtoFNLxCUXu" + + local myarch="$(tc-arch)" + if [[ $myarch = amd64 ]] ; then + target_arch=x64 + ffmpeg_target_arch=x64 + elif [[ $myarch = x86 ]] ; then + target_arch=ia32 + ffmpeg_target_arch=ia32 + elif [[ $myarch = arm64 ]] ; then + target_arch=arm64 + ffmpeg_target_arch=arm64 + elif [[ $myarch = arm ]] ; then + target_arch=arm + ffmpeg_target_arch=$(usex neon arm-neon arm) + # TODO: re-enable NaCl (NativeClient). + local CTARGET=${CTARGET:-${CHOST}} + if [[ $(tc-is-softfloat) == "no" ]]; then + + myconf_gyp+=" -Darm_float_abi=hard" + fi + filter-flags "-mfpu=*" + use neon || myconf_gyp+=" -Darm_fpu=${ARM_FPU:-vfpv3-d16}" + + if [[ ${CTARGET} == armv[78]* ]]; then + myconf_gyp+=" -Darmv7=1" + else + myconf_gyp+=" -Darmv7=0" + fi + myconf_gyp+=" -Dsysroot= + $(gyp_use neon arm_neon) + -Ddisable_nacl=1" + else + die "Failed to determine target arch, got '$myarch'." + fi + + myconf_gyp+=" -Dtarget_arch=${target_arch}" + + # Make sure that -Werror doesn't get added to CFLAGS by the build system. + # Depending on GCC version the warnings are different and we don't want + # the build to fail because of that. + myconf_gyp+=" -Dwerror=" + myconf_gn+=" treat_warnings_as_errors=false" + + # Disable fatal linker warnings, bug 506268. + myconf_gyp+=" -Ddisable_fatal_linker_warnings=1" + + # Avoid CFLAGS problems, bug #352457, bug #390147. + if ! use custom-cflags; then + replace-flags "-Os" "-O2" + strip-flags + + # Prevent linker from running out of address space, bug #471810 . + if use x86; then + filter-flags "-g*" + fi + + # Prevent libvpx build failures. Bug 530248, 544702, 546984. + if [[ ${myarch} == amd64 || ${myarch} == x86 ]]; then + filter-flags -mno-mmx -mno-sse2 -mno-ssse3 -mno-sse4.1 -mno-avx -mno-avx2 + fi + fi + + # Make sure the build system will use the right tools, bug #340795. + tc-export AR CC CXX NM + + # Tools for building programs to be executed on the build system, bug #410883. + if tc-is-cross-compiler; then + export AR_host=$(tc-getBUILD_AR) + export CC_host=$(tc-getBUILD_CC) + export CXX_host=$(tc-getBUILD_CXX) + export NM_host=$(tc-getBUILD_NM) + fi + + # Bug 491582. + export TMPDIR="${WORKDIR}/temp" + mkdir -p -m 755 "${TMPDIR}" || die + + # TODO: also do this for GN bundled ffmpeg build. + if ! use system-ffmpeg && ! use gn; then + local build_ffmpeg_args="" + if use pic && [[ "${ffmpeg_target_arch}" == "ia32" ]]; then + build_ffmpeg_args+=" --disable-asm" + fi + + # Re-configure bundled ffmpeg. See bug #491378 for example reasons. + einfo "Configuring bundled ffmpeg..." + pushd third_party/ffmpeg > /dev/null || die + chromium/scripts/build_ffmpeg.py linux ${ffmpeg_target_arch} \ + --branding ${ffmpeg_branding} -- ${build_ffmpeg_args} || die + chromium/scripts/copy_config.sh || die + chromium/scripts/generate_gyp.py || die + popd > /dev/null || die + fi + + third_party/libaddressinput/chromium/tools/update-strings.py || die + + touch chrome/test/data/webui/i18n_process_css_test.html || die + + einfo "Configuring Chromium..." + if use gn; then + tools/gn/bootstrap/bootstrap.py -v --gn-gen-args "${myconf_gn}" || die + out/Release/gn gen --args="${myconf_gn}" out/Release || die + else + build/linux/unbundle/replace_gyp_files.py ${myconf_gyp} || die + egyp_chromium ${myconf_gyp} || die + fi +} + +eninja() { + if [[ -z ${NINJAOPTS+set} ]]; then + local jobs=$(makeopts_jobs) + local loadavg=$(makeopts_loadavg) + + if [[ ${MAKEOPTS} == *-j* && ${jobs} != 999 ]]; then + NINJAOPTS+=" -j ${jobs}" + fi + if [[ ${MAKEOPTS} == *-l* && ${loadavg} != 999 ]]; then + NINJAOPTS+=" -l ${loadavg}" + fi + fi + set -- ninja -v ${NINJAOPTS} "$@" + echo "$@" + "$@" +} + +src_compile() { + local ninja_targets="chrome chrome_sandbox chromedriver" + + if ! use gn; then + # Build mksnapshot and pax-mark it. + eninja -C out/Release mksnapshot || die + pax-mark m out/Release/mksnapshot + fi + + # Even though ninja autodetects number of CPUs, we respect + # user's options, for debugging with -j 1 or any other reason. + eninja -C out/Release ${ninja_targets} || die + + pax-mark m out/Release/chrome +} + +src_install() { + exeinto "${CHROMIUM_HOME}" + doexe out/Release/chrome || die + + newexe out/Release/chrome_sandbox chrome-sandbox || die + fperms 4755 "${CHROMIUM_HOME}/chrome-sandbox" + + doexe out/Release/chromedriver || die + use widevine && doexe out/Release/libwidevinecdmadapter.so + + # if ! use arm; then + # doexe out/Release/nacl_helper{,_bootstrap} || die + # insinto "${CHROMIUM_HOME}" + # doins out/Release/nacl_irt_*.nexe || die + # doins out/Release/libppGoogleNaClPluginChrome.so || die + # fi + + local sedargs=( -e "s:/usr/lib/:/usr/$(get_libdir)/:g" ) + if [[ -n ${CHROMIUM_SUFFIX} ]]; then + sedargs+=( + -e "s:chromium-browser:chromium-browser${CHROMIUM_SUFFIX}:g" + -e "s:chromium.desktop:chromium${CHROMIUM_SUFFIX}.desktop:g" + -e "s:plugins:plugins --user-data-dir=\${HOME}/.config/chromium${CHROMIUM_SUFFIX}:" + ) + fi + sed "${sedargs[@]}" "${FILESDIR}/chromium-launcher-r3.sh" > chromium-launcher.sh || die + doexe chromium-launcher.sh + + # It is important that we name the target "chromium-browser", + # xdg-utils expect it; bug #355517. + dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium-browser${CHROMIUM_SUFFIX} || die + # keep the old symlink around for consistency + dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium${CHROMIUM_SUFFIX} || die + + dosym "${CHROMIUM_HOME}/chromedriver" /usr/bin/chromedriver${CHROMIUM_SUFFIX} || die + + # Allow users to override command-line options, bug #357629. + dodir /etc/chromium || die + insinto /etc/chromium + newins "${FILESDIR}/chromium.default" "default" || die + + pushd out/Release/locales > /dev/null || die + chromium_remove_language_paks + popd + + insinto "${CHROMIUM_HOME}" + doins out/Release/*.bin || die + doins out/Release/*.pak || die + + if use gn; then + doins out/Release/icudtl.dat || die + fi + + doins -r out/Release/locales || die + doins -r out/Release/resources || die + + newman out/Release/chrome.1 chromium${CHROMIUM_SUFFIX}.1 || die + newman out/Release/chrome.1 chromium-browser${CHROMIUM_SUFFIX}.1 || die + + # Install icons and desktop entry. + local branding size + for size in 16 22 24 32 48 64 128 256 ; do + case ${size} in + 16|32) branding="chrome/app/theme/default_100_percent/chromium" ;; + *) branding="chrome/app/theme/chromium" ;; + esac + newicon -s ${size} "${branding}/product_logo_${size}.png" \ + chromium-browser${CHROMIUM_SUFFIX}.png + done + + local mime_types="text/html;text/xml;application/xhtml+xml;" + mime_types+="x-scheme-handler/http;x-scheme-handler/https;" # bug #360797 + mime_types+="x-scheme-handler/ftp;" # bug #412185 + mime_types+="x-scheme-handler/mailto;x-scheme-handler/webcal;" # bug #416393 + make_desktop_entry \ + chromium-browser${CHROMIUM_SUFFIX} \ + "Chromium${CHROMIUM_SUFFIX}" \ + chromium-browser${CHROMIUM_SUFFIX} \ + "Network;WebBrowser" \ + "MimeType=${mime_types}\nStartupWMClass=chromium-browser" + sed -e "/^Exec/s/$/ %U/" -i "${ED}"/usr/share/applications/*.desktop || die + + # Install GNOME default application entry (bug #303100). + if use gnome; then + dodir /usr/share/gnome-control-center/default-apps || die + insinto /usr/share/gnome-control-center/default-apps + newins "${FILESDIR}"/chromium-browser.xml chromium-browser${CHROMIUM_SUFFIX}.xml || die + if [[ "${CHROMIUM_SUFFIX}" != "" ]]; then + sed "s:chromium-browser:chromium-browser${CHROMIUM_SUFFIX}:g" -i \ + "${ED}"/usr/share/gnome-control-center/default-apps/chromium-browser${CHROMIUM_SUFFIX}.xml + fi + fi + + readme.gentoo_create_doc +} + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update + readme.gentoo_print_elog +} diff --git a/www-client/chromium/files/chromium-arm64-align-stack-16-bytes.patch b/www-client/chromium/files/chromium-arm64-align-stack-16-bytes.patch new file mode 100644 index 000000000000..a962f79beac9 --- /dev/null +++ b/www-client/chromium/files/chromium-arm64-align-stack-16-bytes.patch @@ -0,0 +1,69 @@ +From f352d974e43a73fed311c60c8fcb4dd043b16093 Mon Sep 17 00:00:00 2001 +From: "riku.voipio" +Date: Wed, 27 Jan 2016 09:13:57 -0800 +Subject: [PATCH] sandbox arm64: align stack 16 bytes + +chrome fails to start with user namespace sandboxing: + +[866:866:0120/134742:FATAL:zygote_host_impl_linux.cc(182)] Check failed: process.IsValid(). +Failed to launch zygote process + +With strace.. + +clone(child_stack=0x7ffd28fd98, flags=CLONE_NEWUSER|CLONE_NEWPID|CLONE_NEWNET|SIGCHLD) = -1 EINVAL (Invalid argument) + +Which compared to kernel sources[1], shows that stack needs to be 16 +bytes aligned. because stack grows downward, this patch assumes +PTHREAD_STACK_MIN is dividable by 16 too. + +[1] http://lxr.free-electrons.com/source/arch/arm64/kernel/process.c#L267 + +BUG=581018 +R=keescook@chromium.org,jln@chromium.org,rsesek@chromium.org,thakis@chromium.org +TEST=base_unittests ProcessUtilTest.* and sandbox_linux_unittests NamespaceSandboxTest.* + +Review URL: https://codereview.chromium.org/1617763002 + +Cr-Commit-Position: refs/heads/master@{#371809} +--- + base/process/launch_posix.cc | 2 +- + sandbox/linux/services/credentials.cc | 3 ++- + 2 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/base/process/launch_posix.cc b/base/process/launch_posix.cc +index 4bd3da3..4019de5 100644 +--- a/base/process/launch_posix.cc ++++ b/base/process/launch_posix.cc +@@ -736,7 +736,7 @@ NOINLINE pid_t CloneAndLongjmpInChild(unsigned long flags, + // internal pid cache. The libc interface unfortunately requires + // specifying a new stack, so we use setjmp/longjmp to emulate + // fork-like behavior. +- char stack_buf[PTHREAD_STACK_MIN]; ++ char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16); + #if defined(ARCH_CPU_X86_FAMILY) || defined(ARCH_CPU_ARM_FAMILY) || \ + defined(ARCH_CPU_MIPS64_FAMILY) || defined(ARCH_CPU_MIPS_FAMILY) + // The stack grows downward. +diff --git a/sandbox/linux/services/credentials.cc b/sandbox/linux/services/credentials.cc +index fb6b6b4..76038af 100644 +--- a/sandbox/linux/services/credentials.cc ++++ b/sandbox/linux/services/credentials.cc +@@ -16,6 +16,7 @@ + #include + + #include "base/bind.h" ++#include "base/compiler_specific.h" + #include "base/files/file_path.h" + #include "base/files/file_util.h" + #include "base/logging.h" +@@ -94,7 +95,7 @@ bool ChrootToSafeEmptyDir() { + // /proc/tid directory for the thread (since /proc may not be aware of the + // PID namespace). With a process, we can just use /proc/self. + pid_t pid = -1; +- char stack_buf[PTHREAD_STACK_MIN]; ++ char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16); + #if defined(ARCH_CPU_X86_FAMILY) || defined(ARCH_CPU_ARM_FAMILY) || \ + defined(ARCH_CPU_MIPS64_FAMILY) || defined(ARCH_CPU_MIPS_FAMILY) + // The stack grows downward. +-- +2.7.2 + diff --git a/www-client/chromium/files/chromium-whitelist-arm64-syscalls.patch b/www-client/chromium/files/chromium-whitelist-arm64-syscalls.patch new file mode 100644 index 000000000000..125f77d0b018 --- /dev/null +++ b/www-client/chromium/files/chromium-whitelist-arm64-syscalls.patch @@ -0,0 +1,91 @@ +From 4e8083b4ab953ba298aedfc4e79d464be15e4012 Mon Sep 17 00:00:00 2001 +From: "riku.voipio" +Date: Tue, 1 Mar 2016 08:02:43 -0800 +Subject: [PATCH] Linux Sandbox: whitelist arm64 syscalls + +On debian/arm64, two syscalls needed whitelisting for chromium to work with seccomp: + +epoll_pwait, replacing epoll_wait which is a legacy syscall not available on arm64. epoll_wait implmentation in glibc calls epoll_pwait behind scenes, so this needs to be enabled. + +getrlimit, missing #ifdef for arm64 in several policy definitions. test for arm64 added for each case. + +BUG=581018 +R=keescook@chromium.org,jln@chromium.org,rsesek@chromium.org +TEST=Start chrome on arm64 with seccomp enabled kernel + +Review URL: https://codereview.chromium.org/1613883002 + +Cr-Commit-Position: refs/heads/master@{#378440} +--- + components/nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc | 3 ++- + content/common/sandbox_linux/bpf_renderer_policy_linux.cc | 3 ++- + content/common/sandbox_linux/bpf_utility_policy_linux.cc | 3 ++- + mojo/shell/runner/host/linux_sandbox.cc | 5 ++++- + sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc | 2 +- + 5 files changed, 11 insertions(+), 5 deletions(-) + +diff --git a/components/nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc b/components/nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc +index 66a606a..3e88304 100644 +--- a/components/nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc ++++ b/components/nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc +@@ -106,7 +106,8 @@ ResultExpr NaClBPFSandboxPolicy::EvaluateSyscall(int sysno) const { + // NaCl uses custom signal stacks. + case __NR_sigaltstack: + // Below is fairly similar to the policy for a Chromium renderer. +-#if defined(__i386__) || defined(__x86_64__) || defined(__mips__) ++#if defined(__i386__) || defined(__x86_64__) || defined(__mips__) || \ ++ defined(__aarch64__) + case __NR_getrlimit: + #endif + #if defined(__i386__) || defined(__arm__) +diff --git a/content/common/sandbox_linux/bpf_renderer_policy_linux.cc b/content/common/sandbox_linux/bpf_renderer_policy_linux.cc +index e799273..993e2a5 100644 +--- a/content/common/sandbox_linux/bpf_renderer_policy_linux.cc ++++ b/content/common/sandbox_linux/bpf_renderer_policy_linux.cc +@@ -60,7 +60,8 @@ ResultExpr RendererProcessPolicy::EvaluateSyscall(int sysno) const { + // Allow the system calls below. + case __NR_fdatasync: + case __NR_fsync: +-#if defined(__i386__) || defined(__x86_64__) || defined(__mips__) ++#if defined(__i386__) || defined(__x86_64__) || defined(__mips__) || \ ++ defined(__aarch64__) + case __NR_getrlimit: + #endif + #if defined(__i386__) || defined(__arm__) +diff --git a/content/common/sandbox_linux/bpf_utility_policy_linux.cc b/content/common/sandbox_linux/bpf_utility_policy_linux.cc +index 3ead1c8..1336796 100644 +--- a/content/common/sandbox_linux/bpf_utility_policy_linux.cc ++++ b/content/common/sandbox_linux/bpf_utility_policy_linux.cc +@@ -32,7 +32,8 @@ ResultExpr UtilityProcessPolicy::EvaluateSyscall(int sysno) const { + // Allow the system calls below. + case __NR_fdatasync: + case __NR_fsync: +-#if defined(__i386__) || defined(__x86_64__) ++#if defined(__i386__) || defined(__x86_64__) || defined(__mips__) || \ ++ defined(__aarch64__) + case __NR_getrlimit: + #endif + #if defined(__i386__) || defined(__arm__) +diff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc +index 10278dc..b30b3e6 100644 +--- a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc ++++ b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc +@@ -414,6 +414,7 @@ bool SyscallSets::IsAllowedEpoll(int sysno) { + case __NR_epoll_create: + case __NR_epoll_wait: + #endif ++ case __NR_epoll_pwait: + case __NR_epoll_create1: + case __NR_epoll_ctl: + return true; +@@ -421,7 +422,6 @@ bool SyscallSets::IsAllowedEpoll(int sysno) { + #if defined(__x86_64__) + case __NR_epoll_ctl_old: + #endif +- case __NR_epoll_pwait: + #if defined(__x86_64__) + case __NR_epoll_wait_old: + #endif +-- +2.7.2 + diff --git a/www-client/google-chrome-unstable/Manifest b/www-client/google-chrome-unstable/Manifest index 44327c5bd800..eb38996d6d4a 100644 --- a/www-client/google-chrome-unstable/Manifest +++ b/www-client/google-chrome-unstable/Manifest @@ -1 +1 @@ -DIST google-chrome-unstable_50.0.2657.0-1_amd64.deb 48767544 SHA256 b586f26a0f47b6f83c8848040273bc11b5df2b049656a88e4b27b175cdc9671b SHA512 e33fdc57e27ce88ad5d1bc98d320661085fbe6dbb9ed8a47ffbdabeb5a51de69e0a01c3f01c8b260943bd5927fea8b5f9c88033ed3c6a28a6c27d61d1a1f022d WHIRLPOOL 3ab7f82cd5ebcb39740729779c1b6217bb6e1e1bfb69cae071bbf4e8d37e4f9f89d56bd3cfc56edd5fefa590fcd0ff2e0dfc295312d21ba62c1f32dbd8beedc3 +DIST google-chrome-unstable_50.0.2661.18-1_amd64.deb 48794416 SHA256 f2abd0e9cb5f9e4c96308a3fae7f2e7b3a2c0347f52c229ea36c839322eb1a4e SHA512 eb2ac87c2fc5e87b3aee75ed8688b22baf21f72f9978b12f6cec5becb1a024308e0c49addef43715e6d8fcfd9f2c831f1f21f0743115ab33e478c67e9752f6d1 WHIRLPOOL f81380e2fa4fc8ba84ff62340b80fd9b1f4e569c4fbdeedc0026f6ff83c6401da57efcc8f76f62899438aa8b59c18c5ecc45a255ffd0b612cdd2c8071df3a93a diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-50.0.2657.0_p1.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-50.0.2661.18_p1.ebuild similarity index 100% rename from www-client/google-chrome-unstable/google-chrome-unstable-50.0.2657.0_p1.ebuild rename to www-client/google-chrome-unstable/google-chrome-unstable-50.0.2661.18_p1.ebuild diff --git a/www-client/google-chrome/Manifest b/www-client/google-chrome/Manifest index 892be438a231..f71802c39a57 100644 --- a/www-client/google-chrome/Manifest +++ b/www-client/google-chrome/Manifest @@ -1 +1 @@ -DIST google-chrome-stable_49.0.2623.75-1_amd64.deb 48756248 SHA256 5016c5f0162013baeabae3313b6dee7518a08a5da178c25834feb64aab2c1107 SHA512 9a56e5ee36a57851a2cbbd13c516c36cbaa37dd9cb1412cf2fc59b50cb0d971b1b855d7f05508dfd6b7bffa91b6bc4e5e20bd88fa5229e824a67047f6346f0ad WHIRLPOOL d18624319642dd20b46d1a9aa1517d0ed8fe1f766d276a173df5224716fcd22e8f606765e977c5c9800f3504cd063804777ca9e6bf85a15e0650b04494f6885a +DIST google-chrome-stable_49.0.2623.87-1_amd64.deb 48921974 SHA256 dc273de84f6f2dad563bcbbb2e62312cd2a61d6ed41e10398bff7fdc1883d6cc SHA512 e599b2d2bc50300156e8723508a37cc168041a56e9c6dd018944d597ef69d97bb7b058a1ef2f9c834f331b4e52f70ac46c2581c3caa6aeb4efc0102e2326419b WHIRLPOOL 63b06c469c93cd1bbbf7f3154094757ca1e8a5ad48015ad8f24c93fafd049b2d6d10559286dd483656cdd981ade5d880ad45983cb7371ab5b670f4a345902d1a diff --git a/www-client/google-chrome/google-chrome-49.0.2623.75_p1.ebuild b/www-client/google-chrome/google-chrome-49.0.2623.87_p1.ebuild similarity index 100% rename from www-client/google-chrome/google-chrome-49.0.2623.75_p1.ebuild rename to www-client/google-chrome/google-chrome-49.0.2623.87_p1.ebuild diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest index c053db49f4ef..88a9bb2a4f52 100644 --- a/www-client/opera-beta/Manifest +++ b/www-client/opera-beta/Manifest @@ -2,3 +2,5 @@ DIST opera-beta_36.0.2130.21_amd64.deb 47382256 SHA256 3ac3a2a9b8f6d69ad1de88859 DIST opera-beta_36.0.2130.21_i386.deb 48429050 SHA256 7f799a406689bba3ccfc34f632257c2f3632e857872d5de835f356b5dc0f9da0 SHA512 5c92180cd9416586fa811c620e4a985de6fe7072c0f2677e6d48c7fbd44665ec11b93f20d689811febc135899487a30ab03f241f4bf714052575f6987750bdc9 WHIRLPOOL 80c22311d869ab033f784756ad702e45a4d44101ba0d7199e5c533bc3b85d85df009683a98ad37e921394567186bdfd6c6244bbbf80d7f3e05bb5bb8830d3c84 DIST opera-beta_36.0.2130.26_amd64.deb 47417194 SHA256 b1c90473be797a9f4e9f949555537f926cc4019376e2b5e5b82324e17b5b8b5b SHA512 8f3eec0abd1cae69612bc336f0cd8fcecd83f378d13a48a9d47a2c7b816bbc661c0ae308a3a99aac3410a70244192e9ea27ff3bd90e03d88d7087dee469c0406 WHIRLPOOL a0fa4e430db43daf0682e88bd180159375a9b0f8339c89dd2a2421b830351403a50f976d7fea568699e7b5ac3b0b2f86569a4552e18b39308e5c1e4bbaded74c DIST opera-beta_36.0.2130.26_i386.deb 48533934 SHA256 33b0471daa6f33524b1948beab5cffe3c3d2b78d0adc35df25f3541dcca4afc6 SHA512 5384f67c190e12d2dac97192edb5b0dfbdb0c0137d2bdd1e2556f46b40f4ce8d84e333c307acd7085544456827163946bb8afece7dfce59477498abe3194c0ce WHIRLPOOL 53a02e8fe25cccbb6b46915b1d499bf9a7f508583226901440a6da4f7a5a0e5bfabe7d7b26810588007088e0dfb825d56cb8e2838c7cdf1bddedf96e6c84a89d +DIST opera-beta_36.0.2130.29_amd64.deb 47236212 SHA256 d8767318a17df333732f917f365d3755e3bfe1b96c185d69f5d6a9bb8f587a09 SHA512 7cf19883eb4e573ec253d3d28abb497e5311625ec21ba3ef0d5d7015a888900d9113e68f73265a4e379c7d3d5b454e39cf98d02647aafc3cad7fc2ecee5983e4 WHIRLPOOL 46a1b21d99bcafa9a508a00beef500a3f2a1c6e2b40f3fbbcd61d4936bc928849deb2c94b8e623b8948ae04601031af0614cd1aaa8565862d4844ca2b89d57d0 +DIST opera-beta_36.0.2130.29_i386.deb 48901316 SHA256 f700541aa2116f7650f3fb7e13fb591cfe39066fc0bae2934706c295c076490f SHA512 33ce62896196cf31970f754740fbc9c9129ffdeb5f6045ca4da2dbd174d9a92fcc8b1415d8c90f9a6f7f3a3a4d968722b2bddba8efeed2dba63c949e2833457f WHIRLPOOL 35a7441269515b7d437a2d1400c1968adb2094aeb7403dbed205edef59ddb43bbd35402d62e0a5af525f6846feeac92c0582401698b277d00ddb53792486e567 diff --git a/www-client/opera-beta/opera-beta-36.0.2130.29.ebuild b/www-client/opera-beta/opera-beta-36.0.2130.29.ebuild new file mode 100644 index 000000000000..bfeded8ebfc9 --- /dev/null +++ b/www-client/opera-beta/opera-beta-36.0.2130.29.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +CHROMIUM_LANGS=" + af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy gd + hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru sk + sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu +" +inherit chromium multilib unpacker + +DESCRIPTION="A fast and secure web browser" +HOMEPAGE="http://www.opera.com/" +LICENSE="OPERA-2014" +SLOT="0" +SRC_URI_BASE="http://get.geo.opera.com/pub/" +SRC_URI=" + amd64? ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" ) + x86? ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_i386.deb" ) +" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + gnome-base/gconf:2 + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + net-misc/curl + net-print/cups + sys-apps/dbus + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:2 + x11-libs/libX11 + x11-libs/libXScrnSaver + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXtst + x11-libs/libnotify + x11-libs/pango[X] +" + +QA_PREBUILT="*" +S=${WORKDIR} +OPERA_HOME="usr/$(get_libdir)/${PN}" + +src_unpack() { + unpack_deb ${A} +} + +src_prepare() { + case ${ARCH} in + amd64) + mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die + rm -r usr/lib || die + ;; + x86) + mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || die + ;; + esac + + rm usr/bin/${PN} || die + + rm usr/share/doc/${PN}/copyright || die + mv usr/share/doc/${PN} usr/share/doc/${PF} || die + + pushd "${OPERA_HOME}/localization" > /dev/null || die + chromium_remove_language_paks + popd > /dev/null || die + + sed -i \ + -e 's|^TargetEnvironment|X-&|g' \ + usr/share/applications/${PN}.desktop || die +} + +src_install() { + mv * "${D}" || die + dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN} + fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox +} diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 36789f87b899..af0c61a631a4 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_49.0.2623.75-1_amd64.deb 48779856 SHA256 51b722480d45a8b1eeac680bfa5b2b36431738f57850cc36fda3d63d5e0935ab SHA512 5820b1d9781293044df86c51dd1389f93535a5282f702044ac8ada2b8559f98248d2c7991ce7a249031a046806e93d620604890f3a86812868f0f6d844b341af WHIRLPOOL 7df4fceae4a0d87b3536799432151243676a3a3951261384e663162d4a8d26a475af362e29c9c88afb78e8ff793921cb50bc1080bf38063e85dbdd911d03d076 -DIST google-chrome-stable_49.0.2623.75-1_amd64.deb 48756248 SHA256 5016c5f0162013baeabae3313b6dee7518a08a5da178c25834feb64aab2c1107 SHA512 9a56e5ee36a57851a2cbbd13c516c36cbaa37dd9cb1412cf2fc59b50cb0d971b1b855d7f05508dfd6b7bffa91b6bc4e5e20bd88fa5229e824a67047f6346f0ad WHIRLPOOL d18624319642dd20b46d1a9aa1517d0ed8fe1f766d276a173df5224716fcd22e8f606765e977c5c9800f3504cd063804777ca9e6bf85a15e0650b04494f6885a -DIST google-chrome-unstable_50.0.2657.0-1_amd64.deb 48767544 SHA256 b586f26a0f47b6f83c8848040273bc11b5df2b049656a88e4b27b175cdc9671b SHA512 e33fdc57e27ce88ad5d1bc98d320661085fbe6dbb9ed8a47ffbdabeb5a51de69e0a01c3f01c8b260943bd5927fea8b5f9c88033ed3c6a28a6c27d61d1a1f022d WHIRLPOOL 3ab7f82cd5ebcb39740729779c1b6217bb6e1e1bfb69cae071bbf4e8d37e4f9f89d56bd3cfc56edd5fefa590fcd0ff2e0dfc295312d21ba62c1f32dbd8beedc3 +DIST google-chrome-stable_49.0.2623.87-1_amd64.deb 48921974 SHA256 dc273de84f6f2dad563bcbbb2e62312cd2a61d6ed41e10398bff7fdc1883d6cc SHA512 e599b2d2bc50300156e8723508a37cc168041a56e9c6dd018944d597ef69d97bb7b058a1ef2f9c834f331b4e52f70ac46c2581c3caa6aeb4efc0102e2326419b WHIRLPOOL 63b06c469c93cd1bbbf7f3154094757ca1e8a5ad48015ad8f24c93fafd049b2d6d10559286dd483656cdd981ade5d880ad45983cb7371ab5b670f4a345902d1a +DIST google-chrome-unstable_50.0.2661.18-1_amd64.deb 48794416 SHA256 f2abd0e9cb5f9e4c96308a3fae7f2e7b3a2c0347f52c229ea36c839322eb1a4e SHA512 eb2ac87c2fc5e87b3aee75ed8688b22baf21f72f9978b12f6cec5becb1a024308e0c49addef43715e6d8fcfd9f2c831f1f21f0743115ab33e478c67e9752f6d1 WHIRLPOOL f81380e2fa4fc8ba84ff62340b80fd9b1f4e569c4fbdeedc0026f6ff83c6401da57efcc8f76f62899438aa8b59c18c5ecc45a255ffd0b612cdd2c8071df3a93a diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.75_p1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.87_p1.ebuild similarity index 100% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.75_p1.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.87_p1.ebuild diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2657.0_alpha1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.18_alpha1.ebuild similarity index 100% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2657.0_alpha1.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.18_alpha1.ebuild diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest index cb7b07ee84d2..da13535aa39d 100644 --- a/x11-libs/gtk+/Manifest +++ b/x11-libs/gtk+/Manifest @@ -5,3 +5,4 @@ DIST gtk+-2.24.29.tar.xz 13143648 SHA256 0741c59600d3d810a223866453dc2bbb18ce472 DIST gtk+-3.16.7.tar.xz 18294656 SHA256 19689d14de54d182fad538153dbff6d41f53841f940aa871585fdea0306c7fba SHA512 8f74b3a4093ecf776466d3988806fdae081d10d5e74c66770b52f624076afe92d58efb68ace47fd0dbc5a170a577fc9a8d1b4768794aa4249433c95198db00c8 WHIRLPOOL f8b4d9fa6b7b3ed9702f76d28d729b745217e072898239517d320f0635e87691ca874a136607566cf53d73aead53833c5ecf484fc7aea74f3c26a1f14cc5a9b4 DIST gtk+-3.18.6.tar.xz 18990472 SHA256 78cabf0fd5a662f8723f62d5ac633072c76c557c1d700454c9c3deaa37e441ef SHA512 a606bfeb7e6991c9c367d6c93d04d70daed6c59b95d1ef14b971acb32b23e71894b0aef16b4c673e1cb2ae0fd08de3f65b7aa5512fd74253efe30f16b0dbac11 WHIRLPOOL 0614cb7babad2536298814628666a1208ebfddeb0598767fc8730e6d1c601e4b2857fb887870233378f3c72cf1fa6ef21bccbabc53f5a45bddbeb13e36757374 DIST gtk+-3.18.7.tar.xz 16815772 SHA256 a76e1cb0ac45ce5c2734f6778f2731a5c6a23d1ff6bd4db357774f014ee68820 SHA512 7cb6f699d4c2d78d15f52d4bf02871ad87106550515232c8f1045e01a3b737e64ffdfe73eaedcba077862a5c81a8cae983789c3d8882aee9502850ddc644fe7f WHIRLPOOL 635030ec177abd4cb1dbf5007c9eeed5bcceefb1730da3ca33ed2f730e602303ec236b8e6fb3e0a3322824a1e8bca951c267fc9239eff89c42fa59c5591da2e9 +DIST gtk+-3.18.8.tar.xz 16806532 SHA256 1c53ef1bb55364698f7183ecd185b547f92f4a3a7abfafd531400232e2e052f8 SHA512 b5181b5b78d642ce0c356fa5727a36d08dc503ffeb51d24d69b258e9150e4b4305e90c410c67672a7644079299559544c0e6d2c4a60171f55b7391945cb6a7ef WHIRLPOOL 040e90d38f476c889b319ecc7d371702da664f3b482cd7e3731498920e1443d636145eddfa2c8d406807e48453d2eb3b99b5deeaf082b8cb88458dd51136ec4c diff --git a/x11-libs/gtk+/gtk+-3.18.8.ebuild b/x11-libs/gtk+/gtk+-3.18.8.ebuild new file mode 100644 index 000000000000..efcae4913787 --- /dev/null +++ b/x11-libs/gtk+/gtk+-3.18.8.ebuild @@ -0,0 +1,234 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit autotools eutils flag-o-matic gnome2 multilib virtualx multilib-minimal + +DESCRIPTION="Gimp ToolKit +" +HOMEPAGE="http://www.gtk.org/" + +LICENSE="LGPL-2+" +SLOT="3" +IUSE="aqua broadway cloudprint colord cups examples +introspection test vim-syntax wayland X xinerama" +REQUIRED_USE=" + || ( aqua wayland X ) + xinerama? ( X ) +" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +# FIXME: introspection data is built against system installation of gtk+:3 +# NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf) +COMMON_DEPEND=" + >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}] + >=dev-libs/glib-2.45.8:2[${MULTILIB_USEDEP}] + media-libs/fontconfig[${MULTILIB_USEDEP}] + >=media-libs/libepoxy-1.0[${MULTILIB_USEDEP}] + >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}] + >=x11-libs/gdk-pixbuf-2.30:2[introspection?,X?,${MULTILIB_USEDEP}] + >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}] + x11-misc/shared-mime-info + + cloudprint? ( + >=net-libs/rest-0.7[${MULTILIB_USEDEP}] + >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] ) + colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] ) + cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] ) + introspection? ( >=dev-libs/gobject-introspection-1.39:= ) + wayland? ( + >=dev-libs/wayland-1.5.91[${MULTILIB_USEDEP}] + media-libs/mesa[wayland,${MULTILIB_USEDEP}] + >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}] + ) + X? ( + >=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}] + x11-libs/libXrender[${MULTILIB_USEDEP}] + x11-libs/libX11[${MULTILIB_USEDEP}] + >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + >=x11-libs/libXrandr-1.5[${MULTILIB_USEDEP}] + x11-libs/libXcursor[${MULTILIB_USEDEP}] + x11-libs/libXfixes[${MULTILIB_USEDEP}] + x11-libs/libXcomposite[${MULTILIB_USEDEP}] + x11-libs/libXdamage[${MULTILIB_USEDEP}] + xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] ) + ) +" +DEPEND="${COMMON_DEPEND} + app-text/docbook-xsl-stylesheets + app-text/docbook-xml-dtd:4.1.2 + dev-libs/libxslt + dev-libs/gobject-introspection-common + >=dev-util/gdbus-codegen-2.38.2 + >=dev-util/gtk-doc-am-1.20 + >=sys-devel/gettext-0.18.3[${MULTILIB_USEDEP}] + virtual/pkgconfig[${MULTILIB_USEDEP}] + X? ( + x11-proto/xextproto[${MULTILIB_USEDEP}] + x11-proto/xproto[${MULTILIB_USEDEP}] + x11-proto/inputproto[${MULTILIB_USEDEP}] + x11-proto/damageproto[${MULTILIB_USEDEP}] + xinerama? ( x11-proto/xineramaproto[${MULTILIB_USEDEP}] ) + ) + test? ( + media-fonts/font-misc-misc + media-fonts/font-cursor-misc ) +" +# gtk+-3.2.2 breaks Alt key handling in <=x11-libs/vte-0.30.1:2.90 +# gtk+-3.3.18 breaks scrolling in <=x11-libs/vte-0.31.0:2.90 +# >=xorg-server-1.11.4 needed for +# https://mail.gnome.org/archives/desktop-devel-list/2012-March/msg00024.html +RDEPEND="${COMMON_DEPEND} + >=dev-util/gtk-update-icon-cache-3 + !=x11-themes/adwaita-icon-theme-3.14 + X? ( ! - - kde@gentoo.org - Gentoo KDE Project - + + kde@gentoo.org + Gentoo KDE Project + diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild index 16f804bbe32e..38bd137fdb10 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)" diff --git a/x11-plugins/pidgin-otr/Manifest b/x11-plugins/pidgin-otr/Manifest index 5a18075fc992..b4091d4a39a5 100644 --- a/x11-plugins/pidgin-otr/Manifest +++ b/x11-plugins/pidgin-otr/Manifest @@ -1,2 +1,3 @@ DIST pidgin-otr-3.2.1.tar.gz 409238 SHA256 ce17e9769e3853076d80645adafaa866e7d7188f988d28a9793afc32c85cb979 SHA512 97ae7362c153fecaf838b5aade2ed57cceb7b6204049e851c07b7d9460c8dcf3a3955efc33821deaf3435103f874a285e9868204bbed64e793f0edaecabe37fa WHIRLPOOL 063f5768c6fd35b50656a7540be110f064ae7c01c1838b74a9481700aade78131497ffe10606f01ba803f07d5c1a73de3b53e943091bec44a09f69b8f3789017 DIST pidgin-otr-4.0.1.tar.gz 496879 SHA256 1b781f48c27bcc9de3136c0674810df23f7d6b44c727dbf4dfb24067909bf30a SHA512 359cde727a92964eadb4d795cf6442634c6b35471c68eeadd6b70d9da0ece7440b03a593d7b509d1ca99f50a06777c1e11557af3a55c1660d38cccf9dccbc259 WHIRLPOOL 389c7857aeedc0d0646c3298e2ec38204a2738601d82364493a917994c045bd25b64079e0afa19422089d4ef511306f3b76f42baf5c027bdc49f434ec064f38e +DIST pidgin-otr-4.0.2.tar.gz 515627 SHA256 f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf5724ebac4 SHA512 6815f1d2be5786726602a924ae6ead5371543a53bd36231dc3239fa580f73a6136836df0c1beb64d83b76e6bd0d80ffe6750ca6e9ddd2a6a94841a9a678925ad WHIRLPOOL a1a009388c467cb543f160cf0e662ab2e82d94d13e87e00f86a66feb5756a1ee6da2809baca784f3acaab456f436fc083d9bf44b1287c680f76ec5eba2503007 diff --git a/x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild new file mode 100644 index 000000000000..01772ad5259c --- /dev/null +++ b/x11-plugins/pidgin-otr/pidgin-otr-4.0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" +HOMEPAGE="http://www.cypherpunks.ca/otr/" +SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-libs/libgcrypt:0 + net-im/pidgin[gtk] + >=net-libs/libotr-4.0.0 + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog NEWS README ) diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest index ab779cee062e..32b02e48b90e 100644 --- a/x11-terms/xterm/Manifest +++ b/x11-terms/xterm/Manifest @@ -1,4 +1,4 @@ DIST xterm-314.tgz 1200426 SHA256 1dbf1e93796c1b71b22b84e82eb58bcf20a14a7f365158819f3b4dbb29fe93f0 SHA512 bce72207b6db288c3873f00b928797dfd2aaea51d183b11d377af008a1a83965bd781c648fd26d88b491197594315b2d2549cfdb44f0dbd856b269aebc31ad9f WHIRLPOOL a9eda394dc47d0d31ab27fe338e3a1d41ef581b1617d324fdb98289374e9d5e4854735ddc4a862323203ec1ecb2788f3ae7e4abe1f3b17b15dadecc6edb9f651 DIST xterm-320.tgz 1217356 SHA256 a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7 SHA512 6c234b5564ce1276136bc3ef8ef5d6703ed9dc3af3b0fd7c8c713c0876276fc4bb55cee7137f9a8c45df66531b6bd8eb778bd7660ea35c4aa8aa80ba17ba1263 WHIRLPOOL 2d7b0de46096a7a0426a419007a590bc478d19c7e2ddc3cea2fbfe0998a2f2fe5c6f5da46b5869260207e897a284250fa2cd483d613d65636c01ce366d7b6a5c -DIST xterm-321.tgz 1227432 SHA256 ae23b0a2c309d20a676ee05e37241c9d4ae4cd35a88e4764cb179bce3d6186d6 SHA512 a82a3abe5cb8390dd79d547831b73394d512c2f7b6fb303665a3d01870c534f3d285667856805f79af93ee7af65c102ae31430754b86b54ddac9ce5644a192d9 WHIRLPOOL 92470dfc92663435f404526e88551964b9d8de89351230c627476190c6e7e286404f55a56cd75f63fd71a59a06124dabc94895ba00e5243c7cff5a3389de70ba DIST xterm-322.tgz 1227531 SHA256 9adb41b53f76a3fccaa65d47a87d336094a523985d1d6a6b8cc468375ed109d6 SHA512 12641478cf35daabf45ae4edb0015e2659ca8e9849d56a93765335fc67667ab5ad5eb06c8ca5ed1b90004c22d40a6c57bb624894217b9256d1723154bf5a0c99 WHIRLPOOL bfb2ee3ec96ed9f178ef922b03b947dc2e0072a1787a2c794ac620502ceea7c7bc36d01fc7566ca1ac75dd8c3ba6776d77eadf7a92c0d8040ee39d489bf8e279 +DIST xterm-323.tgz 1234918 SHA256 e39f7469910ecc92bd53496037770d4b572d33486a4ba97188e64459f25658bf SHA512 f70cb33fb0dfdcdf79560de6fc9d35a443a83f2b20d086d3cdd14f20bbf1b2da524479672701d0c298e1a06dae7f7a48ccdc0f04fbeb6cc0d5e673dd4df9ccd2 WHIRLPOOL dcea230dd1cfd9f6ba918f386175b2a8d5dfa6e604c78aa320a2cba1791e7534d4c7d8159c90399e1bfe8dd620023dc2dc9db3efff35ddc6f77d45ab218f85e3 diff --git a/x11-terms/xterm/xterm-321.ebuild b/x11-terms/xterm/xterm-323.ebuild similarity index 90% rename from x11-terms/xterm/xterm-321.ebuild rename to x11-terms/xterm/xterm-323.ebuild index ace5d2730cb1..a332d4ec5ad4 100644 --- a/x11-terms/xterm/xterm-321.ebuild +++ b/x11-terms/xterm/xterm-323.ebuild @@ -12,7 +12,7 @@ SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-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 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+openpty toolbar truetype unicode Xaw3d" COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter ) diff --git a/x11-wm/awesome/Manifest b/x11-wm/awesome/Manifest index e01639ee073b..12518efd3267 100644 --- a/x11-wm/awesome/Manifest +++ b/x11-wm/awesome/Manifest @@ -2,3 +2,4 @@ DIST awesome-3.4.15.tar.bz2 762323 SHA256 4207f5cbed25d0e7ab35157165d923c2ccf04f DIST awesome-3.5.6.tar.xz 720112 SHA256 37f49de187825425cb3096fc870959d5fec9302b22ffd0f2874d8a18e85046d7 SHA512 8d89bf46956276a8bcf106bb255c051e8382b08617e17691134a8f3e5db3ec9f7773581c02ce62d23e72499f7b1e60fe4322c211e41219b5bffd1897a96f6cf6 WHIRLPOOL 8ec944f1113f7b7b7c6857c02a6c657aec05ddf23674c75a7cf571d4a65720ed4f5f1d28b0fdac032c12ea5e9a54f655d080c6af4e1d314b8c00bf2b9e806d01 DIST awesome-3.5.7.tar.xz 722864 SHA256 ba7f92b0ab8b729c569b19b098b0a08339d8654e3c040d07ad02cf99641ceecf SHA512 0b57efa6ba55e28fee56bec96dbf3c47249b2d70b21e1a7760d4367a0ba42d9936c1c6b78afa4aa3050a60cf34189551ea53b208ec8ec9f6563a905463550515 WHIRLPOOL ea368fa058aa1c6a143e6f24231adeb47c5e0d26c462b076d8930a49f72c94097555a542405360c107a9e724f4fcc0993a0ff8b53102dfb072db2a9b04f52d9a DIST awesome-3.5.8.tar.xz 723000 SHA256 7c30c96c57bd72cfed630bbccc344054fe44b37c0a79bdd98075c507af672ec6 SHA512 be5604821e256e36067750c341ca6f8669e159527b93654c8fc41bcd161da6d87fa0e3c5fccc51821586d163535ac78363d12d99ed81b6fb14e26da59136d5ef WHIRLPOOL 2abe85d034c40dddc2189e8eac6e80c59ad1b92bebb0e1c08f67e8a07a3b8eb420ad352c2f4bf500f15ff8aaaa54a0c6dfc67aef5c5516a2aada267388d2ac4f +DIST awesome-3.5.9.tar.xz 723084 SHA256 c7f8b5e4578751688d70ec8c410c55316e22bca8ec1195c622274f1f7254d64f SHA512 6a4c679b293e8cd85d1f7e13f6dea704cbb267e42b9260496a54b657a66d6148aae51521d802d61baaeb23df0d4a8ad0b28d9dc922ea5da2a347b4251cce5e25 WHIRLPOOL 0d2a0b2ad08b07ec8de0150e5e9b8382732b04df3c535d5351ab46d2d7722bc85143d1b00bf47578f7d61d1bc3c3afba5d3e0e6c5ed5ee74f9ad77ea98e3a723 diff --git a/x11-wm/awesome/awesome-3.5.9.ebuild b/x11-wm/awesome/awesome-3.5.9.ebuild new file mode 100644 index 000000000000..cfc244f2746b --- /dev/null +++ b/x11-wm/awesome/awesome-3.5.9.ebuild @@ -0,0 +1,140 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +CMAKE_MIN_VERSION="2.8" +inherit cmake-utils eutils + +DESCRIPTION="A dynamic floating and tiling window manager" +HOMEPAGE="http://awesome.naquadah.org/" +SRC_URI="http://awesome.naquadah.org/download/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="dbus doc elibc_FreeBSD gnome" + +COMMON_DEPEND=" + >=dev-lang/lua-5.1:0 + dev-libs/glib:2 + >=dev-libs/libxdg-basedir-1 + >=dev-lua/lgi-0.7 + x11-libs/cairo[xcb] + x11-libs/gdk-pixbuf:2 + >=x11-libs/libxcb-1.6 + >=x11-libs/pango-1.19.3[introspection] + >=x11-libs/startup-notification-0.10_p20110426 + >=x11-libs/xcb-util-0.3.8 + x11-libs/xcb-util-cursor + x11-libs/libXcursor + >=x11-libs/libX11-1.3.99.901 + dbus? ( >=sys-apps/dbus-1 ) + elibc_FreeBSD? ( dev-libs/libexecinfo )" + +# graphicsmagick's 'convert -channel' has no Alpha support, bug #352282 +DEPEND="${COMMON_DEPEND} + >=app-text/asciidoc-8.4.5 + app-text/xmlto + dev-util/gperf + virtual/pkgconfig + media-gfx/imagemagick[png] + >=x11-proto/xcb-proto-1.5 + >=x11-proto/xproto-7.0.15 + doc? ( + app-doc/doxygen + media-gfx/graphviz + )" + +RDEPEND="${COMMON_DEPEND}" + +DOCS="AUTHORS BUGS PATCHES README STYLE" + +src_prepare() { + # bug #408025 + epatch "${FILESDIR}/${PN}-3.5_rc1-convert-path.patch" + epatch "${FILESDIR}/${PN}-xsession.patch" + + # bug #507604 + epatch "${FILESDIR}/${PN}-3.5.5-util.lua-xdg-icons-fix.patch" + # bug #509658 + epatch "${FILESDIR}/${PN}-3.5.5-cflag-cleanup.patch" + + # bug #571544 + # Merged upstream + #epatch "${FILESDIR}/${PN}-3.5.6-fix-multi-instances-focus.patch" + + epatch_user +} + +src_configure() { + mycmakeargs=( + -DPREFIX="${EPREFIX}"/usr + -DSYSCONFDIR="${EPREFIX}"/etc + $(cmake-utils_use_with dbus DBUS) + $(cmake-utils_use doc GENERATE_DOC) + ) + + cmake-utils_src_configure +} + +src_compile() { + local myargs="all" + + if use doc ; then + myargs="${myargs} doc" + fi + cmake-utils_src_make ${myargs} +} + +src_install() { + cmake-utils_src_install + + if use doc ; then + ( + cd "${CMAKE_BUILD_DIR}"/doc + mv html doxygen + dohtml -r doxygen || die + ) + fi + rm -rf "${ED}"/usr/share/doc/${PN} || die "Cleanup of dupe docs failed" + + exeinto /etc/X11/Sessions + newexe "${FILESDIR}"/${PN}-session ${PN} || die + + # GNOME-based awesome + if use gnome ; then + # GNOME session + insinto /usr/share/gnome-session/sessions + newins "${FILESDIR}/${PN}-gnome-3.session" "${PN}-gnome.session" || die + # Application launcher + domenu "${FILESDIR}/${PN}-gnome.desktop" || die + # X Session + insinto /usr/share/xsessions/ + doins "${FILESDIR}/${PN}-gnome-xsession.desktop" || die + fi +} + +pkg_postinst() { + # bug #447308 + if use gnome; then + elog + elog "You have enabled the gnome USE flag." + elog "Please note that quitting awesome won't kill your gnome session." + elog "To really quit the session, you should bind your quit key" + elog "to the following command:" + elog " gnome-session-quit --logout" + elog "For more info visit" + elog " https://bugs.gentoo.org/show_bug.cgi?id=447308" + fi + + # bug #440724 + elog + elog "If you are having issues with Java application windows being" + elog "completely blank, try installing" + elog " x11-misc/wmname" + elog "and setting the WM name to LG3D." + elog "For more info visit" + elog " https://bugs.gentoo.org/show_bug.cgi?id=440724" + elog +} diff --git a/x11-wm/i3/files/i3-4.12-pango.patch b/x11-wm/i3/files/i3-4.12-pango.patch new file mode 100644 index 000000000000..6442796cae78 --- /dev/null +++ b/x11-wm/i3/files/i3-4.12-pango.patch @@ -0,0 +1,181 @@ +Fixes builds with without pango/cairo + +https://github.com/i3/i3/pull/2243 +https://bugs.gentoo.org/show_bug.cgi?id=576664 + +--- a/include/libi3.h ++++ b/include/libi3.h +@@ -20,7 +20,7 @@ + #if PANGO_SUPPORT + #include + #endif +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + #include + #endif + +@@ -518,7 +518,7 @@ typedef struct placeholder_t { + */ + char *format_placeholders(char *format, placeholder_t *placeholders, int num); + +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + /* We need to flush cairo surfaces twice to avoid an assertion bug. See #1989 + * and https://bugs.freedesktop.org/show_bug.cgi?id=92455. */ + #define CAIRO_SURFACE_FLUSH(surface) \ +@@ -542,7 +542,7 @@ typedef struct surface_t { + int width; + int height; + +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + /* A cairo surface representing the drawable. */ + cairo_surface_t *surface; + +--- a/libi3/draw_util.c ++++ b/libi3/draw_util.c +@@ -11,7 +11,7 @@ + #include + #include + #include +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + #include + #endif + +@@ -50,7 +50,7 @@ void draw_util_surface_init(xcb_connection_t *conn, surface_t *surface, xcb_draw + ELOG("Could not create graphical context. Error code: %d. Please report this bug.\n", error->error_code); + } + +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + surface->surface = cairo_xcb_surface_create(conn, surface->id, surface->visual_type, width, height); + surface->cr = cairo_create(surface->surface); + #endif +@@ -62,7 +62,7 @@ void draw_util_surface_init(xcb_connection_t *conn, surface_t *surface, xcb_draw + */ + void draw_util_surface_free(xcb_connection_t *conn, surface_t *surface) { + xcb_free_gc(conn, surface->gc); +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + cairo_surface_destroy(surface->surface); + cairo_destroy(surface->cr); + +@@ -81,7 +81,7 @@ void draw_util_surface_free(xcb_connection_t *conn, surface_t *surface) { + void draw_util_surface_set_size(surface_t *surface, int width, int height) { + surface->width = width; + surface->height = height; +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + cairo_xcb_surface_set_size(surface->surface, width, height); + #endif + } +@@ -121,7 +121,7 @@ color_t draw_util_hex_to_color(const char *color) { + static void draw_util_set_source_color(xcb_connection_t *conn, surface_t *surface, color_t color) { + RETURN_UNLESS_SURFACE_INITIALIZED(surface); + +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + cairo_set_source_rgba(surface->cr, color.red, color.green, color.blue, color.alpha); + #else + uint32_t colorpixel = color.colorpixel; +@@ -139,7 +139,7 @@ static void draw_util_set_source_color(xcb_connection_t *conn, surface_t *surfac + void draw_util_text(i3String *text, surface_t *surface, color_t fg_color, color_t bg_color, int x, int y, int max_width) { + RETURN_UNLESS_SURFACE_INITIALIZED(surface); + +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + /* Flush any changes before we draw the text as this might use XCB directly. */ + CAIRO_SURFACE_FLUSH(surface->surface); + #endif +@@ -147,7 +147,7 @@ void draw_util_text(i3String *text, surface_t *surface, color_t fg_color, color_ + set_font_colors(surface->gc, fg_color, bg_color); + draw_text(text, surface->id, surface->gc, surface->visual_type, x, y, max_width); + +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + /* Notify cairo that we (possibly) used another way to draw on the surface. */ + cairo_surface_mark_dirty(surface->surface); + #endif +@@ -162,7 +162,7 @@ void draw_util_text(i3String *text, surface_t *surface, color_t fg_color, color_ + void draw_util_rectangle(xcb_connection_t *conn, surface_t *surface, color_t color, double x, double y, double w, double h) { + RETURN_UNLESS_SURFACE_INITIALIZED(surface); + +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + cairo_save(surface->cr); + + /* Using the SOURCE operator will copy both color and alpha information directly +@@ -194,7 +194,7 @@ void draw_util_rectangle(xcb_connection_t *conn, surface_t *surface, color_t col + void draw_util_clear_surface(xcb_connection_t *conn, surface_t *surface, color_t color) { + RETURN_UNLESS_SURFACE_INITIALIZED(surface); + +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + cairo_save(surface->cr); + + /* Using the SOURCE operator will copy both color and alpha information directly +@@ -227,7 +227,7 @@ void draw_util_copy_surface(xcb_connection_t *conn, surface_t *src, surface_t *d + RETURN_UNLESS_SURFACE_INITIALIZED(src); + RETURN_UNLESS_SURFACE_INITIALIZED(dest); + +-#ifdef CAIRO_SUPPORT ++#if CAIRO_SUPPORT + cairo_save(dest->cr); + + /* Using the SOURCE operator will copy both color and alpha information directly +--- a/libi3/font.c ++++ b/libi3/font.c +@@ -397,9 +397,11 @@ static void draw_text_xcb(const xcb_char2b_t *text, size_t text_len, xcb_drawabl + void draw_text(i3String *text, xcb_drawable_t drawable, xcb_gcontext_t gc, + xcb_visualtype_t *visual, int x, int y, int max_width) { + assert(savedFont != NULL); ++#if PANGO_SUPPORT + if (visual == NULL) { + visual = root_visual_type; + } ++#endif + + switch (savedFont->type) { + case FONT_TYPE_NONE: +--- a/src/floating.c ++++ b/src/floating.c +@@ -11,6 +11,10 @@ + */ + #include "all.h" + ++#ifndef MAX ++#define MAX(x, y) ((x) > (y) ? (x) : (y)) ++#endif ++ + /* + * Calculates sum of heights and sum of widths of all currently active outputs + * +--- a/src/util.c ++++ b/src/util.c +@@ -341,10 +341,12 @@ char *pango_escape_markup(char *input) { + if (!font_is_pango()) + return input; + ++#if PANGO_SUPPORT + char *escaped = g_markup_escape_text(input, -1); + FREE(input); + + return escaped; ++#endif + } + + /* +--- a/src/x.c ++++ b/src/x.c +@@ -12,6 +12,10 @@ + */ + #include "all.h" + ++#ifndef MAX ++#define MAX(x, y) ((x) > (y) ? (x) : (y)) ++#endif ++ + xcb_window_t ewmh_window; + + /* Stores the X11 window ID of the currently focused window */ diff --git a/x11-wm/i3/i3-4.12.ebuild b/x11-wm/i3/i3-4.12.ebuild index eabd399c705b..361c0a9f5b66 100644 --- a/x11-wm/i3/i3-4.12.ebuild +++ b/x11-wm/i3/i3-4.12.ebuild @@ -13,7 +13,8 @@ SRC_URI="http://i3wm.org/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="+pango" +IUSE="+cairo +pango" +REQUIRED_USE="pango? ( cairo )" CDEPEND="dev-libs/libev dev-libs/libpcre @@ -25,9 +26,11 @@ CDEPEND="dev-libs/libev x11-libs/xcb-util-cursor x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm + cairo? ( + >=x11-libs/cairo-1.14.4[X,xcb] + ) pango? ( >=x11-libs/pango-1.30.0[X] - >=x11-libs/cairo-1.12.2[X,xcb] )" DEPEND="${CDEPEND} virtual/pkgconfig" @@ -39,8 +42,18 @@ RDEPEND="${CDEPEND} DOCS=( RELEASE-NOTES-${PV} ) src_prepare() { + epatch "${FILESDIR}"/${P}-pango.patch + if ! use pango; then - sed -i common.mk -e '/PANGO/d' || die + sed -e '/^PANGO_.*pangocairo/d' \ + -e '/PANGO_SUPPORT/ s/1/0/g' \ + -i common.mk || die + fi + + if ! use cairo; then + sed -e '/^PANGO_.*cairo/d' \ + -e '/CAIRO_SUPPORT/ s/1/0/g' \ + -i common.mk || die fi cat <<- EOF > "${T}"/i3wm diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest index f16ae867e526..d6aa7b5d67d0 100644 --- a/x11-wm/mutter/Manifest +++ b/x11-wm/mutter/Manifest @@ -1,2 +1,3 @@ DIST mutter-3.16.4.tar.xz 1535572 SHA256 23e8601a594a207fcfdf570e10710539176d41dd43304ef7b274a59d09e305da SHA512 b2d199ad883bb90adfbc96317f4ccc655ed6ff700307503551cb8a4d0a42b7dc9024d1b914935b57c6f50bed90e9ce592179b07a4061a3664443aa012e6b4fd9 WHIRLPOOL 8084e9e43643ce65947856fe81ce29619a2dae22866fb5c42d83563b10dfe55104f18cf8c7f06bce650681df94f658a5438be8fbcc8a0da8a2c2ceaa880f7ab2 DIST mutter-3.18.2.tar.xz 1468660 SHA256 8a69326f216c7575ed6cd53938b9cfc49b3b359cde95d3b6a7ed46c837261181 SHA512 99c138187e28a152d44421e240a9e644c56c74142ab125a0bf208ffaa3e711df9c319b37bbb9827ee3c79abce908aaf4ae6b6cb271b92d90add2642a39b74726 WHIRLPOOL 3c4f1e45a7306dedf8c9350ef130139f69a8d6a56c24ad4c1b52fd9120e72901b2898df0684fabb33a17ceec5261adfc340e09a65cbb1f90045aa34b9ec13342 +DIST mutter-3.18.3.tar.xz 1469556 SHA256 58dd88d5596bb0377ae3aed692b306995de45aefae9e215cfaf4b13287526846 SHA512 20829fc1cabbb507c81a68320d7807b07ae79745a28ae857fcfb05ea2324a0ba61c87fcd35d0f57de4861bc21ed67770d594db84325b5c0a9092c96897ae0fe5 WHIRLPOOL f23b5598ab6fb81d0234eaf64612c9ff78f8d9f413c2217e48cadf5db2b283ff8c4ef3e8eb0d6a189a87e4d6bd6e8a62e5450b09c531c9f3b5dc35db2b0b173f diff --git a/x11-wm/mutter/mutter-3.18.3.ebuild b/x11-wm/mutter/mutter-3.18.3.ebuild new file mode 100644 index 000000000000..75eb3ab81f4d --- /dev/null +++ b/x11-wm/mutter/mutter-3.18.3.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="yes" + +inherit eutils gnome2 + +DESCRIPTION="GNOME 3 compositing window manager based on Clutter" +HOMEPAGE="https://git.gnome.org/browse/mutter/" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="+introspection +kms test wayland" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# libXi-1.7.4 or newer needed per: +# https://bugzilla.gnome.org/show_bug.cgi?id=738944 +COMMON_DEPEND=" + >=x11-libs/pango-1.2[X,introspection?] + >=x11-libs/cairo-1.10[X] + >=x11-libs/gtk+-3.9.11:3[X,introspection?] + >=dev-libs/glib-2.36.0:2[dbus] + >=media-libs/clutter-1.23.4:1.0[X,introspection?] + >=media-libs/cogl-1.17.1:1.0=[introspection?] + >=media-libs/libcanberra-0.26[gtk3] + >=x11-libs/startup-notification-0.7 + >=x11-libs/libXcomposite-0.2 + >=gnome-base/gsettings-desktop-schemas-3.15.92[introspection?] + gnome-base/gnome-desktop:3= + >sys-power/upower-0.99:= + + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + >=x11-libs/libXcomposite-0.2 + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + >=x11-libs/libXi-1.7.4 + x11-libs/libXinerama + >=x11-libs/libXrandr-1.5 + x11-libs/libXrender + x11-libs/libxcb + x11-libs/libxkbfile + >=x11-libs/libxkbcommon-0.4.3[X] + x11-misc/xkeyboard-config + + gnome-extra/zenity + + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) + kms? ( + dev-libs/libinput + >=media-libs/clutter-1.20[egl] + media-libs/cogl:1.0=[kms] + >=media-libs/mesa-10.3[gbm] + sys-apps/systemd + virtual/libgudev + x11-libs/libdrm:= ) + wayland? ( + >=dev-libs/wayland-1.6.90 + >=media-libs/clutter-1.20[wayland] + x11-base/xorg-server[wayland] ) +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.41 + sys-devel/gettext + virtual/pkgconfig + x11-proto/xextproto + x11-proto/xineramaproto + x11-proto/xproto + test? ( app-text/docbook-xml-dtd:4.5 ) +" +RDEPEND="${COMMON_DEPEND} + !x11-misc/expocity +" + +src_configure() { + gnome2_src_configure \ + --disable-static \ + --enable-sm \ + --enable-startup-notification \ + --enable-verbose-mode \ + --with-libcanberra \ + $(use_enable introspection) \ + $(use_enable kms native-backend) \ + $(use_enable wayland) +}