diff --git a/app-admin/swatchdog/files/swatchdog-init b/app-admin/swatchdog/files/swatchdog-init index 7db43eb24266..d623070073f7 100644 --- a/app-admin/swatchdog/files/swatchdog-init +++ b/app-admin/swatchdog/files/swatchdog-init @@ -33,7 +33,7 @@ parse_full() { start() { checkpath -d -q -m 0750 -o root:root /run/swatchdog - if [ "${PARSE_FULL}" == "YES" ]; then + if [ "${PARSE_FULL}" = "YES" ]; then parse_full fi gen_script --tail-file diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest index f47da4873101..ff0c4bfe56a4 100644 --- a/app-crypt/acme/Manifest +++ b/app-crypt/acme/Manifest @@ -1,3 +1,2 @@ -DIST certbot-0.10.1.tar.gz 823669 SHA256 c91b5fddb50dfd46545c12c1e96d1bb5e2794652c11421a6f5d9dad2bbca4d52 SHA512 4e45280b9cb6db3f8dcecfbf0cf64c990ea58d8607ed1aea9853c7248f8830301cc8685126eeb0d0c2ef0e23298c9070b291110d733e72867967bc9506900702 WHIRLPOOL ae08a9236adf69915c4a141106aa104563b1298f9fd3a32491ed8c45fddc9f32243154ba5bde9af7a8b74a95a1d2b7d337e4cbcc37f35ba997a7a50eb2f15200 DIST certbot-0.11.1.tar.gz 817693 SHA256 89c45639746a79a22e32d86dbf9352cda1a4ea218aa1433d3aa61d90c715f52c SHA512 77ab66be8e9e16c3588f9a822db553c3ba8caf5bda91a810c0bccfd2bed144ccab06dae33551df474dba05a679045dc02966bc6f8facecdcba3f00c7b9773f0a WHIRLPOOL 5514e471ef9f7fd75321da7828927c34bec757bcd0c7477814da953286f6a0a414b5cf5969243df41100f172bb2f0b451019f7e1130123a2fac9fcd88a0abd99 DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96 WHIRLPOOL cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0 diff --git a/app-crypt/acme/acme-0.10.1.ebuild b/app-crypt/acme/acme-0.10.1.ebuild deleted file mode 100644 index 4786be64a7a1..000000000000 --- a/app-crypt/acme/acme-0.10.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -PYTHON_COMPAT=(python{2_7,3_4,3_5}) - -if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="https://github.com/certbot/certbot.git" - inherit git-r3 - S=${WORKDIR}/${P}/${PN} -else - SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" - S=${WORKDIR}/certbot-${PV}/acme -fi - -inherit distutils-r1 - -DESCRIPTION="An implementation of the ACME protocol" -HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="test" - -RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] - dev-python/pyrfc3339[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - >=dev-python/requests-2.4.1[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - virtual/python-dnspython" -DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] ) - >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]" - -python_test() { - nosetests -w ${PN} || die -} diff --git a/app-crypt/certbot-apache/Manifest b/app-crypt/certbot-apache/Manifest index c81b914ef6a1..69f2c1392180 100644 --- a/app-crypt/certbot-apache/Manifest +++ b/app-crypt/certbot-apache/Manifest @@ -1 +1 @@ -DIST certbot-0.10.1.tar.gz 823669 SHA256 c91b5fddb50dfd46545c12c1e96d1bb5e2794652c11421a6f5d9dad2bbca4d52 SHA512 4e45280b9cb6db3f8dcecfbf0cf64c990ea58d8607ed1aea9853c7248f8830301cc8685126eeb0d0c2ef0e23298c9070b291110d733e72867967bc9506900702 WHIRLPOOL ae08a9236adf69915c4a141106aa104563b1298f9fd3a32491ed8c45fddc9f32243154ba5bde9af7a8b74a95a1d2b7d337e4cbcc37f35ba997a7a50eb2f15200 +DIST certbot-0.11.1.tar.gz 817693 SHA256 89c45639746a79a22e32d86dbf9352cda1a4ea218aa1433d3aa61d90c715f52c SHA512 77ab66be8e9e16c3588f9a822db553c3ba8caf5bda91a810c0bccfd2bed144ccab06dae33551df474dba05a679045dc02966bc6f8facecdcba3f00c7b9773f0a WHIRLPOOL 5514e471ef9f7fd75321da7828927c34bec757bcd0c7477814da953286f6a0a414b5cf5969243df41100f172bb2f0b451019f7e1130123a2fac9fcd88a0abd99 diff --git a/app-crypt/certbot-apache/certbot-apache-0.10.1.ebuild b/app-crypt/certbot-apache/certbot-apache-0.11.1.ebuild similarity index 100% rename from app-crypt/certbot-apache/certbot-apache-0.10.1.ebuild rename to app-crypt/certbot-apache/certbot-apache-0.11.1.ebuild diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest index 1da344087f16..5d6a2d13450c 100644 --- a/app-crypt/certbot-nginx/Manifest +++ b/app-crypt/certbot-nginx/Manifest @@ -1 +1 @@ -DIST certbot-nginx-0.10.1.tar.gz 823669 SHA256 c91b5fddb50dfd46545c12c1e96d1bb5e2794652c11421a6f5d9dad2bbca4d52 SHA512 4e45280b9cb6db3f8dcecfbf0cf64c990ea58d8607ed1aea9853c7248f8830301cc8685126eeb0d0c2ef0e23298c9070b291110d733e72867967bc9506900702 WHIRLPOOL ae08a9236adf69915c4a141106aa104563b1298f9fd3a32491ed8c45fddc9f32243154ba5bde9af7a8b74a95a1d2b7d337e4cbcc37f35ba997a7a50eb2f15200 +DIST certbot-nginx-0.11.1.tar.gz 817693 SHA256 89c45639746a79a22e32d86dbf9352cda1a4ea218aa1433d3aa61d90c715f52c SHA512 77ab66be8e9e16c3588f9a822db553c3ba8caf5bda91a810c0bccfd2bed144ccab06dae33551df474dba05a679045dc02966bc6f8facecdcba3f00c7b9773f0a WHIRLPOOL 5514e471ef9f7fd75321da7828927c34bec757bcd0c7477814da953286f6a0a414b5cf5969243df41100f172bb2f0b451019f7e1130123a2fac9fcd88a0abd99 diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.10.1.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.11.1.ebuild similarity index 100% rename from app-crypt/certbot-nginx/certbot-nginx-0.10.1.ebuild rename to app-crypt/certbot-nginx/certbot-nginx-0.11.1.ebuild diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest index c81b914ef6a1..69f2c1392180 100644 --- a/app-crypt/certbot/Manifest +++ b/app-crypt/certbot/Manifest @@ -1 +1 @@ -DIST certbot-0.10.1.tar.gz 823669 SHA256 c91b5fddb50dfd46545c12c1e96d1bb5e2794652c11421a6f5d9dad2bbca4d52 SHA512 4e45280b9cb6db3f8dcecfbf0cf64c990ea58d8607ed1aea9853c7248f8830301cc8685126eeb0d0c2ef0e23298c9070b291110d733e72867967bc9506900702 WHIRLPOOL ae08a9236adf69915c4a141106aa104563b1298f9fd3a32491ed8c45fddc9f32243154ba5bde9af7a8b74a95a1d2b7d337e4cbcc37f35ba997a7a50eb2f15200 +DIST certbot-0.11.1.tar.gz 817693 SHA256 89c45639746a79a22e32d86dbf9352cda1a4ea218aa1433d3aa61d90c715f52c SHA512 77ab66be8e9e16c3588f9a822db553c3ba8caf5bda91a810c0bccfd2bed144ccab06dae33551df474dba05a679045dc02966bc6f8facecdcba3f00c7b9773f0a WHIRLPOOL 5514e471ef9f7fd75321da7828927c34bec757bcd0c7477814da953286f6a0a414b5cf5969243df41100f172bb2f0b451019f7e1130123a2fac9fcd88a0abd99 diff --git a/app-crypt/certbot/certbot-0.10.1.ebuild b/app-crypt/certbot/certbot-0.11.1.ebuild similarity index 94% rename from app-crypt/certbot/certbot-0.10.1.ebuild rename to app-crypt/certbot/certbot-0.11.1.ebuild index e7b790e54950..c6bca773dc84 100644 --- a/app-crypt/certbot/certbot-0.10.1.ebuild +++ b/app-crypt/certbot/certbot-0.11.1.ebuild @@ -25,7 +25,7 @@ IUSE="test" CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]" RDEPEND=" ${CDEPEND} - =app-crypt/acme-${PV}[${PYTHON_USEDEP}] + ~app-crypt/acme-${PV}[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/cryptography-0.7[${PYTHON_USEDEP}] @@ -44,7 +44,6 @@ DEPEND=" dev-python/coverage[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/pep8[${PYTHON_USEDEP}] - >=dev-python/psutil-2.2.1[${PYTHON_USEDEP}] >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] )" diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index e7b790e54950..c6bca773dc84 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -25,7 +25,7 @@ IUSE="test" CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]" RDEPEND=" ${CDEPEND} - =app-crypt/acme-${PV}[${PYTHON_USEDEP}] + ~app-crypt/acme-${PV}[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/cryptography-0.7[${PYTHON_USEDEP}] @@ -44,7 +44,6 @@ DEPEND=" dev-python/coverage[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/pep8[${PYTHON_USEDEP}] - >=dev-python/psutil-2.2.1[${PYTHON_USEDEP}] >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] )" diff --git a/app-crypt/coolkey/Manifest b/app-crypt/coolkey/Manifest index 9fa753c3e28e..8250bd40ea11 100644 --- a/app-crypt/coolkey/Manifest +++ b/app-crypt/coolkey/Manifest @@ -1,3 +1,2 @@ -DIST coolkey-1.1.0-patches-002.tar.gz 20574 SHA256 42767673025f7410bc1169231f7759abe4de69d8fa204fc8acfbe228b543129a SHA512 94050979f04f24924331b8a7c38b60de207d32b964caa39714aefd9f616ab7dd4e58b51e2c49fdb63b4dec1acce0c7245ae0a025ef76d457162b7200193dc663 WHIRLPOOL 55fee8ff261b8b3b8e16af05c1a6e7b4acd8eacaa0c73f5dd7bdf4918929097918be0f1ec2feaa5385d991d2a472672c7306dee60f4d61d313b2c47ec691f66a DIST coolkey-1.1.0-patches-003.tar.gz 21263 SHA256 af04f104a2ababe5b4cc7cd9e870918c24b2baa2599ddfe7a8eb0114b63428e0 SHA512 25a5fac68ca041fcf9e927d134d0179fa286e6de75019e7bbf205edeaf73222d9fb9fd3861a8f6e0d933d1a09229e3e727278c3a9b3cc63390ef07774c46390d WHIRLPOOL c272e01c61ec66c2f06b75370ffca33c067b0fbfea16284b8696484dd80b161ec86688a9b4af5ae433e9582ebc914bc10ee4d387dc920e989a93b514ce881746 DIST coolkey-1.1.0.tar.gz 432808 SHA256 8448e3abb81bffc593c96b577dcfbc05b40e8684188456c31be15fae73d730f7 SHA512 4b61de9b40abcf620fbb519d5e3cf1e93ebdd0470854cb63a597fc91e0182998217353014327f7bc4f255d22515d8ea2b08d36b3a831f5f09134fdcd418bc08b WHIRLPOOL 60408f606a5cf5d9ec1ba3938a96a6f938c8d9f4b7ace2677ff35ce125104995675bf0decae92575e82dfc1a2eeaa26c4197ad174a4d3901250c43d906976c24 diff --git a/app-crypt/coolkey/coolkey-1.1.0-r6.ebuild b/app-crypt/coolkey/coolkey-1.1.0-r6.ebuild deleted file mode 100644 index 69d84d982f83..000000000000 --- a/app-crypt/coolkey/coolkey-1.1.0-r6.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit eutils - -PATCHVER="002" - -DESCRIPTION="Linux Driver support for the CoolKey and CAC products" -HOMEPAGE="https://directory.fedora.redhat.com/wiki/CoolKey" -SRC_URI="https://directory.fedora.redhat.com/download/coolkey/${P}.tar.gz - mirror://gentoo/${P}-patches-${PATCHVER}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug" - -RDEPEND=">=sys-apps/pcsc-lite-1.6.4 - dev-libs/nss[utils] - sys-libs/zlib" - -DEPEND="${RDEPEND} - >=app-crypt/ccid-1.4.0 - virtual/pkgconfig" - -pkg_setup() { - pk="pk11install" - dbdir="/etc/pki/nssdb" - ck_mod_name="CoolKey PKCS #11 Module" - - if ! [[ -x $dbdir ]]; then - ewarn "No /etc/pki/nssdb found; check under \$HOME/.pki and" - ewarn "follow the suggested commands using the correct path." - fi -} - -src_prepare() { - epatch "${WORKDIR}/${PN}-patches"/* -} - -src_configure() { - econf --enable-pk11install $(use_enable debug) \ - || die "configure failed" -} - -src_compile() { - emake CFLAGS+="-fno-strict-aliasing" -j1 || die "make failed" -} - -src_install() { - emake install DESTDIR="${D}" || die - diropts -m 1777 - keepdir /var/cache/coolkey -} - -pkg_postinst() { - if [[ -x $dbdir ]]; then - if ! $(modutil -rawlist -dbdir $dbdir | grep libcoolkeypk11); then - elog "You still need to install libcoolkey in your PKCS11 library:" - elog "$pk -p $dbdir 'name=$ck_mod_name library=libcoolkeypk11.so'" - - fi - else - elog "" - elog "You still need to setup your PKCS11 library, or at least" - elog "find where it is (perhaps \$HOME/.pki/nssdb). Once you" - elog "find it, use 'modutil -rawlist -dbdir \$db' to look for" - elog "libcoolkeypk11.so, and if not found, add it using:" - elog "" - elog "$pk -p \$db 'name=$ck_mod_name library=libcoolkeypk11.so'" - elog "" - elog "where \$db is the full path to your pki/nssdb directory." - elog "" - fi -} - -pkg_postrm() { - if [[ -x $dbdir ]]; then - if $(modutil -rawlist -dbdir $dbdir | grep libcoolkeypk11); then - elog "You should remove libcoolkey from your PKCS11 library." - fi - fi -} diff --git a/app-crypt/ubuntu-keyring/Manifest b/app-crypt/ubuntu-keyring/Manifest index 879a97777362..3ca330fe9872 100644 --- a/app-crypt/ubuntu-keyring/Manifest +++ b/app-crypt/ubuntu-keyring/Manifest @@ -1,3 +1,4 @@ DIST ubuntu-keyring_2012.05.19.tar.gz 18495 SHA256 8b3bb00770c7b1e5c0abb215ecf8c383cb3b709292a52aeb1022b5556e768b69 SHA512 3f33099255af9aad1ae8ae845074e714dc846134f49934b221a74c21ef35af5172dc1d845d3819cb28f353abd23df690b15fa0e7f74f8e2a882ddef1ab150f54 WHIRLPOOL 3c0fb09c0295c036fd35d1d53f5aef7ea5d40228563c253dc2e232a059baaa9f443daad34e841fdd9bd216950fcfda81145b85606bc43e9b783cb723d6241c6e DIST ubuntu-keyring_2016.09.01.tar.gz 18251 SHA256 d0b49ab9d7e04a863e4194be787194f2de9d2350337ae898612cbb2e8df09b85 SHA512 ae48fb7a57c95140abb38fa3ed0484acf5374ecc562b54ca321a1c33e76178c3f9e5869ceca1f529686135d601f5738d4426589e558f65923271ca5d2f16ebe2 WHIRLPOOL 6358d1f1b8534e8c09b79f4819c3facd29d98c05c9739e81a74e5d3fae20dc5b4075a94af89482e4285ec275ee8aff8e6a6f297fef93db362dcf61607c7646dd DIST ubuntu-keyring_2016.09.19.tar.gz 20282 SHA256 e43ddc7e123b3c620778dc0a849b006f3cdff27093e917212d797eff56177492 SHA512 2dec94d99502730f455ca9832a0f20a027fbcbd896124b93f79dbf0b2c15e73641719626c08caaf9d35922d569929097f2e2189bad855d12bf4cddd2e4379d19 WHIRLPOOL 8fc7ffd845c8ac91e633e6f7c667d3198bc4b8b24f8b71b201723eb8638972a6353b321b7bbcc01a5d6a5b2cd5bc0d339577beb06a6fc6fcca0e74ccd443991f +DIST ubuntu-keyring_2016.10.27.tar.gz 19182 SHA256 dc0b83433b28e5acedf39330bedec2cd102547570d1ae135497b15bd6ac85abe SHA512 ac4b4353a89bd15f8511ba1cecccb6597c407b67b4642c24ae1e461b2be2a5b2989bf5bc033cb2a265217688a366d2c2907b52bc1e484061348cb218ee5cb6a2 WHIRLPOOL d1273d748e686807e582c72edab3b415879839d60f9232cfdaaf5237f877f945cb9be1f7a06d8f39cee7090f204d4840309a6282fc0f08a15f6614e49f2396eb diff --git a/app-crypt/ubuntu-keyring/ubuntu-keyring-2016.10.27.ebuild b/app-crypt/ubuntu-keyring/ubuntu-keyring-2016.10.27.ebuild new file mode 100644 index 000000000000..4aacf6e3d64c --- /dev/null +++ b/app-crypt/ubuntu-keyring/ubuntu-keyring-2016.10.27.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="GnuPG archive keys of the Ubuntu archive" +HOMEPAGE="http://packages.ubuntu.com/zesty/ubuntu-keyring" +SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install() { + insinto /usr/share/keyrings/ + doins keyrings/*.gpg + + dodoc changelog README +} diff --git a/app-emacs/slime/Manifest b/app-emacs/slime/Manifest index c129c4720702..011b55acef75 100644 --- a/app-emacs/slime/Manifest +++ b/app-emacs/slime/Manifest @@ -1,5 +1,3 @@ -DIST slime-2.0_p20080731-patches.tar.bz2 4966 SHA256 0b032a7f6744dac372bfd2036789efd4e9cc7c509e7836e27fee4abc9072a12a SHA512 12dafeeeeab9bc4b63113e6a3cb4e2695867c0f8dd8e08f38af8c1cc403b25ead6a94b0d3ac2ede2c88e2152f01af49964b811301e761545f9589fa969617d85 WHIRLPOOL 5b99322502466f06ccf22a411053316bb31d510eef4f9189f15a544609cd5d1a47f89de6b5a8366a6c62939dfb012133083305404e3a512077b9e1ac7108e04e -DIST slime-2.0_p20080731.tar.bz2 596093 SHA256 7c5f3ab65a0e76ff042230a34213f558d9a57c00ef22380876bf9cde9717354b SHA512 c991c6d41c5e694a64c71cd9010aeeb7f79ef308ec1d9e1df63ff4031946cf88f7d2b6819725a17f98fcdf6a1a35f82352a817c1c064b7b205b82c363691b7bc WHIRLPOOL 6f62a33600ca7831dfe0cdc0a94db1b5c849fcc3c8392f5709a65c588f45eec70f78c9930e471652f4926398328d2f2ff9a3c6e9475eb14f9c6233213e6c9416 DIST slime-2.0_p20101103-patches.tar.bz2 4730 SHA256 9cab942f4ea64ec2f0e127db3b5428513c51899e5518d9f8c2bd9143c644fd19 SHA512 7990a3ffa4a5867fe84e326034aa794d3396dd2a74125e256be33524e2e737e052094fa11f2f486db34dc619e89e9343d4c5d2f84f3972139c2c7ac33248ce2c WHIRLPOOL a11ebfdf6b9054ed07ea8af667a5ef909cbe129531ee63dd3b4556fedc4d0e334ed913423a23acab176312b1c781f3c25f1c499184d7f2c6bfe459d4b67c368b DIST slime-2.0_p20101103.tar.bz2 725888 SHA256 0596532fa8cb78e59f685557474bd0ac5d00a79ac84c361ab93f079797a4041f SHA512 cb0cc3232304ef6efec5e01d3660cc649abb3e5803f17c82785b154b6f0b581889ea3b2dcf261be39b16ff22c912c34c7ec84c400856f5c4a29fbeaf7c49851d WHIRLPOOL 3421ea5aa5ed96a3d7b552fe74804bc3e7e822dd21623c0b36f7f84d7ad726fa57d0eb496e15d4ef9ea5027f0c247a3ba8ae7ae46118851c3f0ed13ec1cf482f DIST slime-2.11.tar.gz 1054516 SHA256 d63962c22f983a52519fb51b5ca28183aeb23ff6892804d02311e54d73ec8b2a SHA512 9507a4460a2f0d5b4f0857824fcaa36f6efeb09aebde7ca682bdc0214b6a722e471180c34ddce26a8f94d7cf3aae959954565ada314729e803d36767afc3e850 WHIRLPOOL 530c5b341f2ca4a95c954cea848c67cfd027345691feb9c246eb56ecaf6c420b642ed1991f1d615dabc0ca1f54bc6b28482e57c800498cf25a17ce39a7dc0ba3 diff --git a/app-emacs/slime/slime-2.0_p20080731-r1.ebuild b/app-emacs/slime/slime-2.0_p20080731-r1.ebuild deleted file mode 100644 index 4be63c9c22ed..000000000000 --- a/app-emacs/slime/slime-2.0_p20080731-r1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit common-lisp elisp eutils - -DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)" -HOMEPAGE="http://common-lisp.net/project/slime/" -SRC_URI="mirror://gentoo/${P}.tar.bz2 - mirror://gentoo/${P}-patches.tar.bz2" - -LICENSE="GPL-2 xref? ( xref.lisp )" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="doc xref" - -RDEPEND="virtual/commonlisp - dev-lisp/asdf" -DEPEND="${RDEPEND} - doc? ( virtual/texi2dvi )" - -CLPACKAGE=swank -SITEFILE="70${PN}-gentoo.el" - -src_prepare() { - EPATCH_SUFFIX=patch epatch - mv "${WORKDIR}/swank.asd" "${S}" || die - - # extract date of last update from ChangeLog, bug 233270 - SLIME_CHANGELOG_DATE=$(awk '/^[-0-9]+ / { print $1; exit; }' ChangeLog) - [ -n "${SLIME_CHANGELOG_DATE}" ] || die "cannot determine ChangeLog date" - - sed -i "/(defvar \*swank-wire-protocol-version\*/s:nil:\"${SLIME_CHANGELOG_DATE}\":" swank.lisp || die - sed -i "s:@SLIME-CHANGELOG-DATE@:${SLIME_CHANGELOG_DATE}:" slime.el || die - - # Remove xref.lisp (which is non-free) unless USE flag is set - use xref || rm -f xref.lisp -} - -src_compile() { - elisp-compile *.el || die - BYTECOMPFLAGS="${BYTECOMPFLAGS} -L contrib -l slime" \ - elisp-compile contrib/*.el || die - emake -j1 -C doc slime.info || die - - if use doc; then - VARTEXFONTS="${T}/fonts" emake -j1 -C doc slime.{ps,pdf} || die - fi -} - -src_install() { - ## install core - elisp-install ${PN} *.{el,elc} "${FILESDIR}/swank-loader.lisp" || die - sed "s:/usr/:${EPREFIX}&:g" "${FILESDIR}/${SITEFILE}" >"${T}/${SITEFILE}" \ - || die - elisp-site-file-install "${T}/${SITEFILE}" || die - - # remove upstream swank-loader, since it won't be used - rm "${S}/swank-loader.lisp" - - insinto "${CLSOURCEROOT%/}/swank" - doins *.lisp swank.asd || die - dodir "${CLSYSTEMROOT}" || die - dosym "${CLSOURCEROOT%/}/swank/swank.asd" "${CLSYSTEMROOT}" || die - - ## install contribs - elisp-install ${PN}/contrib/ contrib/*.{el,elc,scm,goo} || die - insinto "${CLSOURCEROOT%/}/swank/contrib" - doins contrib/*.lisp || die - - ## install docs - doinfo doc/slime.info || die - dodoc README* ChangeLog HACKING NEWS PROBLEMS - newdoc contrib/README README.contrib - newdoc contrib/ChangeLog ChangeLog.contrib - use doc && dodoc doc/slime.{ps,pdf} -} diff --git a/app-emacs/slime/slime-2.0_p20080731.ebuild b/app-emacs/slime/slime-2.0_p20080731.ebuild deleted file mode 100644 index 64157e2a78b9..000000000000 --- a/app-emacs/slime/slime-2.0_p20080731.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp elisp eutils - -DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)" -HOMEPAGE="http://common-lisp.net/project/slime/" -SRC_URI="mirror://gentoo/${P}.tar.bz2 - mirror://gentoo/${P}-patches.tar.bz2" - -LICENSE="GPL-2 xref.lisp" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="doc" - -RDEPEND="virtual/commonlisp dev-lisp/asdf" -DEPEND="${RDEPEND} - doc? ( virtual/texi2dvi )" - -CLPACKAGE=swank -SITEFILE=70${PN}-gentoo.el - -src_unpack() { - unpack ${A} - cd "${S}" - - EPATCH_SUFFIX=patch epatch - mv "${WORKDIR}/swank.asd" "${S}" || die - - # extract date of last update from ChangeLog, bug 233270 - SLIME_CHANGELOG_DATE=$(awk '/^[-0-9]+ / { print $1; exit; }' ChangeLog) - [ -n "${SLIME_CHANGELOG_DATE}" ] || die "cannot determine ChangeLog date" - - sed -i "/(defvar \*swank-wire-protocol-version\*/s:nil:\"${SLIME_CHANGELOG_DATE}\":" swank.lisp \ - || die "sed swank.lisp failed" - sed -i "s:@SLIME-CHANGELOG-DATE@:${SLIME_CHANGELOG_DATE}:" slime.el \ - || die "sed slime.el failed" -} - -src_compile() { - elisp-compile *.el || die "Cannot compile core Elisp files" - BYTECOMPFLAGS="${BYTECOMPFLAGS} -L contrib -l slime" \ - elisp-compile contrib/*.el || die "Cannot compile contrib Elisp files" - emake -j1 -C doc slime.info || die "Cannot build info docs" - if use doc; then - VARTEXFONTS="${T}"/fonts \ - emake -j1 -C doc slime.{ps,pdf} || die "emake doc failed" - fi -} - -src_install() { - ## install core - elisp-install ${PN} *.el{,c} "${FILESDIR}"/swank-loader.lisp \ - || die "Cannot install SLIME core" - elisp-site-file-install "${FILESDIR}"/${SITEFILE} \ - || die "elisp-site-file-install failed" - # remove upstream swank-loader, since it won't be used - rm "${S}"/swank-loader.lisp - insinto "${CLSOURCEROOT%/}"/swank - doins *.lisp swank.asd - dodir "${CLSYSTEMROOT}" - dosym "${CLSOURCEROOT%/}"/swank/swank.asd "${CLSYSTEMROOT}" - dosym "${SITELISP}"/${PN}/swank-version.el "${CLSOURCEROOT%/}"/swank - - ## install contribs - elisp-install ${PN}/contrib/ contrib/*.{el,elc,scm,goo} \ - || die "Cannot install contribs" - insinto "${CLSOURCEROOT%/}"/swank/contrib - doins contrib/*.lisp - - ## install docs - dodoc README* ChangeLog HACKING NEWS PROBLEMS - newdoc contrib/README README.contrib - newdoc contrib/ChangeLog ChangeLog.contrib - doinfo doc/slime.info - use doc && dodoc doc/slime.{ps,pdf} -} diff --git a/app-emulation/kompose/Manifest b/app-emulation/kompose/Manifest index 47636d56b14f..ed93a4dfdc36 100644 --- a/app-emulation/kompose/Manifest +++ b/app-emulation/kompose/Manifest @@ -1 +1 @@ -DIST kompose-0.1.2_p20161207.tar.gz 4931237 SHA256 d4e008f6b9e5086365bc2cfb9a0883026cb6e8bb925612e31dc2112498c10bc0 SHA512 6dc5b047fdc56e368508338975221644219b820d90960c726a601ac0c33e637a25e4c98cd3ec8438d5fe7c7e30bb554fa89c43805668f0189d1b59e0785d5361 WHIRLPOOL 6a96698a786b87309e334c5ab69681002e232118e64bdd5778fa42ef2f02b993459e6bc1b9e40c84c0a3b5398569b3dcd2ef01479f64ecda68b15cae96020fa6 +DIST kompose-0.2.0_p20170214.tar.gz 4928182 SHA256 437303c2f7b3c24182561e76cfa85102814f731fc7f5951933fe6c153c6b2e1b SHA512 dab013f861f4a185c0fdea3f4b79d33ff280f3c7ad77e150ce381770182ad77a37d8ccbadfe1f7bd13d50dc36a7087847d1636b6b411a21e0de43113be5b0183 WHIRLPOOL 581a6059bdb6286ca859e5a2f1e750a9ceaa3724ed9fee4092ac9283b2216629118437ccd0354ffebde95ac37b1591048f5972658a093b4aefc09bc8a02402f8 diff --git a/app-emulation/kompose/kompose-0.1.2_p20161207.ebuild b/app-emulation/kompose/kompose-0.2.0_p20170214.ebuild similarity index 70% rename from app-emulation/kompose/kompose-0.1.2_p20161207.ebuild rename to app-emulation/kompose/kompose-0.2.0_p20170214.ebuild index 7472d638f3c2..30d5f9fc6c8f 100644 --- a/app-emulation/kompose/kompose-0.1.2_p20161207.ebuild +++ b/app-emulation/kompose/kompose-0.2.0_p20170214.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=6 inherit golang-build golang-vcs-snapshot EGO_PN="github.com/kubernetes-incubator/kompose/..." -EGIT_COMMIT="04a3131834cddfb1af42b63b21641fbbf84a4a9d" +EGIT_COMMIT="d20a42e4472dbf519da01889c4b6b76b1352097f" ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" @@ -17,14 +17,11 @@ LICENSE="Apache-2.0" SLOT="0/${PVR}" IUSE="hardened" -src_prepare() { - default - sed -i -e "s/HEAD/${EGIT_COMMIT:0:7}/" src/${EGO_PN%/*}/version/version.go || die -} +RESTRICT="test" src_compile() { export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" - GOPATH="${S}" go build -o bin/kompose src/${EGO_PN%/*}/main.go || die + GOPATH="${S}" go build -ldflags="-X github.com/kubernetes-incubator/kompose/cmd.GITCOMMIT=${EGIT_COMMIT:0:7}" -o bin/kompose src/${EGO_PN%/*}/main.go || die } src_install() { diff --git a/app-forensics/honggfuzz/Manifest b/app-forensics/honggfuzz/Manifest index c960503a790c..6df0bf6aa074 100644 --- a/app-forensics/honggfuzz/Manifest +++ b/app-forensics/honggfuzz/Manifest @@ -1,2 +1,3 @@ DIST honggfuzz-0.7.tar.gz 413122 SHA256 611472a453c870165bb44e55900e7709aa4f7bca0159a81fc599cd66d1547d2a SHA512 b0ab50ebae44fe734899a6fd4e6a861ff289ea6f449141fd974a4ad4cc8e12f0b77f7ba9163134668f5401596f2cf179c20d1e97cdc6578282f7c6b6e1c54b57 WHIRLPOOL d6e066efce44c7080467235a12392374da4bab1aa5714de1e7739cc96ecf66d44b97810b5a69b1a939c1194d9e129cc972a440943029d3a468f0946de648940a DIST honggfuzz-0.8.tar.gz 432740 SHA256 6bdc09798e7fe69d2c88437b61c3d2ec5be17a8135ddbe8da006373ec0ca492f SHA512 65db9e67fd3ba3303a62c61c05a738dfad71dd3cbef032de8cae0965886887ea11ee3f4011354cf7b40014a8cd02d773ca66a06389cf76b42bdc5a79dbcb1ca1 WHIRLPOOL 33fe61321dc318824385632622d0f10d53dcfb36b0ffb5e43a7f3d051d8b9f2ae11b3d3c35c8f675250c88eaf2af3cd7ffcb7d33f9c18adf6fbea34e6aae3b88 +DIST honggfuzz-0.9.tar.gz 7332175 SHA256 161ad1fab5a677054d54d55a9fc070a2a4cbd26d6794e7fd8fe68db909f433c7 SHA512 d73200994a26afc7c11db4a36b24d4ca90b1994ed088cbe462fcec46d9236d82511e3d3fc440ef44a56ef387683b6dc330b4e104bec8047c2c797681617ad1f4 WHIRLPOOL 4e3d2d8683ce774394a513280902d2285f2262f6a774f04a52de729bfaedb2268d559e01428b7666a436ce5eca12c034ebe0094107a92a2e3db1943d77a99657 diff --git a/app-forensics/honggfuzz/honggfuzz-0.9.ebuild b/app-forensics/honggfuzz/honggfuzz-0.9.ebuild new file mode 100644 index 000000000000..11d6ed4f78bd --- /dev/null +++ b/app-forensics/honggfuzz/honggfuzz-0.9.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit toolchain-funcs + +DESCRIPTION="A general purpose fuzzer with feedback support" +HOMEPAGE="http://google.github.io/honggfuzz/" +SRC_URI="https://github.com/google/honggfuzz/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + sys-libs/binutils-libs:= + sys-libs/libunwind +" + +DEPEND="${RDEPEND}" + +DOCS=( + CHANGELOG + COPYING + CONTRIBUTING + README.md +) + +src_compile() { + CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake +} + +src_install() { + dobin ${PN} + + einstalldocs +} diff --git a/app-misc/hexcompare/Manifest b/app-misc/hexcompare/Manifest index c916b102200a..30210d508444 100644 --- a/app-misc/hexcompare/Manifest +++ b/app-misc/hexcompare/Manifest @@ -1,2 +1 @@ DIST hexcompare-1.0.4.tar.gz 9686 SHA256 a9609b28099d7578228f359a460a06f7fc1ae8cde614ea10e525b88eb04a9451 SHA512 847bf7e26f27aa0ff56e38b3fe95ad7940a0226e0c496963530fa405d8a3a50f8288a4c7f28d48d4cce05e52c1f69180917a7f10da0943cabf977f78b62eb5fe WHIRLPOOL 45925df7b39ccd9f27532f8148b70a106a50958bac0f129bb37b408b3916dbd801713fac790c0326489a4843b300bd0ccd0d55a62c832caefc0b8090fda15d1b -DIST hexcompare-101.tar.gz 8718 SHA256 3aad559a1784aacd315109ebad47ab99364ad8c9ab6410463f3d457d5d7e7e76 SHA512 dacce9eefc37b139347452aaf1698f0f1c9fc9b6bca83487154aab840735cd3a46ddb333b76a268149b99d4ef786123cd1799dfb809c047ada62dd87d8dd5dc2 WHIRLPOOL b0979a4d6f8df3fce4530c9baf1d1dcaca39ed753fc81fe28443e30f43a11e56dcbb31e9519fa428a5bd7e6a3be2462c26056a8e0e8fa0f3e5578c3bd3adccf1 diff --git a/app-misc/hexcompare/hexcompare-1.0.1.ebuild b/app-misc/hexcompare/hexcompare-1.0.1.ebuild deleted file mode 100644 index b05a75e5693d..000000000000 --- a/app-misc/hexcompare/hexcompare-1.0.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit eutils toolchain-funcs versionator - -DESCRIPTION="ncurses-based visual comparison of binary files" -HOMEPAGE="http://hexcompare.sourceforge.net/" -MY_P=${PN}-$(replace_all_version_separators '') -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}.patch -} - -src_compile() { - $(tc-getCC) \ - ${CFLAGS} $(/usr/bin/ncurses5-config --cflags) \ - -o ${PN} main.c gui.c \ - ${LDFLAGS} $(/usr/bin/ncurses5-config --libs) || die -} - -src_install() { - dobin ${PN} || die - dodoc README || die -} diff --git a/app-misc/timestamp/timestamp-1.1-r1.ebuild b/app-misc/timestamp/timestamp-1.1-r1.ebuild new file mode 100644 index 000000000000..892128bd89b9 --- /dev/null +++ b/app-misc/timestamp/timestamp-1.1-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="A text filtering pipe that marks each line with a timestamp" +HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95" +SRC_URI="http://math.smsu.edu/~erik/files/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="!sys-apps/moreutils" +RDEPEND="${DEPEND}" + +DOCS=( ChangeLog ) + +src_install() { + emake DESTDIR="${D}" install + einstalldocs +} diff --git a/app-text/ghostscript-gpl/Manifest b/app-text/ghostscript-gpl/Manifest index cfc72662ac90..ed3214f47051 100644 --- a/app-text/ghostscript-gpl/Manifest +++ b/app-text/ghostscript-gpl/Manifest @@ -1,5 +1,4 @@ DIST ghostscript-9.15.tar.bz2 28826065 SHA256 e65daf25059e2f3dabd3535df3d936a42ca4933d36473a03095e39adcdd5315c SHA512 5c800615bb813f827c218145eb3238773e01f0941efca51abf4233ac6fdb96154b362c65a9567dc6b22794cb2caff69a58eb436c7f9c8e5370a4a64087e50c7e WHIRLPOOL 9e434278560af8fcc92119309eaaf80d615571d971b06d6e26f40317224bd7af49f2115eda4c914ed9c0bd4755439c91929fa3884eca5beb968c73377eab5f28 -DIST ghostscript-9.19.tar.bz2 29616270 SHA256 f67acdcfcde1f86757ff3553cd719f12eac2d7681a0e96d8bdd1f40a0f47b45b SHA512 d92d05c90ab4849ccca0d8aa0c583d41da3fe6089fd724a84f1fbddb3e65e116ee064ae0933b77019609332f765840146b62607e2f94dbfff90aa0597e1271ea WHIRLPOOL fff901a4c9e83a5adffd53a45a767e95eaf7eb407aa07009003bda59ddfcda5934dc070d7845e1a46addda97219e70fa1464d1de8e41d2070288938d91515f20 DIST ghostscript-9.20.tar.xz 26387028 SHA256 3c0f3dc5df6f784850fa4ce7dcc3d6c56ef543af1fbaedd1d9f8d9f8b66de0ab SHA512 3e636f9746303f0d0fbcdfed22e8da4cc2cfd87c2afde38ffef67acb6a9fc2416aaca691d64355294e70f699bcf4acf33b09d3493dc24bc3c368387f066357fd WHIRLPOOL 0c58d8a860093ae856339839aa5012f5e47d87891fc16890cf7730979cb6506c1b686a6c1ca5dfbdcaafc614d989fec09b665d9eacc784f0dc31bca50d341f7f DIST ghostscript-gpl-9.12-patchset-1.tar.bz2 4940 SHA256 5c0e99a192a6d0e142c4c5f38a2d80ceeeb4a8e2265264d31360b06f3d94e0b5 SHA512 e3daf758c75ecb6a38dbece91b0f44ae06985920080b376384a9b3ad2ad35295530c144832158af2933d5fc49782c1fc6733efc60106193499c615a502f5e656 WHIRLPOOL e9436e1681e95a4b578a9de577d9b487ad119893c141baf840cd5dae0b89f5eedbde6d2f1225fb97c425a6dc3f3fb7f1ea6a02ab02b799438c3002fb933575c6 DIST ghostscript-gpl-9.20-patchset-2.tar.xz 16696 SHA256 10172b0e1c2bf85933d568bb59f3aa7c1faf7b56b8cf3ab54dfa41e032c3490d SHA512 c62acfaae388d9ecd0d00b3b63e1e42fdc917eaf568ac65833490656d6f7261a7b8df3ba44ed50373007f48b4dd3ca9a3c528ae126307d58635200521e32ba4d WHIRLPOOL 3bf59a324f8f35764cad687da158c404f884ed639505ee5a3ca79ef90bba36b8f4e6919a40aae99947b75697d743340aa88b6a5ba1d7c0e12d17b124385347d3 diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.19.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.19.ebuild deleted file mode 100644 index 41a195063890..000000000000 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.19.ebuild +++ /dev/null @@ -1,243 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils multilib versionator flag-o-matic toolchain-funcs - -DESCRIPTION="Ghostscript is an interpreter for the PostScript language and for PDF" -HOMEPAGE="http://ghostscript.com/" - -MY_P=${P/-gpl} -GSDJVU_PV=1.6 -PVM=$(get_version_component_range 1-2) -PVM_S=$(replace_all_version_separators "" ${PVM}) -SRC_URI=" - https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PVM_S}/${MY_P}.tar.bz2 - mirror://gentoo/${PN}-9.12-patchset-1.tar.bz2 - djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.gz )" - -LICENSE="AGPL-3 CPL-1.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="cups dbus djvu gtk idn l10n_de static-libs tiff X" -RESTRICT="djvu? ( bindist )" - -COMMON_DEPEND=" - app-text/libpaper - media-libs/fontconfig - >=media-libs/freetype-2.4.9:2= - media-libs/jbig2dec - >=media-libs/lcms-2.6:2 - >=media-libs/libpng-1.6.2:0= - >=sys-libs/zlib-1.2.7:= - virtual/jpeg:0 - cups? ( >=net-print/cups-1.3.8 ) - dbus? ( sys-apps/dbus ) - djvu? ( app-text/djvu ) - gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) - idn? ( net-dns/libidn ) - tiff? ( >=media-libs/tiff-4.0.1:0= ) - X? ( x11-libs/libXt x11-libs/libXext ) -" - -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig -" - -RDEPEND="${COMMON_DEPEND} - >=app-text/poppler-data-0.4.5-r1 - >=media-fonts/urw-fonts-2.4.9 - l10n_ja? ( media-fonts/kochi-substitute ) - l10n_ko? ( media-fonts/baekmuk-fonts ) - l10n_zh-CN? ( media-fonts/arphicfonts ) - l10n_zh-TW? ( media-fonts/arphicfonts ) - !!media-fonts/gnu-gs-fonts-std - !!media-fonts/gnu-gs-fonts-other - !> "${S}"/contrib/contrib.mak || die - - # install ps2utf8.ps, bug #197818 - cp gsdjvu-${GSDJVU_PV}/ps2utf8.ps "${S}"/lib || die - sed -i -e '/$(EXTRA_INIT_FILES)/ a\ps2utf8.ps \\' \ - "${S}"/base/unixinst.mak || die "sed failed" - fi - - if ! use gtk ; then - sed -i -e "s:\$(GSSOX)::" \ - -e "s:.*\$(GSSOX_XENAME)$::" \ - "${S}"/base/unix-dll.mak || die "sed failed" - fi - - # Force the include dirs to a neutral location. - sed -i \ - -e "/^ZLIBDIR=/s:=.*:=${T}:" \ - configure.ac || die - # Some files depend on zlib.h directly. Redirect them. #573248 - sed -i \ - -e '/^zlib_h/s:=.*:=:' \ - base/lib.mak || die - - # search path fix - # put LDFLAGS after BINDIR, bug #383447 - sed -i -e "s:\$\(gsdatadir\)/lib:@datarootdir@/ghostscript/${PVM}/$(get_libdir):" \ - -e "s:exdir=.*:exdir=@datarootdir@/doc/${PF}/examples:" \ - -e "s:docdir=.*:docdir=@datarootdir@/doc/${PF}/html:" \ - -e "s:GS_DOCDIR=.*:GS_DOCDIR=@datarootdir@/doc/${PF}/html:" \ - -e 's:-L$(BINDIR):& $(LDFLAGS):g' \ - "${S}"/Makefile.in "${S}"/base/*.mak || die "sed failed" - - cd "${S}" || die - # remove incorrect symlink, bug 590384 - rm -f ijs/ltmain.sh || die - eautoreconf - - cd "${S}/ijs" || die - eautoreconf -} - -src_configure() { - local FONTPATH - for path in \ - /usr/share/fonts/urw-fonts \ - /usr/share/fonts/Type1 \ - /usr/share/fonts \ - /usr/share/poppler/cMap/Adobe-CNS1 \ - /usr/share/poppler/cMap/Adobe-GB1 \ - /usr/share/poppler/cMap/Adobe-Japan1 \ - /usr/share/poppler/cMap/Adobe-Japan2 \ - /usr/share/poppler/cMap/Adobe-Korea1 - do - FONTPATH="$FONTPATH${FONTPATH:+:}${EPREFIX}$path" - done - - # We force the endian configure flags until this is fixed: - # http://bugs.ghostscript.com/show_bug.cgi?id=696498 - PKGCONFIG=$(type -P $(tc-getPKG_CONFIG)) \ - econf \ - --enable-dynamic \ - --enable-freetype \ - --enable-fontconfig \ - --enable-openjpeg \ - --enable-$(tc-endian)-endian \ - --disable-compile-inits \ - --with-drivers=ALL \ - --with-fontpath="$FONTPATH" \ - --with-ijs \ - --with-jbig2dec \ - --with-libpaper \ - --without-luratech \ - $(use_enable cups) \ - $(use_enable dbus) \ - $(use_enable gtk) \ - $(use_with cups pdftoraster) \ - $(use_with idn libidn) \ - $(use_with tiff system-libtiff) \ - $(use_with X x) - - if use djvu ; then - sed -i -e 's!$(DD)bbox.dev!& $(DD)djvumask.dev $(DD)djvusep.dev!g' \ - "${S}"/Makefile || die "sed failed" - fi - - cd "${S}/ijs" || die - econf \ - --enable-shared \ - $(use_enable static-libs static) -} - -src_compile() { - # -j1 needed because of bug #550926 - emake -j1 so all - - cd "${S}/ijs" || die - emake -} - -src_install() { - emake -j1 DESTDIR="${D}" install-so install - - use djvu && dobin gsdjvu - - # move gsc to gs, bug #343447 - # gsc collides with gambit, bug #253064 - mv -f "${ED}"/usr/bin/{gsc,gs} || die - - cd "${S}/ijs" || die - emake -j1 DESTDIR="${D}" install - - # rename the original cidfmap to cidfmap.GS - mv "${ED}/usr/share/ghostscript/${PVM}/Resource/Init/cidfmap"{,.GS} || die - - # install our own cidfmap to handle CJK fonts - insinto /usr/share/ghostscript/${PVM}/Resource/Init - doins \ - "${WORKDIR}/fontmaps/CIDFnmap" \ - "${WORKDIR}/fontmaps/cidfmap" - for X in ${LANGS} ; do - if use l10n_${X} ; then - doins "${WORKDIR}/fontmaps/cidfmap.${X/-/_}" - fi - done - - # install the CMaps from poppler-data properly, bug #409361 - dosym /usr/share/poppler/cMaps /usr/share/ghostscript/${PVM}/Resource/CMap - - use static-libs || prune_libtool_files --all - - if ! use l10n_de; then - rm -r "${ED}"/usr/share/man/de || die - fi -} diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r1.ebuild index 0f45ad7fdca6..5dc6e9032c4d 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r1.ebuild @@ -79,13 +79,6 @@ for X in ${LANGS} ; do IUSE="${IUSE} l10n_${X}" done -#pkg_setup() { -# if use djvu; then -# ewarn "With USE=\"djvu\", distribution of binaries is restricted!" -# ewarn "See http://djvu.sourceforge.net/gsdjvu/COPYING for details on licensing issues." -# fi -#} - src_prepare() { default diff --git a/app-text/qpdf/Manifest b/app-text/qpdf/Manifest index 359cc96792d7..278dbc7fed62 100644 --- a/app-text/qpdf/Manifest +++ b/app-text/qpdf/Manifest @@ -1,4 +1,3 @@ DIST qpdf-5.1.1.tar.gz 7662701 SHA256 95d355d8fa5e1c677e04d884161de94f5438bf3bdc1638498796b042bad4a726 SHA512 236132290694730d7de08635560435d34ae44f4edbc1b887e494f2ee183271331827226e7e29e539d25d5a2ca1dd5815a387c46edc0b6fd898436bbb674d9993 WHIRLPOOL 66eee10dc5163f1e53afcbd02b71bab73598c28ebb9b005c26af4e58396fd693af7ed76a17fd0c29819b0fa08a71ea0158c76bfa0b0d452a78bb357277644459 -DIST qpdf-5.1.2.tar.gz 7664268 SHA256 e9dd8d5d0a322078ffd573f057f03d24a734cc5b7dd925b089ebcb0f6e867bfd SHA512 be2fe3f1127532edc1b3d9af2d25df64c2c04c402cfef8d1ca5ed77129c2f17ef3435abb6c630b260ee4be8458984c0fbf0abfb6cda82ef4fa74dc23ca7a8864 WHIRLPOOL 5ec875f0ea73aa044c671f4ea9e5b69c74c188463ad58006a55ed395fed4e0184baad760486596586866b9f701ae5e211ac08ade1eff54028e20c6c1462ee629 DIST qpdf-5.1.3.tar.gz 7681578 SHA256 d5164bdad3afc381568dbe8e1509a4a6a911d4d077f1fc20b9866ef8fad901d3 SHA512 676cc6db27dcbcdece21cb427c6aae14646389f4000ff111feee8fdbbb03fe715035e5236a08db4137f275a09ed0dda5c80afbdc5093fe7f56b69a0e335ab73a WHIRLPOOL 96cf06c0da63f9f3f5bccd422875c23e473443a4552de3c23ab9971104876fb5463cb6b7db86faee3aac04bddd9b59391093a7d5840cad801093162561ba459d DIST qpdf-6.0.0.tar.gz 8344860 SHA256 a9fdc7e94d38fcd3831f37b6e0fe36492bf79aa6d54f8f66062cf7f9c4155233 SHA512 303e3cc77ddb87b9494e26c35e0b45b42f73692054c56a00f2e4f1922633c6ebb45c8684992cd9bf32f03366fcc4cd7e7ec6fb9432d2dbba6e0b24395909b5bf WHIRLPOOL f9fae783c16a93826f825a8efe1a116cbde00fb19b8b56dbfcad7878557c106c8f7a58945af3002f2a72aa032247008013edce8943a45cca8c186b68bf2b5cd3 diff --git a/app-text/qpdf/qpdf-5.1.2-r1.ebuild b/app-text/qpdf/qpdf-5.1.2-r1.ebuild deleted file mode 100644 index 0720f92442a3..000000000000 --- a/app-text/qpdf/qpdf-5.1.2-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit eutils - -DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files" -HOMEPAGE="http://qpdf.sourceforge.net/" -SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz" - -LICENSE="Artistic-2" -SLOT="0/13" # subslot = libqpdf soname version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris" -IUSE="doc examples perl static-libs test" - -RDEPEND="dev-libs/libpcre - sys-libs/zlib" -DEPEND="${RDEPEND} - test? ( - sys-apps/diffutils - media-libs/tiff - app-text/ghostscript-gpl[tiff] - )" -# Only need perl for the installed tools. -RDEPEND+=" perl? ( >=dev-lang/perl-5.8 )" - -DOCS=( ChangeLog README TODO ) - -src_prepare() { - # manually install docs - sed -i "/docdir/d" make/libtool.mk || die -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable test test-compare-images) -} - -src_install() { - default - - if ! use perl ; then - rm "${ED}"/usr/bin/fix-qdf || die - rm "${ED}"/usr/share/man/man1/fix-qdf.1 || die - fi - - if use doc ; then - dodoc doc/qpdf-manual.pdf - dohtml doc/* - fi - - if use examples ; then - dobin examples/build/.libs/* - fi - - prune_libtool_files -} diff --git a/dev-cpp/pstreams/Manifest b/dev-cpp/pstreams/Manifest index a6c2505f3e84..2b5a3f5e6566 100644 --- a/dev-cpp/pstreams/Manifest +++ b/dev-cpp/pstreams/Manifest @@ -1,6 +1,8 @@ DIST pstreams-0.7.0.tar.gz 55536 SHA256 dc3850460a2ba7ff17969969e202d2c4241d250a1383b8093c961118e0b631bb SHA512 287a7503f25ad70c477b51f7c4af4c54947c1abc6c213371cdc7fc4ccdc20bf79b51959c0b482ae2fa9354e529036b2b53ca8ae5cbf8cd82ad43054856e5e00d WHIRLPOOL 884e363a5f61b45f06e277675a6c4195d9cf85d4e30d7de70099b2969311fb689061f233efcc3248e3ea2b84090102c0825729c8ff843e47066da7a030664883 DIST pstreams-0.8.1.tar.gz 58588 SHA256 b60d2e9b7466a27c43911de09311ab1936c09b9f48039347b2a430e91871dd7a SHA512 edb6fa30e0a77c4a83bbb7a15c427376d39d73db17112cc5888c404fa1e99407c42c09c9ca072027ac52c753071fb7d7333237bd49aa44488512ce64de22d8f3 WHIRLPOOL aebc0e6808ecc1255a6c5ca7bca38fe40ba192367ac0d7695bb8c2eb31f7cd3257b616d4b73c17f67a6b94623a02a5e16a073fc9129acc04b130c9af3fbba0e7 DIST pstreams-1.0.0.tar.gz 68207 SHA256 7d24e35d26675a8d474afb45cd88694b0b9e39f01107e4ec200b1f7eb9d215f9 SHA512 172ce79431d00d9fd17af610dfb41580a522480265d58531413da1cd950caa00d5cdb8ee12e2888cfa8b93e475cdf8946be9dcc3d02cbda7eba0034e66566b56 WHIRLPOOL 95f51447f025a36c78ec4e3459fa4bd0cca194c259ee5b78e088e5821e0ea48cbaf9cdbad5cb96ecfe9e3b446009f3c673dc3fe907498b00a2fce09077e0579b +DIST pstreams-1.0.1.tar.gz 66188 SHA256 a5f1f2e014392cd0e2cdb508a429e11afe64140db05b7f0a83d7534faa1a9226 SHA512 279f758a4aeba124227e3de07e202f6cd838bfca4f34829a446f2f20cf426bd404f28960b881f810b5f2038e3946d38174ca09e6a07d5dacc0501f41746245e6 WHIRLPOOL 5558583a3d0732de2b1b7a235d4c46317993e01f4e0522653e51c05399c2544681e94b12e223edf06b516b4ed9766c7f55116caea2c15f01c01ecc4d51176644 DIST pstreams-docs-0.7.0.tar.gz 102315 SHA256 e6894752ee59a9a7b09b3fdab13ceec7f67b73418485f20cde62f4e845194e7b SHA512 d7bccd0e2c83c694ff0c9ddc3ae173b4bdbae19f95c42dcc398e6dab25ea4076fda154ed84bc9b9f2872e468ad60f61a3cb20795b0c17e4bc297e4f425139f75 WHIRLPOOL 063faa1fb78abe87ac828b15b278c01362ce8b1c5459c342a2e5556eeb9c38b8b2e010c5b59ecf03e300dcaa5be04b2e1e562bd7dd9fddd92a252944734e5e05 DIST pstreams-docs-0.8.1.tar.gz 169559 SHA256 6325a97aacf079f15c535fe9cb8871af06be465f3a1324f341401c8ecea1ba35 SHA512 4b42950831bb9a092ca5eeadceded57888306f6ed24d2bd6c486b890d38b42e241f4430a7411a182d5d59b01a1fe0972d3816ec9510c9e2e50812cf390bc68be WHIRLPOOL 6709631b0aa99f99195b69e9ae8ded7bfec9e8809a16d146c6600e3884881b1a44bdf2158a2c6491ccd0fbe2d6f01ebda245778247656fb05e8cb57b0ad5a8e8 DIST pstreams-docs-1.0.0.tar.gz 174207 SHA256 2c41135daea79a8d3cef1ae43f14cd08404a45e94b169b3bf85074896c238677 SHA512 44ad649bec3e9b02a52eb9c942842f19700cd3ebb4d7de47dd7887106ab07ab456b477815c90377dd0d92724f6144b88c4a9be89328921a675a4f263d40d4872 WHIRLPOOL c58c45bb8e7ab2b589a2f8980e081a14fd349dbe8a3e5b9f35c93974afbb819a99323e49642749376a023d72ad7cf28ded4b7fd76a3ec8f540a569503414f943 +DIST pstreams-docs-1.0.1.tar.gz 178382 SHA256 82e9f35b7233dc8a4f2355bab48037e6b4cb85e989e43fd146cb4dc043923bde SHA512 e645cb3d1c20cc0c717d03aa24e500489452d0880af0feddcf234e713878159b22a891ec04a66f0aad6988e71418a224a4ba66064e6a83578ecf957d9af167e2 WHIRLPOOL 8c51f4b91555d794fb39ad0bf22af474cbc74a18178607e8cc842905f829f7761099784786ce4bf02609a7b6864dbb63716ea871d40844522891d214b391100d diff --git a/dev-cpp/pstreams/pstreams-1.0.1.ebuild b/dev-cpp/pstreams/pstreams-1.0.1.ebuild new file mode 100644 index 000000000000..15497900cb65 --- /dev/null +++ b/dev-cpp/pstreams/pstreams-1.0.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION="C++ wrapper for the POSIX.2 functions popen(3) and pclose(3)" +HOMEPAGE="http://pstreams.sourceforge.net/" +SRC_URI=" + mirror://sourceforge/${PN}/${P}.tar.gz + doc? ( mirror://sourceforge/${PN}/${PN}-docs-${PV}.tar.gz )" + +SLOT="0" +LICENSE="LGPL-3" +IUSE="doc" +KEYWORDS="~amd64 ~x86" + +RDEPEND="" +DEPEND="doc? ( app-doc/doxygen )" + +src_compile() { + if use doc; then + doxygen -u || die + emake + fi +} + +src_test() { + emake \ + CXX="$(tc-getCXX)" \ + CXXFLAGS="${CXXFLAGS}" \ + check +} + +src_install() { + doheader pstream.h + + dodoc AUTHORS ChangeLog README + + use doc && dohtml -r "${WORKDIR}"/${PN}-docs-${PV}/* +} diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest index d1c3031be9c3..e19abd1c5cf6 100644 --- a/dev-lang/ghc/Manifest +++ b/dev-lang/ghc/Manifest @@ -17,6 +17,7 @@ DIST ghc-bin-7.8.4-ppc.tbz2 112803496 SHA256 a47e0fb17137878af1e7b5a166046bee20d DIST ghc-bin-7.8.4-ppc64.tbz2 129284515 SHA256 1e8a350af39d1db1e58a74c9bc4a4c57765eceb33e5b32751fb31340b9ff02ff SHA512 53974e15c26cf6b62d8f838607abd209ec57cf0f45fcc48b90ad62736f5e4e7ff263dcd326ae03d8d5557a22eb9730e5eb8ae4eda55e52dd3d973bc73c84935e WHIRLPOOL adaaa92323d319f6576423ac41678f7d263f36e0e30d89fc14ee89104b006772c26d7b408be7f85225d1bddaf5f15ebdcbb7136f5c8bf7bda4bb0938eefbe6c2 DIST ghc-bin-7.8.4-sparc.tbz2 147340595 SHA256 1cde749ce3c47016c5c7a7179423d0aa2b174ddae4af0392ae3b7f57b098ec0c SHA512 ee5f0b2f1cf2693a0f2be9df71ef61b52bc2327225d40b8be955c1584b9901ffc6aaab63c1e46bf9bb352633b605c98378f8fd3e6cd71aef1c089007e4110217 WHIRLPOOL 27d55a016ffb49852553f920c29929c3bdf383e28b4b806ceb9ffc8b46a59b438801101402e498b069aa6eb56870b70a00ba7b1f4098f3fd8d8ddf1b20caa626 DIST ghc-bin-7.8.4-x86.tbz2 102312459 SHA256 4c53148836e5a1ba55b8db5bb7c3eb915103e0955fb503b2facdc5a72f12a974 SHA512 cabc5bd6d8760ce4120e7053f6c1dffca7d161ba454b6201087760096c037c932e3ff8c82e53346c8278855bf0cff1c2f5fb8046242ca4d8307355b060a9556e WHIRLPOOL 0171d67dc1b63381a491e1577a783eb0e8f53cb579ba96a9b4fdf6685d494d78eb2be780f77ff33422d3b7c320ed102d9b48f6e954f8fee5532982575001a4a5 +DIST ghc-bin-8.0.2-alpha.tbz2 234361847 SHA256 fbf8f0662cd2ed7f8c233bbc176fcbc050f90dd627acf0729626d6d96798baf8 SHA512 c8b588feeab85f7b8fd60e2e8bf755d46790d4882d2ecf6b2c8b8e02c62a11b7e6453bf0cfbc646bfbf24310fdc775337f3957ba5783675a271b68f0af2e9070 WHIRLPOOL fbd9cdbab00daad446f0110c2bb989189248ecd4ef504f57c874caf2845f863d4800940ee69c328b8dfa5eb4adf57698a16c1b2921cba149485bb4df206fe8a0 DIST ghc-bin-8.0.2-amd64.tbz2 131007452 SHA256 d68b0682de40ff42b7f91ebd113d774cf5145cb9609c689e31cb1eaea75ee355 SHA512 d960c40966e392d5497f694f0b47df4a6ec22ad1b4a607437c8af7c33dfbf122ccefb525d807716539af57c31660378e52fc495dd0a1d0fc3bccaef3578be177 WHIRLPOOL af5703c3df66f61b82746d784d6c937ce490944f387354b90846bcda9dbb02ee226abe6715d227be34677890fd0e6865d046c10a24d1309e9b6d8875398d501b DIST ghc-bin-8.0.2-x86.tbz2 133372061 SHA256 5e56bff6831a9c151d5d6f82db49b21d33bea05f05cdf74fca5adc423d546711 SHA512 020ce0e597e2907550c080f1bb0f863dbf83d5d45df2b3f44173506475bc4ef5423c5a060fdacd87614c3ec398ad94c2dcab9cff0376a54a2c54c2eb1e2f657d WHIRLPOOL 221eae08caff5c2157fae7df901c94d6d1393be3ab0526bb9d8a80d4304af4c4a420fcc2fe62926bf01c3bb02f161f1eb61c7eb47d3c6801cfacb25c1a33e983 DIST hoopl-3.10.2.0.tar.gz 241940 SHA256 6740814c774e51815e8260ae1b4ac8af6ab69f02e112904450f689c4792f1121 SHA512 083baa8a5eb53247aff8d5b9b2144e0f63adb9400934297bbd80bfcec607dd90a34def4301045a60472ef10b0fb90ab84692fc08f786e7f806c28afdab1ef66a WHIRLPOOL 761e7440d2bc32b594ab55ea967c5b075bb638b2fdba6606beaf9c31a90e20031e914146828004b3d11203668210a6994be9fabc3b0ebb428d516b57cae9ee68 diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild index ac9989cf6e5c..a963d059c61c 100644 --- a/dev-lang/ghc/ghc-7.10.3.ebuild +++ b/dev-lang/ghc/ghc-7.10.3.ebuild @@ -244,9 +244,15 @@ ghc_setup_cflags() { append-ghc-cflags link ${flag} done - # hardened-gcc needs to be disabled, because the mangler doesn't accept - # its output. + # hardened-gcc needs to be disabled, because our prebuilt binaries/libraries + # are not built with fPIC, bug #606666 gcc-specs-pie && append-ghc-cflags persistent compile link -nopie + tc-is-gcc && version_is_at_least 6.3 $(gcc-version) && if ! use ghcbootstrap; then + # gcc-6.3 has support for -no-pie upstream, but spelling differs from + # gentoo-specific '-nopie'. We enable it in non-bootstrap to allow + # hardened users try '-pie' in USE=ghcbootstrap mode. + append-ghc-cflags persistent compile link -no-pie + fi gcc-specs-ssp && append-ghc-cflags persistent compile -fno-stack-protector # prevent from failind building unregisterised ghc: diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild index e6dc320cb76a..f4392497ce61 100644 --- a/dev-lang/ghc/ghc-8.0.2.ebuild +++ b/dev-lang/ghc/ghc-8.0.2.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="http://www.haskell.org/ghc/" arch_binaries="" # sorted! -#arch_binaries="$arch_binaries alpha? ( http://code.haskell.org/~slyfox/ghc-alpha/ghc-bin-${PV}-alpha.tbz2 )" +arch_binaries="$arch_binaries alpha? ( http://code.haskell.org/~slyfox/ghc-alpha/ghc-bin-${PV}-alpha.tbz2 )" #arch_binaries="$arch_binaries arm? ( http://code.haskell.org/~slyfox/ghc-arm/ghc-bin-${PV}-arm.tbz2 )" arch_binaries="$arch_binaries amd64? ( http://code.haskell.org/~slyfox/ghc-amd64/ghc-bin-${PV}-amd64.tbz2 )" #arch_binaries="$arch_binaries ia64? ( http://code.haskell.org/~slyfox/ghc-ia64/ghc-bin-${PV}-ia64-fixed-fiw.tbz2 )" @@ -40,7 +40,7 @@ arch_binaries="$arch_binaries x86? ( http://code.haskell.org/~slyfox/ghc-x86/ghc # 0 - yet yet_binary() { case "${ARCH}" in - #alpha) return 0 ;; + alpha) return 0 ;; #arm) # ewarn "ARM binary is built on armv5tel-eabi toolchain. Use with caution." # return 0 @@ -70,7 +70,7 @@ BUMP_LIBRARIES=( LICENSE="BSD" SLOT="0/${PV}" -#KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc ghcbootstrap ghcmakebinary +gmp +profile" IUSE+=" binary" @@ -236,9 +236,15 @@ ghc_setup_cflags() { append-ghc-cflags link ${flag} done - # hardened-gcc needs to be disabled, because the mangler doesn't accept - # its output. + # hardened-gcc needs to be disabled, because our prebuilt binaries/libraries + # are not built with fPIC, bug #606666 gcc-specs-pie && append-ghc-cflags persistent compile link -nopie + tc-is-gcc && version_is_at_least 6.3 $(gcc-version) && if ! use ghcbootstrap; then + # gcc-6.3 has support for -no-pie upstream, but spelling differs from + # gentoo-specific '-nopie'. We enable it in non-bootstrap to allow + # hardened users try '-pie' in USE=ghcbootstrap mode. + append-ghc-cflags persistent compile link -no-pie + fi gcc-specs-ssp && append-ghc-cflags persistent compile -fno-stack-protector # prevent from failind building unregisterised ghc: diff --git a/dev-lang/perl/perl-5.22.3_rc4.ebuild b/dev-lang/perl/perl-5.22.3_rc4.ebuild index 2100f6b50598..b51f82c3920a 100644 --- a/dev-lang/perl/perl-5.22.3_rc4.ebuild +++ b/dev-lang/perl/perl-5.22.3_rc4.ebuild @@ -30,7 +30,7 @@ HOMEPAGE="http://www.perl.org/" LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SHORT_PV}" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb debug doc gdbm ithreads" RDEPEND=" diff --git a/dev-libs/libburn/libburn-1.4.6.ebuild b/dev-libs/libburn/libburn-1.4.6.ebuild index 29b69f1882e5..a535549f9f57 100644 --- a/dev-libs/libburn/libburn-1.4.6.ebuild +++ b/dev-libs/libburn/libburn-1.4.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="cdio debug static-libs track-src-odirect" RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )" diff --git a/dev-libs/libisoburn/libisoburn-1.4.6.ebuild b/dev-libs/libisoburn/libisoburn-1.4.6.ebuild index a1e1c0c1d56d..ed0f037c3445 100644 --- a/dev-libs/libisoburn/libisoburn-1.4.6.ebuild +++ b/dev-libs/libisoburn/libisoburn-1.4.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" LICENSE="GPL-2 GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ppc ~ppc64 ~x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ppc ~ppc64 ~x86" IUSE="acl cdio debug external-filters external-filters-setuid frontend-optional launch-frontend launch-frontend-setuid libedit readline static-libs xattr zlib" diff --git a/dev-libs/libisofs/libisofs-1.4.6.ebuild b/dev-libs/libisofs/libisofs-1.4.6.ebuild index 1647b63459ca..9be2116e552e 100644 --- a/dev-libs/libisofs/libisofs-1.4.6.ebuild +++ b/dev-libs/libisofs/libisofs-1.4.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="acl debug static-libs verbose-debug xattr zlib" RDEPEND="acl? ( virtual/acl ) diff --git a/dev-libs/libpcre2/Manifest b/dev-libs/libpcre2/Manifest index d5f0f423aefa..1b257c8d41f2 100644 --- a/dev-libs/libpcre2/Manifest +++ b/dev-libs/libpcre2/Manifest @@ -1 +1,2 @@ DIST pcre2-10.22.tar.bz2 1470620 SHA256 b2b44619f4ac6c50ad74c2865fd56807571392496fae1c9ad7a70993d018f416 SHA512 dcf70b5e5b73f29188a56e4d9efb9afdf2b9ebe50e13a7640b80f543851235a289e476e1f517f49fac9628b456268bcdaf2b492237bc879ddff36f84ef4f32ea WHIRLPOOL 154ee1c4d2445878c2d2fd1eafa96584d8c943e9e545937b37d4c1fb12ba847938647184723d429244bf5aa989ba335cfbf74fadb5d38227862762bd34166232 +DIST pcre2-10.23.tar.bz2 1515314 SHA256 dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e SHA512 3e5910bd2405cc35934d91e4be760abe4f2e900202a20b6ba74adb7a3acb2b74b3bf9b0e97e8de10f8e8534133e0722e0bf0f5fb40d6c2c4520d1ed61749d456 WHIRLPOOL 8db3deb22c26688607e1dc4b52229c64f8bcbb80908155ff9bd58b690a239984b6f5d1aff0cdc70efa3abf3ee899e22ea6e3a502437af424cb92d345133889a6 diff --git a/dev-libs/libpcre2/libpcre2-10.23.ebuild b/dev-libs/libpcre2/libpcre2-10.23.ebuild new file mode 100644 index 000000000000..bd997225ea5a --- /dev/null +++ b/dev-libs/libpcre2/libpcre2-10.23.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils libtool flag-o-matic toolchain-funcs multilib-minimal + +DESCRIPTION="Perl-compatible regular expression library" +HOMEPAGE="http://www.pcre.org/" +MY_P="pcre2-${PV/_rc/-RC}" +if [[ ${PV} != *_rc* ]] ; then + # Only the final releases are available here. + SRC_URI="mirror://sourceforge/pcre/${MY_P}.tar.bz2 + ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2" +else + SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/${MY_P}.tar.bz2" +fi + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib" +REQUIRED_USE="?? ( libedit readline )" + +RDEPEND="bzip2? ( app-arch/bzip2 ) + zlib? ( sys-libs/zlib ) + libedit? ( dev-libs/libedit ) + readline? ( sys-libs/readline:0= )" +DEPEND="${RDEPEND} + virtual/pkgconfig + userland_GNU? ( >=sys-apps/findutils-4.4.0 )" + +S=${WORKDIR}/${MY_P} + +MULTILIB_CHOST_TOOLS=( + /usr/bin/pcre2-config +) + +src_prepare() { + default + + elibtoolize +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) \ + $(multilib_native_use_enable bzip2 pcre2grep-libbz2) \ + $(use_enable jit) $(use_enable jit pcre2grep-jit) \ + $(use_enable pcre16 pcre2-16) \ + $(use_enable pcre32 pcre2-32) \ + $(multilib_native_use_enable libedit pcre2test-libedit) \ + $(multilib_native_use_enable readline pcre2test-libreadline) \ + $(use_enable static-libs static) \ + $(use_enable unicode) \ + $(multilib_native_use_enable zlib pcre2grep-libz) \ + --enable-pcre2-8 \ + --enable-shared \ + --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html +} + +multilib_src_compile() { + emake V=1 $(multilib_is_native_abi || echo "bin_PROGRAMS=") +} + +multilib_src_install() { + emake \ + DESTDIR="${D}" \ + $(multilib_is_native_abi || echo "bin_PROGRAMS= dist_html_DATA=") \ + install + multilib_is_native_abi && gen_usr_ldscript -a pcre2-posix +} + +multilib_src_install_all() { + prune_libtool_files +} diff --git a/dev-libs/openssl/openssl-1.0.2k.ebuild b/dev-libs/openssl/openssl-1.0.2k.ebuild index 769613c8a147..280924dc16ed 100644 --- a/dev-libs/openssl/openssl-1.0.2k.ebuild +++ b/dev-libs/openssl/openssl-1.0.2k.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz" LICENSE="openssl" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 static-libs test +tls-heartbeat vanilla zlib" RESTRICT="!bindist? ( bindist )" diff --git a/dev-lisp/asdf/asdf-1.89.ebuild b/dev-lisp/asdf/asdf-1.89.ebuild index 08d7b2b0fd0c..24f31f3ef02a 100644 --- a/dev-lisp/asdf/asdf-1.89.ebuild +++ b/dev-lisp/asdf/asdf-1.89.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/dev-lisp/asdf/asdf-3.2.0-r1.ebuild b/dev-lisp/asdf/asdf-3.2.0-r1.ebuild new file mode 100644 index 000000000000..07a5666b727f --- /dev/null +++ b/dev-lisp/asdf/asdf-3.2.0-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils prefix + +DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp" +HOMEPAGE="http://common-lisp.net/project/asdf/" +SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +IUSE="doc" + +SLOT="0/${PVR}" + +DEPEND="!dev-lisp/cl-${PN} + !dev-lisp/asdf-binary-locations + !dev-lisp/gentoo-init + ! /dev/null || die - "${PYTHON}" -m IPython.testing.iptestcontroller --all || fail=1 - popd > /dev/null || die - } - VIRTUALX_COMMAND=run_tests virtualmake - [[ ${fail} ]] && die "Tests fail with ${EPYTHON}" -} - -python_install() { - distutils-r1_python_install - - # Create ipythonX.Y symlinks. - # TODO: - # 1. do we want them for pypy? No. pypy has no numpy - # 2. handle it in the eclass instead (use _python_ln_rel). - # With pypy not an option the dosym becomes unconditional - dosym ../lib/python-exec/${EPYTHON}/ipython \ - /usr/bin/ipython${EPYTHON#python} -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/build/html/. ) - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} - -pkg_postinst() { - optfeature "sympyprinting" dev-python/sympy - optfeature "cythonmagic" dev-python/cython - optfeature "%lprun magic command" dev-python/line_profiler - optfeature "%mprun magic command" dev-python/memory_profiler - if use nbconvert; then - if ! has_version app-text/pandoc ; then - einfo "Node.js will be used to convert notebooks to other formats" - einfo "like HTML. Support for that is still experimental. If you" - einfo "encounter any problems, please use app-text/pandoc instead." - fi - fi -} diff --git a/dev-python/ipython/ipython-4.1.1.ebuild b/dev-python/ipython/ipython-5.2.2.ebuild similarity index 80% rename from dev-python/ipython/ipython-4.1.1.ebuild rename to dev-python/ipython/ipython-5.2.2.ebuild index 950ecf402624..03d9e02f0d9d 100644 --- a/dev-python/ipython/ipython-4.1.1.ebuild +++ b/dev-python/ipython/ipython-5.2.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5} ) PYTHON_REQ_USE='readline,sqlite,threads(+)' -inherit distutils-r1 eutils virtualx +inherit distutils-r1 eutils DESCRIPTION="Advanced interactive shell for Python" HOMEPAGE="http://ipython.org/" @@ -28,12 +28,14 @@ CDEPEND=" dev-python/pickleshare[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] dev-python/simplegeneric[${PYTHON_USEDEP}] - dev-python/traitlets[${PYTHON_USEDEP}] + >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}] + >=dev-python/prompt_toolkit-1.0.3[${PYTHON_USEDEP}] matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) mongodb? ( /dev/null || die - } - VIRTUALX_COMMAND=run_tests virtualmake - [[ ${fail} ]] && die "Tests fail with ${EPYTHON}" + + pushd ${TEST_DIR} > /dev/null || die + "${EPYTHON}" -m IPython.testing.iptestcontroller --all || die + popd > /dev/null || die } python_install() { @@ -118,8 +117,11 @@ python_install() { python_install_all() { use doc && local HTML_DOCS=( docs/build/html/. ) - use examples && local EXAMPLES=( examples/. ) distutils-r1_python_install_all + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi } pkg_postinst() { diff --git a/dev-python/jupyter_console/Manifest b/dev-python/jupyter_console/Manifest index d7fd0a16ea6a..98445bbe0140 100644 --- a/dev-python/jupyter_console/Manifest +++ b/dev-python/jupyter_console/Manifest @@ -1,3 +1,4 @@ DIST jupyter_console-4.0.3.tar.gz 22090 SHA256 555be6963a8f6431fbe1d424c7ffefee90824758058e4c9a2ab3aa045948eb85 SHA512 da9c311d881bbf61fbcea3c79e4dbdbe00f0f713772d0da4d30e0dec36ff5a6c5cbff3b996770f532c1e9c61ade1b1bf7a6f1ed28188ffd6900f6cc2ce7c0665 WHIRLPOOL 37139a87b182b9100284766ffb6e0b4c4e44b9bc2261a2d466920b0a23cf62d55f6a68cfb77da67a2eb3c316582fa7afaddcce69074b7597122e1c858c9a6c26 DIST jupyter_console-4.1.1.tar.gz 23391 SHA256 d754cfd18d258fa9e7dde39a36e589c4a7241075b5d0f420691fa3d50e4c4ae3 SHA512 40894f41b85c1b823c3d75f33427728717b75e800a08c8a6b17b1c6ca7a6543b2aadc72d7ff131a7633252ac01bb0b0142025d7a53c3f3b7f8d189e6ff14216e WHIRLPOOL 724a06b5f0bba3a3bdd14d319df09ecf0b2ce3c4b167fce20cc498737e1bbb27082911dd8c5b4027bd56e13eff523b18abb112e308d7ce8e59d098b3d9257d80 DIST jupyter_console-5.0.0.tar.gz 26119 SHA256 7ddfc8cc49921b0ed852500928922e637f9188358c94b5c76339a5a8f9ac4c11 SHA512 e31afa5960200feea125b939124b108a0b9dcc914fe2e21b86cd1dc409789cb25a72918a7eb5fcc7bd35c26bfabb71b6426a2cb7b45a8cab58f1d8e4b9bc89de WHIRLPOOL 9b5fff77febfc54c376f38700cd110a8cfd5e990c20827e4a985322a3a94b4ed961294606a9e0e1ed624c5883410a3d33fcc0bb98fb5c72b7b6851d2f177b878 +DIST jupyter_console-5.1.0.tar.gz 26661 SHA256 d0b4ae4dfe070be1e9d5690fa819328acffb5f37a8ef3baa1c7e3b77b443cfd7 SHA512 208a31886eb58c64541048e1f7ed75fccc888d34177f86dfaf10fb7dcd603130a8b3ecbe23cf4d80a75287b847128425f853715c494d2a7e4b4eed8a31058b5c WHIRLPOOL d41ffe6ba592ea5952a0094f7396f12c60f4348fa71eed705a1d445b446b2261094a8cd34bf3c0996bc1db6d7792275ee3eb1c43444649f33318a56f4a0b0b22 diff --git a/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild b/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild new file mode 100644 index 000000000000..93f41db80e42 --- /dev/null +++ b/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="A terminal-based console frontend for Jupyter kernels" +HOMEPAGE="http://jupyter.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +RDEPEND=" + dev-python/ipython[${PYTHON_USEDEP}] + dev-python/ipykernel[${PYTHON_USEDEP}] + dev-python/jupyter_client[${PYTHON_USEDEP}] + >=dev-python/prompt_toolkit-1.0.0[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND} + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') + dev-python/pexpect[${PYTHON_USEDEP}] + >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] + ) + " + +python_prepare_all() { + # Prevent un-needed download during build + if use doc; then + sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die + fi + + distutils-r1_python_prepare_all +} + +python_compile_all() { + if use doc; then + emake -C docs html + HTML_DOCS=( "${BUILD_DIR}"/docs/build/html/. ) + fi +} + +python_test() { + nosetests --with-coverage --cover-package=jupyter_console jupyter_console || die +} + +python_install_all() { + distutils-r1_python_install_all +} diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest index d710726b97a3..6bbbd09f5e9c 100644 --- a/dev-python/notebook/Manifest +++ b/dev-python/notebook/Manifest @@ -1,5 +1,5 @@ DIST notebook-4.0.6.tar.gz 6705277 SHA256 f62e7a6afbc00bab3615b927595d27b1874cff3218bddcbab62f97f6dae567c3 SHA512 9ce9ca21adcb967725aeb7a18543ace8aca4e88497d3d2fd708a603511e8ef4a932b39337d134d684df03b273bbc442958a37ced8cd499cb7b97a1c29758eeb0 WHIRLPOOL 764afabfa220d37e048a359952bd9cc4de0b791de782ed7cf2a22e8c0e9719b39630fd5c1c7acbf163715924662805f92b406bf6198600f2c4a35d239a12df11 DIST notebook-4.1.0.tar.gz 9170981 SHA256 b597437ba33538221008e21fea71cd01eda9da1515ca3963d7c74e44f4b03d90 SHA512 745e412a737835956dc4238f70dbaf9c519fea55988941174febdc3ad24962031c3c66cb4ac355a9a639f9a383905e863e8eb0a3c6da62bf72026282154874cb WHIRLPOOL a34501e8e0be300905628e0f0df6914e8491a00924150ff0f5f32d1b7ad99046b84958dc267a229797fb13c98085f7556496a1a8e5fb68a1db503b44cad2b380 DIST notebook-4.2.3.tar.gz 10092423 SHA256 39a9603d3fe88b60de2903680c965cf643acf2c16fb2c6bac1d905e1042b5851 SHA512 1b54e2a16fdb79b9344c0f73bd48fe438b18c529707b15816a3ab20353b2e320067082d51829c670117d77830a21c5a64a15d37d1970fd30aae31272d9650d97 WHIRLPOOL 9cbcfc80dd818c77f1db5226b729e576f7428184001747eda8780c70b3cfb6b9472b8760073e2891ee40bc90e0398e88250b02c8c2eb6b7c2517fa6eecf2ceba -DIST notebook-4.3.0.tar.gz 10271381 SHA256 c0d9beb94d7dc4958ec6cc76966c9b63f89092a03823365ae9e2930d38faa7da SHA512 dfbaf022b988b1fe3102dd094243b6ebc8fe9910299ed5b12c0292ff1c1b6ee1b20df0578c4fea47a1f9dfb031a7b329f5ea2684ec6019b49568536c7fa5a532 WHIRLPOOL 099b4354a8444091a880770f21861f1407fdd368253a9418e7833025897a65516d00efac45af17248446739be8661dbd4842169963a38dd3d446431e95846855 DIST notebook-4.3.2.tar.gz 10375345 SHA256 fc77edf4ec295542172aa66a3e9d527e75038fcaadd3ed20afbf8596e5629aa9 SHA512 8ff9a4852aafbc2761e82cd1cbacfc85dade97ec58386df55eea1e97f513b3d608106a2cc43305968fd990974daf6c8dac8aab4ab2184c56976289e646a62b7b WHIRLPOOL 4921242a8cfe316e835b88879cbc9cd41abff39daaf6f8e5d373609f3cd64f286052041bcc9e496b5a570dc9126892a1163dfef6df1b037f6ed92f101d8c74d5 +DIST notebook-4.4.1.tar.gz 10377605 SHA256 dfadef2babd7c04c6c257df7d07d7ba587e503dbb4e4c95305f9a95b8d3a9765 SHA512 416500355660e74e87edd1649821eb91154f2f0828dce0f2a6a8d3e6448f0ee4459ad661c9a030b5acb594659d37131c76d9edc30630f91700860dc6bfe4450b WHIRLPOOL f97de24b200d382c1cdd2c27c2344a040230b0b892bad18ac4c884bee8aac58fb0106a8939e1b095069ad258863ae822baba45834f1ff1bd0ba5c04d5e5014c5 diff --git a/dev-python/notebook/notebook-4.3.0.ebuild b/dev-python/notebook/notebook-4.4.1.ebuild similarity index 96% rename from dev-python/notebook/notebook-4.3.0.ebuild rename to dev-python/notebook/notebook-4.4.1.ebuild index 50207a038e49..5947d4245fef 100644 --- a/dev-python/notebook/notebook-4.3.0.ebuild +++ b/dev-python/notebook/notebook-4.4.1.ebuild @@ -33,7 +33,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] diff --git a/dev-python/numpy/files/numpy-1.11.2-blas_rec_inc_dir.patch b/dev-python/numpy/files/numpy-1.11.2-blas_rec_inc_dir.patch new file mode 100644 index 000000000000..9a934cc2a40a --- /dev/null +++ b/dev-python/numpy/files/numpy-1.11.2-blas_rec_inc_dir.patch @@ -0,0 +1,24 @@ +commit 61e9159569a601315b67c30b6e26bbb2149c0bfa +Author: Benda Xu +Date: Wed Feb 15 11:17:05 2017 +0900 + + BUG: blas_info should record include_dirs + + blas specified in site.cfg could have non-standard include dirs. + It should be read and saved in distutils/__config__.py + +PR: https://github.com/numpy/numpy/pull/8619 + +diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py +index b8520ac..0fba865 100644 +--- a/numpy/distutils/system_info.py ++++ b/numpy/distutils/system_info.py +@@ -1667,6 +1667,8 @@ class blas_info(system_info): + info = self.check_libs(lib_dirs, blas_libs, []) + if info is None: + return ++ else: ++ info['include_dirs'] = self.get_include_dirs() + if platform.system() == 'Windows': + # The check for windows is needed because has_cblas uses the + # same compiler that was used to compile Python and msvc is diff --git a/dev-python/numpy/numpy-1.11.2-r1.ebuild b/dev-python/numpy/numpy-1.11.2-r1.ebuild index 87da9bf152b4..803872d8167a 100644 --- a/dev-python/numpy/numpy-1.11.2-r1.ebuild +++ b/dev-python/numpy/numpy-1.11.2-r1.ebuild @@ -37,7 +37,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-1.11.1-no-hardcode-blas.patch - + "${FILESDIR}"/${PN}-1.11.2-blas_rec_inc_dir.patch # This has been fixed upstream but no new release yet # https://github.com/numpy/numpy/commit/5d0ce36e5be134bb5ead03cab1edeaa60fa355aa "${FILESDIR}"/${P}-import-module-fix.patch diff --git a/dev-python/piddle/piddle-1.0.15.ebuild b/dev-python/piddle/piddle-1.0.15.ebuild deleted file mode 100644 index 31406622425b..000000000000 --- a/dev-python/piddle/piddle-1.0.15.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Cross-media, cross-platform 2D graphics package" -HOMEPAGE="http://piddle.sourceforge.net/" -SRC_URI="mirror://sourceforge/piddle/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ia64 x86" -IUSE="" - -src_install() { - distutils_src_install - dohtml -r docs/* -} diff --git a/dev-python/py-smbpasswd/Manifest b/dev-python/py-smbpasswd/Manifest index 0eab3fd0f432..c50d958518bf 100644 --- a/dev-python/py-smbpasswd/Manifest +++ b/dev-python/py-smbpasswd/Manifest @@ -1,2 +1 @@ -DIST py-smbpasswd-1.0.1.tar.gz 13153 SHA256 ea2eaca082c98a40f99ad1866b85a9e14e56af10bc9c90c69a7fb3a63cb8be4c SHA512 31a71d49108503867969709d7aad13f7c6e900bd3ee45b8f67cd254d63a9347e0bd4f5a2eebcf90e2c73efd86c63c02d79cd7af518db3e7dad5402d4c53d7683 WHIRLPOOL cfbbd14456a99880c7402f47320344f8a0dd9107bf815160e1376b954c813d64b0a692c13191c052314504014529be4eb7cac21ad2328aae604a4e72bcc2df38 DIST smbpasswd-1.0.2.tgz 13503 SHA256 736a2d2f20f135d7884e8b46b1588496476f8f2e383fe84b7b12d8ce17367602 SHA512 2136e14343037bdd014765c28b9e152c8edc774ce7cf531b0784148db42e88e3abc402389e9b58b2ed938681f42715783504f4854ffe269b02419f13979a7d6c WHIRLPOOL 34ddfe63bfb064897984a09e45d5611613e4dbdf4168139d6221e33cc0e5a76871310de4a8e27241967905a619756a3688c13bf3f858e8c28c314c58ed1458b4 diff --git a/dev-python/py-smbpasswd/py-smbpasswd-1.0.1.ebuild b/dev-python/py-smbpasswd/py-smbpasswd-1.0.1.ebuild deleted file mode 100644 index a294ea3a5e25..000000000000 --- a/dev-python/py-smbpasswd/py-smbpasswd-1.0.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils - -DESCRIPTION="Module capable of generating both LANMAN and NT password hashes, for e.g. Samba" -HOMEPAGE="http://barryp.org/software/py-smbpasswd/" -SRC_URI="http://barryp.org/software/${PN}/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ia64 ppc sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" diff --git a/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild b/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild deleted file mode 100644 index ffcb0dd8d315..000000000000 --- a/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils eutils - -DESCRIPTION="Module for manipulating ID3 tags in Python" -HOMEPAGE="http://pyid3lib.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="media-libs/id3lib" -RDEPEND="${DEPEND}" - -PYTHON_CXXFLAGS=("2.* + -fno-strict-aliasing") - -src_prepare() { - distutils_src_prepare - - epatch "${FILESDIR}/${P}-gcc-4.4.patch" - epatch "${FILESDIR}/${P}-py25.patch" -} - -src_install() { - distutils_src_install - dohtml doc.html || die "dohtml failed" -} diff --git a/dev-python/python-cdb/python-cdb-0.34.ebuild b/dev-python/python-cdb/python-cdb-0.34.ebuild deleted file mode 100644 index e9bce998fb1c..000000000000 --- a/dev-python/python-cdb/python-cdb-0.34.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils - -DESCRIPTION="A Python extension module for cdb" -SRC_URI="http://pilcrow.madison.wi.us/python-cdb/${P}.tar.gz" -HOMEPAGE="http://pilcrow.madison.wi.us/#pycdb" - -SLOT="0" -IUSE="" -LICENSE="GPL-2" -KEYWORDS="amd64 arm ia64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" - -DEPEND="|| ( dev-db/cdb dev-db/tinycdb )" -RDEPEND="${DEPEND}" - -DOCS="Example" - -src_test() { - testing() { - "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --home "${T}/test-${PYTHON_ABI}" || return 1 - # This is not really intended as test but it is better than nothing. - PYTHONPATH="${T}/test-${PYTHON_ABI}/lib/python" "$(PYTHON)" < Example - } - python_execute_function testing -} diff --git a/dev-python/sancho/sancho-2.4.ebuild b/dev-python/sancho/sancho-2.4.ebuild deleted file mode 100644 index 4fb69f347f87..000000000000 --- a/dev-python/sancho/sancho-2.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_P="Sancho-${PV}" - -DESCRIPTION="Sancho is a unit testing framework" -HOMEPAGE="http://www.mems-exchange.org/software/sancho/" -SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz" - -LICENSE="CNRI" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -DOCS="CHANGES.txt" - -src_test() { - cd test - testing() { - local test test_failure test_failure_count=0 - for test in *.py; do - test_failure="0" - ebegin "Testing ${test}" - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" "${test}" > "${test}.output" - grep -Eqv "^${test}: .*:$" "${test}.output" && test_failure="1" - eend "${test_failure}" - if [[ "${test_failure}" == "1" ]]; then - ((test_failure_count++)) - eerror "Failure output for ${test}" - cat "${test}.output" - fi - done - if [[ "${test_failure_count}" -gt "0" ]]; then - die "${test_failure_count} tests failed with Python ${PYTHON_ABI}" - fi - } - python_execute_function testing -} diff --git a/dev-python/webpy/webpy-0.37.ebuild b/dev-python/webpy/webpy-0.37.ebuild deleted file mode 100644 index 294152b981ea..000000000000 --- a/dev-python/webpy/webpy-0.37.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" - -inherit distutils - -MY_PN="web.py" - -DESCRIPTION="A small and simple web framework for Python" -HOMEPAGE="http://www.webpy.org https://pypi.python.org/pypi/web.py" -SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 hppa x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/web.py-${PV}" - -PYTHON_MODNAME="web" - -src_test() { - testing() { - local return_status="0" test tests="db http net template utils" - for test in ${tests}; do - echo "Running doctests in ${test}.py..." - "$(PYTHON)" web/${test}.py || return_status="$?" - done - - return "${return_status}" - } - python_execute_function testing -} diff --git a/dev-python/webut/webut-0.1.0.2.ebuild b/dev-python/webut/webut-0.1.0.2.ebuild deleted file mode 100644 index 4031e1365a00..000000000000 --- a/dev-python/webut/webut-0.1.0.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils versionator - -MY_P=${PN}_$(replace_version_separator 2 '-') - -DESCRIPTION="Miscellaneous utilities for nevow and twisted.web programming" -HOMEPAGE="http://www.inoi.fi/open/trac/webut" -SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="examples" - -RDEPEND=">=dev-python/nevow-0.9.18 - >=dev-python/twisted-core-2 - >=dev-python/zope-interface-3.0.1" -DEPEND="${RDEPEND}" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)" - -src_install() { - distutils_src_install - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - rm -rf "${D}/examples" -} diff --git a/games-fps/rott/rott-1.1.2-r1.ebuild b/games-fps/rott/rott-1.1.2-r1.ebuild new file mode 100644 index 000000000000..d14d5f9918fe --- /dev/null +++ b/games-fps/rott/rott-1.1.2-r1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils + +DESCRIPTION="Rise of the Triad for Linux!" +HOMEPAGE="http://www.icculus.org/rott/" +SRC_URI="http://www.icculus.org/rott/releases/${P}.tar.gz + demo? ( http://filesingularity.timedoctor.org/swdata.zip )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="demo" + +RDEPEND="media-libs/libsdl[sound,joystick,video] + media-libs/sdl-mixer" +DEPEND="${RDEPEND} + app-arch/unzip" + +S=${WORKDIR}/${P}/rott + +src_prepare() { + default + + sed -i \ + -e '/^CC =/d' \ + Makefile || die "sed failed" + emake clean +} + +src_compile() { + emake -j1 \ + EXTRACFLAGS="${CFLAGS} -DDATADIR=\\\"/usr/share/${PN}/\\\"" \ + SHAREWARE=$(usex demo "1" "0") +} + +src_install() { + dobin rott + dodoc ../doc/*.txt ../README + doman ../doc/rott.6 + if use demo ; then + cd "${WORKDIR}" || die + insinto /usr/share/${PN} + doins *.dmo huntbgin.* remote1.rts + fi +} + +pkg_postinst() { + if ! use demo ; then + elog "To play the full version, just copy the" + elog "data files to /usr/share/${PN}/" + fi +} diff --git a/kde-plasma/bluedevil/Manifest b/kde-plasma/bluedevil/Manifest index 1526c661fdf7..9ed3857ec904 100644 --- a/kde-plasma/bluedevil/Manifest +++ b/kde-plasma/bluedevil/Manifest @@ -1,3 +1,3 @@ DIST bluedevil-2.1.1.tar.xz 162060 SHA256 f18dc3848363dd7f7cce61475f336426c17b83224260cff705a96a535d0b9de5 SHA512 c5908db65dc2b3971af01b8555cb244257ed80592fe85417f2778cf3d236e34da402e8bf9bb4beba796b6d1401a1dcb1b4a651db1f57422314e3d030199e8bc4 WHIRLPOOL 858c29b76ac36af75d47c894f5da1e088d821801aaae695df619c95f8fab97ff22247d0451d3a9e7ec2253db836b4a7c1bf54a5f1b218e75030ba80189a6a193 DIST bluedevil-5.8.5.tar.xz 144572 SHA256 fb7dac6c2cf5dc31162ca4e6a800d4821a6f9d6ecd93da81356266e04a1df21d SHA512 3b39da119843c5774d4d606e2deef59cb0f80e603937eec3cbfdec14641f5e4098a0ff195aab6e8c6dc2eaf2fa8e3539655b08bd4e4ac6b6c3850cf6a7a3ac39 WHIRLPOOL 12b7a79a5caf76e2121b7c5ddc0de14a6803c1420edbb5d0510855c8903eaa72bb8ba90582ecdf9d85ba0fe35a96b52b02c334dced952071f683bd5a4f01c1d7 -DIST bluedevil-5.9.1.tar.xz 143376 SHA256 8a72a1ec222a0625c07fa93e51aa03be40a976945616d1597f993ca8e44a1011 SHA512 f8d69adcf863892f45c6d637ac9773c3e3c9700b390b073b593967df9405d5998ea4867393b619e80f53896511e253c92a8d577811d926f5c5366b51dc779cfb WHIRLPOOL 1e58ea05c6b972cd2ec0b74c06e24714c024aec4c65e654f0199742da916681aa2c4a460d4d490be93c3fba6b402cd7c2e5467e60866f544eb2076c6d53af814 +DIST bluedevil-5.9.2.tar.xz 143428 SHA256 2316c455f8656d3e59d7780be94e751197781b9d2bf5e991d1d3295fa9637c1a SHA512 0c9962838186a8f44c3fc4ea0f36b6d817480abe61b74e653976644e80ffa1aa5c4430614aa985df4d4a993647cecd1f7e7b92a3b0fb2340e24fcd5466bc7153 WHIRLPOOL 79d3395216db72701baee81af227d6afc69bfe6a1a89305a41a9fe396850fac4acd61e021e01f62fff4d2a1f79a02ee3254e51b1687ce7905140db33fffa8338 diff --git a/kde-plasma/bluedevil/bluedevil-5.9.1.ebuild b/kde-plasma/bluedevil/bluedevil-5.9.2.ebuild similarity index 100% rename from kde-plasma/bluedevil/bluedevil-5.9.1.ebuild rename to kde-plasma/bluedevil/bluedevil-5.9.2.ebuild diff --git a/kde-plasma/breeze-grub/Manifest b/kde-plasma/breeze-grub/Manifest index 9592c48c4d6a..5a04b75db75f 100644 --- a/kde-plasma/breeze-grub/Manifest +++ b/kde-plasma/breeze-grub/Manifest @@ -1,2 +1,2 @@ DIST breeze-grub-5.8.5.tar.xz 3138572 SHA256 0e173ad1819b95afe7896f639501cf7ff6e1f8862efbb4f9825765e65acfd68b SHA512 031d6d60976b03093b1e7fd278b850c4bb177d6ba843b33a78c0f26c6e1eb7c24602d4bbc0517eeb404324ebeda59a8c6086751c41a99f6c35f0d7ec615054df WHIRLPOOL 14fed6ed2b72cd627e41c52a1b7658381e39d057358338bfc24149a2cfedb14921b0baa083a1c6155c13d39b99a9b3d0d117d3ed3c9dbbf0e9e9326f1d29146b -DIST breeze-grub-5.9.1.tar.xz 3139128 SHA256 9a21bf74c6d468d72138d0edaf5323c499a6398efa5f6cef17e8f3c3c74a8962 SHA512 faf21bb12eb1aff1baa3350e45cd3b5695bf9fec39bd37b044fbb867405b7bd4d81ea004d0cf1c21352181286e5ce229883d8b2aba243937e3029c16f6d25900 WHIRLPOOL 232df8df339e83e689ec04b461db67072f9577479b7350a78066255804283b3e4e7063482012538023c41a5ed307b8a98853af9f02254534f467ad7cf416d00a +DIST breeze-grub-5.9.2.tar.xz 3156192 SHA256 b96612da1d1b4636c14e34d195ede39394918b203d25d141e4615edf5e3434dd SHA512 23ab463d3de49b60ad7b527d9f7915e5b0d16edd5ff2fcf2ef7fcea7154e83315c6a834b4a0fb8daad2ca31e2bf24bb963164542e83916691e0c6de56400637a WHIRLPOOL 6eb6210a9c95eca30c5c251668c5dee5bafb73831dfd3706c20960186db9430f67e4956466d02fda68d05523245a4a1b664986396e76f737ec915bbaa42623e6 diff --git a/kde-plasma/breeze-grub/breeze-grub-5.9.1.ebuild b/kde-plasma/breeze-grub/breeze-grub-5.9.2.ebuild similarity index 100% rename from kde-plasma/breeze-grub/breeze-grub-5.9.1.ebuild rename to kde-plasma/breeze-grub/breeze-grub-5.9.2.ebuild diff --git a/kde-plasma/breeze-gtk/Manifest b/kde-plasma/breeze-gtk/Manifest index a40b7fcfeec9..0ef45fdc79ee 100644 --- a/kde-plasma/breeze-gtk/Manifest +++ b/kde-plasma/breeze-gtk/Manifest @@ -1,2 +1,2 @@ DIST breeze-gtk-5.8.5.tar.xz 211572 SHA256 edddef80f31d58edff43100a921b980c1e68385ff36d30a056d1259e282cbd95 SHA512 a00f0fab1f2f38e4139f77475d89a16fb0848304f132eda7394fcc8ba9726c6cd83d80d23ade8039fff661cf0cee39eb0bd2ac1cf05b38ef4c5f15b7fc1ba7cd WHIRLPOOL 7c2463a11944796d30d406590ed5b4e057d48fe3d9af05b867336ab1b1868467ee01fb97b358b7d8b38fe9048c923576aadf6185418d905cf490bff58e5ff3cd -DIST breeze-gtk-5.9.1.tar.xz 211592 SHA256 8e6584d5ce6ac57eb0f9a944d892392b85a16ad16ace11c5d750b7593355007c SHA512 8102efd62cb356ab83c4f5f54adbcac4394c7401d65ae89b67edeb1bf135467e2396a689061b115b9c177116b507f859c439f889542114e674cd96497a554a00 WHIRLPOOL 5bf32d22478adf58b023640d5c1429ac9c125735901c79820485f627fa2f33a3cb11761378bd157951a235e4b2555aebb22b5b6d286be85ea99b309912c3f359 +DIST breeze-gtk-5.9.2.tar.xz 211584 SHA256 70185746dfe98e07294848337af03b0ae8b7710084c9af020293ce31a2f30f58 SHA512 32ba29c42c02a7c10bce31c1c2ab7e398b1df5ab19401ebbd964e54578f6c2090aed0ec1c74f50f35af90051feca5ea7d77538bb43e54cfa7bafb12e64dce16d WHIRLPOOL 439b0127ad1f96c58984f7f529dfc229033d2f4c1b8f026a9b1b6ecdaad6dbb8f7c53552560f836f7a3570afbb7187809eb843d936fe0f4f9aafa729b4871987 diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.9.1.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.9.2.ebuild similarity index 100% rename from kde-plasma/breeze-gtk/breeze-gtk-5.9.1.ebuild rename to kde-plasma/breeze-gtk/breeze-gtk-5.9.2.ebuild diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest index 81c4a04bc1d1..fe60318ff7b2 100644 --- a/kde-plasma/breeze-plymouth/Manifest +++ b/kde-plasma/breeze-plymouth/Manifest @@ -1,2 +1,2 @@ DIST breeze-plymouth-5.8.5.tar.xz 94964 SHA256 01c74f5422382dd6b1ad8777a971dc58b43122980592174fbc7f01feb314cbe7 SHA512 0dc6db741fdcb689a92ac83e7b4af32a5bf8b72047613d23801843e8c6c507a1f2b97289e33e3220dd2800724171d90887d6f7262d95c8140d5a8b29ae40319c WHIRLPOOL f34ea196de0dd4dbab2b4375ee0912d5c5acd14001ccc0368f7a2c996ae174d457b7517eb28c5615119cd508ee162fead983a039d4543d4cee0f122d108bdb9e -DIST breeze-plymouth-5.9.1.tar.xz 96908 SHA256 008ae5a147fb043cc395567df1447f922ce684c721d29010064fa4fb3b28ae52 SHA512 7e056735207ef6724a3d422e9ac3073827dfeda9c561ad46a0f46a613db2ed899d819da8971cd046c691f621624de2937e4620ecea04608d843bebfd02169bd4 WHIRLPOOL 200a4625d9342d31ea9795200b6a8673cb20303e4955a0782736b03ea30083b1f109902493818879546de86f1ad0a49db97d4e054283c38acb88487ecb8db777 +DIST breeze-plymouth-5.9.2.tar.xz 96912 SHA256 0a810255d609f45d1d75eaa33a5e935ba336b81c791e2fe311cf2345445d3965 SHA512 d050ff4223efe231255e156c74a0def92b52dbb04f3de01dcd6c1aec744f5fb611fc717f26a3ce0efb931d2f61ffaceefe057f578dd67367c17337c5982c9f4b WHIRLPOOL 7342a74170904a62082724fe9af530a61b1958f176ee76d0e3c160724e412a3d2c1078699957a25927194ddabf0c089c49cda8ff5be071c4e3eb96310969381b diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.9.1.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.9.2.ebuild similarity index 100% rename from kde-plasma/breeze-plymouth/breeze-plymouth-5.9.1.ebuild rename to kde-plasma/breeze-plymouth/breeze-plymouth-5.9.2.ebuild diff --git a/kde-plasma/breeze/Manifest b/kde-plasma/breeze/Manifest index 2d5139113307..9b6bd37a70e8 100644 --- a/kde-plasma/breeze/Manifest +++ b/kde-plasma/breeze/Manifest @@ -1,2 +1,2 @@ DIST breeze-5.8.5.tar.xz 33279848 SHA256 c1dc453ac2461bb6edf2d115741afb2f1933d9476e1b0e5470451d1c01d096bd SHA512 dfe5640883b05b5622e3d5d74e479ff6027d5f55f0c318c11c7eaa39b05fe30c5392a951d1efd8efde5b150bb47a514a2bb3620006e55fa64650c5c19b78df7e WHIRLPOOL 4881bbaef5e16f116d8ae5ed499163fe2d27be8b4f013ce408ef9e14de7d2c1fd14a9faaf72c4653a4ff6e5269bd888a7cdc1cc58c60c4045a212a8173a40694 -DIST breeze-5.9.1.tar.xz 30676564 SHA256 ef34000c046080d23cb37cf09646fd637ccba887dc889c0b14e004f9b6edfbf2 SHA512 57e3621f25994d8a0609b8d9327c81024af59483ab29de97ca52ccf0e1814e9a1d0495c06e128652c9793c8a57a447183574fc8565c46165e7143c929f2f71be WHIRLPOOL 58adf66e327fbcd4406364d7bfe2213ab8a6cb118e11972a0ce52f037c8e7438357e18a5df3e1ca1de2bc40ddff1c2a6103507cb3896a2d4a8052ef4d68af140 +DIST breeze-5.9.2.tar.xz 30680768 SHA256 2b0e9c8e4b92bb169d79b6815f1c7adea70056aa73949600cc1485eb6124693d SHA512 95cc9897f8f34a2d41ba6aa8e031003bc0e478250aad10892133734943b98ccc5c058f91251c9f45ba0abec68ed5551f4c3897200157770eb1c2862b0d32721c WHIRLPOOL 47fddf80cc6817c0826c99c60d774f7bf8de5628ccb8e3bbd2928a7196ae840b0586de13ced3016fa08bbf615ccadd25e73bedcf2e772e718b06959569b748fe diff --git a/kde-plasma/breeze/breeze-5.9.1.ebuild b/kde-plasma/breeze/breeze-5.9.2.ebuild similarity index 100% rename from kde-plasma/breeze/breeze-5.9.1.ebuild rename to kde-plasma/breeze/breeze-5.9.2.ebuild diff --git a/kde-plasma/kactivitymanagerd/Manifest b/kde-plasma/kactivitymanagerd/Manifest index 3af5637ad869..8fffbfa2dc5d 100644 --- a/kde-plasma/kactivitymanagerd/Manifest +++ b/kde-plasma/kactivitymanagerd/Manifest @@ -1,2 +1,2 @@ DIST kactivitymanagerd-5.8.5.tar.xz 83284 SHA256 90bf07e74aa2923550a5188c75c7d2031ea80a442d7a9cf7f1bc58fbfdb2981d SHA512 7835baced0ee962133adeb4df91e7d9388ed02cdfa269060da73821f234c94de629964f65e9afe1b743c7b65c651d1076a1211cd3548d845c126fb58b76fb41c WHIRLPOOL 97f906a7b15a2f0c2e41678f2f7ab6ecb5d0a3e44161c09cf5ca3e3b5bca1035f60bcb6913e2c99e7299d81f307c620ed5c6d6226c04d02c9c4a67a2230b03e9 -DIST kactivitymanagerd-5.9.1.tar.xz 83308 SHA256 916618eda6b20bc98317bc06c095cbe8a7bb123dcfb571c491dab4d6c1090042 SHA512 172c10b8117309b60be1e816f94bfe526542a7e0a611de2e4ec58b087649b71c64baf81bc339c48a5218d34fd69993af4b798a34ccdd05cab320181831803aa5 WHIRLPOOL 469c0a640c289e46eaa440cb5b011ea1c4357ef7830660890e49245225467ed2a5c8105bab9d3917ac1b3ea814f505149418d3af0f0eb7a3f37d8acb550ccb80 +DIST kactivitymanagerd-5.9.2.tar.xz 83416 SHA256 47e652cae3f59288c0d7a08d5a7cccd1de98475a9908bdbb36697c6571730be4 SHA512 022e64269136bc7da2a102580616881d5e8dca1984a555529a6b325f359c20abb3980fa16f82fb15ff4a6f88be5ded8c1192ac31fd486d58bbde46e7ef3600f4 WHIRLPOOL 57c289643fb7da6ef0f2939422b90d06c2fa6b23cd5d6f1654cf3a33ae82605ab4702315543725ce009e7aa5e80f53c82af96f41e300f4333b0ebc63732f6e4f diff --git a/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.9.1.ebuild b/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.9.2.ebuild similarity index 100% rename from kde-plasma/kactivitymanagerd/kactivitymanagerd-5.9.1.ebuild rename to kde-plasma/kactivitymanagerd/kactivitymanagerd-5.9.2.ebuild diff --git a/kde-plasma/kde-cli-tools/Manifest b/kde-plasma/kde-cli-tools/Manifest index 3422a7a6763c..616478930e6a 100644 --- a/kde-plasma/kde-cli-tools/Manifest +++ b/kde-plasma/kde-cli-tools/Manifest @@ -1,2 +1,2 @@ DIST kde-cli-tools-5.8.5.tar.xz 489952 SHA256 e7fa88cc67eae200fab34d1e32e63da76ae263bc72bef763d2f1cf9e60e9e9c5 SHA512 24132abc7852d325a5a9fb9e0131460554f3a1b58eb863ee7c406332a703eb5dcf6e640f7241bee39ede3d35fc2de96775c223a005ff6f696b6848649a4c9c8d WHIRLPOOL 57c1c1db1efd8de9821b1e1f2d1b795df9fe1b05105ff7224791a693625b5af7f2ecab9e32e4736b2c9d3eeee20683b80e4ac0e7cdf2d90a5066212cd0317a26 -DIST kde-cli-tools-5.9.1.tar.xz 500704 SHA256 b0c33932ecdd8d41c7897f8ff1301699e107afc266f5f1c12e609037795a02ce SHA512 a1011a04c29c143e4aa2cbb2f63b9d95d35c6997bd5c7019d55a0841515d476578552e6b0eca677579b0931885c5c64abc8b3d359b47d8b610d950435c78e593 WHIRLPOOL 84573f9966668b4f5c18e263381ec414f25f877278bbea3b5bad733e6d60c9bc96c0fbd6a76b66bec4336944ef4dec1fd37707bf8bec762c4f1f881e11b9522d +DIST kde-cli-tools-5.9.2.tar.xz 501128 SHA256 abe6805e8ed108ac693c8459093255bab42b3f132a2d73d61e362bbf866098f1 SHA512 d1fbaa53b9e31622734ba84b2b977829a9d35d8649951aabd11c9fb6b4938c02f8a47e66be062ac38eb7d8fc4d0e7c4627ed6dbf35d99b388c0588a8d6b6e1be WHIRLPOOL 4cb5d21360fbf60ada4284d42158c80eb67b76ba79de7000c03c02022c6a673c2d9a78a0b03b0817cd2aba5c95412c8f1cbaf96a384b95fdef00094510a2b23d diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.9.1.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.9.2.ebuild similarity index 100% rename from kde-plasma/kde-cli-tools/kde-cli-tools-5.9.1.ebuild rename to kde-plasma/kde-cli-tools/kde-cli-tools-5.9.2.ebuild diff --git a/kde-plasma/kde-gtk-config/Manifest b/kde-plasma/kde-gtk-config/Manifest index 822d5b011638..83c97514de18 100644 --- a/kde-plasma/kde-gtk-config/Manifest +++ b/kde-plasma/kde-gtk-config/Manifest @@ -1,3 +1,3 @@ DIST kde-gtk-config-2.2.1.tar.xz 86472 SHA256 9c890d7e39ab6ebfad13c5453051f0759cb61beac9f7fc2df7e331c9a4415c85 SHA512 24623b5f668cb7d5dd46b96bcd0ee1ba4f2c9068995716f6658c2bdf8a41a81d76848cf63c1749d3ff365ece0399d4a54e98be4d03f992d49a04616e26f1baeb WHIRLPOOL 49f0186c6a265eef8aa8972a77502b34bc130fd2df04faab4145c6b181ab80fdefc2b9ca7d2d7979c89a5b57e36b8d0787c986e584bd6f332915316d73c07802 DIST kde-gtk-config-5.8.5.tar.xz 150384 SHA256 399464281ae04425a1881f4fc26a40c0e2079a6246dfab2e52a361d86afd15c8 SHA512 1cd73040eeb7709920c6d534fcb6aaa69de76d96926e7d2030b07f109ac9fd8b96c4f1d0d40d7449f39b87f9e795364283541fdbd7868ffd8679cd5bc6979bed WHIRLPOOL 5b5181dd90f3927033b9eec07d5f1ca257f371e842a98f4d06aaaa00f28f2e94e2f7d662cf8f72322a1c07399c1f06852bd6fd0bc9cf64eb9ef4e8c9736c6dae -DIST kde-gtk-config-5.9.1.tar.xz 150892 SHA256 bd89d8217853aa7caf6316dc3e111e4f0506ecad8537bf76c8a4d816c4a71d5c SHA512 435b5d9e7ee055875aac299c2b52847ccbcead9b2aeb35d683bad574862c8070593f1961a93e9e81286c2811e1b4b57339a27b043ccce4a5380b591465539edf WHIRLPOOL 034af044d917b7fee8b940d04bfb8d04ef93eea0a63613d1f43d04bd0f1346e232cc1955ecd1a936662e6d7498069f0d4a00b51108ae67c44049aa49a95f27ec +DIST kde-gtk-config-5.9.2.tar.xz 150964 SHA256 f1739eb1e1a2ad68dc8fea7b39371d331480d3e1051b159becde16cecbaf89cf SHA512 76cb34dcacad6f399c3d701b7702c5a1b523be642b2b9fa446bceb25a294691fdc7d294ce8f79701d3285b805d5ba1b427696f5d5be32ee28b971bfa5b41e0e2 WHIRLPOOL 687a8cb058593b27d343328675e7f8a8eae88693fbffb96f8e2cadb4ec862560da20883538bc992025ce5c82450b6b3fc49859eff15b91f6eba96cf69b93da58 diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.1.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.9.2.ebuild similarity index 100% rename from kde-plasma/kde-gtk-config/kde-gtk-config-5.9.1.ebuild rename to kde-plasma/kde-gtk-config/kde-gtk-config-5.9.2.ebuild diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 00ec728def73..b2552dbc948d 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,2 +1,2 @@ DIST kdecoration-5.8.5.tar.xz 34760 SHA256 383a7bd701a3d80a79c47a8770e32a6fee6763c564e6982211a2c424ef291cee SHA512 443fe6413b09f729e2f6c828993530f9b98438702268f5fdc6fd15e945f85e081f601fb9b242bb1cbd1fb186574a55ff4fa02f8a35f80bf7cd7ca2227fe14db8 WHIRLPOOL c18e796800068d9e1e45aff133203e4e97be91021d57815eadff1bd16ffaf33e2e2005170ecfba70aa6641fa215c50a40054cabe501731ff8c2ad1204c37920b -DIST kdecoration-5.9.1.tar.xz 35548 SHA256 5a61a6d4f2e7b549e3cb03852df5bc02a9792b30bf15e374de19a9961fa5c19c SHA512 36c312a740f594cae99c9e16f64f9a7ebccc0bb0f91354e6f888b4de8c0acc01e3511239fe3f0d3ce49939cff1e98293f369309e8d95053599a1c27a48a3b928 WHIRLPOOL 9773a1eb82cc8d9ed1d4c8893864603bb845f88a5b6679c9b37256ef332ab7a84929ba3639adc517a44ecd4bf567c66b70853f16f5faabc4e49dfea0c12cb2e7 +DIST kdecoration-5.9.2.tar.xz 35544 SHA256 ced8508d9e86f13b6fdcf07a16b4b830da50f15c1efd9d931032ae6a16dd4940 SHA512 c0bc080a6e7019b3b513bd04026e81bba32be96bfac601c38600195646accd755b7b11d0cb2da63b11671bda242a620f90eb07695c8a4822ff4eff15e784e0b1 WHIRLPOOL f2252b27e72b07761573b48c897344c7dc34369a20b048d35e15d898ad48782bec7de3e6a9af1e6a3b27f3efddeee787871cd6fb57a4a4a69e2f54412e8b4101 diff --git a/kde-plasma/kdecoration/kdecoration-5.9.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.9.2.ebuild similarity index 100% rename from kde-plasma/kdecoration/kdecoration-5.9.1.ebuild rename to kde-plasma/kdecoration/kdecoration-5.9.2.ebuild diff --git a/kde-plasma/kdeplasma-addons/Manifest b/kde-plasma/kdeplasma-addons/Manifest index 61dea427cb0f..e264ad5f21f0 100644 --- a/kde-plasma/kdeplasma-addons/Manifest +++ b/kde-plasma/kdeplasma-addons/Manifest @@ -1,3 +1,3 @@ DIST kdeplasma-addons-4.14.3.tar.xz 1791328 SHA256 12d58e30362729473db208c0650676dac0fdae8b3f223ce92e8df41e3e928f24 SHA512 e4382aa1aab27ddcdecdd53ca0d931b9d53d27dfe4b53736642e1e030ac940ee6909029d7ddb865ee13567facb4e380d3c23601b9ea985151fccba8860077925 WHIRLPOOL 13b3a9f6706bbdda6ab4010aedbb1da4f677de771e3bd5f7c6dc2074db413860ea26bbeae919b7927e31116f535f51ef67ada1d2aa3b368ca4df23f4146a4165 DIST kdeplasma-addons-5.8.5.tar.xz 2091012 SHA256 2dfdcc0be58550f4018c4f2d05fd2652d4b326a73a9d39d551892e4bd65333a0 SHA512 45de4a7243124a1099fe1f7ae66ccb15df0d45c36ffc89b5e6b94c4e7979a35d2d79bd58997737dd9db99acd31e4f43ad189fe180d7b5cd16e48b9550868e73f WHIRLPOOL cbe7360b3f28369d895bf92baae27ff9347f9d011aa3a4829868ceb1d67b7182a17fc52a535c2acfeb9bf18969ed01c788dbd0f16571486381bee3e6fd76558e -DIST kdeplasma-addons-5.9.1.tar.xz 2047096 SHA256 1cd44d18d01edea537affc1bb7310deb06f69bfb444bb6924e363a21a6ae8815 SHA512 534d75185876a9c3bc162d1bf807a4a2485a44626b3836623f4093d61fced9779e5fdfe3e28308a9dade1a58e73ba81f90fca77cd24b02a948f2a4b5c7aa3ee0 WHIRLPOOL d847f419d9b8eabc4a8b418f32c97571367aa584dc6a346324db7f3dd22b8460febafd24a39bb20d185369d54f2d2762868bd643625e78477e54c3751c574ede +DIST kdeplasma-addons-5.9.2.tar.xz 2047892 SHA256 e6221a2b1f86b1ec442767172b527e081d27c8cb4f159e2efb69be937470287a SHA512 80860c173928e6721ba1312cd537d664b0ba2c91349e726824c8d4aa02e131c9223efd44383c608c2ac19a8d7798c356e0c4e1d49e69a693b41f475da93a5411 WHIRLPOOL 3a5154b94638364d9b23afe7cdfd8e0fb2d0a29482e8621a14ad1542c5d5c30ba8209e3a8769d393cf15d8901267b3684e4d28216d2ea16a205fcf99959c4236 diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.9.1.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.9.2.ebuild similarity index 100% rename from kde-plasma/kdeplasma-addons/kdeplasma-addons-5.9.1.ebuild rename to kde-plasma/kdeplasma-addons/kdeplasma-addons-5.9.2.ebuild diff --git a/kde-plasma/kgamma/Manifest b/kde-plasma/kgamma/Manifest index 1e048dd3c8ba..3d523add2118 100644 --- a/kde-plasma/kgamma/Manifest +++ b/kde-plasma/kgamma/Manifest @@ -1,2 +1,2 @@ DIST kgamma5-5.8.5.tar.xz 60484 SHA256 22b2ff2ae14a8db4ddb9fc27980c601fda531ae2803ad61fc69a431109277f1c SHA512 eed9684bb1175165edaa921b0b0b50cca921705b61361d3b683446e453d6a38bbf34ab6cf9ed4aacdb5e3ffd556afac9c907b9b8ae90cb37c2b46d04f002998b WHIRLPOOL 7086ba90ce461571acf4fb3db388397a0a2cfd723eca9d5f1e92bcbcdff3c05c26daaf5a266f76c735331ffbcaa4bba1c1aecd64323b0eebbf5f26e34cbeb485 -DIST kgamma5-5.9.1.tar.xz 60380 SHA256 fd49283263ed02ef4d71076f909089d74d9dd1f1521f69f39531ba0e51b9975b SHA512 d6efeafdbd1ac2fa992e2ea9dbfbec14ff06b62e3227ef2fb461aa9e00f273f74dc2dbdf41c430e7f80cafc14b11798862c7c799bbf964042e2af9945fd666a2 WHIRLPOOL ae12795fd252932d60d4c6a651be6dfa3b70d25ddea9c046eb8934b2ee131d1d70edfb5e39a53fc49777a68d86c9bdc6e0dbb26a05cc011882b0881130fa6174 +DIST kgamma5-5.9.2.tar.xz 60456 SHA256 3ab19e0434b11d9d55aac97413b3a0ac896776f52b20332adc112d45aea6d3ca SHA512 8fbd3d7efb5fcecc81f2d8707757442a2e328a97fcf08ee496b472541e417d9cf844b080a0cc88155dd7f948c5ff8141850a60b18405abee4adf3d78338b52a8 WHIRLPOOL 64df1b63e32c1c9a30c342bb2bd6a94b76504e8d4caa3fbef5782122a033a49890f599bb0583e7e2d4d07aadcbbd71927ec8e7aaaf5984ee2cc811f9eb039acf diff --git a/kde-plasma/kgamma/kgamma-5.9.1.ebuild b/kde-plasma/kgamma/kgamma-5.9.2.ebuild similarity index 100% rename from kde-plasma/kgamma/kgamma-5.9.1.ebuild rename to kde-plasma/kgamma/kgamma-5.9.2.ebuild diff --git a/kde-plasma/khotkeys/Manifest b/kde-plasma/khotkeys/Manifest index 9bf7d4541c65..bcad77be5569 100644 --- a/kde-plasma/khotkeys/Manifest +++ b/kde-plasma/khotkeys/Manifest @@ -1,3 +1,3 @@ DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802 DIST khotkeys-5.8.5.tar.xz 605632 SHA256 90fa906efd0a36b481d2651ed462596cc9527e72d3ea21f9b208a4e576fa00ba SHA512 6ec0a956f7c99ccdc5c5f6bb01d77d821a226fb94f16f5966f8609eaeb9c3eb7344855d6fe5e3c4feff36e6da36a9e35dbde1d0be583fe911a61ee5ef292db21 WHIRLPOOL 6b9fd522c69ecd450fd69d000d4f643d64d6c7045df873c10c439c9a65df64af527b803ecc069fbaca3a4f8c52b6d74a76f1ec1d8f1c8cadff434052019a6a90 -DIST khotkeys-5.9.1.tar.xz 605332 SHA256 46ca51eae08bcf0b57b2c3009d77e4d5540b4e958cf39e39aeaac5765b60e3f7 SHA512 a9432df27024ed96ae88531d7f24212679cb98d851deca6191b2bd6b17172a8b528aa8057a1853a1c4bb6a9baa672eb2c16d3dee38c6fa7b4637f621d9925743 WHIRLPOOL 34062ccc470aca845d417b8718d99ab8a3dfc37567e348791374aae3993829ec7482cde91ae4694cf7862db568ed0835d907b555be4fa76977b5d82bca753e31 +DIST khotkeys-5.9.2.tar.xz 605440 SHA256 88d1633e7271e8d90814501d10d2e393f3d43428ad0240e8f03bb9fa7c348e26 SHA512 a2c24827bec2b3b530cf63db763555094db093c23bc89b127111bc0b9a8b4a88b25ce0514a5c174743db015ceaddd09f6c9c29c92739a107977b1393feb66531 WHIRLPOOL cc752acb3675c98a9bcd68c0909bd408c7ed9f3967164b4702554766718f14e3fb94ee15b79728341fe0a301bae0b28385172f9d099aef2a40e120ac85fcc7fc diff --git a/kde-plasma/khotkeys/khotkeys-5.9.1.ebuild b/kde-plasma/khotkeys/khotkeys-5.9.2.ebuild similarity index 100% rename from kde-plasma/khotkeys/khotkeys-5.9.1.ebuild rename to kde-plasma/khotkeys/khotkeys-5.9.2.ebuild diff --git a/kde-plasma/kinfocenter/Manifest b/kde-plasma/kinfocenter/Manifest index cea7b91b3a8b..f021128ba0c0 100644 --- a/kde-plasma/kinfocenter/Manifest +++ b/kde-plasma/kinfocenter/Manifest @@ -1,4 +1,4 @@ DIST glogo-small.png 24583 SHA256 0afc3eca084c327f8059166b86769f03c9c23e1e765bb47dc3229505abbac0c6 SHA512 648be463ec3812a2edcdab54d7a230bf2bd7e6895f4ffe72321d8fca28a5e1e0980f6e3b9a32f369c8369943ceb802a65a94b9dad820dcf2c81d4581d814cb48 WHIRLPOOL e161bf40c5e16180fa65217cb49314fb230c45329f4c518d6014083bd71da82d4aa048811ee814fde7fa300105cef16c182688445164ae84d0d700e23641b342 DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802 DIST kinfocenter-5.8.5.tar.xz 1269580 SHA256 f7bd2b1389245f73d89dfe0f6229e3ecd9e04bf7a235e369ca992d3ad3b27aba SHA512 35c66179f9947cc5b323584ca74040622c39ed273c9609bba4c712b07965a0e97c65d0c1b4b0d29a458d1741d59f657ff5d3cbc8ec92fcb4ce6ac402bf113e92 WHIRLPOOL b0ab085af294f93b00e35fe52ae6b955b70c9b7cbd1446f5faa00ccf1a59202fed94a9c0879a5b7e278b9867ab201ff1f11a64c070793cdfdfbd75c01066d387 -DIST kinfocenter-5.9.1.tar.xz 1266224 SHA256 a10598a09a7f81acf4f613a6b16be2e1cbd1946885ea9444ac1011180488649c SHA512 2fedb59d96fb6a13aea469ece90f46136228e73354ae1298f14c63e54a7c93867a20f017753a9e0e2432cfdedcbf924caa90cc0f5eaad59339437febc36134ed WHIRLPOOL ca5020a4fdef8903e8cf06fe5b2f41f98f884ebbd3a3dd3e008b75d7fc77d69e5cba05a397517a0c8aa678da2daa087778fdb9250902a31c188083d325b0cd4e +DIST kinfocenter-5.9.2.tar.xz 1266164 SHA256 bef138f07707893832bceba86525f43ce0605d0bf8633651024138b5b46a4be5 SHA512 6e9cc5f72cf55bf6cbdc5c31e3073b3c1e3c080144c4879e7fe42354c9d25d3e444873cbd319d24f3cab839e547ef4d6b6a6bb47361febe21b89c66a34a28553 WHIRLPOOL db2a0f84f1c56ffa48ec3ecbc614b60928f61a314b095875a9ce7f4b67f6f5e90afd85e51db53df7e781dd179bb57ee98a2c4df60288fb9d2d0bfb55811b8976 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.9.1.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.9.2.ebuild similarity index 100% rename from kde-plasma/kinfocenter/kinfocenter-5.9.1.ebuild rename to kde-plasma/kinfocenter/kinfocenter-5.9.2.ebuild diff --git a/kde-plasma/kmenuedit/Manifest b/kde-plasma/kmenuedit/Manifest index 6c629a9c4526..a35a3f77a1d9 100644 --- a/kde-plasma/kmenuedit/Manifest +++ b/kde-plasma/kmenuedit/Manifest @@ -1,3 +1,3 @@ DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802 DIST kmenuedit-5.8.5.tar.xz 653640 SHA256 75b8543bb7ef5575a6c98797c622dc9fb08e2942ab95f36d409296c3937105ef SHA512 7c9d5d8d1d16afee4173ae65bcc17e7c45a5a163753f52962090ac13384b5b38dc3fb455fa5b246e9131c5d7f87deea35fe7f1cbddb8158b0827202684d15f0a WHIRLPOOL 79708c70fc2901d0f3edec9ccd17f5a0a661cab8dfb0abc76697b0c8c8856c42bdf4c5bdb5164fd4fbe683d5dd561d299a8483b1607cbff5536f6eadc4c8287f -DIST kmenuedit-5.9.1.tar.xz 653124 SHA256 e636319f1aa343e5371b2ead5f999a2691fd0ad1924ab5e4a1adde13ea81bf33 SHA512 5be18b7c61d47e54e8e0f63d510d42f12c43d170ba7f526c184f4cefd8bd3cc64bfe1576390f8d0ee0a58f990df123b2cb234d91f8da035f62a2b6f1396c65a5 WHIRLPOOL 5ac5e03622066f791be66366f6b59399d36999b91fd53b60b652da71019d74a28fd8db3976404618d48400f861a585a81c33eb88d8e888eec50567503d7d71a4 +DIST kmenuedit-5.9.2.tar.xz 653268 SHA256 630bd3ec270639fe9d02f03b7d8c6f4fca0cfc7c16ad50e3225287f2ca68984f SHA512 c1ca434eb244728730dfbf24d3c3ed8210554f5fec7a0954c9098abd9c84f84b15d4a714cef596bb563a61bb66dab07238cec73a14d741b0e88764a914ec9bc7 WHIRLPOOL b070efa34647176612be2c4a1a68dd893f0b02f9a630858c7d031cf0eb84d0333a29f8ca258db39f0a895f6a8d9937c0801a4f1c5c7fd128f0d62013f8488de8 diff --git a/kde-plasma/kmenuedit/kmenuedit-5.9.1.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.9.2.ebuild similarity index 100% rename from kde-plasma/kmenuedit/kmenuedit-5.9.1.ebuild rename to kde-plasma/kmenuedit/kmenuedit-5.9.2.ebuild diff --git a/kde-plasma/kscreen/Manifest b/kde-plasma/kscreen/Manifest index 7d728b8e5f70..4497bee6c961 100644 --- a/kde-plasma/kscreen/Manifest +++ b/kde-plasma/kscreen/Manifest @@ -1,3 +1,3 @@ DIST kscreen-1.0.71_p20150824.tar.xz 93080 SHA256 ae0a1830d2d7dbb350e217188c77bd30a10decbd56f056f7e2fd0964071d95d4 SHA512 ac1f71219918363d298ee30022a9207da912c4293c6056d8875425b80c70010d7476591ca366eae5af97a298511c0e41ca748ba0c570d632f490eb5c3eae3c84 WHIRLPOOL 77721dc3a03a0a5eee543418379480da2c182497ab58a1aed7e513b228d406588187307ad848ddc3f6e6566e4a2039acec5428d04bcf597816c10b2d018a2f55 DIST kscreen-5.8.5.tar.xz 113516 SHA256 b006fb93d03bfeb3f6260b48d6356fcf6f09b34646397f32c23547ecf41e3d19 SHA512 490a4a8f831b3afdc03648bd70c76d065d7147a2f81ab7c6f5eabd52a445bab6e7e331e9b193947a47a41795096ed594a1ad19de96ccafae556736fcf9a1a23b WHIRLPOOL 4f42970f3a1020cda689a2f591b310ca51ae3c924ad786a9c05bf04cf4b66a1f3b9ab172e174d5c07b4d711fec485e86d149a1fe39da793998b69995128143f4 -DIST kscreen-5.9.1.tar.xz 113268 SHA256 ac3e3d56181d4c1518a81d5af4e0497db04215784ddb3724222382efadc83f59 SHA512 1249cd629ba44ab69a586aadf67bf139060a3b84c609c764340f06aa9d85abd700c3efd8a9dd05552eda261dd7d7c8bdcde661ec2cdc8aa16cf78670c4b4b498 WHIRLPOOL b253a5cd62b40fb2bdf67be40df8245f3fd4c17f09f20e284280d52f3302992f97a93140fe5684c9a66b0276ffe8107d254ed118f72b8ade6f8d9a008e8b6e39 +DIST kscreen-5.9.2.tar.xz 113320 SHA256 d06eb4ea86446b3d898f85c56b37629587b3f3016850270624ff3177b3a6d86e SHA512 bc71e1b2b6d931fbd2e943f53584630dcb161e262a3fba4cf7af1410b5353e37e249334b1f67bb794cbee6fe596e15ab978c44529201264b835bedd2936fc59a WHIRLPOOL 8a70268e01cbf551345660bd0483da5b67d453f948c767a47d1a255ae73fb423162c7bd19929539c1f3c0518587d9a7c389b99043bbd63e100dcfeb51c132fcb diff --git a/kde-plasma/kscreen/kscreen-5.9.1.ebuild b/kde-plasma/kscreen/kscreen-5.9.2.ebuild similarity index 100% rename from kde-plasma/kscreen/kscreen-5.9.1.ebuild rename to kde-plasma/kscreen/kscreen-5.9.2.ebuild diff --git a/kde-plasma/kscreenlocker/Manifest b/kde-plasma/kscreenlocker/Manifest index c10b7a5530b8..a0df375d7d0a 100644 --- a/kde-plasma/kscreenlocker/Manifest +++ b/kde-plasma/kscreenlocker/Manifest @@ -1,2 +1,2 @@ DIST kscreenlocker-5.8.5.tar.xz 108100 SHA256 72d64837393dd5c237d2985574b85a0f6507152ec3d5256751354c08d9d86285 SHA512 63d25d3e8c1477a7d1a52d49c32265fe344d7c7c1d5f9cb642d6e9ab524fc0a24c1de30e7134d3d92d3bf47a1d93d2a4713742aacb1405d35f8d5a04e66e0685 WHIRLPOOL 131cb22cf4830abc21bb1a1116ac11c6817fdd1e99441938e938a5bd44ba470b0f63bea073122bc093d016c3c72d733ca678688b1a311cc33d8c9b3127e65960 -DIST kscreenlocker-5.9.1.tar.xz 107884 SHA256 fffe0506763bcd138ba4f7750d23a16e947619cfb4ae370825f94e28a0e24166 SHA512 905692e2a761a4925eeb00e66d0343c60408752d0b12721587260f593f809f0c32f743332535168db677df3483c40a3dc905666f77e70cd1fe6338d4621ef89e WHIRLPOOL fa5b5c992d102065495f9ebf4a5ebed88673dbc70e02e612ce6d3735eef98e30d0cbdd7a350ef23ef70d7ddce663556bc153d0d5c34e08ccfa88ba67d22c2f06 +DIST kscreenlocker-5.9.2.tar.xz 108180 SHA256 69c264e7c9f0fa5c826b912a5ebe5f1e582d338bd93214df8ece064bb4e7bcfd SHA512 c3be644708e93535dad7cf9a49833a75998ce8a216e6c6e3775bda876bed0899cb6fdf524b81a210810e8a19f99042112a74cae2ff06bc5c566fe0227ba96739 WHIRLPOOL c855024392e581d3ebdfa4c54d0a7479e8488c9938bd9ca17c32fffae40a9b503c3e3df86eba5d98a8349cd4104c5eb68b1f033d890a7d91e819fa1392ba4162 diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.9.1.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.9.2.ebuild similarity index 100% rename from kde-plasma/kscreenlocker/kscreenlocker-5.9.1.ebuild rename to kde-plasma/kscreenlocker/kscreenlocker-5.9.2.ebuild diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest index 30bfeb688cc8..db9e1ad17afc 100644 --- a/kde-plasma/ksshaskpass/Manifest +++ b/kde-plasma/ksshaskpass/Manifest @@ -1,3 +1,3 @@ DIST 50971-ksshaskpass-0.5.3.tar.gz 11010 SHA256 a3a47eba74a52ec3d9d8740ed9a29a5aa852d4e268b5d81154f85b90258a2124 SHA512 0274b58fb9dbb634688e5ee8b22a88012483907769796733c79f8e3c115463702a9cdd787d49d0b94a7942f5f88ed3465a6161d6e4516711b2bba5c47a91fa50 WHIRLPOOL d3e68640d3e0049bdd071fe72bf0bd9767bf349c94b2fbb42e7fafe6259d895ec2d5122ae9477e66073c53cbbda704ec0237328dd948b21207b2db2b39946450 DIST ksshaskpass-5.8.5.tar.xz 19456 SHA256 b0abeaba2a3eff16e233e047b41c20bf4065b4529e706929f4c0e6a9884324bf SHA512 0ab10f04fea8d97bb7e942cfd11563d22e065e19414aad2484e5b1661ed7b492d769da69b30eeed9e392ef75a3cc518e0a8005fe5afb84dfc6192ad9a4c0bc8b WHIRLPOOL 19c08e63ef15f0e5a38cc10d02f71e3bb616ec7d219f06cf1004af9789832a6e2a031548ef78790f67a46bf5e69b076dc2d7082ba25b6c39621eaa97a9113546 -DIST ksshaskpass-5.9.1.tar.xz 20068 SHA256 58bad2180fc186b228a6dd65791af0b166b67b5843367d6967ba6d7a132e1d75 SHA512 dc81c257ef1d68321d003e25ebf83cdd1e9c43ed62a494139248e13226044611f34d67800c2e5aaf0d67a5cd99d642224a93d06ad044b5a5ff0b4e96ce0dd729 WHIRLPOOL bb23346688d449d7de1208c172ebc9309a3de68cbcbd8c1cad0a50aa410a29b9e469cf3953d3789e464c328d6e02bb752b96b572785e67cc7e658ccf2c8628d6 +DIST ksshaskpass-5.9.2.tar.xz 20072 SHA256 e4ca4282814da54595919f617cea3050a8e266d1cb8b83e05f26c84b5e3c209e SHA512 b43bb41aecf781b8dc8008dc0a7b4803b536c05ef9283a497fe36b0c435b162abe7208a23276c8cb42b524e8e7817833d513c8ace9a2d519d9630a143a9e583b WHIRLPOOL 86bed00de405a5f4d9533b8644affa9bb435b6fdd7976341178de315b7e27bab19b5515c0d728713c2878c2560afe1b64365fa4acda218b2a2490e9c699d4e4f diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.9.1.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.9.2.ebuild similarity index 100% rename from kde-plasma/ksshaskpass/ksshaskpass-5.9.1.ebuild rename to kde-plasma/ksshaskpass/ksshaskpass-5.9.2.ebuild diff --git a/kde-plasma/ksysguard/Manifest b/kde-plasma/ksysguard/Manifest index faa7fd2ab443..cd4b6e79a958 100644 --- a/kde-plasma/ksysguard/Manifest +++ b/kde-plasma/ksysguard/Manifest @@ -1,3 +1,3 @@ DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802 DIST ksysguard-5.8.5.tar.xz 490664 SHA256 c9bb8ff40d8a5092ef3c345b234a4d609fcff8ce6ec65bc32c3215a2840fa8bd SHA512 d3ad3e781e71fb1c179b9d07fbded060390f1c24836acf3f7e5027720e340d117445e04759ad79e46e8391db082d64eef62d52d5ad6572d688e83a86062d7b0a WHIRLPOOL d63a9b7dac8ea1d574f5b4e8505a9c2b315eb78b65d611c63278ebb5a77b939294defd8e9e0b4983eca75b9cfedbc151baf5767a35dd12fb6fafc79cbb6fd0fa -DIST ksysguard-5.9.1.tar.xz 488044 SHA256 73987226abc2c008d57dffa9b18934127fc2a3420123c33626c84ff260195bee SHA512 35ffb55becf8298ebf763e38419807414ea5226e2f00c58303372c757b8d50dc32eb0b95dbaa8bd720678572f1d41ea14de234eb2d113b3984ef5bcb08d011dc WHIRLPOOL f40eaff67fab239c8b3c421dab9706953df04c49310e235f8cd6e99fb78a0343c789ecc8b9366ecb13e7fb9b0471593305d4a8f469c46faa83b61a143b6eaf4f +DIST ksysguard-5.9.2.tar.xz 488140 SHA256 664763f003d863df6d8477cacd76f17e70767ee5ce1730886bc4ab8b7faa8c36 SHA512 b8e5e26583dd4bec6b3759461059bcb418140cb76132bab01e89c87f6864e2beb8e354c56c7a63b70906d776c2b5ba658ba26fa5aa5669a1b97362bfd994fa3d WHIRLPOOL 9ef337e2001257ed557d98e87effa5b5efc919cf333f72495225f5e6e4a16190291f29a7a51eb709083cf950fa3d4925bde700f92be95a187ad43d57e312d53c diff --git a/kde-plasma/ksysguard/ksysguard-5.9.1.ebuild b/kde-plasma/ksysguard/ksysguard-5.9.2.ebuild similarity index 100% rename from kde-plasma/ksysguard/ksysguard-5.9.1.ebuild rename to kde-plasma/ksysguard/ksysguard-5.9.2.ebuild diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 7ffd0f07ea33..34a294043174 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,2 +1,2 @@ DIST kwallet-pam-5.8.5.tar.xz 17752 SHA256 84d0e3b09c353ca81af52956842fbb6170d3990293ced7f81eb4bb7447de200c SHA512 749847751872b899a4675dc7e96d4f88e47f1ceb992d84b4c99140bf2916f981fcd8c26486459f492ef810d84fb1294007c073ce238bb11bba106f9d96640f62 WHIRLPOOL 4c0ab2bca3abf5dfce7b67ee0c9e3cf2cc84e938278529aa83347ef7f77411a53490de1b0b76753d558f916860600ead985f9b28f44edc4f2f16fc74b5496951 -DIST kwallet-pam-5.9.1.tar.xz 17808 SHA256 6294ad618519ec1168cd8516f3e3622a9cd414821edcfd47a76ed4877e7d43d1 SHA512 3c563e0d33c4dd18f005887b175f3f8d675dd457934cc6554a5843676466f01e2aa80c26a91e75f22af1e0e808ed58b5043c26f0546ff4da6d62748abfdee56d WHIRLPOOL 13f7877d4ac608134384f8e055f71359f46210e16fdda169e77401e7459e0eeb138a2989472ae6f2eea60bc75fc46a94bf1a365182a8d9603fabf987fb36eb6b +DIST kwallet-pam-5.9.2.tar.xz 17808 SHA256 4f57e7b5918ef196d00ec8f33875b30c6bfdeac85d44325cc6a733d23cbb2975 SHA512 58916ee68aa14b2253ffdd8cb02df2b60983ff4a0a8db60efa31367c665e422a1e757f69cffcde0384008482e350d8b7359b8a5137ae4ba360c90f18a31400a1 WHIRLPOOL e24883bf1b96b2bf35d9cb8f95bbc477fcdbaebeb454c84c6021ccb5bbc4d10d6150ffaaba085098f09b8702fe269971b496e1c49f984d3f6b85c4cf29f33493 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.9.1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.9.2.ebuild similarity index 100% rename from kde-plasma/kwallet-pam/kwallet-pam-5.9.1.ebuild rename to kde-plasma/kwallet-pam/kwallet-pam-5.9.2.ebuild diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index e3784308a21d..ec86cccbfef7 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,2 @@ DIST kwayland-integration-5.8.5.tar.xz 18292 SHA256 91d2c7422aa0e286111e647b167ac9124d085e47d88415dbcd4b6776701dc685 SHA512 6d269bb1a7ac26d4adf87ddb9791f881d8d52291f4967ba852003897ef056eb723ecedf433f9e4c0aea64bb413ea92c18470af4f0d13302e87aa7075bad18eb6 WHIRLPOOL 6f0080198471c715f9568542edbd3f6cb7c346b0a1ab0d656fb7eebc7a4644d652f0ee644fa7f03b61ebb413755fe2a14af4d8b52ab77ae4739aaac3bb0f2abe -DIST kwayland-integration-5.9.1.tar.xz 18360 SHA256 7b8724afe4f19d2ffb78866ad8ad261361a05a2e051b0511fc17e4dfb056ce9f SHA512 8b70c3975b4e93990915bcb261d48c49ec097524a7d7573d6634110f0bda3fa0dc14dfcfb92274bc998cb65a13e748fe076bbe8085586adff3fc212db52e79fe WHIRLPOOL db2392e94355bec37f7e8af528c1e9330e7b2c066e9a9293a0d88763751186aca879aad5d3f730580847691ada970d0132a6ac6ff8545c80bbc196d4d1388a4c +DIST kwayland-integration-5.9.2.tar.xz 18372 SHA256 e9154d8979d596216c8e11494f7b59ebc37e03986787123f8df8faf9f00f9741 SHA512 f458d23783fcf2d832a3cbc6687f98e34686aeaa1a5cb0eddd6050353435b0e0a78c434c63450bd41009c3db5956eae975b9ce482d1e907859768a669f1b2736 WHIRLPOOL 298b30dd20da5618306dc845a141f94a87ca0cdc68e00387b79c4865d144f89176a857acc02738a3db77aedb65313289ca51dc1c6b6ecda01fdb8c6c3834f6ba diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.9.2.ebuild similarity index 100% rename from kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild rename to kde-plasma/kwayland-integration/kwayland-integration-5.9.2.ebuild diff --git a/kde-plasma/kwin/Manifest b/kde-plasma/kwin/Manifest index 614070684394..ad5c678a5a69 100644 --- a/kde-plasma/kwin/Manifest +++ b/kde-plasma/kwin/Manifest @@ -1,3 +1,3 @@ DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802 DIST kwin-5.8.5.tar.xz 3998948 SHA256 a703a0d1628e36d3a92dfe3e0a8df7ec733ec2f7a93f854b90a9294dda095fa0 SHA512 3393dc5a5cda0f9abaf71dda8867e312972c5893dd4d61eeee67f9230c5e0e3ca42e941e68c0a2f50ee11d6699e0a815a3e3556f69f9c805acb9c381f5baafe5 WHIRLPOOL bf16c5b3745ecd7bc0fd5b1a90707945769cd6d29a5685a3b78564d2b698be734f7a8affeec0b4f59465d6749c3e90385bab22468b32880c7d8683654951b359 -DIST kwin-5.9.1.tar.xz 4625316 SHA256 2ab9c9693f87b5ac40f5f4b57e9c157b7cfeaf62e4d399571817eabc607e1a0b SHA512 b74f462ef156d5a557822ac85e64430c707a069f6218191b87bf655dec00adcfc3f341e220c5a7383abff5fba4919b82b679f41c8af518587a6f415e9fad6531 WHIRLPOOL ed1555a5fb5a421455839b2f1bf51a6138424c400800ab33f58379d3b24798d920ebbe0ea892a21990900408143153800944017df05576b26082da3d38f8a46d +DIST kwin-5.9.2.tar.xz 4626628 SHA256 3cc87aa4c9a092c2c0df2fcf536d1774928c12c5410a389c0127164b33530c3e SHA512 1930c7fc046302376694cf855871cf72dac15d91a56d228ae5d08a9484464dd6e49a497f9150d13f642eae529ae189848026b8e7cc9932d779794ba0f72fa2d2 WHIRLPOOL 63de01173155d14300c96eef8907b301229fb1b4fe7905e4ab50f9b281244110836427b6f5ce22cef04c4ce403ea743bdb48b2ac125872d7478cedf68b54b9fd diff --git a/kde-plasma/kwin/kwin-5.9.1.ebuild b/kde-plasma/kwin/kwin-5.9.2.ebuild similarity index 100% rename from kde-plasma/kwin/kwin-5.9.1.ebuild rename to kde-plasma/kwin/kwin-5.9.2.ebuild diff --git a/kde-plasma/kwrited/Manifest b/kde-plasma/kwrited/Manifest index 409cb2fe01e9..eaf49b277e2f 100644 --- a/kde-plasma/kwrited/Manifest +++ b/kde-plasma/kwrited/Manifest @@ -1,3 +1,3 @@ DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802 DIST kwrited-5.8.5.tar.xz 20324 SHA256 793a391d74ccabd107b323504b3a0c10482c6ec098019dc45c02fb68091159db SHA512 ea13dc1f50209c98d2a0377a985d5a2783773a583daa3a52fb657a19f9e4c2436d01dc5994fac5d1bd5de11d5bc1de715574440a67059ed1d9a04bd04c28a4e5 WHIRLPOOL 5089fee27309954a02e57a638671ef07832be37b7d1e61763fd6ce2743663d00f76d960424c9967c4fa30da1cad35b46b2495627de154f0f872b9876ce30d8ae -DIST kwrited-5.9.1.tar.xz 20216 SHA256 b833f57e15946bf63495305c66db276256106ef1580df2573c1c69bf2976fc44 SHA512 567b96696a6545fc0c40e18224b9bdc91fc7808c9fba0c7e57b5dbb6a6d3167072392801cfa066bb7ae7aaba63cb8f3906923c0724ddec107c48a3c95852e0f1 WHIRLPOOL 7a632a99be25c60a79617a101da5fa0815a481b9a0f15940d52a324690115ed0bb62b8c99c1da0fa5d4bd0ba393d24f565bd2086b05145c2f96988b83b0928a3 +DIST kwrited-5.9.2.tar.xz 20196 SHA256 2b65b6c50180322c33c55278fead0f9b62e05665c8cb4ed3908ae5ed7a923ecd SHA512 a52eee1d5394f2898195bba12675ab3523d06604d3a1cca719028f5c3a3143a845938c092fcbc0e92400c99cfe6635a566af3e94f78c777252ee3f109ffa9edd WHIRLPOOL 45165562fccd0758be63cd3fd20009e92dcce37ae044ca4b59af8e534071653c45745399fec5d1dec9f10946e500dc0b2be79985a4892c067460821f69b14130 diff --git a/kde-plasma/kwrited/kwrited-5.9.1.ebuild b/kde-plasma/kwrited/kwrited-5.9.2.ebuild similarity index 100% rename from kde-plasma/kwrited/kwrited-5.9.1.ebuild rename to kde-plasma/kwrited/kwrited-5.9.2.ebuild diff --git a/kde-plasma/libkscreen/Manifest b/kde-plasma/libkscreen/Manifest index c13cf3d27fc6..7ebd3bedc584 100644 --- a/kde-plasma/libkscreen/Manifest +++ b/kde-plasma/libkscreen/Manifest @@ -1,3 +1,3 @@ DIST libkscreen-1.0.5_p20150822.tar.bz2 38419 SHA256 25cf4117dc99c3278a8abf315fa31ea3a3a1e065a2b28c37a26b2da508bee4f6 SHA512 2a35b63f65d4440205ff11fe35cf1b87cb656e0647eb7d2c7bada7dd6b71cb86d32ffb20a3b63e57d6444f17d3cb0758fc015e95bec62747189fba5a50fab48a WHIRLPOOL 8ccdd2ff43fcb186ab31653ac47e8b8f86be4a5cfdb9231b2e4f57bb335be578658716fa490141ccc91ac636982f28ec0ebc724d69058242d3deacd3e8c00383 DIST libkscreen-5.8.5.tar.xz 93668 SHA256 c9afda7f80af8d07a659240de0ca70c96cf72dc124f338d42faf5a40fdb742fe SHA512 d907fbd1348c2e6094ec1cd51cc0131170a8e86d033da386ef7372ba08a5e8ddbbdbac3029a4e512ff3a9ba9d00b90de6fd294552966b1e85d787d25281cfe96 WHIRLPOOL 4b425d84c50c0867d769e002537fd37752a119e0cbc00ea72695bde6672b2ad462985799eb14cde0e3a239209d1f9983eb8d3f5945225ce50ce5718c53972808 -DIST libkscreen-5.9.1.tar.xz 94048 SHA256 c3a0178d7c584e5c331c6d1615f16ebd56034c5ffc665995638b2314edae1c8a SHA512 ec882f849a4b84dbc27b4f5e08769bd2c60ca9d4d252303f2cba9a10a46d455bd102330f40cd077820f95f5410719203d98696d1f34c9c74b1fe36be2833a00a WHIRLPOOL c1a3956f87a5a02e596c6d0977eb5fa47a81cbf5d0e66fe4a13aa92d0d3d7ccefa48fb0411334fd027f44cbdadbaa808be926c925401ba72b833c70cc14fd4bb +DIST libkscreen-5.9.2.tar.xz 94068 SHA256 ef41b091c5a4c1525d3ac398f7e4af84fd56801b8299b3b2856d4143bb0aa546 SHA512 6342f0ff6cc8b72a5c4706a75d27f2d1ac5c69d26fc0184a734db1e9bc8e049e074ffc5735230b49afee11cb3e648f06c0c54363224e6978411067c2542dd14f WHIRLPOOL c2e32ef1434c0a7f31005a65f85c424f46b1bfea0f6a1aac48145ae3ecd2afdd3440a5fb973f09a868996f30e582f8c0e38e102729bb8fc7101c05315cfbce58 diff --git a/kde-plasma/libkscreen/libkscreen-5.9.1.ebuild b/kde-plasma/libkscreen/libkscreen-5.9.2.ebuild similarity index 100% rename from kde-plasma/libkscreen/libkscreen-5.9.1.ebuild rename to kde-plasma/libkscreen/libkscreen-5.9.2.ebuild diff --git a/kde-plasma/libksysguard/Manifest b/kde-plasma/libksysguard/Manifest index 29638f3870c9..e5dc7c757049 100644 --- a/kde-plasma/libksysguard/Manifest +++ b/kde-plasma/libksysguard/Manifest @@ -1,2 +1,2 @@ DIST libksysguard-5.8.5.tar.xz 575840 SHA256 976f9506037b45570475ba71a7445810cfd57c6079589038d63742d9fe2497a9 SHA512 5f3f1b924589dbb50e7e7f133da5325817a6ce100915682d3b6bbf80124299d85e66f83cd7adc33771dfdc9ee49c226fcb8a47204873a21231c2fe2829685089 WHIRLPOOL 89e7b1ba622356d572b31fbabc471c2b54312c26361b16183ab9f278c0bf3d877be7f7df2e95156b5ef5df3be80c263e3c521b02cd16dd3e642117e23cb36745 -DIST libksysguard-5.9.1.tar.xz 574780 SHA256 757e208bc71aea4900cc082952fe1408ec3515b63cfad3344155334ce66a2a9d SHA512 67ed849084d7d5d6828f951aebd4747e9c4a46c2779e506e23969ad7d1d58d033f06a635d1e8f9c4a38fdbb782a7c81653eb66d7a1e00371ae46a5d15117d07e WHIRLPOOL 3cb987dd3a4b6a2decca2d35e40b3a740aafcc08aaec04b34ef0a8d5aa783454380f7220c7df05468ff4c80e64fc545c47e9f76cedd670687adf9f41d0c3f08a +DIST libksysguard-5.9.2.tar.xz 574724 SHA256 897ef20ff4a62a3ec8250653b2912be90971234fc43b8ce4b7ae0d00489d7504 SHA512 78ab4cade126e0c62edf9a41a5fee41f506ad1eea71e8c862a0db1c75e58fedc43042365760cbc2e4f0e8b2d28c64c9c5b46f14fac76bc1d345105eb31ce0159 WHIRLPOOL f5767c946a32b82763684b03ad26d2553c73ccab7385b1dbc4824e67f262f0aad71f91e8f2b345f0d221cbe64a12b475bd82f471d064e4ff2a50324247859733 diff --git a/kde-plasma/libksysguard/libksysguard-5.9.1.ebuild b/kde-plasma/libksysguard/libksysguard-5.9.2.ebuild similarity index 100% rename from kde-plasma/libksysguard/libksysguard-5.9.1.ebuild rename to kde-plasma/libksysguard/libksysguard-5.9.2.ebuild diff --git a/kde-plasma/milou/Manifest b/kde-plasma/milou/Manifest index 86753a5e0373..4d823b3d9bea 100644 --- a/kde-plasma/milou/Manifest +++ b/kde-plasma/milou/Manifest @@ -1,3 +1,3 @@ DIST milou-0.1.tar.xz 53196 SHA256 cd79e5a95310146269ba2d0da4aa9dbde300ead8d54747b8edecfa863d9fdfe4 SHA512 0de077d12237e1cefcccb498b80238a02fdf2788931f835858551097337b71c5c3bf80d7e4c70d9db9fc2940b2127e0c68511130cccc7a72fd7cd67e4d7b0e1e WHIRLPOOL 31901e729d4468927e546b46e7ead5082ae7e0470315d3835fe55f3b0b6fedbaadddb296fbc29055e28401dd5e1fdab4480e92ef975578e055af46c9d1384046 DIST milou-5.8.5.tar.xz 54536 SHA256 6dfced99ee3b1eb163dfc55c5546e06b6aee664b4333251e461a4f39c8624552 SHA512 05002a23c5214a891258f3b9a0be68f3beede42e32437f55a887ae7635a14d9c12acc327a2d3fb8bb5e753666aaccd2826abf7fd3154e8ea6aaad4b43610f6e6 WHIRLPOOL ac6ded45107ab6a54bd42e82876e054a43a3d81efa3ceeda271a1067be182c73ea1c4b4cef3d124eb43998fee5aadcd7c9fa72ff64816cd39b2d6174445acd5a -DIST milou-5.9.1.tar.xz 55064 SHA256 4736ef1583e5ceafb913acd0747bc6647fb21159a776b8fbe3fd75eb38551691 SHA512 ae7de7893c85faf9ca371cabc0eb18d2a19bce66656d3697658d5acc362251ece88cba7258b6c0d95524b1c7e4542fdeceb146fd9c346917bc1dd60ed144f50d WHIRLPOOL b9434de7e19c14fc01d8ec98d7f00aaf096c19e06f8e22e8056ec02433d5482b90621fbc4addfb9b3ff0ce7b879371de41c8e7f1a2740a8fa1a4f3f838ac160b +DIST milou-5.9.2.tar.xz 55100 SHA256 ad43b448e916f5f390eb4929472db8f7b514d89acf2c46861f822e4e601ad42d SHA512 d56df73f23462406d0f9ad9a729b7dbf6c3ee76b658d8f2fe37e7acac091a3e97fb67bccda119d925c063260fbd072101fb704ff54eaff3d2290c398999f91f6 WHIRLPOOL 8d04cbfe3b1c4a7251f61355cb6787a0f22d48508625e060b7f13c1e2025c4dd159e72a2b76fe83a6fe7c936df7593916629380fc743127d0cb1aff8a0d4055d diff --git a/kde-plasma/milou/milou-5.9.1.ebuild b/kde-plasma/milou/milou-5.9.2.ebuild similarity index 100% rename from kde-plasma/milou/milou-5.9.1.ebuild rename to kde-plasma/milou/milou-5.9.2.ebuild diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest index 42700b72cfaa..af0c4791f58a 100644 --- a/kde-plasma/oxygen/Manifest +++ b/kde-plasma/oxygen/Manifest @@ -1,2 +1,2 @@ DIST oxygen-5.8.5.tar.xz 4461696 SHA256 07d2740709c9979eac381d4e728a3bf6670015a02c2c3478ed30fa8f8d6532a5 SHA512 0c1f285977c3a6abf4c62b6edf389d15570ba1fefa1972e92acab406ecba92eb4559aa41206487988c96c4512256736ff42dd46c45e871a0fd803d7367d38a4b WHIRLPOOL 6e3b6d5ac914be3c1a1a787be68d0602a138fc6cd5b854dd678cb05793b734e76c1d389e00b6ecd825fdff40bdc6a87ac8926403ab77e3d53ff34c2307c5b7aa -DIST oxygen-5.9.1.tar.xz 4462012 SHA256 b1e19a955f3908ed8fe7ad9be31811ccd05382bdc943bc22f40d1528bd3994ae SHA512 397cb17504ed1ba93dc65be79d524372002c01dbe4de893e2208e60d129da6eb5117c761b8d682b79bd3e3367349d6cb47e96783d73384da39f9176480f1328f WHIRLPOOL 862d8d5f480743474b96c2123edd40bf0e4d777570f28dc3bffadf2240df9e508df8e6cf2cd771bb7f9159880d2626aad5b92beb24c22fe56974519007dd7d2f +DIST oxygen-5.9.2.tar.xz 4463188 SHA256 482f814e7d833abc7295a8cccf324fdda9e927bc2001de37c6ff4cad07f3ad0b SHA512 1ffcfebba3b783a853d4ea2052b42b15179bbfb3490ae9a531ec41984a2340789beb5da28ffb413447da84bf23d3db2a381db29cac833914b083c1434e1e54e4 WHIRLPOOL e6fb0e7975fce82e2b29f45f2551fc643c90c424e2bb9ef890c951c98ef7ac1b98c7fa1b349a5bdebfd7035b37d9cc087ce9514ab4955d1628773a1cef5f2bfc diff --git a/kde-plasma/oxygen/oxygen-5.9.1.ebuild b/kde-plasma/oxygen/oxygen-5.9.2.ebuild similarity index 100% rename from kde-plasma/oxygen/oxygen-5.9.1.ebuild rename to kde-plasma/oxygen/oxygen-5.9.2.ebuild diff --git a/kde-plasma/plasma-desktop/Manifest b/kde-plasma/plasma-desktop/Manifest index 1fe1d3aacad1..9f7dc78df5c7 100644 --- a/kde-plasma/plasma-desktop/Manifest +++ b/kde-plasma/plasma-desktop/Manifest @@ -1,2 +1,2 @@ DIST plasma-desktop-5.8.5.tar.xz 6410960 SHA256 d95eeb976cc18a50cff141c509f9e67430b81efcf36269a283fc62b81d48a910 SHA512 d8ef41f5e2a041de04f353e04274062ca4be069ffe88b5cfb0c9a2e5b1395631a8adaf0fda50a784a61a2585c0a503d84730a8c2df844aba71e894bd1f17915e WHIRLPOOL 1ed15a97ab966d682b89a2e7b146220e55495acbba9707a057554044e4ba9f1198712a16dc56d9082457b73384683c7e97647a6ce845df3987d98202e9b8dace -DIST plasma-desktop-5.9.1.tar.xz 6055588 SHA256 64364563f93d329c1896b1c59f211f802d2c0b74d324c0b967b9d207630c9786 SHA512 9f2fe7d16adbcab9998ab67be6ef1364ce16876aeb1944fd58b8a990d1f203b623281b9c05f7cfa0ac01cc1d40ef86855746b98dad796143dfc289e8d8672942 WHIRLPOOL d04e20e62d794ea3f0d568a58416aa5ae2d3dca62b051b62fcbc90f2517b575c3f701bf703f31530a50078225177db336e373e46e64653a10cab7fc1a68c6614 +DIST plasma-desktop-5.9.2.tar.xz 6056932 SHA256 2a5644228762137e83aa481767d6f061d1f8b51a04e24fa9ef78bf26a6ca5b38 SHA512 20cc5c9892eb3d51fc470ad545953c233aa9cf193feae2775cbe8a95047e6311d007b0751ee76a4e716725ef0750c56c817f44ea3ab93ec1bd8b9c57f99dded2 WHIRLPOOL 7170a14da53b7a5c1dba6b5466428c6485d7f91e5e206d23f7908b95b3bf6d76182c952a0b991856c00d2da0e78e327fbb7315ad56a6696615a9e3f57de5f2a4 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.9.1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.9.2.ebuild similarity index 100% rename from kde-plasma/plasma-desktop/plasma-desktop-5.9.1.ebuild rename to kde-plasma/plasma-desktop/plasma-desktop-5.9.2.ebuild diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 49462b556b9e..95da1762b7c6 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,2 +1,2 @@ DIST plasma-integration-5.8.5.tar.xz 50936 SHA256 cb4da56f940e87e1195a0ba19e07ea3384fed1dcd26ca91dee1d7dee8f00a7ea SHA512 5e894b334d0d012e6ace38b02f3ff9f8623f75182a0e585406fe5d904658e9ce631c467738a9a79767505028715eb6d27de5c35a4f9d50ad9a83a70e0951dd75 WHIRLPOOL ac28acc14138d95b1228482b4889c4678c12856a9b4a8b915043af3acf434b58121f165d20dcc8a8780d0be4b3548d3053b1d45e58e0bdd7bb5a01a5a9afe733 -DIST plasma-integration-5.9.1.tar.xz 49688 SHA256 af132265c547ffa187c910b4c381cf93d7cd17d9a60e1307617edca8bbc40c8c SHA512 28240db5c49a0d4a7d9de4f23c59aec4641df38151a0d4ac9956482da21727f81ea9f935836dbb29689eb7366e855a3c3c5f11373d478efa5277da29275a6c61 WHIRLPOOL 64c52f105d0636dceca687837d4e3a95f1af5e08ec9ac78c8ae1bcc844513fa17636c7ba82ddd107806908e0934683dc00b00cc5afc4cec5f97982fa39be4877 +DIST plasma-integration-5.9.2.tar.xz 49824 SHA256 239f68671b1d1c7eb7e937dc9acf9b01ab1e5e13f69d032fa645aa7d880b3afe SHA512 e16d4897eccc08cb37b7978aa16ad80b2351a02d2369009e48d92b48545273eba06c7044950107d1250ef69f475f425eacf550deddc57a634990ad1337efb13e WHIRLPOOL 49013dfc2adfe63d1c9b0524d5cd485285b3e2419652f211629b7fc1753c620eaba3b033fc1abda5e47420733644a3e471550cd88e38d863cea4aba142971e55 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.9.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.9.2.ebuild similarity index 100% rename from kde-plasma/plasma-integration/plasma-integration-5.9.1.ebuild rename to kde-plasma/plasma-integration/plasma-integration-5.9.2.ebuild diff --git a/kde-plasma/plasma-meta/plasma-meta-5.9.1.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.9.2.ebuild similarity index 100% rename from kde-plasma/plasma-meta/plasma-meta-5.9.1.ebuild rename to kde-plasma/plasma-meta/plasma-meta-5.9.2.ebuild diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest index fb6780bf951c..4758bf9810b2 100644 --- a/kde-plasma/plasma-nm/Manifest +++ b/kde-plasma/plasma-nm/Manifest @@ -1,3 +1,3 @@ DIST plasma-nm-0.9.3.6.tar.xz 551320 SHA256 56b5c8221761fac30808117c7f8fa11a9e3cdb4b2d16a733d33996bc7136b64b SHA512 50f3e5020f4437d710709a301b981f888898c293a71dff3aee809255207a0f97caf5d3811b453da2338df93238ef33a79e85cb3598ee38d8a41255d8a572e256 WHIRLPOOL 2486304f8c5c169105e2ea0527e7fb291cc9c9f9fee36a2cdc9d5aff7f5a72cb8bdda692ac54f621c63a84b2e48ba2c429e20a4bbe7efa91ecb48a393286dc7c DIST plasma-nm-5.8.5.tar.xz 652716 SHA256 6c2fee26ed36ebc7929f8d8da42d29ed475fe8dd6ab3e8987f1a0a8fd8f73ebc SHA512 adc4a7bade44e16a8d47b7defb73db550347838251f2fcf9e7c879741934692cbfd97df8bec3c5c540f01d479138f0cefba96b1332f6690c1a08817d1365ccf2 WHIRLPOOL 475d90ade58b23ff70362a030d6505862b1ad94474e0b8a664cc480ffde482614ad7c43b400f12df4b4e7252a904cffdb797a46bc01a707f313d67f7f182d942 -DIST plasma-nm-5.9.1.tar.xz 668040 SHA256 85c68ae936c27fff2a55bb815110482819fdaa3efca57497df4d480f1bf84778 SHA512 38c83d7902a6ab70fbd27290f452e21c83cdca6c5e338b5429915a4f1ffc73bf0e4cb830f71e111cb0e57425124d93ce3e7e83a496a5071d89634df1a797f25a WHIRLPOOL 5e05e0012085b8faddfb83b7a43261917c10897378af57bfb0584600eee5f61dc0aeeca8f1c179157e6eb96a9ea94f4ab1ba05c12c3c2f73584d119676137590 +DIST plasma-nm-5.9.2.tar.xz 668604 SHA256 e072ebd1c3614320a65ea3b10b23971bde0688827525e232b53f4365e345298f SHA512 37e2f1f04f27c1c1affd84f736096b89a1f5c781bafdc15bf7cdfebf124b89b929673efe5204c4fa5613d1b39ed3648a611f9ee526e1aecb46a4f95145e1cab8 WHIRLPOOL 19851bdae7f797cadc4f073a54590499d6c33e9723b9ee5f8d8ee2dd8a6810790a3901ca2aaaa85ebf3fcc7eea5721a4878b8615c5459d197c0ecb2af1b8cc40 diff --git a/kde-plasma/plasma-nm/plasma-nm-5.9.1.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.9.2.ebuild similarity index 100% rename from kde-plasma/plasma-nm/plasma-nm-5.9.1.ebuild rename to kde-plasma/plasma-nm/plasma-nm-5.9.2.ebuild diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index 0fedeef65e96..73ad46e63b46 100644 --- a/kde-plasma/plasma-pa/Manifest +++ b/kde-plasma/plasma-pa/Manifest @@ -1,2 +1,2 @@ DIST plasma-pa-5.8.5.tar.xz 69856 SHA256 2bbc3e6e12f743c633a5c2101efa6a19dd5f120b64da0ea0ff3da3e7ba6fe16d SHA512 87151c05d2f919c7b25274254d690eb7dd0c6e1068a230e6110092bf7622bcfa14c553e0b09253b529e9f4531ed13d484a874e29402dc13d8ec66315111abe5e WHIRLPOOL c2301cd34faddff497c230f4d0d4f0e66ebe2b506727e219b3b025dadb8e76e62e53e3d3246e190da3543d3259907083de507fae1320d7df24b6639713cf797a -DIST plasma-pa-5.9.1.tar.xz 70288 SHA256 06402752c1993cfaa19d5ee244e8190fa1069c05c47132890912db7d63e64e37 SHA512 3ba077e63f1072aba7860eda855722bcb750c75ee4033f1ae694778117a56aae6eb874cc6de2611a4708e918f86d41a0d41c1e5c0d6a29fb88ff52b3933a7b2e WHIRLPOOL 7cb2dd6e2a3e94070f7ba2e00e72dfd8fb6f5f53babf510b35bd5e8b43f503da22b5a9ea2bef2a19ec08ea08e795e9c3067cb63fc6e9192c5632244f81ef7bc4 +DIST plasma-pa-5.9.2.tar.xz 70288 SHA256 a6e35cf87acf10ee8d55c1fb04a574d1756d350d52cf663edc9c65b26c55b21e SHA512 2c2d35ef20a6a9f44818ec925ded69cb0e90b0cf4e05bba1dbcf4cec49c0fff8057db8ced8b14e0ef08664b2b5ccaf979f6c1bce40e82f7ca3d0515f6eff771a WHIRLPOOL 0c1d178680f2a193c4e7bca3a4d5f4dc0e94d4eb4e6307d722e0b34b80968051771a8c1ab4a7fd6860df670a8b3e4e20afc13788c7eb4498379109d6db847700 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.9.1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.9.2.ebuild similarity index 100% rename from kde-plasma/plasma-pa/plasma-pa-5.9.1.ebuild rename to kde-plasma/plasma-pa/plasma-pa-5.9.2.ebuild diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index eac0742ef4f4..d2ffc9e21bdb 100644 --- a/kde-plasma/plasma-sdk/Manifest +++ b/kde-plasma/plasma-sdk/Manifest @@ -1,2 +1,2 @@ DIST plasma-sdk-5.8.5.tar.xz 723240 SHA256 edeeb529e29307f5efedb0371706269ab0edcf0861b73dbd235821457a599e8e SHA512 e805b803b85baaa376069d6ca56f1df4db81252a1fade74629333a236e320835d3fd464fd64427177817ed22e8b3edc55a28bccab4360339ceb193fc9c4008ff WHIRLPOOL d658cdd8bfa8b39c1a31ec1ed7eea3d3f773b1a836458967622cd5de08f7dfe8b2bf5b523c8cc68766d057181d7f0c2823e9d227fbed373d799435f19f2c3e06 -DIST plasma-sdk-5.9.1.tar.xz 721524 SHA256 82d21aafe234c3cbfb25a4fd63ee2c0b34bdf666c152e8fe8c2f385d578da1e2 SHA512 b377c66ac7b433a815516f934a2fbd935c352ad0d8272c8c23ec6a91272b48e0a9009612a18f88c29efa3b8ee1c9af01a46cc399a98c2f4b410e877a3b8a13bf WHIRLPOOL dbec927fc574ee74c80ee9eefa626d57513842e15be944c1f62266cd15cce7dfc08a44f445ebb71401e4e3c6ef472ee05d9c2f3f1ac9809f3be18434e1293a0e +DIST plasma-sdk-5.9.2.tar.xz 722096 SHA256 af8423848c278cb8ffa667f5293376350d1552a37efddeeb7f7fa900754bc36a SHA512 ec8cdaaa760a3aad7c5bfda9e5d921f31a22957ce7183e8ec40d1f7db6ba5f0a84986fac867b684bc5bc8cacf2301c8f21a45bbad3a15e823822ffb7e7aedbd9 WHIRLPOOL 59d94659b2c552274256541cf212d48f5e1e8859142e8a152cf3a4dec53111487de138ea6b6e59b0cf7c7683b88aa8a9786bdadfdd9d2dfdf96b1740a5772c75 diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.9.1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.9.2.ebuild similarity index 100% rename from kde-plasma/plasma-sdk/plasma-sdk-5.9.1.ebuild rename to kde-plasma/plasma-sdk/plasma-sdk-5.9.2.ebuild diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest b/kde-plasma/plasma-workspace-wallpapers/Manifest index a4cfd20a386e..21b55ef4fa02 100644 --- a/kde-plasma/plasma-workspace-wallpapers/Manifest +++ b/kde-plasma/plasma-workspace-wallpapers/Manifest @@ -1,2 +1,2 @@ DIST plasma-workspace-wallpapers-5.8.5.tar.xz 45911280 SHA256 dfdbef49a8b8feb27a0927bc28728fefed94943baebf97587f8b2284384eda84 SHA512 2772eea021db56de425e094783c88bbd8811484720be38816bbf9a525a244c2e9f07f4223bceec4045bee5008eb154d2cae3d532a7e35fca4544d68bdfde3f24 WHIRLPOOL c9aef7c817c96bce3f0f5a8d3f8055a3bed7a5bf82fe1743ea1c70895c964dfdf183249b1e2fa3455d529274313fbb58ab44826db50286fe9146bc0c788f1c67 -DIST plasma-workspace-wallpapers-5.9.1.tar.xz 45911936 SHA256 54f8bc7e93febdc4f60106cde5813c43998748ad1f44c5bf30df5aa09f58b053 SHA512 8d07be19442f66114df401b0ea1c603a036a7d4324f3d3b26eb525eb12c644ab6b34738c9cf6994ca88cc8c83aaa8b1115602677bef8938b4a152f3955547274 WHIRLPOOL 604ff275dc47ecac2ea916c1fa5c2ea5a2689bc5249a0cfa19f09139c3edc1eb0ab174f5d480625617350854a4b752360bf8dac1734d06edb80916d4eeaca18e +DIST plasma-workspace-wallpapers-5.9.2.tar.xz 45911392 SHA256 dc67f29fcf9a721bc5b00ddca66bd81e3ad50383be7459262d2e048bae68b163 SHA512 6dc55bdc1ee557f74016fa51289c2863feb3caf26ba3618aec3db0bffa480a919680f8cc9d59cf432abf09647ccb076492a0ea0b7b5ea0452f2e705bdf48a91a WHIRLPOOL 4b3c80dd0a594ef0525e5c73aa3d4bbe62217b50109ab4dd555b14d9783bc1fc1889ec67d51ea967b058c452272767e72f02b757793ae0002c8e1043621fa48d diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.1.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.2.ebuild similarity index 100% rename from kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.1.ebuild rename to kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.9.2.ebuild diff --git a/kde-plasma/plasma-workspace/Manifest b/kde-plasma/plasma-workspace/Manifest index 224618229649..0fda98375273 100644 --- a/kde-plasma/plasma-workspace/Manifest +++ b/kde-plasma/plasma-workspace/Manifest @@ -1,3 +1,3 @@ DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802 DIST plasma-workspace-5.8.5.tar.xz 6989928 SHA256 6d25077205436e3e721d7dfa4dffce7aea62a6e652ee7897952885e52b2f6ea1 SHA512 c4173bd4db3dc31c0435192b1569bdb44488f9f17b4cb5468b4af562b9dbb0934106caf92ea65e9e6b24f8dadcdda08cee07d64bee8b0f52398e07f39fbb97f6 WHIRLPOOL 1f42679ab9f9e1abd446474f03cb8b65c1d49875f2f1dc689311c1e62985d7e8b4276774fc1717ad8512b8e90b1f654f5f0a93aa7da06083e5a0e4b7c5251936 -DIST plasma-workspace-5.9.1.tar.xz 6972416 SHA256 5357a42b1b48546580bc32c7f4c9f80ed61ade8f6b6ce3ba41ba1d3bf46c7d0f SHA512 dc3f2fc6265b5df61f7744315afe8b96d8b8247d254de7d1668139bd2b500244936a6c152ce37c7ee1ce31aca605447cd82e64d21901266d67086784bbcf0957 WHIRLPOOL 5e5194d30f93acecd478e0a720117c9acacf3b922a2e60312613ad07026deba99c70963cbdf8ccae3bdbd655aaee2a93831d15ee379565ee4905f3090972bbed +DIST plasma-workspace-5.9.2.tar.xz 6936424 SHA256 a66824802fe9d7b42e05251d31dc677e3932c189de53328d83ef19f564e41a51 SHA512 45a4fc99cf26e1c8df7a6d9af4ad2583138269b7de3b9dbe676b590565ed1b4081fc2460276fab03ebb9ccb2a488f58b4bdc74dddcacc576bea60ca8929aeea3 WHIRLPOOL dceaf24c7a128182486c676aed99793909431e2712a3fcbe84c88f9b71fbcff3e999079b303e9311a231eab086e0b6f1b40561f35b3886fc757738e73a21d2bf diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.9.1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.9.2.ebuild similarity index 100% rename from kde-plasma/plasma-workspace/plasma-workspace-5.9.1.ebuild rename to kde-plasma/plasma-workspace/plasma-workspace-5.9.2.ebuild diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest index e1a7cf6b3960..802f5cd31d6d 100644 --- a/kde-plasma/polkit-kde-agent/Manifest +++ b/kde-plasma/polkit-kde-agent/Manifest @@ -1,2 +1,2 @@ DIST polkit-kde-agent-1-5.8.5.tar.xz 41136 SHA256 87eb786344042d361c1af1b40c0ac6e153692505101508e24a8d49ca114193b7 SHA512 8491fdacd849dffb76f1b47bb2c20ed3d924e37b698599003d3351dd3e4923d0ed7565030cbbd4065dc823d3d5960b7667f634c176781ccc2bc88eb163fcd614 WHIRLPOOL 7ff11dae2a0823104732f8a2ecaaad2f7b1075bfc1ffa89770f573987dc3b362397549b028d0ca4781b07c4e59bdea5f844324a3b5fe46a0c2dc030cf410f380 -DIST polkit-kde-agent-1-5.9.1.tar.xz 40988 SHA256 5af936bc355c2e3eeb580a84fc2f182d961d60ceeaa3ac6879d42dd28611d866 SHA512 f7069690bb11736767d66b7f11e3bbeb524f5d5f993cbb65fd62369dea946900c1a8e858617ee70bc571fbecd54a8f6ce181f1b253f36025aec62f7a2d8523cd WHIRLPOOL 1c3a4ef0602d219cfffa07e81669d2bea2c96bdf7e9d1807701a077dbd399a78e0bbc47e480572dd8ff48c6b02448a06e86011ba01c3f70d96993082a9995d8b +DIST polkit-kde-agent-1-5.9.2.tar.xz 41044 SHA256 c3d95e6c3ffc827f209bbccf1a663268bc3d3ee495c611ec363b6e98f89e22ee SHA512 5203a65048aa9d4bd57896c6382e85e0350a7e726880aea412bccfd284b68aebc46b4f408b45da648313a947a249d3622bb3b4cce560293fcc0c925ca4e0a694 WHIRLPOOL a6da5e6e8188366aa8735aba3793720eb2eb764a1286ee2b24fc10733f2bbb34670f0c248cc50291eea58ac04a5f28605293798357133a37b6c5f562e205a917 diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.1.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.2.ebuild similarity index 100% rename from kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.1.ebuild rename to kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.2.ebuild diff --git a/kde-plasma/powerdevil/Manifest b/kde-plasma/powerdevil/Manifest index 55074832c8d3..08c23fa124e8 100644 --- a/kde-plasma/powerdevil/Manifest +++ b/kde-plasma/powerdevil/Manifest @@ -1,3 +1,3 @@ DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802 DIST powerdevil-5.8.5.tar.xz 357872 SHA256 041cb684b981ba1c618627b7b6a9fb58bb4b2e4106937e228f376a8715934752 SHA512 8b2653c4e73ff4bb8fe4fc794f803e5e5ca525bcec749a04f715f7e518b3f5dacba8b83afb002804af2db6cf276ae3262e5972ad6817683fe5e7bae86bc01f9e WHIRLPOOL 44282d5d12cdacfae8ed88d643e03402a321915f67f1ddb40685f01db8e73006b0147d30c07ba2fe124acf170cef8b3b4cb900a622511d73fc4a86ba2ce8f5ca -DIST powerdevil-5.9.1.tar.xz 358204 SHA256 46247fa4f55249bf996768b611fc9c8b384ec2cf52f37743938319baa703fbad SHA512 676d684a7441c201e4e13d88a6f723cf72c46ffda189c03923d0a3cc8f712153db942bcfe52315cfe415d60004b12f7918eb1b5aa991c8cf1764dba177ffe03b WHIRLPOOL 0c903583884c12cf66976e6623b78eb9c24782ea4a99fe230c881d29ea06383d598f994cd279f00accda9b8087952e166de2d3866acb9d605ba153cf7374c37d +DIST powerdevil-5.9.2.tar.xz 358244 SHA256 69be5802b9ba9aac8adbc835ec6c5d0c98603e4c04e5666e9ca74e936e824c8a SHA512 fd243b05893b27d821fc696683148fbb1afaea52f89cd206e9e72ed7decea8e798d17beec45457ca537506aaa4ea722ef3d371205dc06df14bbf5882dd2089d8 WHIRLPOOL c7da307d0e13d3d3a743c9e87675bc8e8641ac26b5a0bba7e6a89b7662d4c9484bbf287105c18014a2d6eb7df97a4fe8b7a2cca100466391c3e8beaf7a1c814f diff --git a/kde-plasma/powerdevil/powerdevil-5.9.1.ebuild b/kde-plasma/powerdevil/powerdevil-5.9.2.ebuild similarity index 100% rename from kde-plasma/powerdevil/powerdevil-5.9.1.ebuild rename to kde-plasma/powerdevil/powerdevil-5.9.2.ebuild diff --git a/kde-plasma/sddm-kcm/Manifest b/kde-plasma/sddm-kcm/Manifest index cf0905668523..684bdde99563 100644 --- a/kde-plasma/sddm-kcm/Manifest +++ b/kde-plasma/sddm-kcm/Manifest @@ -1,2 +1,2 @@ DIST sddm-kcm-5.8.5.tar.xz 49008 SHA256 0c3b903ce09a6707453edd6a89da9676ce417dbf8c0dc360f9046336dc989b35 SHA512 12ab54496dcb07ae662eff7bfe0b3c4a12ae91b4c3b3de8186f310305e7a7bfe1060ccf2d6b0dadff1ea15cd6fb666385c71230e35b86de6383122cd88ae66b5 WHIRLPOOL f3e57d59f09ff1a11a6560eddf9da0195981482ae0140a51414f92e88627261b0ba64779f391d787edf6272dfb9b6bb7124f03a4dbab3969bedd1db6f1150c6f -DIST sddm-kcm-5.9.1.tar.xz 55884 SHA256 a39de045425c1aba4d0964d541c1012da3f947ed179c0fec734e0b446d8989ea SHA512 925d4c781c7f9b1ebf6d6420c80abd3a0d71601a433910a83c488f3172d4ea7c0becd0491fdab5f7dd9da00b7dc36e471a8404e3584244617de5b193e28a1b8f WHIRLPOOL 1ceb020abff884f83812d21204f5e6369ea6dc9b4f9da0d0f968fe2262b9a74a4b44fc6b80fdc203aa88a2823568f3295f3befe1a60d31e4bf1fd2d42a2719df +DIST sddm-kcm-5.9.2.tar.xz 56080 SHA256 d0ae0b53ec61fdffe4cbaa3893c97b21430eb71b54ec6fbc7d23caa5b57ea289 SHA512 eb5c3915cdad8e94bd3520de20a8324e469bf3a3e9aadaa0046d7740eba4390f91e720d89fd33d0fa453db66e96df310553bfb58f2b89a260dfef207fad59b50 WHIRLPOOL 76ad1dbc955368f02d9f045f489f1e1b0d42b81ca697e517815983244a6a425175044c859ddde5b81013764800f3db6c4ebc419d472b72256c665276470db6a7 diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.9.1.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-5.9.2.ebuild similarity index 100% rename from kde-plasma/sddm-kcm/sddm-kcm-5.9.1.ebuild rename to kde-plasma/sddm-kcm/sddm-kcm-5.9.2.ebuild diff --git a/kde-plasma/systemsettings/Manifest b/kde-plasma/systemsettings/Manifest index 94e067c342ce..979b7e90154a 100644 --- a/kde-plasma/systemsettings/Manifest +++ b/kde-plasma/systemsettings/Manifest @@ -1,3 +1,3 @@ DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802 DIST systemsettings-5.8.5.tar.xz 158604 SHA256 eaf1295d0d681a33514a6e38375c13e448655f813b422122627ed127d7ab7c5e SHA512 6a9d1819f29d5bff4a30d28e9ae799b5584384a7b75ce0832756d5925b68ac09c0dc6d43e9b5113d93aa08ada3700d3193c9e571dc8e5762d210ca75ac75e07c WHIRLPOOL 938f099990d2a2da0b56e91a5b76d4ef41b3594d6e15ff7ea84af0ce94b0f8e277ccaa9fbfe758ea43a6bc994f0d4c6ad00548feee9f72006fdd64cf6c45cc19 -DIST systemsettings-5.9.1.tar.xz 157780 SHA256 a1fa18acb84622fe193c1b979440c696a6fd132afb76871ad3a3794c1bafee33 SHA512 e7f1603d9e7b6124dc74a22c4418179c0fc0e6c04d2e511a3ad1caace03856b5a601b21d85b48d5d216825dd134a627dc36226dd25b86964183d8b5dfecdc1ae WHIRLPOOL ea55af16e1eca5f443d9a214e074d460457ccfa85e9fb3e5a6e58906d06a03a3560dd3cc058c44d605bcf67cdd164dffc4c754bab1d47455f5528b83225248d4 +DIST systemsettings-5.9.2.tar.xz 157868 SHA256 a7f9827178e04f8fbf2f729a785b80261f9ae150f907afdee5718fb574ab0736 SHA512 f2ea3b053699c57874661b83b8dcc9c24cfff1de90abceff791c534e4497f212e8deedec92d24258f34794321159df8d2f28ab8b30e562455f433ae037049b74 WHIRLPOOL 2411b8155d3a68f19ab094d7c8269d4d4dd386cf498152b7843a97a3f1a48733cb96ebb69e9279eda4e67ea3873454f9bbb5081a74b0c0c4602a9da85d7881e7 diff --git a/kde-plasma/systemsettings/systemsettings-5.9.1.ebuild b/kde-plasma/systemsettings/systemsettings-5.9.2.ebuild similarity index 100% rename from kde-plasma/systemsettings/systemsettings-5.9.1.ebuild rename to kde-plasma/systemsettings/systemsettings-5.9.2.ebuild diff --git a/kde-plasma/user-manager/Manifest b/kde-plasma/user-manager/Manifest index cd06263d7d60..1cd875c162f4 100644 --- a/kde-plasma/user-manager/Manifest +++ b/kde-plasma/user-manager/Manifest @@ -1,2 +1,2 @@ DIST user-manager-5.8.5.tar.xz 542472 SHA256 bfd047cc2d01acd0139d29a88d31b4422f108186cdf1f8d67a580d0c0cea68b2 SHA512 dec55d0ecdf628637c3d80ff916109f24bf08f241756c15cbcbe4200082d7ae5bc066e15cebdfd8fbce478a37e040ce63fdc0fbd021814edc0409d74c3ca1e34 WHIRLPOOL dfcec7e46ba5ddf3634ca82e129cbecac665e5307f0f6305521d74fbe047126ccc91f5db10a330b55577997a854fc5fc3192a7597852fc56137cb14e04538787 -DIST user-manager-5.9.1.tar.xz 543024 SHA256 f81580da62f397f10bef043875f2c16eee1cff6db403ef5aa800ec8143fc789c SHA512 8c1dcf0f506b9a73d3a347c6df0c43cad4655b31f21eff8a110446669588955a79b64bf3d2e6dd172fa5e6ba5288c35e04157e3aab0a315b0a4b520121bbfbf1 WHIRLPOOL 8ee5e856e3d9ea19b4dad3c972d555eab424262c7ab014671de9f43a63a281a404b4ce5e08fd2efb3451f2314177688b81dac30d6ae6bc10d1fa56063f9bb1bc +DIST user-manager-5.9.2.tar.xz 543020 SHA256 a767012194bdcf305080457885d50aba267fd0b85f6a8bebf66b4f2bbe8c35a2 SHA512 a7d4d72a3d6254283604a6db1761316654c99a02fcf5b1a3607229e425e25f24bc89baa9021c66b27c87d3640a5416cf9cc85758d2e848180c3c7195b2ffdd13 WHIRLPOOL d2485339788970589859aadb1ed0507637e31e3aaae239c140eccef61e3fc02d1f759dc89bd9dd2178943940ae697552acb62f0f1b4df199f8beafd72c4fea85 diff --git a/kde-plasma/user-manager/user-manager-5.9.1.ebuild b/kde-plasma/user-manager/user-manager-5.9.2.ebuild similarity index 100% rename from kde-plasma/user-manager/user-manager-5.9.1.ebuild rename to kde-plasma/user-manager/user-manager-5.9.2.ebuild diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest index e79b76245a20..e070d8ead4f2 100644 --- a/media-libs/babl/Manifest +++ b/media-libs/babl/Manifest @@ -2,3 +2,4 @@ DIST babl-0.1.12.tar.bz2 642234 SHA256 2f802b7f1a17b72c10bf0fe1e69b7a888cf7ce62b DIST babl-0.1.18.tar.bz2 734225 SHA256 483a495bc9fa68be624e27e72d2144ebfcbbf63e061eb986db1fb82b04b6fbf9 SHA512 70cf2db7294d5744e30519ccc9bfd795c9ef4bae4425bdf8719ce0028c6bb81deca7b2c0550e98877beddc7f5d5ce71b9ba5318416dc32c3087a13d8eee42304 WHIRLPOOL 63904609dcf9562f2fb1040e052c6001895a87b1e233a7cb6dd13ff549b39edff1c6a3a020028cd897f0b9d494292c15725f2da300cad1fb3f8a1e866c0eb522 DIST babl-0.1.20.tar.bz2 763513 SHA256 0010909979d4f025d734944722c76eb49e61e412608dbbe4f00857bc8cf59314 SHA512 7200fecdc476233f6b448523b1bb39f34a47438ad1e4033a430851bc30e49b3a1de5086d486d9fadf4ecefd59219541f53575e0677753d059214b93b6270013d WHIRLPOOL 0992a03a833b769b91cd190265d726c5b449f568d26eefa55676737fbb3080671725666fc411e12f2dc7d60d8b60528886ac5ae6bad6f4406c4a07241290f610 DIST babl-0.1.22.tar.bz2 613916 SHA256 f38a02e76fb96f4119ca82b4088c23f9183b9601cae19c1d8147e3ee8eaf2cca SHA512 5ced37d77ee55f7981b44dd12128ce422faa84a6c951658b1ea76ce776d4426e165301c3fac6144b782015e97388b5655d9bacdd8eca4d961af2df7d6a232114 WHIRLPOOL 7e94c7db1b39dbdf1f17c9ab2b2ad79374a8d09161afc25cb85dfabb80dbddbdee5a23a2e3d7b2f3eb11bd9a8952a1ad47edb3e4cc401b78957ae1dbca126560 +DIST babl-0.1.24.tar.bz2 616887 SHA256 472bf1acdde5bf076e6d86f3004eea4e9b007b1377ab305ebddec99994f29d0b SHA512 af13cc55e2cd8eadc9cb51c14f2603f160640fd31a40c058d76c705dade53cce62b6f0bf2c1a9a53013699d406db0e3d4b3a2372703f40da480e4b438ad7a799 WHIRLPOOL f554a73eb30206cab4b375da798033c336d4b2d66f6bdeda25081759b6b5450b7e9bd365735a988c4773ac2ced1496071bd5acc38b257d16339c9c3e1761eba4 diff --git a/media-libs/babl/babl-0.1.24.ebuild b/media-libs/babl/babl-0.1.24.ebuild new file mode 100644 index 000000000000..a9a37ca045cf --- /dev/null +++ b/media-libs/babl/babl-0.1.24.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils + +if [[ ${PV} == *9999* ]]; then + inherit autotools git-r3 + EGIT_REPO_URI="git://git.gnome.org/babl" + SRC_URI="" +else + SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +fi + +DESCRIPTION="A dynamic, any to any, pixel format conversion library" +HOMEPAGE="http://www.gegl.org/babl/" + +LICENSE="LGPL-3" +SLOT="0" +IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c" + +RDEPEND="" +DEPEND="${RDEPEND} + >=sys-devel/libtool-2.2 + virtual/pkgconfig +" + +src_prepare() { + default + [[ ${PV} == *9999* ]] && eautoreconf +} + +src_configure() { + # Automagic rsvg support is just for website generation we do not call, + # so we don't need to fix it + # w3m is used for dist target thus no issue for us that it is automagically + # detected + econf \ + --disable-docs \ + --disable-static \ + --disable-maintainer-mode \ + $(use_enable altivec) \ + $(use_enable cpu_flags_x86_f16c f16c) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_sse sse) \ + $(use_enable cpu_flags_x86_sse2 sse2) \ + $(use_enable cpu_flags_x86_sse4_1 sse4_1) +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/media-libs/gegl/Manifest b/media-libs/gegl/Manifest index 016bac7ef5f7..e2e4991034c4 100644 --- a/media-libs/gegl/Manifest +++ b/media-libs/gegl/Manifest @@ -1,5 +1,6 @@ DIST gegl-0.2.0.tar.bz2 7502040 SHA256 df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426 SHA512 16ef3f6852fd8efef2b6468a754342a2d003f2c2bef468d9465a448e6c89dedb8e791570f073a9faed05218a7c94c6c418eaa0f3abeadfb3e6b88d766ab792c8 WHIRLPOOL 74e9c18b095526b1d053f0700b3c3776197a5c1066cb77adb7c83f154aae9087319f7b7f0379fb9e895a5ef3ac62ebf05e2158c1d18180bafcef41dff096c01d DIST gegl-0.3.0.tar.bz2 5463571 SHA256 f0fec8f2e7b8835979d3cf4e38b05d41bb79f68dc80cf899a846484da693bbf7 SHA512 ff758df4689b0fa8f5e16ebcea32a7fe77bccfef70efc20d10669ce5139a70ec3533e78227fd4798812b31ac1ca5081b9d1d701a7449bf75356f879ece5fadd6 WHIRLPOOL 4827d6e40025c36d4ef869b5856f4def1e93cc195757f430cfd2980742ce6b37c79833283d17ec51e93b569a144548aaf7021854b9bcdb241b90049b1321a99b DIST gegl-0.3.10.tar.bz2 5905157 SHA256 26b4d6d0a8edb358ca2fbc097f9f97eec9d74e0ffe42f89fa1aff201728023d9 SHA512 54df7e0cb26be2f2664eb9373fc2e1dff809df505007c95e72c896f3e2829e2159df7b9701c31b4dc20953a9476de69d603e8d5c1c42078284edfa6cf05dccd7 WHIRLPOOL c307bcb65287489c98e3cae50a57c6215e29eeef315b7d581c3c5239c8156ddd69b30edd83e35549d4c6b840e6ed15a778a5145f939a7a2e20a70d6b64551439 +DIST gegl-0.3.12.tar.bz2 6037107 SHA256 62eb08d7dd6ac046953a0bf606a71f9d14c9016ffef4ef7273b07b598f14bec7 SHA512 a8c9d1d21b042d2c848a540f69f58c2224c6617e21a6e25b47eb885a0388242195569a81101242041eba2b7c486dbbc47f516fae8d7ab35f4d67ab5f5c2b0fe4 WHIRLPOOL 2f7846f80238d525cf160ad07b5dc96d52f081a35a5ac2455c1c7eab65cd09d9acb048ed361ec99a033f16562ac505943e845a5f4e7e1f363840f7721fd99a93 DIST gegl-0.3.4.tar.bz2 5328192 SHA256 846290a790854d1e6b7c17a2d6f82ad7cb14c72e240bd3b81b98cc0ceddbc3ec SHA512 7fe14c1534d61cfc253bce54cc707f93882ad96302068fe672e6cdcb613430e835ee5d39a5398537f845a6d101eed6fd3d1ff7e4204d51bc9ab5a59c9e09d2ec WHIRLPOOL 046af673b5a21a050555fabf5e52532b5de7af289922991f0c15cc39a09d32302a6a98483bd4ff2cee3a37356d0cf0e267c87f524f3b6678eb61fcaab6d6735c DIST gegl-0.3.8.tar.bz2 5876259 SHA256 06ca9e67a59da026eb941b9d323269d7c19a922f1e478acdd3791a0eef8b229b SHA512 13207e7ab4723be1e31bdba5e30e5725e93c1adc61bad1413502128730391dbe7eb35419d243c8d0a1d8794341a58188790adacbb10d2a8e68db861c18d21bfb WHIRLPOOL 97e3521e2c95e2b370c8a6ac2724b57212ebfbbf3c1eeccc3cfaa4de6b993c56b32ead9e5baa23dcbcb8272f7ec29ce7a2acc3afcc5fcc062d0adc72899293b8 diff --git a/media-libs/gegl/gegl-0.3.12.ebuild b/media-libs/gegl/gegl-0.3.12.ebuild new file mode 100644 index 000000000000..a016d4b4facf --- /dev/null +++ b/media-libs/gegl/gegl-0.3.12.ebuild @@ -0,0 +1,178 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +# vala and introspection support is broken, bug #468208 +VALA_USE_DEPEND=vapigen + +inherit versionator gnome2-utils eutils autotools python-any-r1 vala + +if [[ ${PV} == *9999* ]]; then + inherit autotools git-r3 + EGIT_REPO_URI="git://git.gnome.org/gegl" + SRC_URI="" +else + SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +fi + +DESCRIPTION="A graph based image processing framework" +HOMEPAGE="http://www.gegl.org/" + +LICENSE="|| ( GPL-3 LGPL-3 )" +SLOT="0.3" + +IUSE="cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg +introspection jpeg2k lcms lensfun openexr raw sdl svg test tiff umfpack vala v4l webp" +REQUIRED_USE=" + svg? ( cairo ) + vala? ( introspection ) +" + +# NOTE: Even current libav 11.4 does not have AV_CODEC_CAP_VARIABLE_FRAME_SIZE +# so there is no chance to support libav right now (Gentoo bug #567638) +# If it returns, please check prior GEGL ebuilds for how libav was integrated. Thanks! +RDEPEND=" + >=dev-libs/glib-2.36:2 + dev-libs/json-glib + >=media-libs/babl-0.1.24 + sys-libs/zlib + >=x11-libs/gdk-pixbuf-2.18:2 + x11-libs/pango + + cairo? ( x11-libs/cairo ) + ffmpeg? ( + >=media-video/ffmpeg-2.8:0= + ) + introspection? ( >=dev-libs/gobject-introspection-1.32:= ) + virtual/jpeg:0= + jpeg2k? ( >=media-libs/jasper-1.900.1:= ) + lcms? ( >=media-libs/lcms-2.2:2 ) + lensfun? ( >=media-libs/lensfun-0.2.5 ) + openexr? ( media-libs/openexr:= ) + media-libs/libpng:0= + raw? ( >=media-libs/libraw-0.15.4:0= ) + sdl? ( media-libs/libsdl ) + svg? ( >=gnome-base/librsvg-2.14:2 ) + tiff? ( >=media-libs/tiff-4:0 ) + umfpack? ( sci-libs/umfpack ) + v4l? ( >=media-libs/libv4l-1.0.1 ) + webp? ( media-libs/libwebp ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1 + >=dev-util/intltool-0.40.1 + dev-lang/perl + virtual/pkgconfig + >=sys-devel/libtool-2.2 + test? ( introspection? ( + $(python_gen_any_dep '>=dev-python/pygobject-3.2[${PYTHON_USEDEP}]') ) ) + vala? ( $(vala_depend) ) +" + +pkg_setup() { + use test && use introspection && python-any-r1_pkg_setup +} + +src_prepare() { + default + + # FIXME: the following should be proper patch sent to upstream + # fix OSX loadable module filename extension + sed -i -e 's/\.dylib/.bundle/' configure.ac || die + # don't require Apple's OpenCL on versions of OSX that don't have it + if [[ ${CHOST} == *-darwin* && ${CHOST#*-darwin} -le 9 ]] ; then + sed -i -e 's/#ifdef __APPLE__/#if 0/' gegl/opencl/* || die + fi + + #epatch "${FILESDIR}"/${P}-g_log_domain.patch + + # commit 7c78497b : tests that use gegl.png are broken on non-amd64 + sed -e '/clones.xml/d' \ + -e '/composite-transform.xml/d' \ + -i tests/compositions/Makefile.am || die + + eautoreconf + + gnome2_environment_reset + + use vala && vala_src_prepare +} + +src_configure() { + # never enable altering of CFLAGS via profile option + # libspiro: not in portage main tree + # disable documentation as the generating is bit automagic + # if anyone wants to work on it just create bug with patch + + # Also please note that: + # + # - Some auto-detections are not patched away since the docs are + # not built (--disable-docs, lack of --enable-gtk-doc) and these + # tools affect re-generation of docs, only + # (e.g. ruby, asciidoc, dot (of graphviz), enscript) + # + # - Parameter --with-exiv2 compiles a noinst-app only, no use + # + # - Parameter --disable-workshop disables any use of Lua, effectivly + # + # - v4l support does not work with our media-libs/libv4l-0.8.9, + # upstream bug at https://bugzilla.gnome.org/show_bug.cgi?id=654675 + # + # - There are two checks for dot, one controllable by --with(out)-graphviz + # which toggles HAVE_GRAPHVIZ that is not used anywhere. Yes. + # + # - mrg is not in tree and gexiv2 support only has effect when mrg support + # is enabled + # + # So that's why USE="exif graphviz lua v4l" got resolved. More at: + # https://bugs.gentoo.org/show_bug.cgi?id=451136 + # + econf \ + --disable-docs \ + --disable-profile \ + --disable-silent-rules \ + --disable-workshop \ + --program-suffix=-${SLOT} \ + --with-gdk-pixbuf \ + --with-pango \ + --without-libspiro \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_sse sse) \ + $(use_enable debug) \ + $(use_with cairo) \ + $(use_with cairo pangocairo) \ + --without-exiv2 \ + $(use_with ffmpeg libavformat) \ + --without-gexiv2 \ + --without-graphviz \ + $(use_with jpeg2k jasper) \ + $(use_with lcms) \ + $(use_with lensfun) \ + --without-lua \ + --without-mrg \ + $(use_with openexr) \ + $(use_with raw libraw) \ + $(use_with sdl) \ + $(use_with svg librsvg) \ + $(use_with tiff libtiff) \ + $(use_with umfpack) \ + $(use_with v4l libv4l) \ + $(use_with v4l libv4l2) \ + $(use_enable introspection) \ + $(use_with vala) \ + $(use_with webp) +} + +src_compile() { + default + + [[ ${PV} == *9999* ]] && emake ./ChangeLog # "./" prevents "Circular ChangeLog <- ChangeLog dependency dropped." +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/media-sound/gmusicbrowser/gmusicbrowser-1.1.15-r3.ebuild b/media-sound/gmusicbrowser/gmusicbrowser-1.1.15-r3.ebuild new file mode 100644 index 000000000000..6a5db3941185 --- /dev/null +++ b/media-sound/gmusicbrowser/gmusicbrowser-1.1.15-r3.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit fdo-mime gnome2-utils + +DESCRIPTION="An open-source jukebox for large collections of mp3/ogg/flac files" +HOMEPAGE="http://gmusicbrowser.org/" +SRC_URI="http://${PN}.org/download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus doc extras gstreamer libnotify mplayer" + +GSTREAMER_DEPEND="dev-perl/Glib-Object-Introspection" +MPLAYER_DEPEND="media-video/mplayer" +MPV_DEPEND="media-video/mpv" +OTHER_DEPEND=" + media-sound/alsa-utils + media-sound/flac123 + || ( media-sound/mpg123 media-sound/mpg321 ) + media-sound/vorbis-tools" + +RDEPEND="dev-lang/perl + dev-perl/gtk2-perl + virtual/perl-MIME-Base64 + || ( net-misc/wget dev-perl/AnyEvent-HTTP ) + dbus? ( dev-perl/Net-DBus ) + gstreamer? ( ${GSTREAMER_DEPEND} ) + mplayer? ( || ( ${MPLAYER_DEPEND} ${MPV_DEPEND} ) ) + !gstreamer? ( !mplayer? ( ${OTHER_DEPEND} ) ) + extras? ( dev-perl/gnome2-wnck ) + libnotify? ( dev-perl/Gtk2-Notify )" +DEPEND="sys-devel/gettext" + +src_install() { + emake \ + DESTDIR="${D}" \ + iconsdir="${D%/}/usr/share/icons/hicolor" \ + install + + use doc && local HTML_DOCS=( layout_doc.html ) + einstalldocs +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update + + elog "Gmusicbrowser supports gstreamer, mplayer, mpv and mpg123/ogg123..." + elog "for audio playback. Needed dependencies:" + elog " Gstreamer: ${GSTREAMER_DEPEND}" + elog " mplayer: ${MPLAYER_DEPEND}" + elog " mpv: ${MPV_DEPEND}" + elog " mpg123/ogg123...: ${OTHER_DEPEND}" +} + +pkg_postrm() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} diff --git a/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild b/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild index c2c17f37fffc..ad13158cc9a4 100644 --- a/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild +++ b/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,13 +13,9 @@ EGIT_REPO_URI="git://github.com/squentin/${PN}.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="dbus doc extras gstreamer gstreamer-0 libnotify mplayer" +IUSE="dbus doc extras gstreamer libnotify mplayer" GSTREAMER_DEPEND="dev-perl/Glib-Object-Introspection" -GSTREAMER0_DEPEND=" - dev-perl/GStreamer - dev-perl/GStreamer-Interfaces - media-plugins/gst-plugins-meta:0.10" MPLAYER_DEPEND="media-video/mplayer" MPV_DEPEND="media-video/mpv" OTHER_DEPEND=" @@ -34,9 +30,8 @@ RDEPEND="dev-lang/perl || ( net-misc/wget dev-perl/AnyEvent-HTTP ) dbus? ( dev-perl/Net-DBus ) gstreamer? ( ${GSTREAMER_DEPEND} ) - gstreamer-0? ( ${GSTREAMER0_DEPEND} ) mplayer? ( || ( ${MPLAYER_DEPEND} ${MPV_DEPEND} ) ) - !gstreamer? ( !gstreamer-0? ( !mplayer? ( ${OTHER_DEPEND} ) ) ) + !gstreamer? ( !mplayer? ( ${OTHER_DEPEND} ) ) extras? ( dev-perl/gnome2-wnck ) libnotify? ( dev-perl/Gtk2-Notify )" DEPEND="sys-devel/gettext @@ -67,7 +62,6 @@ pkg_postinst() { elog "Gmusicbrowser supports gstreamer, mplayer, mpv and mpg123/ogg123..." elog "for audio playback. Needed dependencies:" elog " Gstreamer: ${GSTREAMER_DEPEND}" - elog " Gstreamer-0.10: ${GSTREAMER0_DEPEND}" elog " mplayer: ${MPLAYER_DEPEND}" elog " mpv: ${MPV_DEPEND}" elog " mpg123/ogg123...: ${OTHER_DEPEND}" diff --git a/media-video/bino/Manifest b/media-video/bino/Manifest index 62ad3287bfe3..b3feaf86c72a 100644 --- a/media-video/bino/Manifest +++ b/media-video/bino/Manifest @@ -1,2 +1 @@ -DIST bino-1.3.0.tar.xz 737544 SHA256 aaae2d8eb41f43f61bdac2f40e012a6eaa2ac2a1f6b37fd153dc90021b46cea8 SHA512 c19569827b335f8c09833c1c2c94f40a4b3fa661014926940ba8ecbfe0168ede68e83a2e2c6480949162211fbe73855c65d89afdf6e3cb0ba3145b63f33c1960 WHIRLPOOL 9cec7c9ee4d4191f6be500d984dfd5a059f8e487d1b585d1e205c27e4ff532563c0a557eb900b90c01052efff4924c7a1a844b57ee5e441050d1afec6c1ab97d DIST bino-1.6.1.tar.xz 814212 SHA256 f6e4b07a8e9ff6c929da6200d4ddd1482c46d4aa8516b18ff1c3c193edecc937 SHA512 5c0951f17cf9db37a4bd759aacbd4f3ef1a865499c893ca9c4c3a3775193560234aff9a5b12bc6fc012b987d3bd73264c5a5dcead562a6719f6a1019650e19af WHIRLPOOL 15b0219480d56f00fbaefe4b0935e7783929a3955d6a5632dc49b6681992e720857f09cf9c5d3ea8dd38bb7dbd56a492cbeda6af55c42f27172cb5a28c1bc176 diff --git a/media-video/bino/bino-1.3.0.ebuild b/media-video/bino/bino-1.3.0.ebuild deleted file mode 100644 index ddbedb08c42c..000000000000 --- a/media-video/bino/bino-1.3.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 -inherit eutils - -DESCRIPTION="Stereoscopic and multi-display media player" -HOMEPAGE="http://bino3d.org/" -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="lirc" - -RDEPEND=">=media-libs/glew-1.5.0 - media-libs/openal - dev-qt/qtgui:4 - dev-qt/qtcore:4 - dev-qt/qtopengl:4 - >=media-libs/libass-0.9.9 - >=virtual/ffmpeg-0.6.90 - lirc? ( app-misc/lirc )" - -DEPEND="${RDEPEND}" - -src_configure() { - if use lirc; then - export liblircclient_CFLAGS="-I/usr/include/lirc" liblircclient_LIBS="-llirc_client" - fi - - default -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - # remove installed doc - rm -rf "${D}/usr/share/doc/bino" - - # documentation - dodoc AUTHORS ChangeLog INSTALL NEWS README doc/*.png doc/*.jpg - dohtml doc/bino.html - doman doc/bino.1 - doinfo doc/bino.info -} diff --git a/media-video/mpv/Manifest b/media-video/mpv/Manifest index 22d470d162ec..353508babf28 100644 --- a/media-video/mpv/Manifest +++ b/media-video/mpv/Manifest @@ -1,4 +1,4 @@ DIST mpv-0.18.0.tar.gz 2758960 SHA256 b656638d4f6bce2621baaacb60d8be384aa492fcd86dfd43996aaa2c16fee02b SHA512 5a899ea680b4da6d668a6e77a254e623bafef16f376ee46639e40f151da5a000de84b382f2b07f3a1e87b60fc8e524132767fdf243e36474966af11a88277437 WHIRLPOOL c491e61cb2d7f453cfc23605120048e81c2b7621b8d9591cad6415d3b550f55db6a6c8c6f90d27c7ce214ff89f92a9861d202b457c2de25c5b7de11d8d1d40af DIST mpv-0.22.0.tar.gz 2822645 SHA256 c0f9ac8f0e37a391d19007b333ef8787c2f45d75a0d4401c0098cde52c5082f6 SHA512 6c021bfb79cbedee842bf122ebb29df56e8b1cbfcb038bd54bf6e2f2db2a6550b71fd9fe8998dbd79b4ceeab3fbcab65ec60695f255c5cb36fb1feae17b797c0 WHIRLPOOL 3458dfe646bab65408a7fe45f98ae168f439b4939064b009ba87d0ae08c1f2067bd252558a92f9fdb0822bf5a35b2377bce7f46aeb190d60a4e115394f0506c9 -DIST mpv-0.23.0.tar.gz 2812103 SHA256 8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998 SHA512 16304a729684ba177cb902e2508bdba09b344228c44ac78b27302ee4e0bcfb344b3522969e834516547bf82825009afd3bef1701327fdcaa42a9696065cca591 WHIRLPOOL fa214186ae80f4b26d967b8d6c68f0c4c56a77caaf06088249d30551e2cd5efbfc4f0a06e1944ef24ac679f1a3d47faa0d6152d192f032b3d279d5ada6567c8e +DIST mpv-0.24.0.tar.gz 2835920 SHA256 a41854fa0ac35b9c309ad692aaee67c8d4495c3546f11cb4cdd0a124195d3f15 SHA512 c1d988ccf9e22765822b9ce75c04f155df4fc4bd4c2aa164903eee8947c36f659116c2ab96668a4af31c4f5aeecbf20ce21191c48456d74e138db617a1e34d96 WHIRLPOOL e3a10fc26df124127b819754aedd8bd4ccaa1b9b3764f0deac20eaa8e338e49f09aea25d2b508b8599ce75b0a72fdd3ebcbb9487851cf823c803024e1effc950 DIST waf-1.8.12 97567 SHA256 01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b SHA512 8e47112abb134f965f15a27a600b4453cad3075afb5dadc17f2f6dac33d80ec68b679ac0ebc5f8a0245cbd07ae9fc7b899e69afc1bd021cce74e7af2ab457939 WHIRLPOOL c36d37c2d8c08e4048b4800f511611af5cf534304fcb58388ca491ff308bfcbcdd959d153edfd6ff8c118404e7293d8b786e43b07486139bf915a82aa75d792b diff --git a/media-video/mpv/files/0.24.0/mpv-fix-build-without-gl.patch b/media-video/mpv/files/0.24.0/mpv-fix-build-without-gl.patch new file mode 100644 index 000000000000..ed1756205391 --- /dev/null +++ b/media-video/mpv/files/0.24.0/mpv-fix-build-without-gl.patch @@ -0,0 +1,32 @@ +commit 212f6c8206bd4dcc7d8970c5f1632823ae4e783a +Author: Michael Forney +Date: Sun Feb 12 23:01:21 2017 -0800 + +Fix build with HAVE_GL==0 + +video/out/opengl/hwdec.h includes video/out/opengl/common.h, which tries +to include opengl headers. + +diff --git a/options/options.c b/options/options.c +index b711156c1..0bb36ad3f 100644 +--- a/options/options.c ++++ b/options/options.c +@@ -40,7 +40,6 @@ + #include "stream/stream.h" + #include "video/csputils.h" + #include "video/hwdec.h" +-#include "video/out/opengl/hwdec.h" + #include "video/image_writer.h" + #include "sub/osd.h" + #include "audio/filter/af.h" +@@ -53,6 +52,10 @@ + #include "video/out/drm_common.h" + #endif + ++#if HAVE_GL ++#include "video/out/opengl/hwdec.h" ++#endif ++ + extern const char mp_help_text[]; + + static void print_version(struct mp_log *log) diff --git a/media-video/mpv/files/mpv-0.19.0-make-ffmpeg-version-check-non-fatal.patch b/media-video/mpv/files/mpv-0.19.0-make-ffmpeg-version-check-non-fatal.patch index 96a1f566a600..7c8d5b44c825 100644 --- a/media-video/mpv/files/mpv-0.19.0-make-ffmpeg-version-check-non-fatal.patch +++ b/media-video/mpv/files/mpv-0.19.0-make-ffmpeg-version-check-non-fatal.patch @@ -3,7 +3,7 @@ player: make ffmpeg/libav version check non-fatal We already enforce mpv rebuilds when ffmpeg/libav SONAME changes. diff --git a/player/main.c b/player/main.c -index 67dde34..ee133a9 100644 +index 67dde3449..696d2e716 100644 --- a/player/main.c +++ b/player/main.c @@ -419,13 +419,12 @@ int mp_initialize(struct MPContext *mpctx, char **options) @@ -20,9 +20,9 @@ index 67dde34..ee133a9 100644 + print_libav_versions(mpctx->log, MSGL_WARN); + MP_WARN(mpctx, "\nmpv was compiled against a different version of " + "FFmpeg/Libav than the shared\nlibrary it is linked against. " -+ "This is most likely a broken build and could\nresult in " -+ "misbehavior and crashes.\n\nUpstream does not support this " -+ "configuration.\nPlease rebuild mpv in case of any problems.\n"); ++ "This could result in misbehavior and crashes.\n\n" ++ "Upstream does not support this configuration.\n" ++ "Please rebuild mpv in case of any problems.\n"); } if (opts->dump_stats && opts->dump_stats[0]) { diff --git a/media-video/mpv/mpv-0.22.0-r1.ebuild b/media-video/mpv/mpv-0.22.0-r2.ebuild similarity index 82% rename from media-video/mpv/mpv-0.22.0-r1.ebuild rename to media-video/mpv/mpv-0.22.0-r2.ebuild index 39d33d75e334..1ef4e46553d9 100644 --- a/media-video/mpv/mpv-0.22.0-r1.ebuild +++ b/media-video/mpv/mpv-0.22.0-r2.ebuild @@ -33,6 +33,7 @@ IUSE="+alsa aqua archive bluray cdda +cli coreaudio doc drm dvb dvd +egl +enca luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv zsh-completion" +IUSE+=" cpu_flags_x86_sse4_1" REQUIRED_USE=" || ( cli libmpv ) @@ -43,6 +44,7 @@ REQUIRED_USE=" lcms? ( || ( opengl egl ) ) libguess? ( iconv ) luajit? ( lua ) + opengl? ( || ( aqua X !cli? ( libmpv ) ) ) test? ( || ( opengl egl ) ) tools? ( cli ) uchardet? ( iconv ) @@ -65,7 +67,6 @@ COMMON_DEPEND=" bluray? ( >=media-libs/libbluray-0.3.0 ) cdda? ( dev-libs/libcdio-paranoia ) drm? ( x11-libs/libdrm ) - dvb? ( virtual/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdnav-4.2.0 >=media-libs/libdvdread-4.1.0 @@ -90,17 +91,18 @@ COMMON_DEPEND=" luajit? ( dev-lang/luajit:2 ) ) openal? ( >=media-libs/openal-1.13 ) - opengl? ( !aqua? ( virtual/opengl ) ) + opengl? ( X? ( virtual/opengl ) ) pulseaudio? ( media-sound/pulseaudio ) raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 - media-libs/mesa[egl,gles2] + virtual/opengl ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba[smbclient(+)] ) sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] ) v4l? ( media-libs/libv4l ) vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] ) + vdpau? ( >=x11-libs/libvdpau-0.2 ) wayland? ( >=dev-libs/wayland-1.6.0 >=x11-libs/libxkbcommon-0.3.0 @@ -110,7 +112,6 @@ COMMON_DEPEND=" x11-libs/libXext >=x11-libs/libXrandr-1.2.0 opengl? ( x11-libs/libXdamage ) - vdpau? ( >=x11-libs/libvdpau-0.2 ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) @@ -122,6 +123,7 @@ DEPEND="${COMMON_DEPEND} dev-python/docutils virtual/pkgconfig doc? ( dev-python/rst2pdf ) + dvb? ( virtual/linuxtv-dvb-headers ) test? ( >=dev-util/cmocka-1.0.0 ) v4l? ( virtual/os-headers ) " @@ -130,11 +132,23 @@ RDEPEND="${COMMON_DEPEND} tools? ( ${PYTHON_DEPS} ) " -PATCHES=( "${FILESDIR}/${PN}-0.19.0-make-ffmpeg-version-check-non-fatal.patch" ) +PATCHES=( + "${FILESDIR}/${PN}-0.19.0-make-ffmpeg-version-check-non-fatal.patch" + "${FILESDIR}/${PN}-rely-on-pkgconfig-for-raspberrypi-compiler-flags.patch" +) mpv_check_compiler() { - if [[ ${MERGE_TYPE} != "binary" ]] && use vaapi && use egl && ! tc-has-tls; then - die "Your compiler lacks C++11 TLS support. Use GCC>=4.8.0 or Clang>=3.3." + if [[ ${MERGE_TYPE} != "binary" ]]; then + if tc-is-gcc && ( [[ $(gcc-major-version) -lt 4 ]] || \ + ( [[ $(gcc-major-version) -eq 4 ]] && [[ $(gcc-minor-version) -lt 5 ]] ) ); then + die "${PN} requires GCC>=4.5." + fi + if ( use opengl || use egl ) && ! tc-has-tls; then + die "Your compiler lacks C++11 TLS support. Use GCC>=4.8 or Clang>=3.3." + fi + if use vaapi && use cpu_flags_x86_sse4_1 && ! tc-is-gcc; then + die "${PN} requires GCC for SSE4.1 intrinsics." + fi fi } @@ -154,6 +168,14 @@ src_prepare() { } src_configure() { + tc-export CC PKG_CONFIG AR + + if tc-is-cross-compiler && use raspberry-pi; then + export EXTRA_PKG_CONFIG_LIBDIR="${SYSROOT%/}${EPREFIX}/opt/vc/lib/pkgconfig" + # Drop next line when Gentoo bug 607344 is fixed or if you fixed it locally. + die "${PN} can't be cross built with raspberry-pi USE enabled. See Gentoo bug 607344." + fi + local mywafargs=( --confdir="${EPREFIX}/etc/${PN}" --docdir="${EPREFIX}/usr/share/doc/${PF}" @@ -201,6 +223,7 @@ src_configure() { --disable-sdl1 $(use_enable oss oss-audio) --disable-rsound # Only available in overlays. + --disable-sndio # Only available in overlays. $(use_enable pulseaudio pulse) $(use_enable jack) $(use_enable openal) @@ -234,6 +257,7 @@ src_configure() { $(use_enable jpeg) --disable-android $(use_enable raspberry-pi rpi) + $(usex opengl "$(use_enable !aqua standard-gl)" '--disable-standard-gl') --disable-ios-gl $(usex libmpv "$(use_enable opengl plain-gl)" '--disable-plain-gl') --disable-mali-fbdev # Only available in overlays. @@ -296,23 +320,30 @@ pkg_preinst() { } pkg_postinst() { - local rv softvol_0_18_1=0 + local rv softvol_0_18_1=0 osc_0_21_0=0 + for rv in ${REPLACING_VERSIONS}; do - version_compare ${rv} 0.18.1-r1 + version_compare ${rv} 0.18.1 [[ $? -eq 1 ]] && softvol_0_18_1=1 + version_compare ${rv} 0.21.0 + [[ $? -eq 1 ]] && osc_0_21_0=1 done if [[ ${softvol_0_18_1} -eq 1 ]]; then - elog "Starting from version 0.18.1 the software volume control is" - elog "enabled by default, see:" - elog "https://github.com/mpv-player/mpv/blob/v0.18.1/DOCS/interface-changes.rst" - elog "https://github.com/mpv-player/mpv/issues/3322" - elog + elog "Since version 0.18.1 the software volume control is always enabled." elog "This means that volume controls don't change the system volume," elog "e.g. per-application volume with PulseAudio." - elog "If you want to restore the old behaviour, please refer to" + elog "If you want to restore the previous behaviour, please refer to" + elog + elog "https://wiki.gentoo.org/wiki/Mpv#Volume_in_0.18.1" + elog + fi + + if [[ ${osc_0_21_0} -eq 1 ]]; then + elog "In version 0.21.0 the default OSC layout was changed." + elog "If you want to restore the previous layout, please refer to" elog - elog "https://bugs.gentoo.org/show_bug.cgi?id=588492#c7" + elog "https://wiki.gentoo.org/wiki/Mpv#OSC_in_0.21.0" elog fi diff --git a/media-video/mpv/mpv-0.23.0-r1.ebuild b/media-video/mpv/mpv-0.24.0.ebuild similarity index 96% rename from media-video/mpv/mpv-0.23.0-r1.ebuild rename to media-video/mpv/mpv-0.24.0.ebuild index d17ef264db8c..8b0e7a9b76f6 100644 --- a/media-video/mpv/mpv-0.23.0-r1.ebuild +++ b/media-video/mpv/mpv-0.24.0.ebuild @@ -28,10 +28,10 @@ DOCS+=( README.md ) # See Copyright in sources and Gentoo bug 506946. Waf is BSD, libmpv is ISC. LICENSE="GPL-2+ BSD ISC" SLOT="0" -IUSE="+alsa aqua archive bluray cdda +cli coreaudio cuda doc drm dvb dvd +egl - encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua luajit - openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux - test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda doc drm dvb + dvd +egl encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua + luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl + selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv zsh-completion" IUSE+=" cpu_flags_x86_sse4_1" @@ -134,7 +134,7 @@ RDEPEND="${COMMON_DEPEND} PATCHES=( "${FILESDIR}/${PN}-0.19.0-make-ffmpeg-version-check-non-fatal.patch" "${FILESDIR}/${PN}-0.23.0-make-libavdevice-check-accept-libav.patch" - "${FILESDIR}/${PN}-rely-on-pkgconfig-for-raspberrypi-compiler-flags.patch" + "${FILESDIR}/${PV}/${PN}-fix-build-without-gl.patch" ) mpv_check_compiler() { @@ -192,6 +192,7 @@ src_configure() { --enable-html-build $(use_enable doc pdf-build) + $(use_enable cplugins) $(use_enable vf-dlopen vf-dlopen-filters) $(use_enable zsh-completion zsh-comp) $(use_enable test) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index cd3539d20ada..c288ba4148b9 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://mpv.io/" if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git ) diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 0d860358153d..bdc8fa6eaac6 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Tue, 14 Feb 2017 19:43:21 +0000 +Wed, 15 Feb 2017 05:13:21 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 0d860358153d..bdc8fa6eaac6 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Tue, 14 Feb 2017 19:43:21 +0000 +Wed, 15 Feb 2017 05:13:21 +0000 diff --git a/metadata/md5-cache/app-crypt/acme-0.10.1 b/metadata/md5-cache/app-crypt/acme-0.10.1 deleted file mode 100644 index 758d22a70927..000000000000 --- a/metadata/md5-cache/app-crypt/acme-0.10.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( >=dev-python/cryptography-0.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/requests-2.4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-dnspython dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) >=dev-python/setuptools-1.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=An implementation of the ACME protocol -EAPI=6 -HOMEPAGE=https://github.com/certbot/certbot https://letsencrypt.org/ -IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=Apache-2.0 -RDEPEND=>=dev-python/cryptography-0.8[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/requests-2.4.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] virtual/python-dnspython python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=https://github.com/certbot/certbot/archive/v0.10.1.tar.gz -> certbot-0.10.1.tar.gz -_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=a058303ef8d5f61a5e8b5b3b2f9b6a59 diff --git a/metadata/md5-cache/app-crypt/certbot-0.10.1 b/metadata/md5-cache/app-crypt/certbot-0.11.1 similarity index 80% rename from metadata/md5-cache/app-crypt/certbot-0.10.1 rename to metadata/md5-cache/app-crypt/certbot-0.11.1 index 4cd85d20c89f..fccdc1640412 100644 --- a/metadata/md5-cache/app-crypt/certbot-0.10.1 +++ b/metadata/md5-cache/app-crypt/certbot-0.11.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( >=dev-python/astroid-1.3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/coverage[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pep8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/psutil-2.2.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pylint-1.4.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wheel[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(-)] +DEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( >=dev-python/astroid-1.3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/coverage[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pep8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pylint-1.4.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wheel[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=Let's encrypt client to automate deployment of X.509 certificates EAPI=5 HOMEPAGE=https://github.com/certbot/certbot https://letsencrypt.org/ IUSE=test python_targets_python2_7 KEYWORDS=~amd64 ~arm ~x86 LICENSE=Apache-2.0 -RDEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =app-crypt/acme-0.10.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/configargparse-0.9.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/configobj[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cryptography-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/parsedatetime-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pytz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[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(-)] +RDEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~app-crypt/acme-0.11.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/configargparse-0.9.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/configobj[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cryptography-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/parsedatetime-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pytz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[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(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=https://github.com/certbot/certbot/archive/v0.10.1.tar.gz -> certbot-0.10.1.tar.gz +SRC_URI=https://github.com/certbot/certbot/archive/v0.11.1.tar.gz -> certbot-0.11.1.tar.gz _eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8cb47957e6e5051ce015a4bfa705cf73 +_md5_=e86d76751e4cb0aafe46e572e61dd5dc diff --git a/metadata/md5-cache/app-crypt/certbot-9999 b/metadata/md5-cache/app-crypt/certbot-9999 index 4a2b77a92b75..037872f36ecb 100644 --- a/metadata/md5-cache/app-crypt/certbot-9999 +++ b/metadata/md5-cache/app-crypt/certbot-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( >=dev-python/astroid-1.3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/coverage[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pep8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/psutil-2.2.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pylint-1.4.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wheel[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-vcs/git-1.8.2.1 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(-)] +DEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( >=dev-python/astroid-1.3.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/coverage[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pep8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pylint-1.4.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wheel[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-vcs/git-1.8.2.1 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=Let's encrypt client to automate deployment of X.509 certificates EAPI=5 HOMEPAGE=https://github.com/certbot/certbot https://letsencrypt.org/ IUSE=test python_targets_python2_7 LICENSE=Apache-2.0 -RDEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] =app-crypt/acme-9999[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/configargparse-0.9.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/configobj[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cryptography-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/parsedatetime-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pytz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[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(-)] +RDEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~app-crypt/acme-9999[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/configargparse-0.9.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/configobj[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cryptography-0.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/parsedatetime-1.3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyrfc3339[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pytz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[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(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 _eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 git-r3 6efc2d7de07a77bf72c7207b48d0e123 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8cb47957e6e5051ce015a4bfa705cf73 +_md5_=e86d76751e4cb0aafe46e572e61dd5dc diff --git a/metadata/md5-cache/app-crypt/certbot-apache-0.10.1 b/metadata/md5-cache/app-crypt/certbot-apache-0.11.1 similarity index 85% rename from metadata/md5-cache/app-crypt/certbot-apache-0.10.1 rename to metadata/md5-cache/app-crypt/certbot-apache-0.11.1 index f38a7317de91..6cf4da72ab75 100644 --- a/metadata/md5-cache/app-crypt/certbot-apache-0.10.1 +++ b/metadata/md5-cache/app-crypt/certbot-apache-0.11.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( ~app-crypt/certbot-0.10.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~app-crypt/acme-0.10.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-augeas[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/setuptools[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(-)] +DEPEND=test? ( ~app-crypt/certbot-0.11.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~app-crypt/acme-0.11.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-augeas[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/setuptools[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=Apache plugin for certbot (Let's Encrypt Client) EAPI=5 HOMEPAGE=https://github.com/certbot/certbot https://letsencrypt.org/ IUSE=test python_targets_python2_7 KEYWORDS=~amd64 LICENSE=Apache-2.0 -RDEPEND=~app-crypt/certbot-0.10.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~app-crypt/acme-0.10.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-augeas[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[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(-)] +RDEPEND=~app-crypt/certbot-0.11.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~app-crypt/acme-0.11.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/python-augeas[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-component[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[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(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=https://github.com/certbot/certbot/archive/v0.10.1.tar.gz -> certbot-0.10.1.tar.gz +SRC_URI=https://github.com/certbot/certbot/archive/v0.11.1.tar.gz -> certbot-0.11.1.tar.gz _eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=4f7df452031b0846d2239105bca9ca60 diff --git a/metadata/md5-cache/app-crypt/certbot-nginx-0.10.1 b/metadata/md5-cache/app-crypt/certbot-nginx-0.11.1 similarity index 88% rename from metadata/md5-cache/app-crypt/certbot-nginx-0.10.1 rename to metadata/md5-cache/app-crypt/certbot-nginx-0.11.1 index 4f0aff6ee4c5..3be9164ee358 100644 --- a/metadata/md5-cache/app-crypt/certbot-nginx-0.10.1 +++ b/metadata/md5-cache/app-crypt/certbot-nginx-0.11.1 @@ -6,9 +6,9 @@ HOMEPAGE=https://github.com/certbot/certbot https://letsencrypt.org/ IUSE=test python_targets_python2_7 KEYWORDS=~amd64 LICENSE=Apache-2.0 -RDEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~app-crypt/certbot-0.10.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~app-crypt/acme-0.10.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyparsing[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[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(-)] +RDEPEND=>=dev-python/setuptools-1.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~app-crypt/certbot-0.11.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ~app-crypt/acme-0.11.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyparsing[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/zope-interface[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(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=https://github.com/certbot/certbot/archive/v0.10.1.tar.gz -> certbot-nginx-0.10.1.tar.gz +SRC_URI=https://github.com/certbot/certbot/archive/v0.11.1.tar.gz -> certbot-nginx-0.11.1.tar.gz _eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=78b42d0819400ac984cf23645288f6f4 diff --git a/metadata/md5-cache/app-crypt/coolkey-1.1.0-r6 b/metadata/md5-cache/app-crypt/coolkey-1.1.0-r6 deleted file mode 100644 index 2f332546a99c..000000000000 --- a/metadata/md5-cache/app-crypt/coolkey-1.1.0-r6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup -DEPEND=>=sys-apps/pcsc-lite-1.6.4 dev-libs/nss[utils] sys-libs/zlib >=app-crypt/ccid-1.4.0 virtual/pkgconfig -DESCRIPTION=Linux Driver support for the CoolKey and CAC products -EAPI=3 -HOMEPAGE=https://directory.fedora.redhat.com/wiki/CoolKey -IUSE=debug -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=LGPL-2.1 -RDEPEND=>=sys-apps/pcsc-lite-1.6.4 dev-libs/nss[utils] sys-libs/zlib -SLOT=0 -SRC_URI=https://directory.fedora.redhat.com/download/coolkey/coolkey-1.1.0.tar.gz mirror://gentoo/coolkey-1.1.0-patches-002.tar.gz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=c469fcd92f5c9fd082fa684b0fefe3d8 diff --git a/metadata/md5-cache/app-crypt/ubuntu-keyring-2016.10.27 b/metadata/md5-cache/app-crypt/ubuntu-keyring-2016.10.27 new file mode 100644 index 000000000000..556090d8b444 --- /dev/null +++ b/metadata/md5-cache/app-crypt/ubuntu-keyring-2016.10.27 @@ -0,0 +1,9 @@ +DEFINED_PHASES=install +DESCRIPTION=GnuPG archive keys of the Ubuntu archive +EAPI=5 +HOMEPAGE=http://packages.ubuntu.com/zesty/ubuntu-keyring +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +SLOT=0 +SRC_URI=mirror://ubuntu/pool/main/u/ubuntu-keyring/ubuntu-keyring_2016.10.27.tar.gz +_md5_=519348874a7f02e575256d96b0f1ad4d diff --git a/metadata/md5-cache/app-emacs/slime-2.0_p20080731 b/metadata/md5-cache/app-emacs/slime-2.0_p20080731 deleted file mode 100644 index c5dc9d07c81a..000000000000 --- a/metadata/md5-cache/app-emacs/slime-2.0_p20080731 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup unpack -DEPEND=virtual/commonlisp dev-lisp/asdf doc? ( virtual/texi2dvi ) dev-lisp/common-lisp-controller >=virtual/emacs-23 -DESCRIPTION=SLIME, the Superior Lisp Interaction Mode (Extended) -EAPI=0 -HOMEPAGE=http://common-lisp.net/project/slime/ -IUSE=doc -KEYWORDS=amd64 ppc ~sparc x86 -LICENSE=GPL-2 xref.lisp -RDEPEND=virtual/commonlisp dev-lisp/asdf >=virtual/emacs-23 -SLOT=0 -SRC_URI=mirror://gentoo/slime-2.0_p20080731.tar.bz2 mirror://gentoo/slime-2.0_p20080731-patches.tar.bz2 -_eclasses_=common-lisp 60cbcaf2eeb26263fb81076645ff2c49 common-lisp-common d7eda29a66502c59f79e6ad32047963f elisp 7e36316fe822639d5a29fa10d5529eb9 elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=279cec1132fd7f87cde2e4a3de0dc423 diff --git a/metadata/md5-cache/app-emacs/slime-2.0_p20080731-r1 b/metadata/md5-cache/app-emacs/slime-2.0_p20080731-r1 deleted file mode 100644 index e23f2e526ef2..000000000000 --- a/metadata/md5-cache/app-emacs/slime-2.0_p20080731-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=virtual/commonlisp dev-lisp/asdf doc? ( virtual/texi2dvi ) dev-lisp/common-lisp-controller >=virtual/emacs-23 -DESCRIPTION=SLIME, the Superior Lisp Interaction Mode (Extended) -EAPI=3 -HOMEPAGE=http://common-lisp.net/project/slime/ -IUSE=doc xref -KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos -LICENSE=GPL-2 xref? ( xref.lisp ) -RDEPEND=virtual/commonlisp dev-lisp/asdf >=virtual/emacs-23 -SLOT=0 -SRC_URI=mirror://gentoo/slime-2.0_p20080731.tar.bz2 mirror://gentoo/slime-2.0_p20080731-patches.tar.bz2 -_eclasses_=common-lisp 60cbcaf2eeb26263fb81076645ff2c49 common-lisp-common d7eda29a66502c59f79e6ad32047963f elisp 7e36316fe822639d5a29fa10d5529eb9 elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=666a9e0909359f16872fc4e86199e254 diff --git a/metadata/md5-cache/app-emulation/kompose-0.1.2_p20161207 b/metadata/md5-cache/app-emulation/kompose-0.2.0_p20170214 similarity index 67% rename from metadata/md5-cache/app-emulation/kompose-0.1.2_p20161207 rename to metadata/md5-cache/app-emulation/kompose-0.2.0_p20170214 index 8bb1745db6ab..ecc16df34fe0 100644 --- a/metadata/md5-cache/app-emulation/kompose-0.1.2_p20161207 +++ b/metadata/md5-cache/app-emulation/kompose-0.2.0_p20170214 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile install prepare test unpack +DEFINED_PHASES=compile install test unpack DEPEND=>=dev-lang/go-1.4.2:= DESCRIPTION=Tool to move from docker-compose to Kubernetes EAPI=6 @@ -6,7 +6,8 @@ HOMEPAGE=https://github.com/kubernetes-incubator/kompose IUSE=hardened KEYWORDS=~amd64 LICENSE=Apache-2.0 -SLOT=0/0.1.2_p20161207 -SRC_URI=https://github.com/kubernetes-incubator/kompose/archive/04a3131834cddfb1af42b63b21641fbbf84a4a9d.tar.gz -> kompose-0.1.2_p20161207.tar.gz +RESTRICT=test +SLOT=0/0.2.0_p20170214 +SRC_URI=https://github.com/kubernetes-incubator/kompose/archive/d20a42e4472dbf519da01889c4b6b76b1352097f.tar.gz -> kompose-0.2.0_p20170214.tar.gz _eclasses_=golang-base 08fe6e0e2b4750daff8887a7f0e1f873 golang-build a44f10e6bd86ecccf2a07cc0d4cf6bec golang-vcs-snapshot 1caa6d8238d2378ad688ae068ff22e5a -_md5_=c3076cf7d8f18a079a4bdc730465277e +_md5_=7aed77b6332f00fec7e053ef77a01afa diff --git a/metadata/md5-cache/app-forensics/honggfuzz-0.9 b/metadata/md5-cache/app-forensics/honggfuzz-0.9 new file mode 100644 index 000000000000..033c223af096 --- /dev/null +++ b/metadata/md5-cache/app-forensics/honggfuzz-0.9 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install +DEPEND=sys-libs/binutils-libs:= sys-libs/libunwind +DESCRIPTION=A general purpose fuzzer with feedback support +EAPI=6 +HOMEPAGE=http://google.github.io/honggfuzz/ +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=sys-libs/binutils-libs:= sys-libs/libunwind +SLOT=0 +SRC_URI=https://github.com/google/honggfuzz/archive/0.9.tar.gz -> honggfuzz-0.9.tar.gz +_eclasses_=multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=e34a94777fc1c2ab5216aa4680057f2c diff --git a/metadata/md5-cache/app-misc/hexcompare-1.0.1 b/metadata/md5-cache/app-misc/hexcompare-1.0.1 deleted file mode 100644 index 4e1f2de64bc5..000000000000 --- a/metadata/md5-cache/app-misc/hexcompare-1.0.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=sys-libs/ncurses -DESCRIPTION=ncurses-based visual comparison of binary files -EAPI=3 -HOMEPAGE=http://hexcompare.sourceforge.net/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=sys-libs/ncurses -SLOT=0 -SRC_URI=mirror://sourceforge/hexcompare/hexcompare-101.tar.gz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7269e96f6472459581a683d31dee7697 diff --git a/metadata/md5-cache/app-misc/timestamp-1.1-r1 b/metadata/md5-cache/app-misc/timestamp-1.1-r1 new file mode 100644 index 000000000000..5c1f48ce0dd7 --- /dev/null +++ b/metadata/md5-cache/app-misc/timestamp-1.1-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install +DEPEND=!sys-apps/moreutils +DESCRIPTION=A text filtering pipe that marks each line with a timestamp +EAPI=6 +HOMEPAGE=http://math.smsu.edu/~erik/software.php?id=95 +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=BSD +RDEPEND=!sys-apps/moreutils +SLOT=0 +SRC_URI=http://math.smsu.edu/~erik/files/timestamp-1.1.tar.gz +_md5_=4a52ef21479c8eddb187ba4ceb6befb0 diff --git a/metadata/md5-cache/app-text/ghostscript-gpl-9.19 b/metadata/md5-cache/app-text/ghostscript-gpl-9.19 deleted file mode 100644 index c6eca3384385..000000000000 --- a/metadata/md5-cache/app-text/ghostscript-gpl-9.19 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup -DEPEND=app-text/libpaper media-libs/fontconfig >=media-libs/freetype-2.4.9:2= media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Ghostscript is an interpreter for the PostScript language and for PDF -EAPI=5 -HOMEPAGE=http://ghostscript.com/ -IUSE=cups dbus djvu gtk idn l10n_de static-libs tiff X l10n_ja l10n_ko l10n_zh-CN l10n_zh-TW -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd -LICENSE=AGPL-3 CPL-1.0 -RDEPEND=app-text/libpaper media-libs/fontconfig >=media-libs/freetype-2.4.9:2= media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) >=app-text/poppler-data-0.4.5-r1 >=media-fonts/urw-fonts-2.4.9 l10n_ja? ( media-fonts/kochi-substitute ) l10n_ko? ( media-fonts/baekmuk-fonts ) l10n_zh-CN? ( media-fonts/arphicfonts ) l10n_zh-TW? ( media-fonts/arphicfonts ) !!media-fonts/gnu-gs-fonts-std !!media-fonts/gnu-gs-fonts-other !=media-libs/freetype-2.4.9:2= m SLOT=0 SRC_URI=https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/ghostscript-9.20.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/ghostscript-gpl-9.20-patchset-2.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c848c6cc82059de7312e1705f2fe5958 +_md5_=355d414217a61b40234f18d619f6be47 diff --git a/metadata/md5-cache/app-text/qpdf-5.1.2-r1 b/metadata/md5-cache/app-text/qpdf-5.1.2-r1 deleted file mode 100644 index c19adfd42ecb..000000000000 --- a/metadata/md5-cache/app-text/qpdf-5.1.2-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=dev-libs/libpcre sys-libs/zlib test? ( sys-apps/diffutils media-libs/tiff app-text/ghostscript-gpl[tiff] ) -DESCRIPTION=A command-line program that does structural, content-preserving transformations on PDF files -EAPI=5 -HOMEPAGE=http://qpdf.sourceforge.net/ -IUSE=doc examples perl static-libs test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris -LICENSE=Artistic-2 -RDEPEND=dev-libs/libpcre sys-libs/zlib perl? ( >=dev-lang/perl-5.8 ) -SLOT=0/13 -SRC_URI=mirror://sourceforge/qpdf/qpdf-5.1.2.tar.gz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=a44c015303c4135bbfe82757a66358e9 diff --git a/metadata/md5-cache/dev-cpp/pstreams-1.0.1 b/metadata/md5-cache/dev-cpp/pstreams-1.0.1 new file mode 100644 index 000000000000..61487703b1e7 --- /dev/null +++ b/metadata/md5-cache/dev-cpp/pstreams-1.0.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install test +DEPEND=doc? ( app-doc/doxygen ) +DESCRIPTION=C++ wrapper for the POSIX.2 functions popen(3) and pclose(3) +EAPI=5 +HOMEPAGE=http://pstreams.sourceforge.net/ +IUSE=doc +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-3 +SLOT=0 +SRC_URI=mirror://sourceforge/pstreams/pstreams-1.0.1.tar.gz doc? ( mirror://sourceforge/pstreams/pstreams-docs-1.0.1.tar.gz ) +_eclasses_=multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=01da931cf7ab8fda91dc3a8a8700cc71 diff --git a/metadata/md5-cache/dev-lang/ghc-7.10.3 b/metadata/md5-cache/dev-lang/ghc-7.10.3 index da7f313074aa..3379ef80baf7 100644 --- a/metadata/md5-cache/dev-lang/ghc-7.10.3 +++ b/metadata/md5-cache/dev-lang/ghc-7.10.3 @@ -12,4 +12,4 @@ REQUIRED_USE=?? ( ghcbootstrap binary ) SLOT=0/7.10.3 SRC_URI=!binary? ( http://downloads.haskell.org/~ghc/7.10.3/ghc-7.10.3-src.tar.bz2 ) !ghcbootstrap? ( alpha? ( http://code.haskell.org/~slyfox/ghc-alpha/ghc-bin-7.10.3-alpha.tbz2 ) amd64? ( http://code.haskell.org/~slyfox/ghc-amd64/ghc-bin-7.10.3-amd64.tbz2 ) ia64? ( http://code.haskell.org/~slyfox/ghc-ia64/ghc-bin-7.10.3-ia64.tbz2 ) ppc? ( http://code.haskell.org/~slyfox/ghc-ppc/ghc-bin-7.10.3-ppc.tbz2 ) ppc64? ( http://code.haskell.org/~slyfox/ghc-ppc64/ghc-bin-7.10.3-ppc64.tbz2 ) sparc? ( http://code.haskell.org/~slyfox/ghc-sparc/ghc-bin-7.10.3-sparc.tbz2 ) x86? ( http://code.haskell.org/~slyfox/ghc-x86/ghc-bin-7.10.3-x86.tbz2 ) ) mirror://hackage/package/binary/binary-0.7.6.1.tar.gz mirror://hackage/package/hoopl/hoopl-3.10.2.0.tar.gz mirror://hackage/package/transformers/transformers-0.4.3.0.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 ghc-package e62b77bfa6dbc88a6576bb54b386edd7 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 pax-utils 4c2654a34ebe732e85fda354f6ee642f prefix 99dcca42e6528d8fe3c214bf5731aaf2 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6e4030bfd4a2d5e6a3185bba1d1d0691 +_md5_=8b99ac869c9917dacc570abfb91b9e9b diff --git a/metadata/md5-cache/dev-lang/ghc-8.0.2 b/metadata/md5-cache/dev-lang/ghc-8.0.2 index f50b15535fee..5d9b93111398 100644 --- a/metadata/md5-cache/dev-lang/ghc-8.0.2 +++ b/metadata/md5-cache/dev-lang/ghc-8.0.2 @@ -4,11 +4,12 @@ DESCRIPTION=The Glasgow Haskell Compiler EAPI=5 HOMEPAGE=http://www.haskell.org/ghc/ IUSE=doc ghcbootstrap ghcmakebinary +gmp +profile binary +KEYWORDS=~alpha ~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD PDEPEND=!ghcbootstrap? ( =app-admin/haskell-updater-1.2* ) RDEPEND=>=dev-lang/perl-5.6.1 dev-libs/gmp:0= sys-libs/ncurses:=[unicode] !ghcmakebinary? ( virtual/libffi:= ) binary? ( || ( sys-libs/ncurses:0/6 sys-libs/ncurses:5/6 ) ) REQUIRED_USE=?? ( ghcbootstrap binary ) SLOT=0/8.0.2 -SRC_URI=!binary? ( http://downloads.haskell.org/~ghc/8.0.2/ghc-8.0.2-src.tar.xz ) !ghcbootstrap? ( amd64? ( http://code.haskell.org/~slyfox/ghc-amd64/ghc-bin-8.0.2-amd64.tbz2 ) x86? ( http://code.haskell.org/~slyfox/ghc-x86/ghc-bin-8.0.2-x86.tbz2 ) ) +SRC_URI=!binary? ( http://downloads.haskell.org/~ghc/8.0.2/ghc-8.0.2-src.tar.xz ) !ghcbootstrap? ( alpha? ( http://code.haskell.org/~slyfox/ghc-alpha/ghc-bin-8.0.2-alpha.tbz2 ) amd64? ( http://code.haskell.org/~slyfox/ghc-amd64/ghc-bin-8.0.2-amd64.tbz2 ) x86? ( http://code.haskell.org/~slyfox/ghc-x86/ghc-bin-8.0.2-x86.tbz2 ) ) _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 ghc-package e62b77bfa6dbc88a6576bb54b386edd7 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 pax-utils 4c2654a34ebe732e85fda354f6ee642f prefix 99dcca42e6528d8fe3c214bf5731aaf2 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=96e373d08f8624f981fd282209a94176 +_md5_=657a72b12ecee438cec175b48a614021 diff --git a/metadata/md5-cache/dev-lang/perl-5.22.3_rc4 b/metadata/md5-cache/dev-lang/perl-5.22.3_rc4 index 20f2b2a5dfad..f8f348c9d68b 100644 --- a/metadata/md5-cache/dev-lang/perl-5.22.3_rc4 +++ b/metadata/md5-cache/dev-lang/perl-5.22.3_rc4 @@ -4,11 +4,11 @@ DESCRIPTION=Larry Wall's Practical Extraction and Report Language EAPI=5 HOMEPAGE=http://www.perl.org/ IUSE=berkdb debug doc gdbm ithreads -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) PDEPEND=>=app-admin/perl-cleaner-2.5 >=virtual/perl-File-Temp-0.230.400-r2 >=virtual/perl-Data-Dumper-2.154.0 virtual/perl-Test-Harness RDEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( >=sys-libs/gdbm-1.8.3 ) app-arch/bzip2 sys-libs/zlib SLOT=0/5.22 SRC_URI=mirror://cpan/src/5.0/perl-5.22.3-RC4.tar.xz mirror://cpan/authors/id/S/SH/SHAY/perl-5.22.3-RC4.tar.xz https://github.com/gentoo-perl/perl-patchset/releases/download/perl-5.22.3-RC4-patches-2/perl-5.22.3-RC4-patches-2.tar.xz mirror://gentoo/perl-5.22.3-RC4-patches-2.tar.xz https://dev.gentoo.org/~kentnl/distfiles/perl-5.22.3-RC4-patches-2.tar.xz https://github.com/arsv/perl-cross/releases/download/1.1.1/perl-cross-1.1.1.tar.gz _eclasses_=alternatives b19e1ec28e600fa497461bddfb9c1f16 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=f7a1543dce8cd62930d4fa2785910be8 +_md5_=aa1cc15df8b5da6847df5c76df992cde diff --git a/metadata/md5-cache/dev-libs/libburn-1.4.6 b/metadata/md5-cache/dev-libs/libburn-1.4.6 index 6a4c18706c59..c90a99cc37c3 100644 --- a/metadata/md5-cache/dev-libs/libburn-1.4.6 +++ b/metadata/md5-cache/dev-libs/libburn-1.4.6 @@ -4,10 +4,10 @@ DESCRIPTION=Open-source library for reading, mastering and writing optical discs EAPI=6 HOMEPAGE=http://libburnia-project.org IUSE=cdio debug static-libs track-src-odirect -KEYWORDS=alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=cdio? ( >=dev-libs/libcdio-0.83 ) SLOT=0 SRC_URI=http://files.libburnia-project.org/releases/libburn-1.4.6.tar.gz _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=5da65bb9601de9d340991d146ee3a04f +_md5_=85c2d318c30adf7c685401a5c4d49c60 diff --git a/metadata/md5-cache/dev-libs/libisoburn-1.4.6 b/metadata/md5-cache/dev-libs/libisoburn-1.4.6 index 63975ea95812..426c49ccbc81 100644 --- a/metadata/md5-cache/dev-libs/libisoburn-1.4.6 +++ b/metadata/md5-cache/dev-libs/libisoburn-1.4.6 @@ -4,11 +4,11 @@ DESCRIPTION=Creation/expansion of ISO-9660 filesystems on CD/DVD media supported EAPI=6 HOMEPAGE=http://libburnia-project.org/ IUSE=acl cdio debug external-filters external-filters-setuid frontend-optional launch-frontend launch-frontend-setuid libedit readline static-libs xattr zlib -KEYWORDS=alpha amd64 arm hppa ~ppc ~ppc64 ~x86 +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ppc ~ppc64 ~x86 LICENSE=GPL-2 GPL-3 RDEPEND=>=dev-libs/libburn-1.4.6 >=dev-libs/libisofs-1.4.6 readline? ( sys-libs/readline:0= ) !readline? ( libedit? ( dev-libs/libedit ) ) acl? ( virtual/acl ) xattr? ( sys-apps/attr ) zlib? ( sys-libs/zlib ) cdio? ( >=dev-libs/libcdio-0.83 ) launch-frontend? ( dev-lang/tcl:0 dev-lang/tk:0 ) launch-frontend-setuid? ( dev-lang/tcl:0 dev-lang/tk:0 ) frontend-optional? ( dev-tcltk/bwidget ) REQUIRED_USE=frontend-optional? ( || ( launch-frontend launch-frontend-setuid ) ) SLOT=0 SRC_URI=http://files.libburnia-project.org/releases/libisoburn-1.4.6.tar.gz _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=8badf7c5aec79e2344a1e09bc29417ca +_md5_=50add536b28b0018d7ea221c173639ce diff --git a/metadata/md5-cache/dev-libs/libisofs-1.4.6 b/metadata/md5-cache/dev-libs/libisofs-1.4.6 index 983f2c28ee65..45d10f7f396c 100644 --- a/metadata/md5-cache/dev-libs/libisofs-1.4.6 +++ b/metadata/md5-cache/dev-libs/libisofs-1.4.6 @@ -4,10 +4,10 @@ DESCRIPTION=Open-source library for reading, mastering and writing optical discs EAPI=6 HOMEPAGE=http://libburnia-project.org/ IUSE=acl debug static-libs verbose-debug xattr zlib -KEYWORDS=alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=acl? ( virtual/acl ) xattr? ( sys-apps/attr ) zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=http://files.libburnia-project.org/releases/libisofs-1.4.6.tar.gz _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=8149c6ec4be175736a7a51f23caa93aa +_md5_=d8684623a69aebe6f0c798b8a3aef3cf diff --git a/metadata/md5-cache/dev-libs/libpcre2-10.23 b/metadata/md5-cache/dev-libs/libpcre2-10.23 new file mode 100644 index 000000000000..34ba4ced075b --- /dev/null +++ b/metadata/md5-cache/dev-libs/libpcre2-10.23 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) libedit? ( dev-libs/libedit ) readline? ( sys-libs/readline:0= ) virtual/pkgconfig userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Perl-compatible regular expression library +EAPI=6 +HOMEPAGE=http://www.pcre.org/ +IUSE=bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode 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 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=BSD +RDEPEND=bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) libedit? ( dev-libs/libedit ) readline? ( sys-libs/readline:0= ) +REQUIRED_USE=?? ( libedit readline ) +SLOT=0 +SRC_URI=mirror://sourceforge/pcre/pcre2-10.23.tar.bz2 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.23.tar.bz2 +_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=77a32d97c4bd9ab39ab5bcb256487fd0 diff --git a/metadata/md5-cache/dev-libs/openssl-1.0.2k b/metadata/md5-cache/dev-libs/openssl-1.0.2k index 049e454ddd55..f36470460a61 100644 --- a/metadata/md5-cache/dev-libs/openssl-1.0.2k +++ b/metadata/md5-cache/dev-libs/openssl-1.0.2k @@ -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 sslv2 +sslv3 static-libs test +tls-heartbeat vanilla zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux LICENSE=openssl PDEPEND=app-misc/ca-certificates RDEPEND=>=app-misc/c_rehash-1.7-r1 gmp? ( >=dev-libs/gmp-5.1.3-r1[static-libs(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[static-libs(+)?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) kerberos? ( >=app-crypt/mit-krb5-1.11.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) @@ -12,4 +12,4 @@ RESTRICT=!bindist? ( bindist ) SLOT=0 SRC_URI=mirror://openssl/source/openssl-1.0.2k.tar.gz _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=f3f0e09c995d92f0b24fec75d2d2e347 +_md5_=f975507b6eb3719d4ea462150580880a diff --git a/metadata/md5-cache/dev-lisp/asdf-1.89 b/metadata/md5-cache/dev-lisp/asdf-1.89 index fe70ec562b04..107769f51e1c 100644 --- a/metadata/md5-cache/dev-lisp/asdf-1.89 +++ b/metadata/md5-cache/dev-lisp/asdf-1.89 @@ -8,4 +8,4 @@ LICENSE=MIT SLOT=0 SRC_URI=mirror://gentoo/cl-asdf_1.89.orig.tar.gz mirror://gentoo/cl-asdf_1.89-1.diff.gz _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=d4120fca49820e8f7903169c7e2a9dd5 +_md5_=653c2440d1e04f2936e3440ac296f4fc diff --git a/metadata/md5-cache/dev-lisp/asdf-3.2.0 b/metadata/md5-cache/dev-lisp/asdf-3.2.0 index 9d08d684279d..e963284201b3 100644 --- a/metadata/md5-cache/dev-lisp/asdf-3.2.0 +++ b/metadata/md5-cache/dev-lisp/asdf-3.2.0 @@ -10,4 +10,4 @@ PDEPEND=~dev-lisp/uiop-3.2.0 SLOT=0/3.2.0 SRC_URI=http://common-lisp.net/project/asdf/archives/asdf-3.2.0.tar.gz _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 prefix 99dcca42e6528d8fe3c214bf5731aaf2 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=4a2377b82669976df8afd22feb320402 +_md5_=ab9dce672bb7560a8a0c20054632156f diff --git a/metadata/md5-cache/dev-lisp/asdf-3.2.0-r1 b/metadata/md5-cache/dev-lisp/asdf-3.2.0-r1 new file mode 100644 index 000000000000..a6b9f3aea9a4 --- /dev/null +++ b/metadata/md5-cache/dev-lisp/asdf-3.2.0-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install +DEPEND=!dev-lisp/cl-asdf !dev-lisp/asdf-binary-locations !dev-lisp/gentoo-init !=virtual/perl-CPAN-Meta-2.142.60 virtual/perl-Data-Dumper >=virtual/perl-ExtUtils-CBuilder-0.270.0 virtual/perl-ExtUtils-Install virtual/perl-ExtUtils-Manifest virtual/perl-ExtUtils-MakeMaker >=virtual/perl-ExtUtils-ParseXS-2.210.0 >=virtual/perl-File-Spec-0.820.0 virtual/perl-Getopt-Long >=virtual/perl-Module-Metadata-1.0.2 >=virtual/perl-Perl-OSType-1 virtual/perl-Test-Harness virtual/perl-Text-ParseWords dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/L/LE/LEONT/Module-Build-0.4216.tar.gz _eclasses_=multiprocessing eb9be4b678c4e71f3f530a767df31912 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=250a45ab7849148cfdc899cda3417604 +_md5_=bc0ec9f804ebe8ba905d51fb3195eff0 diff --git a/metadata/md5-cache/dev-perl/Params-Validate-1.220.0 b/metadata/md5-cache/dev-perl/Params-Validate-1.220.0 index 586a64d76461..888ce01defb4 100644 --- a/metadata/md5-cache/dev-perl/Params-Validate-1.220.0 +++ b/metadata/md5-cache/dev-perl/Params-Validate-1.220.0 @@ -4,10 +4,10 @@ DESCRIPTION=Flexible system for validation of method/function call parameters EAPI=6 HOMEPAGE=http://search.cpan.org/dist/Params-Validate/ IUSE=test -KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=Artistic-2 RDEPEND=virtual/perl-Carp virtual/perl-Exporter >=virtual/perl-JSON-PP-2.273.0 dev-perl/Module-Implementation >=virtual/perl-Scalar-List-Utils-1.110.0 virtual/perl-XSLoader dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DR/DROLSKY/Params-Validate-1.22.tar.gz _eclasses_=multiprocessing eb9be4b678c4e71f3f530a767df31912 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=13a5516dc664ea1168263767e7867e82 +_md5_=d4ca47024a169048466bafa2ebaffcaf diff --git a/metadata/md5-cache/dev-perl/TermReadKey-2.330.0 b/metadata/md5-cache/dev-perl/TermReadKey-2.330.0 index 472995221d1e..11093fd49b78 100644 --- a/metadata/md5-cache/dev-perl/TermReadKey-2.330.0 +++ b/metadata/md5-cache/dev-perl/TermReadKey-2.330.0 @@ -3,10 +3,10 @@ DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)] DESCRIPTION=Change terminal modes, and perform non-blocking reads EAPI=5 HOMEPAGE=http://search.cpan.org/dist/TermReadKey/ -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/J/JS/JSTOWE/TermReadKey-2.33.tar.gz _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=5c66cf1be73dd5614a5fc8cc22517c03 +_md5_=9823603e637eaf0fd6bca6a0fd1ef7a6 diff --git a/metadata/md5-cache/dev-perl/XML-Parser-2.440.0 b/metadata/md5-cache/dev-perl/XML-Parser-2.440.0 index 6fd8e0490598..9024e6ca666c 100644 --- a/metadata/md5-cache/dev-perl/XML-Parser-2.440.0 +++ b/metadata/md5-cache/dev-perl/XML-Parser-2.440.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/expat-1.95.1-r1 dev-lang/perl:=[-build(-)] DESCRIPTION=A Perl extension interface to James Clark's XML parser, expat EAPI=5 HOMEPAGE=http://search.cpan.org/dist/XML-Parser/ -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=>=dev-libs/expat-1.95.1-r1 dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/T/TO/TODDR/XML-Parser-2.44.tar.gz _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=764ac0a9031fbfe3f05b591c782c6f8b +_md5_=380800e0c484392f47874776520f105f diff --git a/metadata/md5-cache/dev-python/ipyparallel-6.0.1 b/metadata/md5-cache/dev-python/ipyparallel-6.0.1 new file mode 100644 index 000000000000..ba71cdfe12e6 --- /dev/null +++ b/metadata/md5-cache/dev-python/ipyparallel-6.0.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/ipython_genutils[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/decorator[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyzmq-14.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/ipykernel[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] !=dev-python/ipython-4.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/notebook[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/jupyter_client[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] www-servers/tornado[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( dev-python/futures[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/setuptools-18.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/testpath[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Interactive Parallel Computing with IPython +EAPI=6 +HOMEPAGE=http://ipython.org/ +IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=BSD +RDEPEND=dev-python/ipython_genutils[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/decorator[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyzmq-14.4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/ipykernel[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] !=dev-python/ipython-4.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/notebook[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/jupyter_client[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] www-servers/tornado[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/i/ipyparallel/ipyparallel-6.0.1.tar.gz +_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=6238d8e0f7d892880ebd21f223a63009 diff --git a/metadata/md5-cache/dev-python/ipython-4.0.1 b/metadata/md5-cache/dev-python/ipython-4.0.1 deleted file mode 100644 index d82215aae8ce..000000000000 --- a/metadata/md5-cache/dev-python/ipython-4.0.1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=dev-python/decorator[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pexpect[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pickleshare[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyparsing[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/simplegeneric[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/traitlets[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] matplotlib? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) mongodb? ( =dev-python/nose-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=www-servers/tornado-4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/testpath[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] x11-base/xorg-server[xvfb] ) doc? ( dev-python/cython[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( dev-python/fabric[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/jsonschema-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/nose-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/numpydoc[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/rpy[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/sphinx-1.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=www-servers/tornado-4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[readline,sqlite,threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[readline,sqlite,threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[readline,sqlite,threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=Advanced interactive shell for Python -EAPI=5 -HOMEPAGE=http://ipython.org/ -IUSE=doc examples matplotlib mongodb notebook nbconvert qt4 +smp test wxwidgets python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 test -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -PDEPEND=smp? ( dev-python/ipyparallel[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) -RDEPEND=dev-python/decorator[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pexpect[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pickleshare[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyparsing[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/simplegeneric[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/traitlets[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] matplotlib? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) mongodb? ( =dev-lang/python-2.7.5-r2:2.7[readline,sqlite,threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[readline,sqlite,threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[readline,sqlite,threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=test? ( doc matplotlib mongodb notebook nbconvert qt4 wxwidgets ) doc? ( mongodb ) || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=mirror://pypi/i/ipython/ipython-4.0.1.tar.gz -_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=663a14f0ea8b0f9b3761a0fa78d612b8 diff --git a/metadata/md5-cache/dev-python/ipython-4.1.1 b/metadata/md5-cache/dev-python/ipython-4.1.1 deleted file mode 100644 index ee0c77ae21da..000000000000 --- a/metadata/md5-cache/dev-python/ipython-4.1.1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=dev-python/decorator[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pexpect[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pickleshare[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyparsing[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/simplegeneric[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/traitlets[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] matplotlib? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) mongodb? ( =dev-python/setuptools-18.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( app-text/dvipng dev-python/jinja[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/nose-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/testpath[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=www-servers/tornado-4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] x11-base/xorg-server[xvfb] ) doc? ( dev-python/cython[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( dev-python/fabric[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/jsonschema-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/nose-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/rpy[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/sphinx-1.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=www-servers/tornado-4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[readline,sqlite,threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[readline,sqlite,threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[readline,sqlite,threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=Advanced interactive shell for Python -EAPI=5 -HOMEPAGE=http://ipython.org/ -IUSE=doc examples matplotlib mongodb notebook nbconvert qt4 +smp test wxwidgets python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 test -KEYWORDS=~amd64 ~arm64 ~x86 -LICENSE=BSD -PDEPEND=qt4? ( dev-python/qtconsole ) smp? ( dev-python/ipyparallel[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) -RDEPEND=dev-python/decorator[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pexpect[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pickleshare[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyparsing[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/simplegeneric[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/traitlets[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] matplotlib? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) mongodb? ( =dev-lang/python-2.7.5-r2:2.7[readline,sqlite,threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[readline,sqlite,threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[readline,sqlite,threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=test? ( doc matplotlib mongodb notebook nbconvert qt4 wxwidgets ) doc? ( mongodb ) || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=mirror://pypi/i/ipython/ipython-4.1.1.tar.gz -_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=f9c246a68db84759824da9194a10ec56 diff --git a/metadata/md5-cache/dev-python/ipython-5.2.2 b/metadata/md5-cache/dev-python/ipython-5.2.2 new file mode 100644 index 000000000000..fc569a906e31 --- /dev/null +++ b/metadata/md5-cache/dev-python/ipython-5.2.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=dev-python/decorator[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pexpect[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pickleshare[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyparsing[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/simplegeneric[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/traitlets-4.2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/prompt_toolkit-1.0.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] matplotlib? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) mongodb? ( =dev-python/setuptools-18.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( dev-python/backports-shutil_get_terminal_size[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) test? ( app-text/dvipng dev-python/jinja[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/nose-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/sphinx-1.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/testpath[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=www-servers/tornado-4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] x11-base/xorg-server[xvfb] ) doc? ( dev-python/cython[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( dev-python/fabric[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/jsonschema-2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/nose-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/rpy[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/sphinx-1.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=www-servers/tornado-4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[readline,sqlite,threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[readline,sqlite,threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[readline,sqlite,threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Advanced interactive shell for Python +EAPI=6 +HOMEPAGE=http://ipython.org/ +IUSE=doc examples matplotlib mongodb notebook nbconvert qt4 +smp test wxwidgets python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=BSD +PDEPEND=qt4? ( dev-python/qtconsole ) smp? ( dev-python/ipyparallel[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) +RDEPEND=dev-python/decorator[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pexpect[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pickleshare[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyparsing[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/simplegeneric[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/traitlets-4.2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/prompt_toolkit-1.0.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] matplotlib? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) mongodb? ( =dev-lang/python-2.7.5-r2:2.7[readline,sqlite,threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[readline,sqlite,threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[readline,sqlite,threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=test? ( doc matplotlib mongodb notebook nbconvert qt4 wxwidgets ) doc? ( mongodb ) || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/i/ipython/ipython-5.2.2.tar.gz +_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=a6c16a50ac193c1a4697042dde19a627 diff --git a/metadata/md5-cache/dev-python/jupyter_console-5.1.0 b/metadata/md5-cache/dev-python/jupyter_console-5.1.0 new file mode 100644 index 000000000000..9a9bbfb7d36f --- /dev/null +++ b/metadata/md5-cache/dev-python/jupyter_console-5.1.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/ipython[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/ipykernel[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/jupyter_client[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/prompt_toolkit-1.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/pexpect[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/nose-0.10.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=A terminal-based console frontend for Jupyter kernels +EAPI=6 +HOMEPAGE=http://jupyter.org +IUSE=doc test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-python/ipython[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/ipykernel[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/jupyter_client[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/prompt_toolkit-1.0.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/j/jupyter_console/jupyter_console-5.1.0.tar.gz +_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=80000e0826dd9b5a3d89453209c9e62d diff --git a/metadata/md5-cache/dev-python/notebook-4.3.0 b/metadata/md5-cache/dev-python/notebook-4.4.1 similarity index 98% rename from metadata/md5-cache/dev-python/notebook-4.3.0 rename to metadata/md5-cache/dev-python/notebook-4.4.1 index de52b2bcdea2..e97ef2a7eb92 100644 --- a/metadata/md5-cache/dev-python/notebook-4.3.0 +++ b/metadata/md5-cache/dev-python/notebook-4.4.1 @@ -9,6 +9,6 @@ LICENSE=BSD RDEPEND=>=dev-libs/mathjax-2.4 dev-python/jinja[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/terminado-0.3.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=www-servers/tornado-4.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/ipython_genutils[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/traitlets-4.2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/jupyter_core[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/jupyter_client[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/nbformat[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/nbconvert-4.2.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/ipykernel[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 -SRC_URI=mirror://pypi/n/notebook/notebook-4.3.0.tar.gz +SRC_URI=mirror://pypi/n/notebook/notebook-4.4.1.tar.gz _eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8deec5a00f997d3323853f7b67a1410a +_md5_=5910c5aaee397e0c18f1e360ef179e47 diff --git a/metadata/md5-cache/dev-python/numpy-1.11.2-r1 b/metadata/md5-cache/dev-python/numpy-1.11.2-r1 index 6b4804f89f0b..00cc24bc62bc 100644 --- a/metadata/md5-cache/dev-python/numpy-1.11.2-r1 +++ b/metadata/md5-cache/dev-python/numpy-1.11.2-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targe SLOT=0 SRC_URI=mirror://pypi/n/numpy/numpy-1.11.2.tar.gz doc? ( http://docs.scipy.org/doc/numpy-1.11.0/numpy-html-1.11.0.zip http://docs.scipy.org/doc/numpy-1.11.0/numpy-ref-1.11.0.pdf http://docs.scipy.org/doc/numpy-1.11.0/numpy-user-1.11.0.pdf ) _eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 fortran-2 8200fc942c3b3c1fc75d4d5bfd0ba7a2 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=3009b2724a65c7f39cbd12aabb4029b5 +_md5_=9360d5ac58fca86030c1d944c6ad5b34 diff --git a/metadata/md5-cache/dev-python/piddle-1.0.15 b/metadata/md5-cache/dev-python/piddle-1.0.15 deleted file mode 100644 index 811a911ff8fe..000000000000 --- a/metadata/md5-cache/dev-python/piddle-1.0.15 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND==dev-lang/python-2* -DESCRIPTION=Cross-media, cross-platform 2D graphics package -EAPI=3 -HOMEPAGE=http://piddle.sourceforge.net/ -KEYWORDS=~amd64 ia64 x86 -LICENSE=LGPL-2.1 -RDEPEND==dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://sourceforge/piddle/piddle-1.0.15.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=f5a2f2a387c9f95e5fd3c4e9b2fafb4d diff --git a/metadata/md5-cache/dev-python/py-smbpasswd-1.0.1 b/metadata/md5-cache/dev-python/py-smbpasswd-1.0.1 deleted file mode 100644 index ae99462df37e..000000000000 --- a/metadata/md5-cache/dev-python/py-smbpasswd-1.0.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND==dev-lang/python-2* -DESCRIPTION=Module capable of generating both LANMAN and NT password hashes, for e.g. Samba -EAPI=3 -HOMEPAGE=http://barryp.org/software/py-smbpasswd/ -KEYWORDS=~amd64 ia64 ppc sparc x86 -LICENSE=GPL-2 -RDEPEND==dev-lang/python-2* -SLOT=0 -SRC_URI=http://barryp.org/software/py-smbpasswd/files/py-smbpasswd-1.0.1.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=6c8b0388eba0ad0fc7510f00c734ea35 diff --git a/metadata/md5-cache/dev-python/pyid3lib-0.5.1-r1 b/metadata/md5-cache/dev-python/pyid3lib-0.5.1-r1 deleted file mode 100644 index a2c735372edd..000000000000 --- a/metadata/md5-cache/dev-python/pyid3lib-0.5.1-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=media-libs/id3lib =dev-lang/python-2* -DESCRIPTION=Module for manipulating ID3 tags in Python -EAPI=3 -HOMEPAGE=http://pyid3lib.sourceforge.net/ -KEYWORDS=amd64 ia64 ppc ppc64 sparc x86 -LICENSE=LGPL-2.1 -RDEPEND=media-libs/id3lib =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://sourceforge/pyid3lib/pyid3lib-0.5.1.tar.bz2 -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=0c6be4909395d25ea4b32c2b59bbb304 diff --git a/metadata/md5-cache/dev-python/python-cdb-0.34 b/metadata/md5-cache/dev-python/python-cdb-0.34 deleted file mode 100644 index b8a39b0db6cd..000000000000 --- a/metadata/md5-cache/dev-python/python-cdb-0.34 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=|| ( dev-db/cdb dev-db/tinycdb ) =dev-lang/python-2* -DESCRIPTION=A Python extension module for cdb -EAPI=3 -HOMEPAGE=http://pilcrow.madison.wi.us/#pycdb -KEYWORDS=amd64 arm ia64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos -LICENSE=GPL-2 -RDEPEND=|| ( dev-db/cdb dev-db/tinycdb ) =dev-lang/python-2* -SLOT=0 -SRC_URI=http://pilcrow.madison.wi.us/python-cdb/python-cdb-0.34.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=2d30af0629543ca1ecae49bcbd0b8d9b diff --git a/metadata/md5-cache/dev-python/sancho-2.4 b/metadata/md5-cache/dev-python/sancho-2.4 deleted file mode 100644 index db07a95605ba..000000000000 --- a/metadata/md5-cache/dev-python/sancho-2.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-lang/python -DESCRIPTION=Sancho is a unit testing framework -EAPI=3 -HOMEPAGE=http://www.mems-exchange.org/software/sancho/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos -LICENSE=CNRI -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=http://www.mems-exchange.org/software/files/sancho/Sancho-2.4.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=a321b6f64e29aae5150069ab477151f7 diff --git a/metadata/md5-cache/dev-python/webpy-0.37 b/metadata/md5-cache/dev-python/webpy-0.37 deleted file mode 100644 index 52180fd9f5a8..000000000000 --- a/metadata/md5-cache/dev-python/webpy-0.37 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND==dev-lang/python-2* -DESCRIPTION=A small and simple web framework for Python -EAPI=3 -HOMEPAGE=http://www.webpy.org https://pypi.python.org/pypi/web.py -KEYWORDS=amd64 hppa x86 ~amd64-linux ~x86-linux -LICENSE=public-domain -RDEPEND==dev-lang/python-2* -SLOT=0 -SRC_URI=http://www.webpy.org/static/web.py-0.37.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=1b572c604d3efd834c32f3064f45ffa2 diff --git a/metadata/md5-cache/dev-python/webut-0.1.0.2 b/metadata/md5-cache/dev-python/webut-0.1.0.2 deleted file mode 100644 index c3b0eb17c00e..000000000000 --- a/metadata/md5-cache/dev-python/webut-0.1.0.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=>=dev-python/nevow-0.9.18 >=dev-python/twisted-core-2 >=dev-python/zope-interface-3.0.1 =dev-lang/python-2* -DESCRIPTION=Miscellaneous utilities for nevow and twisted.web programming -EAPI=3 -HOMEPAGE=http://www.inoi.fi/open/trac/webut -IUSE=examples -KEYWORDS=alpha amd64 ia64 ppc sparc x86 -LICENSE=MIT -RDEPEND=>=dev-python/nevow-0.9.18 >=dev-python/twisted-core-2 >=dev-python/zope-interface-3.0.1 =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://debian/pool/main/w/webut/webut_0.1-0.2.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ab1efd2332e3ee850af3533399a78cff diff --git a/metadata/md5-cache/games-fps/rott-1.1.2-r1 b/metadata/md5-cache/games-fps/rott-1.1.2-r1 new file mode 100644 index 000000000000..7a2d8f140b2e --- /dev/null +++ b/metadata/md5-cache/games-fps/rott-1.1.2-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst prepare +DEPEND=media-libs/libsdl[sound,joystick,video] media-libs/sdl-mixer app-arch/unzip +DESCRIPTION=Rise of the Triad for Linux! +EAPI=6 +HOMEPAGE=http://www.icculus.org/rott/ +IUSE=demo +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=media-libs/libsdl[sound,joystick,video] media-libs/sdl-mixer +SLOT=0 +SRC_URI=http://www.icculus.org/rott/releases/rott-1.1.2.tar.gz demo? ( http://filesingularity.timedoctor.org/swdata.zip ) +_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=fc8cb6437315e91ea2072e65ea2f8d8f diff --git a/metadata/md5-cache/kde-plasma/bluedevil-5.9.1 b/metadata/md5-cache/kde-plasma/bluedevil-5.9.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/bluedevil-5.9.1 rename to metadata/md5-cache/kde-plasma/bluedevil-5.9.2 index 5e9075e8855d..6f04a9cc1179 100644 --- a/metadata/md5-cache/kde-plasma/bluedevil-5.9.1 +++ b/metadata/md5-cache/kde-plasma/bluedevil-5.9.2 @@ -6,8 +6,8 @@ HOMEPAGE=https://projects.kde.org/projects/extragear/base/bluedevil IUSE=debug KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/bluez-qt-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kded-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=kde-plasma/kde-cli-tools-5.9.1:5 !app-mobilephone/obexd !app-mobilephone/obex-data-server !kde-plasma/bluedevil:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/bluez-qt-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kded-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=kde-plasma/kde-cli-tools-5.9.2:5 !app-mobilephone/obexd !app-mobilephone/obex-data-server !kde-plasma/bluedevil:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/bluedevil-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/bluedevil-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=6d610635346dfac3fe783a112d548f1c diff --git a/metadata/md5-cache/kde-plasma/breeze-5.9.1 b/metadata/md5-cache/kde-plasma/breeze-5.9.2 similarity index 90% rename from metadata/md5-cache/kde-plasma/breeze-5.9.1 rename to metadata/md5-cache/kde-plasma/breeze-5.9.2 index 6624992e2c76..703291e843d4 100644 --- a/metadata/md5-cache/kde-plasma/breeze-5.9.1 +++ b/metadata/md5-cache/kde-plasma/breeze-5.9.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/frameworkintegration-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-plasma/kdecoration-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb qt4? ( kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( >=kde-frameworks/kwayland-5.29.0:5 ) >=kde-frameworks/kpackage-5.29.0:5 qt4? ( dev-util/automoc:0 ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/frameworkintegration-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-plasma/kdecoration-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb qt4? ( kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( >=kde-frameworks/kwayland-5.29.0:5 ) >=kde-frameworks/kpackage-5.29.0:5 qt4? ( dev-util/automoc:0 ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=Breeze visual style for the Plasma desktop EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze IUSE=qt4 wayland debug KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/frameworkintegration-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-plasma/kdecoration-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb qt4? ( kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( >=kde-frameworks/kwayland-5.29.0:5 ) >=kde-frameworks/breeze-icons-5.29.0:5 >=kde-plasma/kde-cli-tools-5.9.1:5 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/frameworkintegration-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-plasma/kdecoration-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb qt4? ( kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( >=kde-frameworks/kwayland-5.29.0:5 ) >=kde-frameworks/breeze-icons-5.29.0:5 >=kde-plasma/kde-cli-tools-5.9.2:5 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/breeze-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/breeze-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=44e47b47ea9edbf4d1a5b4fe4eb7694f diff --git a/metadata/md5-cache/kde-plasma/breeze-grub-5.9.1 b/metadata/md5-cache/kde-plasma/breeze-grub-5.9.2 similarity index 93% rename from metadata/md5-cache/kde-plasma/breeze-grub-5.9.1 rename to metadata/md5-cache/kde-plasma/breeze-grub-5.9.2 index a8b48e677456..29266e26a887 100644 --- a/metadata/md5-cache/kde-plasma/breeze-grub-5.9.1 +++ b/metadata/md5-cache/kde-plasma/breeze-grub-5.9.2 @@ -6,6 +6,6 @@ HOMEPAGE=https://www.kde.org/ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-3+ SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/breeze-grub-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/breeze-grub-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=a34c6ed6ef6775e6ad01211c5784bac8 diff --git a/metadata/md5-cache/kde-plasma/breeze-gtk-5.9.1 b/metadata/md5-cache/kde-plasma/breeze-gtk-5.9.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/breeze-gtk-5.9.1 rename to metadata/md5-cache/kde-plasma/breeze-gtk-5.9.2 index 8c2f6019a5a5..623915dd6391 100644 --- a/metadata/md5-cache/kde-plasma/breeze-gtk-5.9.1 +++ b/metadata/md5-cache/kde-plasma/breeze-gtk-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=LGPL-2.1+ RDEPEND=>=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/breeze-gtk-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/breeze-gtk-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=42848d59c245a829d571e8ffb8c4f54a diff --git a/metadata/md5-cache/kde-plasma/breeze-plymouth-5.9.1 b/metadata/md5-cache/kde-plasma/breeze-plymouth-5.9.2 similarity index 94% rename from metadata/md5-cache/kde-plasma/breeze-plymouth-5.9.1 rename to metadata/md5-cache/kde-plasma/breeze-plymouth-5.9.2 index 6d124410b0a0..18c90d68fdaf 100644 --- a/metadata/md5-cache/kde-plasma/breeze-plymouth-5.9.1 +++ b/metadata/md5-cache/kde-plasma/breeze-plymouth-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2+ GPL-3+ RDEPEND=sys-boot/plymouth SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/breeze-plymouth-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/breeze-plymouth-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=4c958389a1b7e9b66f101513d8d848a8 diff --git a/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.9.1 b/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.9.2 similarity index 97% rename from metadata/md5-cache/kde-plasma/kactivitymanagerd-5.9.1 rename to metadata/md5-cache/kde-plasma/kactivitymanagerd-5.9.2 index 4c1427814e16..f05aa4cd292a 100644 --- a/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kactivitymanagerd-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=|| ( GPL-2 GPL-3 ) RDEPEND=>=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtsql-5.7.1:5[sqlite] >=dev-qt/qtwidgets-5.7.1:5 !=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kactivitymanagerd-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kactivitymanagerd-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=04a97dc296842c6749a6f11c545b77ce diff --git a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.9.1 b/metadata/md5-cache/kde-plasma/kde-cli-tools-5.9.2 similarity index 97% rename from metadata/md5-cache/kde-plasma/kde-cli-tools-5.9.1 rename to metadata/md5-cache/kde-plasma/kde-cli-tools-5.9.2 index 83eb4fd8cf49..e696aa7ac1ff 100644 --- a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kde-cli-tools-5.9.2 @@ -9,6 +9,6 @@ LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtsvg-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 kdesu? ( >=kde-frameworks/kdesu-5.29.0:5 ) X? ( >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 ) handbook? ( !kde-apps/kdesu[handbook] ) >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kde-cli-tools-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kde-cli-tools-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=1cd02318de1d28501009e2e4f7f86111 diff --git a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.9.1 b/metadata/md5-cache/kde-plasma/kde-gtk-config-5.9.2 similarity index 94% rename from metadata/md5-cache/kde-plasma/kde-gtk-config-5.9.1 rename to metadata/md5-cache/kde-plasma/kde-gtk-config-5.9.2 index 60fc8bc8ae94..527e842f0ceb 100644 --- a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kde-gtk-config-5.9.2 @@ -6,8 +6,8 @@ HOMEPAGE=https://projects.kde.org/kde-gtk-config IUSE=+gtk3 test debug test KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-3 -RDEPEND=>=kde-frameworks/karchive-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 dev-libs/glib:2 x11-libs/gtk+:2 x11-libs/libXcursor gtk3? ( x11-libs/gtk+:3 ) >=kde-plasma/kde-cli-tools-5.9.1:5 !kde-base/kde-gtk-config:4 !kde-plasma/kde-gtk-config:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/karchive-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 dev-libs/glib:2 x11-libs/gtk+:2 x11-libs/libXcursor gtk3? ( x11-libs/gtk+:3 ) >=kde-plasma/kde-cli-tools-5.9.2:5 !kde-base/kde-gtk-config:4 !kde-plasma/kde-gtk-config:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kde-gtk-config-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kde-gtk-config-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=1129f8d40e88a0197d7fd6eb9ab55ebc diff --git a/metadata/md5-cache/kde-plasma/kdecoration-5.9.1 b/metadata/md5-cache/kde-plasma/kdecoration-5.9.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/kdecoration-5.9.1 rename to metadata/md5-cache/kde-plasma/kdecoration-5.9.2 index 03aa75b6b474..36605aeb8fb3 100644 --- a/metadata/md5-cache/kde-plasma/kdecoration-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kdecoration-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) RDEPEND=>=dev-qt/qtgui-5.7.1:5 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kdecoration-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kdecoration-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=66177dc5cc9e81ffac5db7e09c81f67b diff --git a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.9.1 b/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.9.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/kdeplasma-addons-5.9.1 rename to metadata/md5-cache/kde-plasma/kdeplasma-addons-5.9.2 index 4da0bccd471a..ff9719f033c3 100644 --- a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.9.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/karchive-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/kross-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kunitconversion-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=kde-plasma/plasma-workspace-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 share? ( dev-libs/purpose:5 ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/karchive-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/kross-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kunitconversion-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=kde-plasma/plasma-workspace-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 share? ( dev-libs/purpose:5 ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=Extra Plasma applets and engines EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=share debug KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 LGPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/karchive-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/kross-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kunitconversion-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=kde-plasma/plasma-workspace-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 share? ( dev-libs/purpose:5 ) >=kde-plasma/plasma-workspace-5.9.1:5 !kde-plasma/kdeplasma-addons:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/karchive-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/kross-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kunitconversion-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=kde-plasma/plasma-workspace-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 share? ( dev-libs/purpose:5 ) >=kde-plasma/plasma-workspace-5.9.2:5 !kde-plasma/kdeplasma-addons:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kdeplasma-addons-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kdeplasma-addons-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=c95afdbbd45f23e0d971a1c38268908e diff --git a/metadata/md5-cache/kde-plasma/kgamma-5.9.1 b/metadata/md5-cache/kde-plasma/kgamma-5.9.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/kgamma-5.9.1 rename to metadata/md5-cache/kde-plasma/kgamma-5.9.2 index b29b3913776a..0d1c637bf27c 100644 --- a/metadata/md5-cache/kde-plasma/kgamma-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kgamma-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 x11-libs/libX11 x11-libs/libXxf86vm >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kgamma5-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kgamma5-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=bd62d1b6b35e2113bcc23b6541927523 diff --git a/metadata/md5-cache/kde-plasma/khotkeys-5.9.1 b/metadata/md5-cache/kde-plasma/khotkeys-5.9.2 similarity index 91% rename from metadata/md5-cache/kde-plasma/khotkeys-5.9.1 rename to metadata/md5-cache/kde-plasma/khotkeys-5.9.2 index 4295023c63c0..901342bbf79f 100644 --- a/metadata/md5-cache/kde-plasma/khotkeys-5.9.1 +++ b/metadata/md5-cache/kde-plasma/khotkeys-5.9.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5[X] >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/ktextwidgets-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/plasma-workspace-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 x11-libs/libXtst x11-libs/libxcb x11-libs/libXtst x11-proto/xproto sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5[X] >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/ktextwidgets-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/plasma-workspace-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 x11-libs/libXtst x11-libs/libxcb x11-libs/libXtst x11-proto/xproto sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=KDE Plasma workspace hotkey module EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5[X] >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/ktextwidgets-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/plasma-workspace-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 x11-libs/libXtst >=kde-frameworks/kded-5.29.0:5 >=kde-plasma/kde-cli-tools-5.9.1:5 !kde-plasma/khotkeys:4 !kde-plasma/systemsettings:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5[X] >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/ktextwidgets-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/plasma-workspace-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 x11-libs/libXtst >=kde-frameworks/kded-5.29.0:5 >=kde-plasma/kde-cli-tools-5.9.2:5 !kde-plasma/khotkeys:4 !kde-plasma/systemsettings:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/khotkeys-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/khotkeys-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=39363f08a7893cf5cca3ad696729b177 diff --git a/metadata/md5-cache/kde-plasma/kinfocenter-5.9.1 b/metadata/md5-cache/kde-plasma/kinfocenter-5.9.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/kinfocenter-5.9.1 rename to metadata/md5-cache/kde-plasma/kinfocenter-5.9.2 index c3fae3f15f70..11a479391d9e 100644 --- a/metadata/md5-cache/kde-plasma/kinfocenter-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kinfocenter-5.9.2 @@ -6,9 +6,9 @@ HOMEPAGE=https://www.kde.org/applications/system/kinfocenter/ IUSE=egl gles2 ieee1394 +opengl +pci wayland debug +handbook KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 x11-libs/libX11 ieee1394? ( sys-libs/libraw1394 ) opengl? ( >=dev-qt/qtgui-5.7.1:5[gles2=] media-libs/mesa[egl?,gles2?] !gles2? ( media-libs/glu ) ) pci? ( sys-apps/pciutils ) wayland? ( >=kde-frameworks/kwayland-5.29.0:5 ) >=kde-plasma/kde-cli-tools-5.9.1:5 !kde-base/kcontrol:4 !kde-plasma/kinfocenter:4 !kde-misc/about-distro >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 x11-libs/libX11 ieee1394? ( sys-libs/libraw1394 ) opengl? ( >=dev-qt/qtgui-5.7.1:5[gles2=] media-libs/mesa[egl?,gles2?] !gles2? ( media-libs/glu ) ) pci? ( sys-apps/pciutils ) wayland? ( >=kde-frameworks/kwayland-5.29.0:5 ) >=kde-plasma/kde-cli-tools-5.9.2:5 !kde-base/kcontrol:4 !kde-plasma/kinfocenter:4 !kde-misc/about-distro >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 REQUIRED_USE=egl? ( || ( gles2 opengl ) ) SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kinfocenter-5.9.1.tar.xz https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png +SRC_URI=mirror://kde/stable/plasma/5.9.2/kinfocenter-5.9.2.tar.xz https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=828b489989ba2bc74fd060cdda758a52 diff --git a/metadata/md5-cache/kde-plasma/kmenuedit-5.9.1 b/metadata/md5-cache/kde-plasma/kmenuedit-5.9.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/kmenuedit-5.9.1 rename to metadata/md5-cache/kde-plasma/kmenuedit-5.9.2 index e728807c448b..8d2fc1b4caf0 100644 --- a/metadata/md5-cache/kde-plasma/kmenuedit-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kmenuedit-5.9.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 hotkeys? ( >=kde-plasma/khotkeys-5.9.1:5 ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 hotkeys? ( >=kde-plasma/khotkeys-5.9.2:5 ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=KDE Plasma menu editor EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kmenuedit IUSE=+hotkeys debug +handbook KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 hotkeys? ( >=kde-plasma/khotkeys-5.9.1:5 ) !kde-plasma/kmenuedit:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 hotkeys? ( >=kde-plasma/khotkeys-5.9.2:5 ) !kde-plasma/kmenuedit:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kmenuedit-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kmenuedit-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=fe71ca3ac59225423a20900619b1bc14 diff --git a/metadata/md5-cache/kde-plasma/kscreen-5.9.1 b/metadata/md5-cache/kde-plasma/kscreen-5.9.2 similarity index 89% rename from metadata/md5-cache/kde-plasma/kscreen-5.9.1 rename to metadata/md5-cache/kde-plasma/kscreen-5.9.2 index cfc1f50773c9..4ce9d1ac08de 100644 --- a/metadata/md5-cache/kde-plasma/kscreen-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kscreen-5.9.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/libkscreen-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 test? ( >=dev-qt/qttest-5.7.1:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/libkscreen-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 test? ( >=dev-qt/qttest-5.7.1:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=KDE Plasma screen management EAPI=6 HOMEPAGE=https://projects.kde.org/projects/extragear/base/kscreen IUSE=debug test KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/libkscreen-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-plasma/kde-cli-tools-5.9.1:5 >=dev-qt/qtgraphicaleffects-5.7.1:5 !kde-plasma/kscreen:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/libkscreen-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-plasma/kde-cli-tools-5.9.2:5 >=dev-qt/qtgraphicaleffects-5.7.1:5 !kde-plasma/kscreen:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kscreen-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kscreen-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=0c7341b7c9f965d4dc7ce0397bdb2021 diff --git a/metadata/md5-cache/kde-plasma/kscreenlocker-5.9.1 b/metadata/md5-cache/kde-plasma/kscreenlocker-5.9.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/kscreenlocker-5.9.1 rename to metadata/md5-cache/kde-plasma/kscreenlocker-5.9.2 index b3e008a30ca7..25a6b3faccce 100644 --- a/metadata/md5-cache/kde-plasma/kscreenlocker-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kscreenlocker-5.9.2 @@ -6,9 +6,9 @@ HOMEPAGE=https://www.kde.org/ IUSE=pam test debug test KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/ktextwidgets-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 dev-libs/wayland x11-libs/libX11 x11-libs/libXi x11-libs/libxcb x11-libs/xcb-util-keysyms pam? ( virtual/pam ) >=kde-plasma/kde-cli-tools-5.9.1:5 !=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/ktextwidgets-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 dev-libs/wayland x11-libs/libX11 x11-libs/libXi x11-libs/libxcb x11-libs/xcb-util-keysyms pam? ( virtual/pam ) >=kde-plasma/kde-cli-tools-5.9.2:5 !=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kscreenlocker-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kscreenlocker-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=7c8f5d82cfad181cdd52e516aed898ef diff --git a/metadata/md5-cache/kde-plasma/ksshaskpass-5.9.1 b/metadata/md5-cache/kde-plasma/ksshaskpass-5.9.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/ksshaskpass-5.9.1 rename to metadata/md5-cache/kde-plasma/ksshaskpass-5.9.2 index 56a529e28742..4fdbe83f4ba1 100644 --- a/metadata/md5-cache/kde-plasma/ksshaskpass-5.9.1 +++ b/metadata/md5-cache/kde-plasma/ksshaskpass-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwallet-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=dev-qt/qtwidgets-5.7.1:5 !kde-plasma/ksshaskpass:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/ksshaskpass-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/ksshaskpass-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=27c938e90343e96802a661862e42c185 diff --git a/metadata/md5-cache/kde-plasma/ksysguard-5.9.1 b/metadata/md5-cache/kde-plasma/ksysguard-5.9.2 similarity index 93% rename from metadata/md5-cache/kde-plasma/ksysguard-5.9.1 rename to metadata/md5-cache/kde-plasma/ksysguard-5.9.2 index 6f02e78344ae..f77052ba1922 100644 --- a/metadata/md5-cache/kde-plasma/ksysguard-5.9.1 +++ b/metadata/md5-cache/kde-plasma/ksysguard-5.9.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-plasma/libksysguard-5.9.1:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kinit-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 lm_sensors? ( sys-apps/lm_sensors ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-plasma/libksysguard-5.9.2:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kinit-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 lm_sensors? ( sys-apps/lm_sensors ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=Network-enabled task manager and system monitor EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=lm_sensors debug +handbook KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2+ -RDEPEND=>=kde-plasma/libksysguard-5.9.1:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kinit-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 lm_sensors? ( sys-apps/lm_sensors ) !kde-plasma/ksysguard:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-plasma/libksysguard-5.9.2:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kinit-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 lm_sensors? ( sys-apps/lm_sensors ) !kde-plasma/ksysguard:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/ksysguard-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/ksysguard-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=f00a9d6cdac56fb1793611f3bd3a0888 diff --git a/metadata/md5-cache/kde-plasma/kwallet-pam-5.9.1 b/metadata/md5-cache/kde-plasma/kwallet-pam-5.9.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/kwallet-pam-5.9.1 rename to metadata/md5-cache/kde-plasma/kwallet-pam-5.9.2 index 7ea6fe1ed9df..f3d8e33fed6c 100644 --- a/metadata/md5-cache/kde-plasma/kwallet-pam-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kwallet-pam-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=LGPL-2.1 RDEPEND=dev-libs/libgcrypt:0= virtual/pam !kde-apps/kwalletd-pam net-misc/socat SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kwallet-pam-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kwallet-pam-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=0b0fc1c703007679baabf50f06280d29 diff --git a/metadata/md5-cache/kde-plasma/kwayland-integration-5.9.1 b/metadata/md5-cache/kde-plasma/kwayland-integration-5.9.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/kwayland-integration-5.9.1 rename to metadata/md5-cache/kde-plasma/kwayland-integration-5.9.2 index 6566fc15bda0..7b19f398bcf1 100644 --- a/metadata/md5-cache/kde-plasma/kwayland-integration-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kwayland-integration-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=LGPL-2.1 RDEPEND=>=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kwayland-integration-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kwayland-integration-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=4d5b914ecf568c35da51aae47a172063 diff --git a/metadata/md5-cache/kde-plasma/kwin-5.9.1 b/metadata/md5-cache/kde-plasma/kwin-5.9.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/kwin-5.9.1 rename to metadata/md5-cache/kde-plasma/kwin-5.9.2 index daa494469d44..6d366c759701 100644 --- a/metadata/md5-cache/kde-plasma/kwin-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kwin-5.9.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kinit-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5[X] >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-plasma/breeze-5.9.1:5 >=kde-plasma/kdecoration-5.9.1:5 >=kde-plasma/kscreenlocker-5.9.1:5 >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5[gles2=] >=dev-qt/qtscript-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-libs/libinput-1.5 >=dev-libs/wayland-1.2 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXi x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.7.0 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms >=dev-qt/designer-5.7.1:5 >=dev-qt/qtconcurrent-5.7.1:5 x11-proto/xproto test? ( x11-libs/xcb-util-wm ) sys-devel/make >=dev-util/cmake-3.6.3 >=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.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) test? ( >=dev-qt/qttest-5.7.1:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kinit-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5[X] >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-plasma/breeze-5.9.2:5 >=kde-plasma/kdecoration-5.9.2:5 >=kde-plasma/kscreenlocker-5.9.2:5 >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5[gles2=] >=dev-qt/qtscript-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-libs/libinput-1.5 >=dev-libs/wayland-1.2 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXi x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.7.0 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms >=dev-qt/designer-5.7.1:5 >=dev-qt/qtconcurrent-5.7.1:5 x11-proto/xproto test? ( x11-libs/xcb-util-wm ) sys-devel/make >=dev-util/cmake-3.6.3 >=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.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) test? ( >=dev-qt/qttest-5.7.1:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=KDE window manager EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=gles2 multimedia test debug +handbook test KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2+ -RDEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kinit-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5[X] >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-plasma/breeze-5.9.1:5 >=kde-plasma/kdecoration-5.9.1:5 >=kde-plasma/kscreenlocker-5.9.1:5 >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5[gles2=] >=dev-qt/qtscript-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-libs/libinput-1.5 >=dev-libs/wayland-1.2 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXi x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.7.0 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms >=kde-plasma/kde-cli-tools-5.9.1:5 multimedia? ( || ( >=dev-qt/qtmultimedia-5.7.1:5[gstreamer,qml] >=dev-qt/qtmultimedia-5.7.1:5[gstreamer010,qml] ) ) !=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kinit-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5[X] >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-plasma/breeze-5.9.2:5 >=kde-plasma/kdecoration-5.9.2:5 >=kde-plasma/kscreenlocker-5.9.2:5 >=dev-qt/qtcore-5.7.1:5= >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5[gles2=] >=dev-qt/qtscript-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-libs/libinput-1.5 >=dev-libs/wayland-1.2 media-libs/fontconfig media-libs/freetype media-libs/libepoxy media-libs/mesa[egl,gbm,gles2?,wayland] virtual/libudev:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXi x11-libs/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.7.0 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms >=kde-plasma/kde-cli-tools-5.9.2:5 multimedia? ( || ( >=dev-qt/qtmultimedia-5.7.1:5[gstreamer,qml] >=dev-qt/qtmultimedia-5.7.1:5[gstreamer010,qml] ) ) !=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kwin-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kwin-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=d836496eeb5c821405e00c622bebe363 diff --git a/metadata/md5-cache/kde-plasma/kwrited-5.9.1 b/metadata/md5-cache/kde-plasma/kwrited-5.9.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/kwrited-5.9.1 rename to metadata/md5-cache/kde-plasma/kwrited-5.9.2 index 9ed6f14b7a5e..5d075cacc42e 100644 --- a/metadata/md5-cache/kde-plasma/kwrited-5.9.1 +++ b/metadata/md5-cache/kde-plasma/kwrited-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kpty-5.29.0:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 !kde-plasma/kwrited:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/kwrited-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/kwrited-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=ef90620026d73b8bb70b4312f021a5ab diff --git a/metadata/md5-cache/kde-plasma/libkscreen-5.9.1 b/metadata/md5-cache/kde-plasma/libkscreen-5.9.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/libkscreen-5.9.1 rename to metadata/md5-cache/kde-plasma/libkscreen-5.9.2 index 8528cfcd11c8..5e305f0bd446 100644 --- a/metadata/md5-cache/kde-plasma/libkscreen-5.9.1 +++ b/metadata/md5-cache/kde-plasma/libkscreen-5.9.2 @@ -9,6 +9,6 @@ LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kwayland-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb !x11-libs/libkscreen:5 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5/7 -SRC_URI=mirror://kde/stable/plasma/5.9.1/libkscreen-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/libkscreen-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=95baf9b99f36787dfd550c5e9a78432a diff --git a/metadata/md5-cache/kde-plasma/libksysguard-5.9.1 b/metadata/md5-cache/kde-plasma/libksysguard-5.9.2 similarity index 97% rename from metadata/md5-cache/kde-plasma/libksysguard-5.9.1 rename to metadata/md5-cache/kde-plasma/libksysguard-5.9.2 index d4e1c3c79156..9abb839523e4 100644 --- a/metadata/md5-cache/kde-plasma/libksysguard-5.9.1 +++ b/metadata/md5-cache/kde-plasma/libksysguard-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=LGPL-2+ RDEPEND=>=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 sys-libs/zlib detailedmemory? ( >=dev-qt/qtwebkit-5.7.1:5 ) X? ( >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 x11-libs/libXres ) !kde-plasma/ksysguard:4 !kde-base/libksysguard:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/libksysguard-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/libksysguard-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=ec0e26b46595591eb9e0158d9d22bfa8 diff --git a/metadata/md5-cache/kde-plasma/milou-5.9.1 b/metadata/md5-cache/kde-plasma/milou-5.9.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/milou-5.9.1 rename to metadata/md5-cache/kde-plasma/milou-5.9.2 index da62ebe35c59..792d300d2a4c 100644 --- a/metadata/md5-cache/kde-plasma/milou-5.9.1 +++ b/metadata/md5-cache/kde-plasma/milou-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=>=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 !kde-plasma/milou:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/milou-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/milou-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=d5957170aed7e9b7a16542f63da0aeb8 diff --git a/metadata/md5-cache/kde-plasma/oxygen-5.9.1 b/metadata/md5-cache/kde-plasma/oxygen-5.9.2 similarity index 91% rename from metadata/md5-cache/kde-plasma/oxygen-5.9.1 rename to metadata/md5-cache/kde-plasma/oxygen-5.9.2 index e7965f59984c..9a002cb734cc 100644 --- a/metadata/md5-cache/kde-plasma/oxygen-5.9.1 +++ b/metadata/md5-cache/kde-plasma/oxygen-5.9.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/frameworkintegration-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-plasma/kdecoration-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb qt4? ( kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( >=kde-frameworks/kwayland-5.29.0:5 ) >=kde-frameworks/kservice-5.29.0:5 qt4? ( dev-util/automoc:0 virtual/pkgconfig ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/frameworkintegration-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-plasma/kdecoration-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb qt4? ( kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( >=kde-frameworks/kwayland-5.29.0:5 ) >=kde-frameworks/kservice-5.29.0:5 qt4? ( dev-util/automoc:0 virtual/pkgconfig ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=Oxygen visual style for the Plasma desktop EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/oxygen IUSE=qt4 wayland debug KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/frameworkintegration-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-plasma/kdecoration-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb qt4? ( kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( >=kde-frameworks/kwayland-5.29.0:5 ) >=kde-plasma/kde-cli-tools-5.9.1:5 qt4? ( !kde-plasma/kstyles:4 !kde-plasma/liboxygenstyle:4 ) !kde-plasma/kdebase-cursors:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/frameworkintegration-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-plasma/kdecoration-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libxcb qt4? ( kde-frameworks/kdelibs:4 x11-libs/libX11 ) wayland? ( >=kde-frameworks/kwayland-5.29.0:5 ) >=kde-plasma/kde-cli-tools-5.9.2:5 qt4? ( !kde-plasma/kstyles:4 !kde-plasma/liboxygenstyle:4 ) !kde-plasma/kdebase-cursors:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/oxygen-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/oxygen-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=4b084f75bbdde8ebafd5dfedbef696b4 diff --git a/metadata/md5-cache/kde-plasma/plasma-desktop-5.9.1 b/metadata/md5-cache/kde-plasma/plasma-desktop-5.9.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/plasma-desktop-5.9.1 rename to metadata/md5-cache/kde-plasma/plasma-desktop-5.9.2 index eba7beb9134c..e7c04f347644 100644 --- a/metadata/md5-cache/kde-plasma/plasma-desktop-5.9.1 +++ b/metadata/md5-cache/kde-plasma/plasma-desktop-5.9.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/attica-5.29.0:5 >=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kactivities-stats-5.29.0:5 >=kde-frameworks/karchive-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kbookmarks-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcodecs-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kded-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kemoticons-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemmodels-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kparts-5.29.0:5 >=kde-frameworks/kpeople-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwallet-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=kde-plasma/kwin-5.9.1:5 >=kde-plasma/plasma-workspace-5.9.1:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtprintsupport-5.7.1:5 >=dev-qt/qtsql-5.7.1:5 >=dev-qt/qtsvg-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile appstream? ( dev-libs/appstream[qt5] ) fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) ibus? ( >=dev-qt/qtx11extras-5.7.1:5 app-i18n/ibus dev-libs/glib:2 x11-libs/libxcb x11-libs/xcb-util-keysyms ) input_devices_synaptics? ( x11-drivers/xf86-input-synaptics ) pulseaudio? ( dev-libs/glib:2 media-libs/libcanberra media-sound/pulseaudio ) scim? ( app-i18n/scim ) semantic-desktop? ( >=kde-frameworks/baloo-5.29.0:5 ) dev-libs/boost x11-proto/xproto fontconfig? ( x11-libs/libXrender ) input_devices_evdev? ( x11-drivers/xf86-input-evdev ) sys-devel/make >=dev-util/cmake-3.6.3 >=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.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) test? ( >=dev-qt/qttest-5.7.1:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/attica-5.29.0:5 >=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kactivities-stats-5.29.0:5 >=kde-frameworks/karchive-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kbookmarks-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcodecs-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kded-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kemoticons-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemmodels-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kparts-5.29.0:5 >=kde-frameworks/kpeople-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwallet-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=kde-plasma/kwin-5.9.2:5 >=kde-plasma/plasma-workspace-5.9.2:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtprintsupport-5.7.1:5 >=dev-qt/qtsql-5.7.1:5 >=dev-qt/qtsvg-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile appstream? ( dev-libs/appstream[qt5] ) fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) ibus? ( >=dev-qt/qtx11extras-5.7.1:5 app-i18n/ibus dev-libs/glib:2 x11-libs/libxcb x11-libs/xcb-util-keysyms ) input_devices_synaptics? ( x11-drivers/xf86-input-synaptics ) pulseaudio? ( dev-libs/glib:2 media-libs/libcanberra media-sound/pulseaudio ) scim? ( app-i18n/scim ) semantic-desktop? ( >=kde-frameworks/baloo-5.29.0:5 ) dev-libs/boost x11-proto/xproto fontconfig? ( x11-libs/libXrender ) input_devices_evdev? ( x11-drivers/xf86-input-evdev ) sys-devel/make >=dev-util/cmake-3.6.3 >=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.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) test? ( >=dev-qt/qttest-5.7.1:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=KDE Plasma desktop EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=appstream +fontconfig gtk2 gtk3 +input_devices_evdev input_devices_synaptics ibus legacy-systray pulseaudio +qt4 scim +semantic-desktop test debug +handbook test KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/attica-5.29.0:5 >=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kactivities-stats-5.29.0:5 >=kde-frameworks/karchive-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kbookmarks-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcodecs-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kded-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kemoticons-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemmodels-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kparts-5.29.0:5 >=kde-frameworks/kpeople-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwallet-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=kde-plasma/kwin-5.9.1:5 >=kde-plasma/plasma-workspace-5.9.1:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtprintsupport-5.7.1:5 >=dev-qt/qtsql-5.7.1:5 >=dev-qt/qtsvg-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile appstream? ( dev-libs/appstream[qt5] ) fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) ibus? ( >=dev-qt/qtx11extras-5.7.1:5 app-i18n/ibus dev-libs/glib:2 x11-libs/libxcb x11-libs/xcb-util-keysyms ) input_devices_synaptics? ( x11-drivers/xf86-input-synaptics ) pulseaudio? ( dev-libs/glib:2 media-libs/libcanberra media-sound/pulseaudio ) scim? ( app-i18n/scim ) semantic-desktop? ( >=kde-frameworks/baloo-5.29.0:5 ) >=kde-plasma/breeze-5.9.1:5 >=kde-plasma/kde-cli-tools-5.9.1:5 >=kde-plasma/oxygen-5.9.1:5 >=dev-qt/qtgraphicaleffects-5.7.1:5 sys-apps/accountsservice x11-apps/setxkbmap legacy-systray? ( gtk2? ( dev-libs/libappindicator:2 ) gtk3? ( dev-libs/libappindicator:3 ) qt4? ( dev-libs/sni-qt ) ) pulseaudio? ( >=kde-plasma/plasma-pa-5.9.1:5 ) qt4? ( kde-plasma/qguiplatformplugin_kde:4 ) !kde-apps/kcontrol !kde-apps/knetattach[handbook] !kde-base/plasma-desktop:4 !kde-plasma/plasma-workspace:4 !kde-plasma/solid-actions-kcm:4 !kde-plasma/systemsettings:4 !kde-misc/kcm_touchpad !kde-misc/kcm-touchpad !kde-plasma/kcm-touchpad !=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/attica-5.29.0:5 >=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kactivities-stats-5.29.0:5 >=kde-frameworks/karchive-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kbookmarks-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcodecs-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kded-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kemoticons-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemmodels-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kparts-5.29.0:5 >=kde-frameworks/kpeople-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwallet-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-frameworks/sonnet-5.29.0:5 >=kde-plasma/kwin-5.9.2:5 >=kde-plasma/plasma-workspace-5.9.2:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtprintsupport-5.7.1:5 >=dev-qt/qtsql-5.7.1:5 >=dev-qt/qtsvg-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile appstream? ( dev-libs/appstream[qt5] ) fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) ibus? ( >=dev-qt/qtx11extras-5.7.1:5 app-i18n/ibus dev-libs/glib:2 x11-libs/libxcb x11-libs/xcb-util-keysyms ) input_devices_synaptics? ( x11-drivers/xf86-input-synaptics ) pulseaudio? ( dev-libs/glib:2 media-libs/libcanberra media-sound/pulseaudio ) scim? ( app-i18n/scim ) semantic-desktop? ( >=kde-frameworks/baloo-5.29.0:5 ) >=kde-plasma/breeze-5.9.2:5 >=kde-plasma/kde-cli-tools-5.9.2:5 >=kde-plasma/oxygen-5.9.2:5 >=dev-qt/qtgraphicaleffects-5.7.1:5 sys-apps/accountsservice x11-apps/setxkbmap legacy-systray? ( gtk2? ( dev-libs/libappindicator:2 ) gtk3? ( dev-libs/libappindicator:3 ) qt4? ( dev-libs/sni-qt ) ) pulseaudio? ( >=kde-plasma/plasma-pa-5.9.2:5 ) qt4? ( kde-plasma/qguiplatformplugin_kde:4 ) !kde-apps/kcontrol !kde-apps/knetattach[handbook] !kde-base/plasma-desktop:4 !kde-plasma/plasma-workspace:4 !kde-plasma/solid-actions-kcm:4 !kde-plasma/systemsettings:4 !kde-misc/kcm_touchpad !kde-misc/kcm-touchpad !kde-plasma/kcm-touchpad !=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 REQUIRED_USE=legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray ) SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/plasma-desktop-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/plasma-desktop-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=3d4734b2ab44fec60a311a2d90d6aa38 diff --git a/metadata/md5-cache/kde-plasma/plasma-integration-5.9.1 b/metadata/md5-cache/kde-plasma/plasma-integration-5.9.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/plasma-integration-5.9.1 rename to metadata/md5-cache/kde-plasma/plasma-integration-5.9.2 index 44c75102148f..3d181aabbb7f 100644 --- a/metadata/md5-cache/kde-plasma/plasma-integration-5.9.1 +++ b/metadata/md5-cache/kde-plasma/plasma-integration-5.9.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/breeze-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5=[dbus] >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libXcursor x11-libs/libxcb sys-devel/make >=dev-util/cmake-3.6.3 >=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.29.0:5 >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/breeze-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5=[dbus] >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libXcursor x11-libs/libxcb sys-devel/make >=dev-util/cmake-3.6.3 >=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.29.0:5 >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=Qt Platform Theme integration plugins for the Plasma workspaces EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=test debug KEYWORDS=~amd64 ~arm ~x86 LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/breeze-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5=[dbus] >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libXcursor x11-libs/libxcb media-fonts/hack media-fonts/noto >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-plasma/breeze-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5=[dbus] >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libXcursor x11-libs/libxcb media-fonts/hack media-fonts/noto >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/plasma-integration-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/plasma-integration-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=0941f668d78ae01bc2065d5a0b8aeafc diff --git a/metadata/md5-cache/kde-plasma/plasma-meta-5.9.1 b/metadata/md5-cache/kde-plasma/plasma-meta-5.9.1 deleted file mode 100644 index 5ed7e0cb5343..000000000000 --- a/metadata/md5-cache/kde-plasma/plasma-meta-5.9.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Merge this to pull in all Plasma 5 packages -EAPI=6 -HOMEPAGE=https://www.kde.org/workspaces/plasmadesktop/ -IUSE=bluetooth +display-manager grub gtk +handbook networkmanager pam plymouth pulseaudio +sddm sdk +wallpapers -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=metapackage -RDEPEND=>=kde-plasma/breeze-5.9.1:5 >=kde-plasma/kactivitymanagerd-5.9.1:5 >=kde-plasma/kde-cli-tools-5.9.1:5 >=kde-plasma/kdecoration-5.9.1:5 >=kde-plasma/kdeplasma-addons-5.9.1:5 >=kde-plasma/kgamma-5.9.1:5 >=kde-plasma/khotkeys-5.9.1:5 >=kde-plasma/kinfocenter-5.9.1:5 >=kde-plasma/kmenuedit-5.9.1:5 >=kde-plasma/kscreen-5.9.1:5 >=kde-plasma/kscreenlocker-5.9.1:5 >=kde-plasma/ksshaskpass-5.9.1:5 >=kde-plasma/ksysguard-5.9.1:5 >=kde-plasma/kwayland-integration-5.9.1:5 >=kde-plasma/kwin-5.9.1:5 >=kde-plasma/kwrited-5.9.1:5 >=kde-plasma/libkscreen-5.9.1:5 >=kde-plasma/libksysguard-5.9.1:5 >=kde-plasma/milou-5.9.1:5 >=kde-plasma/oxygen-5.9.1:5 >=kde-plasma/plasma-desktop-5.9.1:5 >=kde-plasma/plasma-integration-5.9.1:5 >=kde-plasma/plasma-workspace-5.9.1:5 >=kde-plasma/polkit-kde-agent-5.9.1:5 >=kde-plasma/powerdevil-5.9.1:5 >=kde-plasma/systemsettings-5.9.1:5 >=kde-plasma/user-manager-5.9.1:5 bluetooth? ( >=kde-plasma/bluedevil-5.9.1:5 ) display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-5.9.1:5 x11-misc/sddm ) !sddm? ( x11-misc/lightdm ) ) grub? ( >=kde-plasma/breeze-grub-5.9.1:5 ) gtk? ( >=kde-plasma/breeze-gtk-5.9.1:5 >=kde-plasma/kde-gtk-config-5.9.1:5 ) handbook? ( >=kde-apps/khelpcenter-14.12.0:5 ) networkmanager? ( >=kde-plasma/plasma-nm-5.9.1:5 ) pam? ( >=kde-plasma/kwallet-pam-5.9.1:5 ) plymouth? ( >=kde-plasma/breeze-plymouth-5.9.1:5 ) pulseaudio? ( >=kde-plasma/plasma-pa-5.9.1:5 ) sdk? ( >=kde-plasma/plasma-sdk-5.9.1:5 ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-5.9.1:5 ) -SLOT=5 -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ef10462e3b8de585449491494faaed5a diff --git a/metadata/md5-cache/kde-plasma/plasma-meta-5.9.2 b/metadata/md5-cache/kde-plasma/plasma-meta-5.9.2 new file mode 100644 index 000000000000..ebd9f850c857 --- /dev/null +++ b/metadata/md5-cache/kde-plasma/plasma-meta-5.9.2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=- +DESCRIPTION=Merge this to pull in all Plasma 5 packages +EAPI=6 +HOMEPAGE=https://www.kde.org/workspaces/plasmadesktop/ +IUSE=bluetooth +display-manager grub gtk +handbook networkmanager pam plymouth pulseaudio +sddm sdk +wallpapers +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=metapackage +RDEPEND=>=kde-plasma/breeze-5.9.2:5 >=kde-plasma/kactivitymanagerd-5.9.2:5 >=kde-plasma/kde-cli-tools-5.9.2:5 >=kde-plasma/kdecoration-5.9.2:5 >=kde-plasma/kdeplasma-addons-5.9.2:5 >=kde-plasma/kgamma-5.9.2:5 >=kde-plasma/khotkeys-5.9.2:5 >=kde-plasma/kinfocenter-5.9.2:5 >=kde-plasma/kmenuedit-5.9.2:5 >=kde-plasma/kscreen-5.9.2:5 >=kde-plasma/kscreenlocker-5.9.2:5 >=kde-plasma/ksshaskpass-5.9.2:5 >=kde-plasma/ksysguard-5.9.2:5 >=kde-plasma/kwayland-integration-5.9.2:5 >=kde-plasma/kwin-5.9.2:5 >=kde-plasma/kwrited-5.9.2:5 >=kde-plasma/libkscreen-5.9.2:5 >=kde-plasma/libksysguard-5.9.2:5 >=kde-plasma/milou-5.9.2:5 >=kde-plasma/oxygen-5.9.2:5 >=kde-plasma/plasma-desktop-5.9.2:5 >=kde-plasma/plasma-integration-5.9.2:5 >=kde-plasma/plasma-workspace-5.9.2:5 >=kde-plasma/polkit-kde-agent-5.9.2:5 >=kde-plasma/powerdevil-5.9.2:5 >=kde-plasma/systemsettings-5.9.2:5 >=kde-plasma/user-manager-5.9.2:5 bluetooth? ( >=kde-plasma/bluedevil-5.9.2:5 ) display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-5.9.2:5 x11-misc/sddm ) !sddm? ( x11-misc/lightdm ) ) grub? ( >=kde-plasma/breeze-grub-5.9.2:5 ) gtk? ( >=kde-plasma/breeze-gtk-5.9.2:5 >=kde-plasma/kde-gtk-config-5.9.2:5 ) handbook? ( >=kde-apps/khelpcenter-14.12.0:5 ) networkmanager? ( >=kde-plasma/plasma-nm-5.9.2:5 ) pam? ( >=kde-plasma/kwallet-pam-5.9.2:5 ) plymouth? ( >=kde-plasma/breeze-plymouth-5.9.2:5 ) pulseaudio? ( >=kde-plasma/plasma-pa-5.9.2:5 ) sdk? ( >=kde-plasma/plasma-sdk-5.9.2:5 ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-5.9.2:5 ) +SLOT=5 +_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=ef10462e3b8de585449491494faaed5a diff --git a/metadata/md5-cache/kde-plasma/plasma-nm-5.9.1 b/metadata/md5-cache/kde-plasma/plasma-nm-5.9.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/plasma-nm-5.9.1 rename to metadata/md5-cache/kde-plasma/plasma-nm-5.9.2 index f12852efc301..596ca6cfa8ea 100644 --- a/metadata/md5-cache/kde-plasma/plasma-nm-5.9.1 +++ b/metadata/md5-cache/kde-plasma/plasma-nm-5.9.2 @@ -6,8 +6,8 @@ HOMEPAGE=https://www.kde.org/ IUSE=modemmanager openconnect teamd debug KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwallet-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/networkmanager-qt-5.29.0:5[teamd=] >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=app-crypt/qca-2.1.1:2[qt5] >=net-misc/networkmanager-0.9.10.0[teamd=] modemmanager? ( >=kde-frameworks/modemmanager-qt-5.29.0:5 >=dev-qt/qtxml-5.7.1:5 net-misc/mobile-broadband-provider-info ) openconnect? ( >=dev-qt/qtxml-5.7.1:5 net-misc/networkmanager-openconnect net-misc/openconnect:= ) >=kde-plasma/plasma-workspace-5.9.1:5 !kde-plasma/plasma-nm:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwallet-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/networkmanager-qt-5.29.0:5[teamd=] >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=app-crypt/qca-2.1.1:2[qt5] >=net-misc/networkmanager-0.9.10.0[teamd=] modemmanager? ( >=kde-frameworks/modemmanager-qt-5.29.0:5 >=dev-qt/qtxml-5.7.1:5 net-misc/mobile-broadband-provider-info ) openconnect? ( >=dev-qt/qtxml-5.7.1:5 net-misc/networkmanager-openconnect net-misc/openconnect:= ) >=kde-plasma/plasma-workspace-5.9.2:5 !kde-plasma/plasma-nm:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/plasma-nm-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/plasma-nm-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=3e259856a79d0627ac2300bb25bdc63d diff --git a/metadata/md5-cache/kde-plasma/plasma-pa-5.9.1 b/metadata/md5-cache/kde-plasma/plasma-pa-5.9.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/plasma-pa-5.9.1 rename to metadata/md5-cache/kde-plasma/plasma-pa-5.9.2 index 281581f6f122..3210ce689a17 100644 --- a/metadata/md5-cache/kde-plasma/plasma-pa-5.9.1 +++ b/metadata/md5-cache/kde-plasma/plasma-pa-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 dev-libs/glib:2 gnome-base/gconf:2 media-libs/libcanberra media-sound/pulseaudio[gnome] >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/plasma-pa-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/plasma-pa-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=acf1bd3ba39ec777cf90aef384128806 diff --git a/metadata/md5-cache/kde-plasma/plasma-sdk-5.9.1 b/metadata/md5-cache/kde-plasma/plasma-sdk-5.9.2 similarity index 98% rename from metadata/md5-cache/kde-plasma/plasma-sdk-5.9.1 rename to metadata/md5-cache/kde-plasma/plasma-sdk-5.9.2 index ec02e1cbd7b4..1897c546d7e4 100644 --- a/metadata/md5-cache/kde-plasma/plasma-sdk-5.9.1 +++ b/metadata/md5-cache/kde-plasma/plasma-sdk-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/karchive-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemmodels-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/ktexteditor-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 dev-libs/kirigami:1 plasmate? ( >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/kparts-5.29.0:5 >=dev-qt/qtwebkit-5.7.1:5 dev-util/kdevplatform:5 ) !dev-util/plasmate >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/plasma-sdk-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/plasma-sdk-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=1587ef1ed584717dbc9382a6d3c46147 diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-5.9.1 b/metadata/md5-cache/kde-plasma/plasma-workspace-5.9.2 similarity index 92% rename from metadata/md5-cache/kde-plasma/plasma-workspace-5.9.1 rename to metadata/md5-cache/kde-plasma/plasma-workspace-5.9.2 index 525f3ada7e78..4bd05b0826a3 100644 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-5.9.1 +++ b/metadata/md5-cache/kde-plasma/plasma-workspace-5.9.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kbookmarks-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kdesu-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemmodels-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/kjs-5.29.0:5 >=kde-frameworks/kjsembed-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/ktexteditor-5.29.0:5 >=kde-frameworks/ktextwidgets-5.29.0:5 >=kde-frameworks/kwallet-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/kxmlrpcclient-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-plasma/kscreenlocker-5.9.1:5 >=kde-plasma/kwin-5.9.1:5 >=kde-plasma/libksysguard-5.9.1:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5[jpeg] >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtscript-5.7.1:5 >=dev-qt/qtsql-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 media-libs/phonon[qt5] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/xcb-util x11-libs/xcb-util-image calendar? ( >=kde-apps/kholidays-14.12.0:5 ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.29.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( >=kde-frameworks/prison-5.29.0:5 ) qalculate? ( sci-libs/libqalculate:= ) semantic-desktop? ( >=kde-frameworks/baloo-5.29.0:5 ) x11-proto/xproto sys-devel/make >=dev-util/cmake-3.6.3 >=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.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) test? ( >=dev-qt/qttest-5.7.1:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kbookmarks-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kdesu-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemmodels-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/kjs-5.29.0:5 >=kde-frameworks/kjsembed-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/ktexteditor-5.29.0:5 >=kde-frameworks/ktextwidgets-5.29.0:5 >=kde-frameworks/kwallet-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/kxmlrpcclient-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-plasma/kscreenlocker-5.9.2:5 >=kde-plasma/kwin-5.9.2:5 >=kde-plasma/libksysguard-5.9.2:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5[jpeg] >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtscript-5.7.1:5 >=dev-qt/qtsql-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 media-libs/phonon[qt5] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/xcb-util x11-libs/xcb-util-image calendar? ( >=kde-apps/kholidays-14.12.0:5 ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.29.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( >=kde-frameworks/prison-5.29.0:5 ) qalculate? ( sci-libs/libqalculate:= ) semantic-desktop? ( >=kde-frameworks/baloo-5.29.0:5 ) x11-proto/xproto sys-devel/make >=dev-util/cmake-3.6.3 >=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.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) test? ( >=dev-qt/qttest-5.7.1:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=KDE Plasma workspace EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=+calendar geolocation gps prison qalculate +semantic-desktop test debug +handbook test KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kbookmarks-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kdesu-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemmodels-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/kjs-5.29.0:5 >=kde-frameworks/kjsembed-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/ktexteditor-5.29.0:5 >=kde-frameworks/ktextwidgets-5.29.0:5 >=kde-frameworks/kwallet-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/kxmlrpcclient-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-plasma/kscreenlocker-5.9.1:5 >=kde-plasma/kwin-5.9.1:5 >=kde-plasma/libksysguard-5.9.1:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5[jpeg] >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtscript-5.7.1:5 >=dev-qt/qtsql-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 media-libs/phonon[qt5] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/xcb-util x11-libs/xcb-util-image calendar? ( >=kde-apps/kholidays-14.12.0:5 ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.29.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( >=kde-frameworks/prison-5.29.0:5 ) qalculate? ( sci-libs/libqalculate:= ) semantic-desktop? ( >=kde-frameworks/baloo-5.29.0:5 ) >=kde-frameworks/kded-5.29.0:5 >=kde-apps/kio-extras-14.12.0:5 >=kde-plasma/kde-cli-tools-5.9.1:5 >=kde-plasma/ksysguard-5.9.1:5 >=kde-plasma/milou-5.9.1:5 >=kde-plasma/plasma-integration-5.9.1:5 >=dev-qt/qdbus-5.7.1:5 >=dev-qt/qtgraphicaleffects-5.7.1:5 >=dev-qt/qtpaths-5.7.1:5 >=dev-qt/qtquickcontrols-5.7.1:5[widgets] app-text/iso-codes x11-apps/mkfontdir x11-apps/xmessage x11-apps/xprop x11-apps/xrdb x11-apps/xset x11-apps/xsetroot !dev-libs/xembed-sni-proxy !kde-plasma/freespacenotifier:4 !kde-plasma/libtaskmanager:4 !kde-plasma/kcminit:4 !kde-plasma/kdebase-startkde:4 !kde-plasma/klipper:4 !kde-plasma/krunner:4 !kde-plasma/ksmserver:4 !kde-plasma/ksplash:4 !kde-plasma/plasma-workspace:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kbookmarks-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdeclarative-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kdesu-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/kguiaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemmodels-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/kjobwidgets-5.29.0:5 >=kde-frameworks/kjs-5.29.0:5 >=kde-frameworks/kjsembed-5.29.0:5 >=kde-frameworks/knewstuff-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kpackage-5.29.0:5 >=kde-frameworks/krunner-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/ktexteditor-5.29.0:5 >=kde-frameworks/ktextwidgets-5.29.0:5 >=kde-frameworks/kwallet-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/kxmlrpcclient-5.29.0:5 >=kde-frameworks/plasma-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-plasma/kscreenlocker-5.9.2:5 >=kde-plasma/kwin-5.9.2:5 >=kde-plasma/libksysguard-5.9.2:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5[jpeg] >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtscript-5.7.1:5 >=dev-qt/qtsql-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 media-libs/phonon[qt5] sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXfixes x11-libs/libXrender x11-libs/xcb-util x11-libs/xcb-util-image calendar? ( >=kde-apps/kholidays-14.12.0:5 ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.29.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( >=kde-frameworks/prison-5.29.0:5 ) qalculate? ( sci-libs/libqalculate:= ) semantic-desktop? ( >=kde-frameworks/baloo-5.29.0:5 ) >=kde-frameworks/kded-5.29.0:5 >=kde-apps/kio-extras-14.12.0:5 >=kde-plasma/kde-cli-tools-5.9.2:5 >=kde-plasma/ksysguard-5.9.2:5 >=kde-plasma/milou-5.9.2:5 >=kde-plasma/plasma-integration-5.9.2:5 >=dev-qt/qdbus-5.7.1:5 >=dev-qt/qtgraphicaleffects-5.7.1:5 >=dev-qt/qtpaths-5.7.1:5 >=dev-qt/qtquickcontrols-5.7.1:5[widgets] app-text/iso-codes x11-apps/mkfontdir x11-apps/xmessage x11-apps/xprop x11-apps/xrdb x11-apps/xset x11-apps/xsetroot !dev-libs/xembed-sni-proxy !kde-plasma/freespacenotifier:4 !kde-plasma/libtaskmanager:4 !kde-plasma/kcminit:4 !kde-plasma/kdebase-startkde:4 !kde-plasma/klipper:4 !kde-plasma/krunner:4 !kde-plasma/ksmserver:4 !kde-plasma/ksplash:4 !kde-plasma/plasma-workspace:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 RESTRICT=test SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/plasma-workspace-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/plasma-workspace-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=9db3edda4978350094200e9335e1c11c diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.9.1 b/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.9.2 similarity index 93% rename from metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.9.1 rename to metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.9.2 index fc73ec9bd7f3..e31f053d6824 100644 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.9.1 +++ b/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.9.2 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=!=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 || ( >=kde-frameworks/polkit-qt-5.29.0:5 >=sys-auth/polkit-qt-0.112.0[qt5] ) !sys-auth/polkit-kde-agent:4[-minimal(-)] !sys-auth/polkit-kde-agent:5 >=kde-frameworks/kf-env-4 >=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/polkit-kde-agent-1-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/polkit-kde-agent-1-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=25cb4d10ef3f9af90b2cc41846c5035b diff --git a/metadata/md5-cache/kde-plasma/powerdevil-5.9.1 b/metadata/md5-cache/kde-plasma/powerdevil-5.9.2 similarity index 93% rename from metadata/md5-cache/kde-plasma/powerdevil-5.9.1 rename to metadata/md5-cache/kde-plasma/powerdevil-5.9.2 index 58eb88b447b0..d4a79ddfaf8d 100644 --- a/metadata/md5-cache/kde-plasma/powerdevil-5.9.1 +++ b/metadata/md5-cache/kde-plasma/powerdevil-5.9.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5[policykit] >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-plasma/libkscreen-5.9.1:5 >=kde-plasma/plasma-workspace-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 virtual/libudev:= x11-libs/libxcb wireless? ( >=kde-frameworks/bluez-qt-5.29.0:5 >=kde-frameworks/networkmanager-qt-5.29.0:5 ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5[policykit] >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-plasma/libkscreen-5.9.2:5 >=kde-plasma/plasma-workspace-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 virtual/libudev:= x11-libs/libxcb wireless? ( >=kde-frameworks/bluez-qt-5.29.0:5 >=kde-frameworks/networkmanager-qt-5.29.0:5 ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.29.0:5 handbook? ( >=kde-frameworks/kdoctools-5.29.0:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=Power management for KDE Plasma Shell EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/powerdevil IUSE=elogind systemd +wireless debug +handbook KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5[policykit] >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-plasma/libkscreen-5.9.1:5 >=kde-plasma/plasma-workspace-5.9.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 virtual/libudev:= x11-libs/libxcb wireless? ( >=kde-frameworks/bluez-qt-5.29.0:5 >=kde-frameworks/networkmanager-qt-5.29.0:5 ) >=kde-plasma/kde-cli-tools-5.9.1:5 systemd? ( >=sys-power/upower-0.9.23 ) elogind? ( >=sys-power/upower-0.9.23 ) !systemd? ( !elogind? ( sys-auth/polkit-pkla-compat || ( ( >=sys-auth/consolekit-1.0.1 sys-power/pm-utils >=sys-power/upower-0.9.23 ) sys-power/upower-pm-utils ) ) ) !kde-plasma/powerdevil:4 !kde-plasma/systemsettings:4[handbook] >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kactivities-5.29.0:5 >=kde-frameworks/kauth-5.29.0:5[policykit] >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kcrash-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/kdelibs4support-5.29.0:5 >=kde-frameworks/kglobalaccel-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kidletime-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/knotifications-5.29.0:5 >=kde-frameworks/knotifyconfig-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwayland-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=kde-frameworks/solid-5.29.0:5 >=kde-plasma/libkscreen-5.9.2:5 >=kde-plasma/plasma-workspace-5.9.2:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 virtual/libudev:= x11-libs/libxcb wireless? ( >=kde-frameworks/bluez-qt-5.29.0:5 >=kde-frameworks/networkmanager-qt-5.29.0:5 ) >=kde-plasma/kde-cli-tools-5.9.2:5 systemd? ( >=sys-power/upower-0.9.23 ) elogind? ( >=sys-power/upower-0.9.23 ) !systemd? ( !elogind? ( sys-auth/polkit-pkla-compat || ( ( >=sys-auth/consolekit-1.0.1 sys-power/pm-utils >=sys-power/upower-0.9.23 ) sys-power/upower-pm-utils ) ) ) !kde-plasma/powerdevil:4 !kde-plasma/systemsettings:4[handbook] >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 REQUIRED_USE=elogind? ( !systemd ) systemd? ( !elogind ) SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/powerdevil-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/powerdevil-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=b9245f8afec95129dfddc7a0d0caceb9 diff --git a/metadata/md5-cache/kde-plasma/sddm-kcm-5.9.1 b/metadata/md5-cache/kde-plasma/sddm-kcm-5.9.2 similarity index 93% rename from metadata/md5-cache/kde-plasma/sddm-kcm-5.9.1 rename to metadata/md5-cache/kde-plasma/sddm-kcm-5.9.2 index dd0accbaf77d..4be5cd3882f8 100644 --- a/metadata/md5-cache/kde-plasma/sddm-kcm-5.9.1 +++ b/metadata/md5-cache/kde-plasma/sddm-kcm-5.9.2 @@ -6,8 +6,8 @@ HOMEPAGE=https://projects.kde.org/projects/kdereview/sddm-kcm IUSE=debug KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2+ -RDEPEND=>=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 x11-libs/libXcursor >=kde-plasma/kde-cli-tools-5.9.1:5 x11-misc/sddm !kde-misc/sddm-kcm >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=dev-qt/qtdeclarative-5.7.1:5[widgets] >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 x11-libs/libXcursor >=kde-plasma/kde-cli-tools-5.9.2:5 x11-misc/sddm !kde-misc/sddm-kcm >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/sddm-kcm-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/sddm-kcm-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=8334a77e86f2f736a87e313364fdef23 diff --git a/metadata/md5-cache/kde-plasma/systemsettings-5.9.1 b/metadata/md5-cache/kde-plasma/systemsettings-5.9.2 similarity index 95% rename from metadata/md5-cache/kde-plasma/systemsettings-5.9.1 rename to metadata/md5-cache/kde-plasma/systemsettings-5.9.2 index 2e1b97e2689d..e9bd66813d09 100644 --- a/metadata/md5-cache/kde-plasma/systemsettings-5.9.1 +++ b/metadata/md5-cache/kde-plasma/systemsettings-5.9.2 @@ -6,8 +6,8 @@ HOMEPAGE=https://www.kde.org/ IUSE=classic gtk debug +handbook KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 -RDEPEND=>=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 classic? ( >=kde-frameworks/khtml-5.29.0:5 ) gtk? ( >=kde-plasma/kde-gtk-config-5.9.1:5 ) !kde-plasma/systemsettings:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 +RDEPEND=>=kde-frameworks/kauth-5.29.0:5 >=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kcompletion-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/kdbusaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kitemviews-5.29.0:5 >=kde-frameworks/kservice-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=kde-frameworks/kwindowsystem-5.29.0:5 >=kde-frameworks/kxmlgui-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 classic? ( >=kde-frameworks/khtml-5.29.0:5 ) gtk? ( >=kde-plasma/kde-gtk-config-5.9.2:5 ) !kde-plasma/systemsettings:4 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/systemsettings-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/systemsettings-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=c8e2bfe542cad3b49be7d6a95880d698 diff --git a/metadata/md5-cache/kde-plasma/user-manager-5.9.1 b/metadata/md5-cache/kde-plasma/user-manager-5.9.2 similarity index 96% rename from metadata/md5-cache/kde-plasma/user-manager-5.9.1 rename to metadata/md5-cache/kde-plasma/user-manager-5.9.2 index ab06d85c94e6..7a4655b53d6b 100644 --- a/metadata/md5-cache/kde-plasma/user-manager-5.9.1 +++ b/metadata/md5-cache/kde-plasma/user-manager-5.9.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcmutils-5.29.0:5 >=kde-frameworks/kconfig-5.29.0:5 >=kde-frameworks/kconfigwidgets-5.29.0:5 >=kde-frameworks/kcoreaddons-5.29.0:5 >=kde-frameworks/ki18n-5.29.0:5 >=kde-frameworks/kiconthemes-5.29.0:5 >=kde-frameworks/kio-5.29.0:5 >=kde-frameworks/kwidgetsaddons-5.29.0:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-libs/libpwquality-1.3.0 >=kde-frameworks/kf-env-4 !=dev-qt/qtcore-5.7.1:5 SLOT=5 -SRC_URI=mirror://kde/stable/plasma/5.9.1/user-manager-5.9.1.tar.xz +SRC_URI=mirror://kde/stable/plasma/5.9.2/user-manager-5.9.2.tar.xz _eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 0f198b4acacdcdb65e60a251726f435c kde5-functions 62ad8c4b4de8b15a3ec23d47283df23e multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=36659e1d946fa20c6893db5cd6cf8a72 diff --git a/metadata/md5-cache/media-libs/babl-0.1.24 b/metadata/md5-cache/media-libs/babl-0.1.24 new file mode 100644 index 000000000000..0e6019a889b7 --- /dev/null +++ b/metadata/md5-cache/media-libs/babl-0.1.24 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install prepare +DEPEND=>=sys-devel/libtool-2.2 virtual/pkgconfig +DESCRIPTION=A dynamic, any to any, pixel format conversion library +EAPI=6 +HOMEPAGE=http://www.gegl.org/babl/ +IUSE=altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +LICENSE=LGPL-3 +SLOT=0 +SRC_URI=http://ftp.gimp.org/pub/babl/0.1/babl-0.1.24.tar.bz2 +_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=da9b18160470aaf2504fb959f263103c diff --git a/metadata/md5-cache/media-libs/gegl-0.3.12 b/metadata/md5-cache/media-libs/gegl-0.3.12 new file mode 100644 index 000000000000..4601d1c7e04b --- /dev/null +++ b/metadata/md5-cache/media-libs/gegl-0.3.12 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup +DEPEND=>=dev-libs/glib-2.36:2 dev-libs/json-glib >=media-libs/babl-0.1.24 sys-libs/zlib >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango cairo? ( x11-libs/cairo ) ffmpeg? ( >=media-video/ffmpeg-2.8:0= ) introspection? ( >=dev-libs/gobject-introspection-1.32:= ) virtual/jpeg:0= jpeg2k? ( >=media-libs/jasper-1.900.1:= ) lcms? ( >=media-libs/lcms-2.2:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) openexr? ( media-libs/openexr:= ) media-libs/libpng:0= raw? ( >=media-libs/libraw-0.15.4:0= ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) tiff? ( >=media-libs/tiff-4:0 ) umfpack? ( sci-libs/umfpack ) v4l? ( >=media-libs/libv4l-1.0.1 ) webp? ( media-libs/libwebp ) >=dev-util/gtk-doc-am-1 >=dev-util/intltool-0.40.1 dev-lang/perl virtual/pkgconfig >=sys-devel/libtool-2.2 test? ( introspection? ( || ( ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-python/pygobject-3.2[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) ) ) vala? ( || ( dev-lang/vala:0.34[vapigen(+)] dev-lang/vala:0.32[vapigen(+)] dev-lang/vala:0.30[vapigen(+)] dev-lang/vala:0.28[vapigen(+)] dev-lang/vala:0.26[vapigen(+)] ) ) >=sys-apps/sed-4 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=A graph based image processing framework +EAPI=6 +HOMEPAGE=http://www.gegl.org/ +IUSE=cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg +introspection jpeg2k lcms lensfun openexr raw sdl svg test tiff umfpack vala v4l webp +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +LICENSE=|| ( GPL-3 LGPL-3 ) +RDEPEND=>=dev-libs/glib-2.36:2 dev-libs/json-glib >=media-libs/babl-0.1.24 sys-libs/zlib >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango cairo? ( x11-libs/cairo ) ffmpeg? ( >=media-video/ffmpeg-2.8:0= ) introspection? ( >=dev-libs/gobject-introspection-1.32:= ) virtual/jpeg:0= jpeg2k? ( >=media-libs/jasper-1.900.1:= ) lcms? ( >=media-libs/lcms-2.2:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) openexr? ( media-libs/openexr:= ) media-libs/libpng:0= raw? ( >=media-libs/libraw-0.15.4:0= ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) tiff? ( >=media-libs/tiff-4:0 ) umfpack? ( sci-libs/umfpack ) v4l? ( >=media-libs/libv4l-1.0.1 ) webp? ( media-libs/libwebp ) +REQUIRED_USE=svg? ( cairo ) vala? ( introspection ) +SLOT=0.3 +SRC_URI=http://download.gimp.org/pub/gegl/0.3/gegl-0.3.12.tar.bz2 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils ea170b525f6a38a006be05c9d9429f13 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 vala ca3f1c504058f5de407febddfae73167 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=2bae207328793fa4e6b62187c34a337d diff --git a/metadata/md5-cache/media-sound/gmusicbrowser-1.1.15-r3 b/metadata/md5-cache/media-sound/gmusicbrowser-1.1.15-r3 new file mode 100644 index 000000000000..964bddc6536a --- /dev/null +++ b/metadata/md5-cache/media-sound/gmusicbrowser-1.1.15-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install postinst postrm preinst +DEPEND=sys-devel/gettext >=sys-apps/sed-4 +DESCRIPTION=An open-source jukebox for large collections of mp3/ogg/flac files +EAPI=6 +HOMEPAGE=http://gmusicbrowser.org/ +IUSE=dbus doc extras gstreamer libnotify mplayer +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-lang/perl dev-perl/gtk2-perl virtual/perl-MIME-Base64 || ( net-misc/wget dev-perl/AnyEvent-HTTP ) dbus? ( dev-perl/Net-DBus ) gstreamer? ( dev-perl/Glib-Object-Introspection ) mplayer? ( || ( media-video/mplayer media-video/mpv ) ) !gstreamer? ( !mplayer? ( media-sound/alsa-utils media-sound/flac123 || ( media-sound/mpg123 media-sound/mpg321 ) media-sound/vorbis-tools ) ) extras? ( dev-perl/gnome2-wnck ) libnotify? ( dev-perl/Gtk2-Notify ) +SLOT=0 +SRC_URI=http://gmusicbrowser.org/download/gmusicbrowser-1.1.15.tar.gz +_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=66cd51490d04e0c636a3555a3ada2f45 diff --git a/metadata/md5-cache/media-sound/gmusicbrowser-9999 b/metadata/md5-cache/media-sound/gmusicbrowser-9999 index 8a0bda6a8af8..aaf61fe2eaad 100644 --- a/metadata/md5-cache/media-sound/gmusicbrowser-9999 +++ b/metadata/md5-cache/media-sound/gmusicbrowser-9999 @@ -3,9 +3,9 @@ DEPEND=sys-devel/gettext doc? ( dev-perl/Text-Markdown ) >=dev-vcs/git-1.8.2.1 > DESCRIPTION=An open-source jukebox for large collections of mp3/ogg/flac files EAPI=6 HOMEPAGE=http://gmusicbrowser.org/ -IUSE=dbus doc extras gstreamer gstreamer-0 libnotify mplayer +IUSE=dbus doc extras gstreamer libnotify mplayer LICENSE=GPL-3 -RDEPEND=dev-lang/perl dev-perl/gtk2-perl virtual/perl-MIME-Base64 || ( net-misc/wget dev-perl/AnyEvent-HTTP ) dbus? ( dev-perl/Net-DBus ) gstreamer? ( dev-perl/Glib-Object-Introspection ) gstreamer-0? ( dev-perl/GStreamer dev-perl/GStreamer-Interfaces media-plugins/gst-plugins-meta:0.10 ) mplayer? ( || ( media-video/mplayer media-video/mpv ) ) !gstreamer? ( !gstreamer-0? ( !mplayer? ( media-sound/alsa-utils media-sound/flac123 || ( media-sound/mpg123 media-sound/mpg321 ) media-sound/vorbis-tools ) ) ) extras? ( dev-perl/gnome2-wnck ) libnotify? ( dev-perl/Gtk2-Notify ) +RDEPEND=dev-lang/perl dev-perl/gtk2-perl virtual/perl-MIME-Base64 || ( net-misc/wget dev-perl/AnyEvent-HTTP ) dbus? ( dev-perl/Net-DBus ) gstreamer? ( dev-perl/Glib-Object-Introspection ) mplayer? ( || ( media-video/mplayer media-video/mpv ) ) !gstreamer? ( !mplayer? ( media-sound/alsa-utils media-sound/flac123 || ( media-sound/mpg123 media-sound/mpg321 ) media-sound/vorbis-tools ) ) extras? ( dev-perl/gnome2-wnck ) libnotify? ( dev-perl/Gtk2-Notify ) SLOT=0 _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d git-r3 6efc2d7de07a77bf72c7207b48d0e123 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=d5984780608efaec06b867180374db0d +_md5_=e5462fe895a23fda5ebf00a2841c64a6 diff --git a/metadata/md5-cache/media-video/bino-1.3.0 b/metadata/md5-cache/media-video/bino-1.3.0 deleted file mode 100644 index dbd021fab910..000000000000 --- a/metadata/md5-cache/media-video/bino-1.3.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=>=media-libs/glew-1.5.0 media-libs/openal dev-qt/qtgui:4 dev-qt/qtcore:4 dev-qt/qtopengl:4 >=media-libs/libass-0.9.9 >=virtual/ffmpeg-0.6.90 lirc? ( app-misc/lirc ) -DESCRIPTION=Stereoscopic and multi-display media player -EAPI=3 -HOMEPAGE=http://bino3d.org/ -IUSE=lirc -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=>=media-libs/glew-1.5.0 media-libs/openal dev-qt/qtgui:4 dev-qt/qtcore:4 dev-qt/qtopengl:4 >=media-libs/libass-0.9.9 >=virtual/ffmpeg-0.6.90 lirc? ( app-misc/lirc ) -SLOT=0 -SRC_URI=http://download.savannah.gnu.org/releases/bino/bino-1.3.0.tar.xz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=a6bb793e5b4dccfcc7e557b3b55d5c15 diff --git a/metadata/md5-cache/media-video/mpv-0.22.0-r1 b/metadata/md5-cache/media-video/mpv-0.22.0-r1 deleted file mode 100644 index 57cbba3b9c84..000000000000 --- a/metadata/md5-cache/media-video/mpv-0.22.0-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test -DEPEND=!libav? ( >=media-video/ffmpeg-2.4:0=[encode?,threads,vaapi?,vdpau?] ) libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) sys-libs/zlib alsa? ( >=media-libs/alsa-lib-1.0.18 ) archive? ( >=app-arch/libarchive-3.0.0:= ) bluray? ( >=media-libs/libbluray-0.3.0 ) cdda? ( dev-libs/libcdio-paranoia ) drm? ( x11-libs/libdrm ) dvb? ( virtual/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdnav-4.2.0 >=media-libs/libdvdread-4.1.0 ) egl? ( media-libs/mesa[egl,gbm(-)?,wayland(-)?] ) iconv? ( virtual/libiconv enca? ( app-i18n/enca ) libguess? ( >=app-i18n/libguess-1.0 ) uchardet? ( app-i18n/uchardet ) ) jack? ( virtual/jack ) jpeg? ( virtual/jpeg:0 ) lcms? ( >=media-libs/lcms-2.6:2 ) libass? ( >=media-libs/libass-0.12.1:=[fontconfig,harfbuzz] virtual/ttf-fonts ) libcaca? ( >=media-libs/libcaca-0.99_beta18 ) lua? ( !luajit? ( =media-libs/openal-1.13 ) opengl? ( !aqua? ( virtual/opengl ) ) pulseaudio? ( media-sound/pulseaudio ) raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 media-libs/mesa[egl,gles2] ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba[smbclient(+)] ) sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] ) v4l? ( media-libs/libv4l ) vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] ) wayland? ( >=dev-libs/wayland-1.6.0 >=x11-libs/libxkbcommon-0.3.0 ) X? ( x11-libs/libX11 x11-libs/libXext >=x11-libs/libXrandr-1.2.0 opengl? ( x11-libs/libXdamage ) vdpau? ( >=x11-libs/libvdpau-0.2 ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-lang/perl dev-python/docutils virtual/pkgconfig doc? ( dev-python/rst2pdf ) test? ( >=dev-util/cmocka-1.0.0 ) v4l? ( virtual/os-headers ) >=sys-apps/sed-4 -DESCRIPTION=Media player based on MPlayer and mplayer2 -EAPI=6 -HOMEPAGE=https://mpv.io/ -IUSE=+alsa aqua archive bluray cdda +cli coreaudio doc drm dvb dvd +egl +enca encode gbm +iconv jack jpeg lcms +libass libav libcaca libguess libmpv +lua luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv zsh-completion python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux -LICENSE=GPL-2+ BSD ISC -RDEPEND=!libav? ( >=media-video/ffmpeg-2.4:0=[encode?,threads,vaapi?,vdpau?] ) libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) sys-libs/zlib alsa? ( >=media-libs/alsa-lib-1.0.18 ) archive? ( >=app-arch/libarchive-3.0.0:= ) bluray? ( >=media-libs/libbluray-0.3.0 ) cdda? ( dev-libs/libcdio-paranoia ) drm? ( x11-libs/libdrm ) dvb? ( virtual/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdnav-4.2.0 >=media-libs/libdvdread-4.1.0 ) egl? ( media-libs/mesa[egl,gbm(-)?,wayland(-)?] ) iconv? ( virtual/libiconv enca? ( app-i18n/enca ) libguess? ( >=app-i18n/libguess-1.0 ) uchardet? ( app-i18n/uchardet ) ) jack? ( virtual/jack ) jpeg? ( virtual/jpeg:0 ) lcms? ( >=media-libs/lcms-2.6:2 ) libass? ( >=media-libs/libass-0.12.1:=[fontconfig,harfbuzz] virtual/ttf-fonts ) libcaca? ( >=media-libs/libcaca-0.99_beta18 ) lua? ( !luajit? ( =media-libs/openal-1.13 ) opengl? ( !aqua? ( virtual/opengl ) ) pulseaudio? ( media-sound/pulseaudio ) raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 media-libs/mesa[egl,gles2] ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba[smbclient(+)] ) sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] ) v4l? ( media-libs/libv4l ) vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] ) wayland? ( >=dev-libs/wayland-1.6.0 >=x11-libs/libxkbcommon-0.3.0 ) X? ( x11-libs/libX11 x11-libs/libXext >=x11-libs/libXrandr-1.2.0 opengl? ( x11-libs/libXdamage ) vdpau? ( >=x11-libs/libvdpau-0.2 ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) selinux? ( sec-policy/selinux-mplayer ) tools? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) -REQUIRED_USE=|| ( cli libmpv ) aqua? ( opengl ) egl? ( || ( gbm X wayland ) ) enca? ( iconv ) gbm? ( drm egl ) lcms? ( || ( opengl egl ) ) libguess? ( iconv ) luajit? ( lua ) test? ( || ( opengl egl ) ) tools? ( cli ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) ) vaapi? ( || ( gbm X wayland ) ) vdpau? ( X ) wayland? ( egl ) xinerama? ( X ) xscreensaver? ( X ) xv? ( X ) zsh-completion? ( cli ) -SLOT=0 -SRC_URI=https://github.com/mpv-player/mpv/archive/v0.22.0.tar.gz -> mpv-0.22.0.tar.gz https://waf.io/waf-1.8.12 -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 pax-utils 4c2654a34ebe732e85fda354f6ee642f python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils c21174962af5ca8091b66f58612797ce xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8de623734e5878acfd45b5125c5d7edf diff --git a/metadata/md5-cache/media-video/mpv-0.22.0-r2 b/metadata/md5-cache/media-video/mpv-0.22.0-r2 new file mode 100644 index 000000000000..36d929084f43 --- /dev/null +++ b/metadata/md5-cache/media-video/mpv-0.22.0-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test +DEPEND=!libav? ( >=media-video/ffmpeg-2.4:0=[encode?,threads,vaapi?,vdpau?] ) libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) sys-libs/zlib alsa? ( >=media-libs/alsa-lib-1.0.18 ) archive? ( >=app-arch/libarchive-3.0.0:= ) bluray? ( >=media-libs/libbluray-0.3.0 ) cdda? ( dev-libs/libcdio-paranoia ) drm? ( x11-libs/libdrm ) dvd? ( >=media-libs/libdvdnav-4.2.0 >=media-libs/libdvdread-4.1.0 ) egl? ( media-libs/mesa[egl,gbm(-)?,wayland(-)?] ) iconv? ( virtual/libiconv enca? ( app-i18n/enca ) libguess? ( >=app-i18n/libguess-1.0 ) uchardet? ( app-i18n/uchardet ) ) jack? ( virtual/jack ) jpeg? ( virtual/jpeg:0 ) lcms? ( >=media-libs/lcms-2.6:2 ) libass? ( >=media-libs/libass-0.12.1:=[fontconfig,harfbuzz] virtual/ttf-fonts ) libcaca? ( >=media-libs/libcaca-0.99_beta18 ) lua? ( !luajit? ( =media-libs/openal-1.13 ) opengl? ( X? ( virtual/opengl ) ) pulseaudio? ( media-sound/pulseaudio ) raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 virtual/opengl ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba[smbclient(+)] ) sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] ) v4l? ( media-libs/libv4l ) vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] ) vdpau? ( >=x11-libs/libvdpau-0.2 ) wayland? ( >=dev-libs/wayland-1.6.0 >=x11-libs/libxkbcommon-0.3.0 ) X? ( x11-libs/libX11 x11-libs/libXext >=x11-libs/libXrandr-1.2.0 opengl? ( x11-libs/libXdamage ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-lang/perl dev-python/docutils virtual/pkgconfig doc? ( dev-python/rst2pdf ) dvb? ( virtual/linuxtv-dvb-headers ) test? ( >=dev-util/cmocka-1.0.0 ) v4l? ( virtual/os-headers ) >=sys-apps/sed-4 +DESCRIPTION=Media player based on MPlayer and mplayer2 +EAPI=6 +HOMEPAGE=https://mpv.io/ +IUSE=+alsa aqua archive bluray cdda +cli coreaudio doc drm dvb dvd +egl +enca encode gbm +iconv jack jpeg lcms +libass libav libcaca libguess libmpv +lua luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv zsh-completion cpu_flags_x86_sse4_1 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux +LICENSE=GPL-2+ BSD ISC +RDEPEND=!libav? ( >=media-video/ffmpeg-2.4:0=[encode?,threads,vaapi?,vdpau?] ) libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) sys-libs/zlib alsa? ( >=media-libs/alsa-lib-1.0.18 ) archive? ( >=app-arch/libarchive-3.0.0:= ) bluray? ( >=media-libs/libbluray-0.3.0 ) cdda? ( dev-libs/libcdio-paranoia ) drm? ( x11-libs/libdrm ) dvd? ( >=media-libs/libdvdnav-4.2.0 >=media-libs/libdvdread-4.1.0 ) egl? ( media-libs/mesa[egl,gbm(-)?,wayland(-)?] ) iconv? ( virtual/libiconv enca? ( app-i18n/enca ) libguess? ( >=app-i18n/libguess-1.0 ) uchardet? ( app-i18n/uchardet ) ) jack? ( virtual/jack ) jpeg? ( virtual/jpeg:0 ) lcms? ( >=media-libs/lcms-2.6:2 ) libass? ( >=media-libs/libass-0.12.1:=[fontconfig,harfbuzz] virtual/ttf-fonts ) libcaca? ( >=media-libs/libcaca-0.99_beta18 ) lua? ( !luajit? ( =media-libs/openal-1.13 ) opengl? ( X? ( virtual/opengl ) ) pulseaudio? ( media-sound/pulseaudio ) raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 virtual/opengl ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba[smbclient(+)] ) sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] ) v4l? ( media-libs/libv4l ) vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] ) vdpau? ( >=x11-libs/libvdpau-0.2 ) wayland? ( >=dev-libs/wayland-1.6.0 >=x11-libs/libxkbcommon-0.3.0 ) X? ( x11-libs/libX11 x11-libs/libXext >=x11-libs/libXrandr-1.2.0 opengl? ( x11-libs/libXdamage ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) selinux? ( sec-policy/selinux-mplayer ) tools? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) +REQUIRED_USE=|| ( cli libmpv ) aqua? ( opengl ) egl? ( || ( gbm X wayland ) ) enca? ( iconv ) gbm? ( drm egl ) lcms? ( || ( opengl egl ) ) libguess? ( iconv ) luajit? ( lua ) opengl? ( || ( aqua X !cli? ( libmpv ) ) ) test? ( || ( opengl egl ) ) tools? ( cli ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) ) vaapi? ( || ( gbm X wayland ) ) vdpau? ( X ) wayland? ( egl ) xinerama? ( X ) xscreensaver? ( X ) xv? ( X ) zsh-completion? ( cli ) +SLOT=0 +SRC_URI=https://github.com/mpv-player/mpv/archive/v0.22.0.tar.gz -> mpv-0.22.0.tar.gz https://waf.io/waf-1.8.12 +_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 pax-utils 4c2654a34ebe732e85fda354f6ee642f python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils c21174962af5ca8091b66f58612797ce xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=aaf3bf1cb16353744740ac5687637bd3 diff --git a/metadata/md5-cache/media-video/mpv-0.23.0-r1 b/metadata/md5-cache/media-video/mpv-0.24.0 similarity index 90% rename from metadata/md5-cache/media-video/mpv-0.23.0-r1 rename to metadata/md5-cache/media-video/mpv-0.24.0 index b30dad052b3f..3e6344cb6b0b 100644 --- a/metadata/md5-cache/media-video/mpv-0.23.0-r1 +++ b/metadata/md5-cache/media-video/mpv-0.24.0 @@ -3,12 +3,12 @@ DEPEND=!libav? ( >=media-video/ffmpeg-3.2.2:0=[encode?,threads,vaapi?,vdpau?] ) DESCRIPTION=Media player based on MPlayer and mplayer2 EAPI=6 HOMEPAGE=https://mpv.io/ -IUSE=+alsa aqua archive bluray cdda +cli coreaudio cuda doc drm dvb dvd +egl encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv zsh-completion cpu_flags_x86_sse4_1 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +IUSE=+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda doc drm dvb dvd +egl encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv zsh-completion cpu_flags_x86_sse4_1 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 KEYWORDS=~amd64 ~hppa ~x86 ~amd64-linux LICENSE=GPL-2+ BSD ISC RDEPEND=!libav? ( >=media-video/ffmpeg-3.2.2:0=[encode?,threads,vaapi?,vdpau?] ) libav? ( >=media-video/libav-12:0=[encode?,threads,vaapi?,vdpau?] ) sys-libs/zlib alsa? ( >=media-libs/alsa-lib-1.0.18 ) archive? ( >=app-arch/libarchive-3.0.0:= ) bluray? ( >=media-libs/libbluray-0.3.0 ) cdda? ( dev-libs/libcdio-paranoia ) cuda? ( >=media-video/ffmpeg-3.3:0 ) drm? ( x11-libs/libdrm ) dvd? ( >=media-libs/libdvdnav-4.2.0 >=media-libs/libdvdread-4.1.0 ) egl? ( media-libs/mesa[egl,gbm(-)?,wayland(-)?] ) iconv? ( virtual/libiconv uchardet? ( app-i18n/uchardet ) ) jack? ( virtual/jack ) jpeg? ( virtual/jpeg:0 ) lcms? ( >=media-libs/lcms-2.6:2 ) libass? ( >=media-libs/libass-0.12.1:=[fontconfig,harfbuzz] virtual/ttf-fonts ) libcaca? ( >=media-libs/libcaca-0.99_beta18 ) lua? ( !luajit? ( =media-libs/openal-1.13 ) opengl? ( X? ( virtual/opengl ) ) pulseaudio? ( media-sound/pulseaudio ) raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 virtual/opengl ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba[smbclient(+)] ) sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] ) v4l? ( media-libs/libv4l ) vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] ) vdpau? ( >=x11-libs/libvdpau-0.2 ) wayland? ( >=dev-libs/wayland-1.6.0 >=x11-libs/libxkbcommon-0.3.0 ) X? ( x11-libs/libX11 x11-libs/libXext >=x11-libs/libXrandr-1.2.0 opengl? ( x11-libs/libXdamage ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) cuda? ( x11-drivers/nvidia-drivers[X] ) selinux? ( sec-policy/selinux-mplayer ) tools? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) REQUIRED_USE=|| ( cli libmpv ) aqua? ( opengl ) cuda? ( !libav || ( opengl egl ) ) egl? ( || ( gbm X wayland ) ) gbm? ( drm egl ) lcms? ( || ( opengl egl ) ) luajit? ( lua ) opengl? ( || ( aqua X !cli? ( libmpv ) ) ) test? ( || ( opengl egl ) ) tools? ( cli ) uchardet? ( iconv ) v4l? ( || ( alsa oss ) ) vaapi? ( || ( gbm X wayland ) ) vdpau? ( X ) wayland? ( egl ) xinerama? ( X ) xscreensaver? ( X ) xv? ( X ) zsh-completion? ( cli ) SLOT=0 -SRC_URI=https://github.com/mpv-player/mpv/archive/v0.23.0.tar.gz -> mpv-0.23.0.tar.gz https://waf.io/waf-1.8.12 +SRC_URI=https://github.com/mpv-player/mpv/archive/v0.24.0.tar.gz -> mpv-0.24.0.tar.gz https://waf.io/waf-1.8.12 _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 pax-utils 4c2654a34ebe732e85fda354f6ee642f python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils c21174962af5ca8091b66f58612797ce xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2423628087801cb13422640fbba5738b +_md5_=c066fb371d79ee2357e21cfe5b02c5af diff --git a/metadata/md5-cache/media-video/mpv-9999 b/metadata/md5-cache/media-video/mpv-9999 index cf3619043c26..a543cb92c13d 100644 --- a/metadata/md5-cache/media-video/mpv-9999 +++ b/metadata/md5-cache/media-video/mpv-9999 @@ -10,4 +10,4 @@ REQUIRED_USE=|| ( cli libmpv ) aqua? ( opengl ) cuda? ( !libav || ( opengl egl ) SLOT=0 SRC_URI=https://waf.io/waf-1.8.12 _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 git-r3 6efc2d7de07a77bf72c7207b48d0e123 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 pax-utils 4c2654a34ebe732e85fda354f6ee642f python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils c21174962af5ca8091b66f58612797ce xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b7c36f7bbb45922701d20bf196c49973 +_md5_=b5f26ca5986c652482192c9601bcb737 diff --git a/metadata/md5-cache/net-analyzer/tsung-1.5.1 b/metadata/md5-cache/net-analyzer/tsung-1.5.1 deleted file mode 100644 index e4ca6f057ffd..000000000000 --- a/metadata/md5-cache/net-analyzer/tsung-1.5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install -DEPEND=dev-lang/erlang -DESCRIPTION=Erlang's multi-protocol distributed load testing tool -EAPI=3 -HOMEPAGE=http://tsung.erlang-projects.org/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-lang/erlang -RESTRICT=test -SLOT=0 -SRC_URI=http://tsung.erlang-projects.org/dist/tsung-1.5.1.tar.gz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=58f8f30dc480a325a6efc9d299120b74 diff --git a/metadata/md5-cache/net-fs/samba-4.6.0_rc3 b/metadata/md5-cache/net-fs/samba-4.6.0_rc3 new file mode 100644 index 000000000000..352efa758e8e --- /dev/null +++ b/metadata/md5-cache/net-fs/samba-4.6.0_rc3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=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-lang/perl:= dev-libs/libaio[abi_x86_32(-)?,abi_x86_64(-)?,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(-)?] dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,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/cmocka-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(-)?] 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/ldb-1.1.27[ldap(+)?,python(+)?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,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/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/readline:0= >=sys-libs/talloc-2.1.8[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,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.10[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,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.31-r1[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,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/libiconv pam? ( virtual/pam ) acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] dev-python/dnspython[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) 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 ) gpg? ( app-crypt/gpgme ) 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-heimdal? ( >=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(-)?] ) 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(-)?] ) systemd? ( sys-apps/systemd:0= ) test? ( !system-mitkrb5? ( >=sys-libs/nss_wrapper-1.1.3 >=net-dns/resolv_wrapper-1.1.4 >=net-libs/socket_wrapper-1.1.7 >=sys-libs/uid_wrapper-1.2.1 ) ) >=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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=Samba Suite Version 4 +EAPI=6 +HOMEPAGE=http://www.samba.org/ +IUSE=acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf 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 +LICENSE=GPL-3 +RDEPEND=>=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-lang/perl:= dev-libs/libaio[abi_x86_32(-)?,abi_x86_64(-)?,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(-)?] dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,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/cmocka-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(-)?] 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/ldb-1.1.27[ldap(+)?,python(+)?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,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/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/readline:0= >=sys-libs/talloc-2.1.8[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,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.10[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,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.31-r1[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,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/libiconv pam? ( virtual/pam ) acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] dev-python/dnspython[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) 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 ) gpg? ( app-crypt/gpgme ) 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-heimdal? ( >=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(-)?] ) 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(-)?] ) systemd? ( sys-apps/systemd:0= ) test? ( !system-mitkrb5? ( >=sys-libs/nss_wrapper-1.1.3 >=net-dns/resolv_wrapper-1.1.4 >=net-libs/socket_wrapper-1.1.7 >=sys-libs/uid_wrapper-1.2.1 ) ) python? ( >=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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) !dev-perl/Parse-Yapp +REQUIRED_USE=addc? ( python gnutls !system-mitkrb5 ) test? ( python ) addns? ( python ) ads? ( acl gnutls ldap ) gpg? ( addc ) ?? ( system-heimdal system-mitkrb5 ) python_targets_python2_7 +RESTRICT=test +SLOT=0 +SRC_URI=mirror://samba/rc/samba-4.6.0rc3.tar.gz https://dev.gentoo.org/~axs/distfiles/samba-disable-python-patches-4.6.0.tar.xz +_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 linux-info af49d8ab3be91bb1d38b7201dc9e5123 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d275302cd06aedef2ba08f81f3104206 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils c21174962af5ca8091b66f58612797ce +_md5_=007f656c488079de44fcd6e5fe6f9fc4 diff --git a/metadata/md5-cache/net-misc/openvpn-2.4.0-r1 b/metadata/md5-cache/net-misc/openvpn-2.4.0-r1 index c560f36cf98e..69193229340b 100644 --- a/metadata/md5-cache/net-misc/openvpn-2.4.0-r1 +++ b/metadata/md5-cache/net-misc/openvpn-2.4.0-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=static? ( !plugins !pkcs11 ) lzo? ( !lz4 ) pkcs11? ( ssl ) mbedtls? SLOT=0 SRC_URI=http://swupdate.openvpn.net/community/releases/openvpn-2.4.0.tar.gz test? ( https://raw.githubusercontent.com/OpenVPN/openvpn/v2.4.0/tests/unit_tests/openvpn/mock_msg.h ) _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 libtool 4890219c51da247200223277f993e054 linux-info af49d8ab3be91bb1d38b7201dc9e5123 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=183aa370abc1f07f08ace835c783c8d7 +_md5_=9a86f693347322ed38c83536aab0fc4c diff --git a/metadata/md5-cache/net-misc/remmina-1.2.0_rc18 b/metadata/md5-cache/net-misc/remmina-1.2.0_rc18 new file mode 100644 index 000000000000..71efecd2c710 --- /dev/null +++ b/metadata/md5-cache/net-misc/remmina-1.2.0_rc18 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=dev-libs/glib:2 net-libs/libvncserver x11-libs/libxkbfile x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 virtual/freedesktop-icon-theme ayatana? ( dev-libs/libappindicator:3 ) crypt? ( dev-libs/libgcrypt:0= ) rdp? ( ~net-misc/freerdp-2.0.0_pre20161219 ) gnome-keyring? ( app-crypt/libsecret ) spice? ( net-misc/spice-gtk[gtk3] ) ssh? ( net-libs/libssh[sftp] x11-libs/vte:2.91 ) telepathy? ( net-libs/telepathy-glib ) zeroconf? ( net-dns/avahi[gtk3] ) dev-util/intltool virtual/pkgconfig nls? ( sys-devel/gettext ) sys-devel/make >=dev-util/cmake-3.6.3 >=sys-apps/sed-4 +DESCRIPTION=A GTK+ RDP, VNC, XDMCP and SSH client +EAPI=6 +HOMEPAGE=http://remmina.org/ +IUSE=ayatana crypt rdp gnome-keyring nls spice ssh telepathy zeroconf +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=dev-libs/glib:2 net-libs/libvncserver x11-libs/libxkbfile x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/libX11 virtual/freedesktop-icon-theme ayatana? ( dev-libs/libappindicator:3 ) crypt? ( dev-libs/libgcrypt:0= ) rdp? ( ~net-misc/freerdp-2.0.0_pre20161219 ) gnome-keyring? ( app-crypt/libsecret ) spice? ( net-misc/spice-gtk[gtk3] ) ssh? ( net-libs/libssh[sftp] x11-libs/vte:2.91 ) telepathy? ( net-libs/telepathy-glib ) zeroconf? ( net-dns/avahi[gtk3] ) +SLOT=0 +SRC_URI=https://github.com/FreeRDP/Remmina/archive/v1.2.0-rcgit.18.tar.gz -> remmina-1.2.0_rc18.tar.gz +_eclasses_=cmake-utils 014267c4475c1a625ecec5b16e0db1e6 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=3493fc36ee1de823e606c71fdb529c68 diff --git a/metadata/md5-cache/net-nds/gosa-core-2.6.10 b/metadata/md5-cache/net-nds/gosa-core-2.6.10 deleted file mode 100644 index 2171a663fd93..000000000000 --- a/metadata/md5-cache/net-nds/gosa-core-2.6.10 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install postinst prepare prerm -DEPEND=dev-lang/php[iconv,imap,ldap,mysql,session,zip] sys-devel/gettext -DESCRIPTION=LDAP administration frontend for user administration -EAPI=3 -HOMEPAGE=https://oss.gonicus.de/labs/gosa/wiki/WikiStart. -KEYWORDS=~amd64 -LICENSE=GPL-3 -RDEPEND=dev-lang/php[iconv,imap,ldap,mysql,session,zip] sys-devel/gettext virtual/httpd-php dev-perl/Crypt-SmbHash media-gfx/imagemagick -SLOT=0 -SRC_URI=ftp://oss.gonicus.de/pub/gosa/gosa-core-2.6.10.tar.bz2 http://oss.gonicus.de/pub/gosa/gosa-core-2.6.10.tar.bz2 ftp://oss.gonicus.de/pub/gosa/archive/gosa-core-2.6.10.tar.bz2 http://oss.gonicus.de/pub/gosa/archive/gosa-core-2.6.10.tar.bz2 -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=3802ab75610961e81f6ceeafeffb08f4 diff --git a/metadata/md5-cache/net-nds/gosa-core-2.6.11 b/metadata/md5-cache/net-nds/gosa-core-2.6.11 deleted file mode 100644 index 74df0d02fb5e..000000000000 --- a/metadata/md5-cache/net-nds/gosa-core-2.6.11 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prepare prerm -DEPEND=dev-lang/php[iconv,imap,ldap,mysql,session,zip] sys-devel/gettext -DESCRIPTION=LDAP administration frontend for user administration -EAPI=3 -HOMEPAGE=https://oss.gonicus.de/labs/gosa/wiki/WikiStart. -IUSE=mail samba -KEYWORDS=~amd64 -LICENSE=GPL-3 -PDEPEND=mail? ( ~net-nds/gosa-plugin-mail-2.6.11 ) samba? ( ~net-nds/gosa-plugin-samba-2.6.11 ) -RDEPEND=dev-lang/php[iconv,imap,ldap,mysql,session,zip] sys-devel/gettext virtual/httpd-php dev-perl/Crypt-SmbHash media-gfx/imagemagick -SLOT=0 -SRC_URI=ftp://oss.gonicus.de/pub/gosa/gosa-core-2.6.11.tar.bz2 http://oss.gonicus.de/pub/gosa/gosa-core-2.6.11.tar.bz2 ftp://oss.gonicus.de/pub/gosa/archive/gosa-core-2.6.11.tar.bz2 http://oss.gonicus.de/pub/gosa/archive/gosa-core-2.6.11.tar.bz2 -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=1540fcd95db841ed3c066c258a8c3bd6 diff --git a/metadata/md5-cache/net-nds/gosa-plugin-mail-2.6.10 b/metadata/md5-cache/net-nds/gosa-plugin-mail-2.6.10 deleted file mode 100644 index 416d756c4905..000000000000 --- a/metadata/md5-cache/net-nds/gosa-plugin-mail-2.6.10 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install postinst -DESCRIPTION=GOsa plugin for Mail integration -EAPI=3 -HOMEPAGE=https://oss.gonicus.de/labs/gosa/wiki/WikiStart. -KEYWORDS=~amd64 -LICENSE=GPL-3 -RDEPEND=~net-nds/gosa-core-2.6.10 ~net-nds/gosa-plugin-systems-2.6.10 -SLOT=0 -SRC_URI=ftp://oss.gonicus.de/pub/gosa/gosa-plugin-mail-2.6.10.tar.bz2 http://oss.gonicus.de/pub/gosa/gosa-plugin-mail-2.6.10.tar.bz2 ftp://oss.gonicus.de/pub/gosa/archive/gosa-plugin-mail-2.6.10.tar.bz2 http://oss.gonicus.de/pub/gosa/archive/gosa-plugin-mail-2.6.10.tar.bz2 -_md5_=66b9432c7694fa6222cf9eee7b33dcdb diff --git a/metadata/md5-cache/net-nds/gosa-plugin-mail-2.6.11 b/metadata/md5-cache/net-nds/gosa-plugin-mail-2.6.11 deleted file mode 100644 index 104c2c49a2a5..000000000000 --- a/metadata/md5-cache/net-nds/gosa-plugin-mail-2.6.11 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install postinst -DESCRIPTION=GOsa plugin for Mail integration -EAPI=3 -HOMEPAGE=https://oss.gonicus.de/labs/gosa/wiki/WikiStart. -KEYWORDS=~amd64 -LICENSE=GPL-3 -RDEPEND=~net-nds/gosa-core-2.6.11 ~net-nds/gosa-plugin-systems-2.6.11 -SLOT=0 -SRC_URI=ftp://oss.gonicus.de/pub/gosa/gosa-plugin-mail-2.6.11.tar.bz2 http://oss.gonicus.de/pub/gosa/gosa-plugin-mail-2.6.11.tar.bz2 ftp://oss.gonicus.de/pub/gosa/archive/gosa-plugin-mail-2.6.11.tar.bz2 http://oss.gonicus.de/pub/gosa/archive/gosa-plugin-mail-2.6.11.tar.bz2 -_md5_=66b9432c7694fa6222cf9eee7b33dcdb diff --git a/metadata/md5-cache/net-nds/gosa-plugin-samba-2.6.10 b/metadata/md5-cache/net-nds/gosa-plugin-samba-2.6.10 deleted file mode 100644 index 49f97cff422f..000000000000 --- a/metadata/md5-cache/net-nds/gosa-plugin-samba-2.6.10 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install postinst -DESCRIPTION=GOsa plugin for Samba integration -EAPI=3 -HOMEPAGE=https://oss.gonicus.de/labs/gosa/wiki/WikiStart. -KEYWORDS=~amd64 -LICENSE=GPL-3 -RDEPEND=~net-nds/gosa-core-2.6.10 ~net-nds/gosa-plugin-systems-2.6.10 -SLOT=0 -SRC_URI=ftp://oss.gonicus.de/pub/gosa/gosa-plugin-samba-2.6.10.tar.bz2 http://oss.gonicus.de/pub/gosa/gosa-plugin-samba-2.6.10.tar.bz2 ftp://oss.gonicus.de/pub/gosa/archive/gosa-plugin-samba-2.6.10.tar.bz2 http://oss.gonicus.de/pub/gosa/archive/gosa-plugin-samba-2.6.10.tar.bz2 -_md5_=d234df48fd87b66fe7d79d3f22fdbcce diff --git a/metadata/md5-cache/net-nds/gosa-plugin-samba-2.6.11 b/metadata/md5-cache/net-nds/gosa-plugin-samba-2.6.11 deleted file mode 100644 index 02ed24c76479..000000000000 --- a/metadata/md5-cache/net-nds/gosa-plugin-samba-2.6.11 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install postinst -DESCRIPTION=GOsa plugin for Samba integration -EAPI=3 -HOMEPAGE=https://oss.gonicus.de/labs/gosa/wiki/WikiStart. -KEYWORDS=~amd64 -LICENSE=GPL-3 -RDEPEND=~net-nds/gosa-core-2.6.11 ~net-nds/gosa-plugin-systems-2.6.11 -SLOT=0 -SRC_URI=ftp://oss.gonicus.de/pub/gosa/gosa-plugin-samba-2.6.11.tar.bz2 http://oss.gonicus.de/pub/gosa/gosa-plugin-samba-2.6.11.tar.bz2 ftp://oss.gonicus.de/pub/gosa/archive/gosa-plugin-samba-2.6.11.tar.bz2 http://oss.gonicus.de/pub/gosa/archive/gosa-plugin-samba-2.6.11.tar.bz2 -_md5_=d234df48fd87b66fe7d79d3f22fdbcce diff --git a/metadata/md5-cache/net-nds/gosa-plugin-systems-2.6.10 b/metadata/md5-cache/net-nds/gosa-plugin-systems-2.6.10 deleted file mode 100644 index 2a2eb8a213b8..000000000000 --- a/metadata/md5-cache/net-nds/gosa-plugin-systems-2.6.10 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install postinst -DESCRIPTION=GOsa plugin for common systems integration -EAPI=3 -HOMEPAGE=https://oss.gonicus.de/labs/gosa/wiki/WikiStart. -KEYWORDS=~amd64 -LICENSE=GPL-3 -RDEPEND=~net-nds/gosa-core-2.6.10 -SLOT=0 -SRC_URI=ftp://oss.gonicus.de/pub/gosa/gosa-plugin-systems-2.6.10.tar.bz2 http://oss.gonicus.de/pub/gosa/gosa-plugin-systems-2.6.10.tar.bz2 ftp://oss.gonicus.de/pub/gosa/archive/gosa-plugin-systems-2.6.10.tar.bz2 http://oss.gonicus.de/pub/gosa/archive/gosa-plugin-systems-2.6.10.tar.bz2 -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=deda2fc7a2eedbc5c9260060ec3b3534 diff --git a/metadata/md5-cache/net-nds/gosa-plugin-systems-2.6.11 b/metadata/md5-cache/net-nds/gosa-plugin-systems-2.6.11 deleted file mode 100644 index 4e05e96e64e9..000000000000 --- a/metadata/md5-cache/net-nds/gosa-plugin-systems-2.6.11 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install postinst -DESCRIPTION=GOsa plugin for common systems integration -EAPI=3 -HOMEPAGE=https://oss.gonicus.de/labs/gosa/wiki/WikiStart. -KEYWORDS=~amd64 -LICENSE=GPL-3 -RDEPEND=~net-nds/gosa-core-2.6.11 -SLOT=0 -SRC_URI=ftp://oss.gonicus.de/pub/gosa/gosa-plugin-systems-2.6.11.tar.bz2 http://oss.gonicus.de/pub/gosa/gosa-plugin-systems-2.6.11.tar.bz2 ftp://oss.gonicus.de/pub/gosa/archive/gosa-plugin-systems-2.6.11.tar.bz2 http://oss.gonicus.de/pub/gosa/archive/gosa-plugin-systems-2.6.11.tar.bz2 -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=deda2fc7a2eedbc5c9260060ec3b3534 diff --git a/metadata/md5-cache/net-print/cups-2.2.2-r2 b/metadata/md5-cache/net-print/cups-2.2.2-r2 new file mode 100644 index 000000000000..02c13db20f52 --- /dev/null +++ b/metadata/md5-cache/net-print/cups-2.2.2-r2 @@ -0,0 +1,16 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=app-text/libpaper sys-libs/zlib acl? ( kernel_linux? ( sys-apps/acl sys-apps/attr ) ) dbus? ( >=sys-apps/dbus-1.6.18-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(-)?] ) java? ( >=virtual/jre-1.6:* ) kerberos? ( >=virtual/krb5-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(-)?] ) !lprng-compat? ( !net-print/lprng ) pam? ( virtual/pam ) 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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ssl? ( >=net-libs/gnutls-2.12.23-r6[abi_x86_32(-)?,abi_x86_64(-)?,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 ) usb? ( virtual/libusb:1 ) X? ( x11-misc/xdg-utils ) xinetd? ( sys-apps/xinetd ) zeroconf? ( >=net-dns/avahi-0.6.31-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(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) >=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(-)?] !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 java? ( >=dev-java/java-config-2.2.0-r3 ) virtual/pkgconfig +DESCRIPTION=The Common Unix Printing System +EAPI=6 +HOMEPAGE=http://www.cups.org/ +IUSE=acl dbus debug java kerberos lprng-compat pam python selinux +ssl static-libs systemd +threads usb X xinetd zeroconf +linguas_ca +linguas_cs +linguas_de +linguas_es +linguas_fr +linguas_it +linguas_ja +linguas_ru abi_x86_32 abi_x86_64 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 elibc_FreeBSD java +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint +LICENSE=GPL-2 +PDEPEND=>=net-print/cups-filters-1.0.43 +RDEPEND=app-text/libpaper sys-libs/zlib acl? ( kernel_linux? ( sys-apps/acl sys-apps/attr ) ) dbus? ( >=sys-apps/dbus-1.6.18-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(-)?] ) java? ( >=virtual/jre-1.6:* ) kerberos? ( >=virtual/krb5-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(-)?] ) !lprng-compat? ( !net-print/lprng ) pam? ( virtual/pam ) 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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ssl? ( >=net-libs/gnutls-2.12.23-r6[abi_x86_32(-)?,abi_x86_64(-)?,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 ) usb? ( virtual/libusb:1 ) X? ( x11-misc/xdg-utils ) xinetd? ( sys-apps/xinetd ) zeroconf? ( >=net-dns/avahi-0.6.31-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(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) selinux? ( sec-policy/selinux-cups ) java? ( >=dev-java/java-config-2.2.0-r3 ) +REQUIRED_USE=python? ( python_targets_python2_7 ) usb? ( threads ) +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/apple/cups/archive/v2.2.2.tar.gz -> cups-2.2.2.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils ea170b525f6a38a006be05c9d9429f13 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 8cefdc020b528862da5737e2a230f708 libtool 4890219c51da247200223277f993e054 linux-info af49d8ab3be91bb1d38b7201dc9e5123 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d275302cd06aedef2ba08f81f3104206 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=ef202be3561d0189130dd0da9421976f diff --git a/metadata/md5-cache/net-print/cups-9999 b/metadata/md5-cache/net-print/cups-9999 index 7ad543757235..41b92483dd49 100644 --- a/metadata/md5-cache/net-print/cups-9999 +++ b/metadata/md5-cache/net-print/cups-9999 @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( python_targets_python2_7 ) usb? ( threads ) RESTRICT=test SLOT=0 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils ea170b525f6a38a006be05c9d9429f13 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 git-r3 6efc2d7de07a77bf72c7207b48d0e123 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 8cefdc020b528862da5737e2a230f708 libtool 4890219c51da247200223277f993e054 linux-info af49d8ab3be91bb1d38b7201dc9e5123 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d275302cd06aedef2ba08f81f3104206 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 user 80aaa71614ced86f02ee1a513821dc87 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8f91a26f391e1278b4be9f2710cbd375 +_md5_=ef202be3561d0189130dd0da9421976f diff --git a/metadata/md5-cache/perl-core/CPAN-Meta-2.150.1 b/metadata/md5-cache/perl-core/CPAN-Meta-2.150.1 index 3ab8990c4ce0..40371ce6a96f 100644 --- a/metadata/md5-cache/perl-core/CPAN-Meta-2.150.1 +++ b/metadata/md5-cache/perl-core/CPAN-Meta-2.150.1 @@ -4,10 +4,10 @@ DESCRIPTION=The distribution metadata for a CPAN dist EAPI=6 HOMEPAGE=http://search.cpan.org/dist/CPAN-Meta/ IUSE=test -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=>=virtual/perl-CPAN-Meta-Requirements-2.121.0 >=virtual/perl-CPAN-Meta-YAML-0.8.0 virtual/perl-Carp >=virtual/perl-JSON-PP-2.272.0 >=virtual/perl-Parse-CPAN-Meta-1.441.400 virtual/perl-Scalar-List-Utils >=virtual/perl-version-0.880.0 dev-lang/perl:= SLOT=0 SRC_URI=mirror://cpan/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.150001.tar.gz _eclasses_=alternatives b19e1ec28e600fa497461bddfb9c1f16 multiprocessing eb9be4b678c4e71f3f530a767df31912 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module f6549146ea31a902e20b5f2e6f244358 -_md5_=4e962cdd5dbb0b1bd94ddfd62017892d +_md5_=80c35bf4231c175649aee7dee4a88309 diff --git a/metadata/md5-cache/sci-biology/psipred-3.1 b/metadata/md5-cache/sci-biology/psipred-3.1 deleted file mode 100644 index 7bb8dbac621a..000000000000 --- a/metadata/md5-cache/sci-biology/psipred-3.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare -DESCRIPTION=Protein Secondary Structure Prediction -EAPI=3 -HOMEPAGE=http://bioinf.cs.ucl.ac.uk/psipred/ -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=psipred -RDEPEND=sci-biology/ncbi-tools || ( sci-biology/update-blastdb sci-biology/ncbi-tools++ ) -SLOT=0 -SRC_URI=http://bioinf.cs.ucl.ac.uk/downloads/psipred/psipred31.tar.gz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 prefix 99dcca42e6528d8fe3c214bf5731aaf2 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=059ee957489f4c11d1c0946924cb3a7f diff --git a/metadata/md5-cache/sci-biology/psipred-3.2 b/metadata/md5-cache/sci-biology/psipred-3.2 deleted file mode 100644 index d793a88b56d0..000000000000 --- a/metadata/md5-cache/sci-biology/psipred-3.2 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare -DESCRIPTION=Protein Secondary Structure Prediction -EAPI=3 -HOMEPAGE=http://bioinf.cs.ucl.ac.uk/psipred/ -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=psipred -RDEPEND=sci-biology/ncbi-tools || ( sci-biology/update-blastdb sci-biology/ncbi-tools++ ) -SLOT=0 -SRC_URI=http://bioinf.cs.ucl.ac.uk/downloads/psipred/psipred32.tar.gz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 prefix 99dcca42e6528d8fe3c214bf5731aaf2 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3048d78763d0d830803b3252e9728250 diff --git a/metadata/md5-cache/sys-apps/ethtool-4.8 b/metadata/md5-cache/sys-apps/ethtool-4.8 index 595cb1e03e3f..d3208e4e6f69 100644 --- a/metadata/md5-cache/sys-apps/ethtool-4.8 +++ b/metadata/md5-cache/sys-apps/ethtool-4.8 @@ -3,8 +3,8 @@ DEPEND=app-arch/xz-utils DESCRIPTION=Utility for examining and tuning ethernet-based network interfaces EAPI=5 HOMEPAGE=https://www.kernel.org/pub/software/network/ethtool/ -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://kernel/software/network/ethtool/ethtool-4.8.tar.xz -_md5_=e092e97131134b43538c8e1de7b8fff2 +_md5_=6e03ad99f0f3b06161dd31d086a669a6 diff --git a/metadata/md5-cache/sys-apps/miscfiles-1.5 b/metadata/md5-cache/sys-apps/miscfiles-1.5 deleted file mode 100644 index ec84a940b1ee..000000000000 --- a/metadata/md5-cache/sys-apps/miscfiles-1.5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare -DEPEND=app-arch/xz-utils -DESCRIPTION=Miscellaneous files -EAPI=3 -HOMEPAGE=https://savannah.gnu.org/projects/miscfiles/ -IUSE=minimal -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris -LICENSE=GPL-2 unicode -RDEPEND=!=net-misc/rsync-2.6.4 userland_GNU? ( >=sys-apps/coreutils-6.4 ) ) -RDEPEND=>=app-arch/tar-1.27 dev-lang/python-exec:2 !build? ( >=sys-apps/sed-4.0.5 app-shells/bash:0[readline] >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !=dev-lang/python-2.7.5-r2:2.7[bzip2(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +RDEPEND=>=app-arch/tar-1.27 dev-lang/python-exec:2 !build? ( >=sys-apps/sed-4.0.5 app-shells/bash:0[readline] >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !=dev-lang/python-2.7.5-r2:2.7[bzip2(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=epydoc? ( python_targets_python2_7 ) || ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://gentoo/portage-2.3.1.tar.bz2 https://dev.gentoo.org/~dolsen/releases/portage/portage-2.3.1.tar.bz2 _eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=85fbc34d9d07cacdc9f4b271cb72dff8 +_md5_=7c5395b553e5bad2c74347f9e52461fb diff --git a/metadata/md5-cache/sys-apps/portage-2.3.2 b/metadata/md5-cache/sys-apps/portage-2.3.2 index 957811f14e30..f4188e4dbcb9 100644 --- a/metadata/md5-cache/sys-apps/portage-2.3.2 +++ b/metadata/md5-cache/sys-apps/portage-2.3.2 @@ -7,9 +7,9 @@ IUSE=build doc epydoc +ipc linguas_ru selinux xattr python_targets_pypy python_t KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=GPL-2 PDEPEND=!build? ( >=net-misc/rsync-2.6.4 userland_GNU? ( >=sys-apps/coreutils-6.4 ) ) -RDEPEND=>=app-arch/tar-1.27 dev-lang/python-exec:2 !build? ( >=sys-apps/sed-4.0.5 app-shells/bash:0[readline] >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +RDEPEND=>=app-arch/tar-1.27 dev-lang/python-exec:2 !build? ( >=sys-apps/sed-4.0.5 app-shells/bash:0[readline] >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=epydoc? ( python_targets_python2_7 ) || ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://gentoo/portage-2.3.2.tar.bz2 https://dev.gentoo.org/~dolsen/releases/portage/portage-2.3.2.tar.bz2 _eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=3215fbf2b293f92def41908100e10e99 +_md5_=701bd2a715422d09ee3ab04a24ebe3b6 diff --git a/metadata/md5-cache/sys-apps/portage-2.3.3 b/metadata/md5-cache/sys-apps/portage-2.3.3 index dd9633b52211..09d375f4964b 100644 --- a/metadata/md5-cache/sys-apps/portage-2.3.3 +++ b/metadata/md5-cache/sys-apps/portage-2.3.3 @@ -3,13 +3,13 @@ DEPEND=!build? ( python_targets_pypy? ( virtual/pypy:0=[ssl(+)] ) python_targets DESCRIPTION=Portage is the package management and distribution system for Gentoo EAPI=5 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Portage -IUSE=build doc epydoc +ipc linguas_ru native-extensions selinux xattr python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +IUSE=build doc epydoc +ipc linguas_ru +native-extensions selinux xattr python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=GPL-2 PDEPEND=!build? ( >=net-misc/rsync-2.6.4 userland_GNU? ( >=sys-apps/coreutils-6.4 ) ) -RDEPEND=>=app-arch/tar-1.27 dev-lang/python-exec:2 !build? ( >=sys-apps/sed-4.0.5 app-shells/bash:0[readline] >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +RDEPEND=>=app-arch/tar-1.27 dev-lang/python-exec:2 !build? ( >=sys-apps/sed-4.0.5 app-shells/bash:0[readline] >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=epydoc? ( python_targets_python2_7 ) || ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://gentoo/portage-2.3.3.tar.bz2 https://dev.gentoo.org/~dolsen/releases/portage/portage-2.3.3.tar.bz2 _eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=d5a6085aacb0b46c5ed25dd43e9f0d50 +_md5_=4bfe19c17a9afae4e16468121ae03a35 diff --git a/metadata/md5-cache/sys-apps/smartmontools-6.5 b/metadata/md5-cache/sys-apps/smartmontools-6.5 index 11f58f0bdf25..0d989bb92bc3 100644 --- a/metadata/md5-cache/sys-apps/smartmontools-6.5 +++ b/metadata/md5-cache/sys-apps/smartmontools-6.5 @@ -4,10 +4,10 @@ DESCRIPTION=Tools to monitor storage systems to provide advanced warning of disk EAPI=5 HOMEPAGE=https://www.smartmontools.org IUSE=caps minimal selinux static update_drivedb -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos LICENSE=GPL-2 RDEPEND=caps? ( static? ( sys-libs/libcap-ng[static-libs] ) !static? ( sys-libs/libcap-ng ) ) selinux? ( sys-libs/libselinux ) !minimal? ( virtual/mailx ) selinux? ( sec-policy/selinux-smartmon ) SLOT=0 SRC_URI=mirror://sourceforge/smartmontools/smartmontools-6.5.tar.gz _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 multilib 165fc17c38d1b11dac2008280dab6e80 systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=0f21f83338bc25510b01d593e9f31200 +_md5_=6a971615d77cc2634fcfbb1ed8542a21 diff --git a/metadata/md5-cache/sys-apps/smartmontools-9999 b/metadata/md5-cache/sys-apps/smartmontools-9999 index 0d2259cb118c..c5c88e0fe516 100644 --- a/metadata/md5-cache/sys-apps/smartmontools-9999 +++ b/metadata/md5-cache/sys-apps/smartmontools-9999 @@ -8,4 +8,4 @@ LICENSE=GPL-2 RDEPEND=caps? ( static? ( sys-libs/libcap-ng[static-libs] ) !static? ( sys-libs/libcap-ng ) ) selinux? ( sys-libs/libselinux ) !minimal? ( virtual/mailx ) selinux? ( sec-policy/selinux-smartmon ) SLOT=0 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 subversion 750f91bd0705a41b26ba01bcee93aaad systemd 5b6ca8b2fc1307ca593223f327342c96 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=0f21f83338bc25510b01d593e9f31200 +_md5_=6a971615d77cc2634fcfbb1ed8542a21 diff --git a/metadata/md5-cache/sys-auth/libnss-cache-0.1-r1 b/metadata/md5-cache/sys-auth/libnss-cache-0.1-r1 deleted file mode 100644 index d0b5d1fbbd71..000000000000 --- a/metadata/md5-cache/sys-auth/libnss-cache-0.1-r1 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=compile install prepare -DESCRIPTION=libnss-cache is a library that serves nss lookups -EAPI=2 -HOMEPAGE=https://github.com/google/nsscache -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -SLOT=0 -SRC_URI=https://nsscache.googlecode.com/files/libnss-cache-0.1.tar.gz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=033093e7db61f6305e4f6925ea354136 diff --git a/metadata/md5-cache/sys-auth/libnss-cache-0.10.1 b/metadata/md5-cache/sys-auth/libnss-cache-0.10.1 deleted file mode 100644 index 1b8772e721b8..000000000000 --- a/metadata/md5-cache/sys-auth/libnss-cache-0.10.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install prepare -DESCRIPTION=libnss-cache is a library that serves nss lookups -EAPI=3 -HOMEPAGE=https://github.com/google/nsscache -IUSE=multilib -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -SLOT=0 -SRC_URI=https://nsscache.googlecode.com/files/libnss-cache-0.10.1.tar.gz -_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=f27434f401177b30cd72bbb2e9fea22c diff --git a/metadata/md5-cache/sys-boot/grub-9999 b/metadata/md5-cache/sys-boot/grub-9999 index fe955b8b62c3..f8eb5d122b49 100644 --- a/metadata/md5-cache/sys-boot/grub-9999 +++ b/metadata/md5-cache/sys-boot/grub-9999 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=app-arch/xz-utils >=sys-libs/ncurses-5.2-r5:0= debug? ( sdl? ( media-libs/libsdl ) ) device-mapper? ( >=sys-fs/lvm2-2.02.45 ) libzfs? ( sys-fs/zfs ) mount? ( sys-fs/fuse ) truetype? ( media-libs/freetype:2= ) ppc? ( sys-apps/ibm-powerpc-utils sys-apps/powerpc-utils ) ppc64? ( sys-apps/ibm-powerpc-utils sys-apps/powerpc-utils ) || ( dev-lang/python:3.5 dev-lang/python:3.4 >=dev-lang/python-2.7.5-r2:2.7 ) app-misc/pax-utils sys-devel/flex sys-devel/bison sys-apps/help2man sys-apps/texinfo fonts? ( media-libs/freetype:2 ) grub_platforms_xen? ( app-emulation/xen-tools:= ) grub_platforms_xen-32? ( app-emulation/xen-tools:= ) static? ( app-arch/xz-utils[static-libs(+)] truetype? ( app-arch/bzip2[static-libs(+)] media-libs/freetype[static-libs(+)] sys-libs/zlib[static-libs(+)] ) ) test? ( dev-libs/libisoburn app-emulation/qemu ) themes? ( app-arch/unzip media-libs/freetype:2 ) !!=media-libs/freetype-2.5.4 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=dev-vcs/git-1.8.2.1 +DEPEND=app-arch/xz-utils >=sys-libs/ncurses-5.2-r5:0= debug? ( sdl? ( media-libs/libsdl ) ) device-mapper? ( >=sys-fs/lvm2-2.02.45 ) libzfs? ( sys-fs/zfs ) mount? ( sys-fs/fuse ) truetype? ( media-libs/freetype:2= ) ppc? ( sys-apps/ibm-powerpc-utils sys-apps/powerpc-utils ) ppc64? ( sys-apps/ibm-powerpc-utils sys-apps/powerpc-utils ) || ( dev-lang/python:3.5 dev-lang/python:3.4 >=dev-lang/python-2.7.5-r2:2.7 ) app-misc/pax-utils sys-devel/flex sys-devel/bison sys-apps/help2man sys-apps/texinfo fonts? ( media-libs/freetype:2 ) grub_platforms_xen? ( app-emulation/xen-tools:= ) grub_platforms_xen-32? ( app-emulation/xen-tools:= ) static? ( app-arch/xz-utils[static-libs(+)] truetype? ( app-arch/bzip2[static-libs(+)] media-libs/freetype[static-libs(+)] sys-libs/zlib[static-libs(+)] ) ) test? ( app-admin/genromfs app-arch/cpio app-arch/lzop app-emulation/qemu dev-libs/libisoburn sys-apps/miscfiles sys-block/parted sys-fs/squashfs-tools ) themes? ( app-arch/unzip media-libs/freetype:2 ) !!=media-libs/freetype-2.5.4 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=dev-vcs/git-1.8.2.1 DESCRIPTION=GNU GRUB boot loader EAPI=6 HOMEPAGE=https://www.gnu.org/software/grub/ @@ -11,4 +11,4 @@ RESTRICT=strip test SLOT=2/9999 SRC_URI=fonts? ( mirror://gnu/unifont/unifont-9.0.06/unifont-9.0.06.pcf.gz ) themes? ( mirror://sourceforge/dejavu/dejavu-sans-ttf-2.37.zip ) _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils ea170b525f6a38a006be05c9d9429f13 flag-o-matic f3d2dfb12521ff699df43be5d9a51dc4 git-r3 6efc2d7de07a77bf72c7207b48d0e123 libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 pax-utils 4c2654a34ebe732e85fda354f6ee642f python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f80290938bf0c3b1e5fcc159f2f9c1a2 +_md5_=f031c6931802f23ccef599fd4dc42219 diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.5.2 b/metadata/md5-cache/sys-cluster/kubectl-1.5.2 new file mode 100644 index 000000000000..d271d04c7e03 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/kubectl-1.5.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare test unpack +DEPEND=dev-go/go-bindata >=dev-lang/go-1.4.2:= +DESCRIPTION=CLI to run commands against Kubernetes clusters +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.5.2.tar.gz -> kubernetes-1.5.2.tar.gz +_eclasses_=golang-base 08fe6e0e2b4750daff8887a7f0e1f873 golang-build a44f10e6bd86ecccf2a07cc0d4cf6bec golang-vcs-snapshot 1caa6d8238d2378ad688ae068ff22e5a user 80aaa71614ced86f02ee1a513821dc87 +_md5_=4404eada6865b69c68c65f52e6382d4c diff --git a/metadata/md5-cache/sys-fs/bindfs-1.13.6 b/metadata/md5-cache/sys-fs/bindfs-1.13.6 new file mode 100644 index 000000000000..91941c326fa2 --- /dev/null +++ b/metadata/md5-cache/sys-fs/bindfs-1.13.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure +DEPEND=>=sys-fs/fuse-2.9 virtual/pkgconfig +DESCRIPTION=FUSE filesystem for bind mounting with altered permissions +EAPI=6 +HOMEPAGE=http://bindfs.org/ +IUSE=debug +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=sys-fs/fuse-2.9 +RESTRICT=test +SLOT=0 +SRC_URI=http://bindfs.org/downloads/bindfs-1.13.6.tar.gz +_md5_=95c924ff3a704c6fdaa64c9f3ecc67ae diff --git a/metadata/md5-cache/sys-fs/snapraid-11.0-r1 b/metadata/md5-cache/sys-fs/snapraid-11.0-r1 index c83718139a39..2bf166006db6 100644 --- a/metadata/md5-cache/sys-fs/snapraid-11.0-r1 +++ b/metadata/md5-cache/sys-fs/snapraid-11.0-r1 @@ -1,4 +1,5 @@ -DEFINED_PHASES=- +DEFINED_PHASES=prepare +DEPEND=!=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=a backup program for disk array for home media centers EAPI=6 HOMEPAGE=http://snapraid.sourceforge.net/ @@ -7,4 +8,5 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 SLOT=0 SRC_URI=https://github.com/amadvance/snapraid/releases/download/v11.0/snapraid-11.0.tar.gz -_md5_=fc0fff12b65a94dea0e9a8e7e94ad18f +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=98ebea2496782332a8db0d5cb7065118 diff --git a/metadata/md5-cache/sys-libs/ldb-1.1.29-r1 b/metadata/md5-cache/sys-libs/ldb-1.1.29-r1 new file mode 100644 index 000000000000..81279f299838 --- /dev/null +++ b/metadata/md5-cache/sys-libs/ldb-1.1.29-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=dev-libs/libxslt doc? ( app-doc/doxygen ) virtual/pkgconfig >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] !elibc_FreeBSD? ( 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/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/talloc-2.1.8[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(-)?] >=sys-libs/tevent-0.9.31[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(-)?] >=sys-libs/tdb-1.3.12[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(-)?] !!=net-fs/samba-4.0.0[ldb] 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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ldap? ( net-nds/openldap ) +DESCRIPTION=An LDAP-like embedded database +EAPI=6 +HOMEPAGE=http://ldb.samba.org +IUSE=doc +ldap +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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=LGPL-3 +RDEPEND=!elibc_FreeBSD? ( 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/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/talloc-2.1.8[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(-)?] >=sys-libs/tevent-0.9.31[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(-)?] >=sys-libs/tdb-1.3.12[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(-)?] !!=net-fs/samba-4.0.0[ldb] 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_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ldap? ( net-nds/openldap ) +REQUIRED_USE=python? ( python_targets_python2_7 ) +SLOT=0/1.1.29 +SRC_URI=http://www.samba.org/ftp/pub/ldb/ldb-1.1.29.tar.gz +_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-single-r1 19a74c6b5c191723a997dc7e0cc6bb09 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 waf-utils c21174962af5ca8091b66f58612797ce +_md5_=c0c6e179026922a6519520f1780c2a3d diff --git a/metadata/md5-cache/www-client/google-chrome-beta-57.0.2987.21 b/metadata/md5-cache/www-client/google-chrome-beta-57.0.2987.37 similarity index 97% rename from metadata/md5-cache/www-client/google-chrome-beta-57.0.2987.21 rename to metadata/md5-cache/www-client/google-chrome-beta-57.0.2987.37 index a45e27e6171c..f60f2bb9f532 100644 --- a/metadata/md5-cache/www-client/google-chrome-beta-57.0.2987.21 +++ b/metadata/md5-cache/www-client/google-chrome-beta-57.0.2987.37 @@ -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=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_57.0.2987.21-1_amd64.deb +SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_57.0.2987.37-1_amd64.deb _eclasses_=chromium-2 c30f482b868782938c772c21d9ede135 eutils ea170b525f6a38a006be05c9d9429f13 gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 linux-info af49d8ab3be91bb1d38b7201dc9e5123 multilib 165fc17c38d1b11dac2008280dab6e80 pax-utils 4c2654a34ebe732e85fda354f6ee642f readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=2ef7d66582145c8c6873a02fc8d431af diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-57.0.2987.21_beta b/metadata/md5-cache/www-plugins/chrome-binary-plugins-57.0.2987.37_beta similarity index 91% rename from metadata/md5-cache/www-plugins/chrome-binary-plugins-57.0.2987.21_beta rename to metadata/md5-cache/www-plugins/chrome-binary-plugins-57.0.2987.37_beta index 4f74fdcac69b..f1bb8c030daa 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-57.0.2987.21_beta +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-57.0.2987.37_beta @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=!www-plugins/chrome-binary-plugins:0 !www-plugins/chrome-binary-plugins:stable !www-plugins/chrome-binary-plugins:unstable RESTRICT=bindist mirror strip SLOT=beta -SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_57.0.2987.21-1_amd64.deb +SRC_URI=https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_57.0.2987.37-1_amd64.deb _eclasses_=multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 unpacker 45d07319df5f40ee6af58418b0f930be _md5_=cbc6ca30b8b501368a72a29529c2eb8e diff --git a/metadata/md5-cache/x11-misc/bbacpi-0.1.5-r2 b/metadata/md5-cache/x11-misc/bbacpi-0.1.5-r3 similarity index 62% rename from metadata/md5-cache/x11-misc/bbacpi-0.1.5-r2 rename to metadata/md5-cache/x11-misc/bbacpi-0.1.5-r3 index 9e2c758eb7ec..30fedec0cd9d 100644 --- a/metadata/md5-cache/x11-misc/bbacpi-0.1.5-r2 +++ b/metadata/md5-cache/x11-misc/bbacpi-0.1.5-r3 @@ -1,12 +1,12 @@ -DEFINED_PHASES=prepare +DEFINED_PHASES=install prepare DEPEND=media-libs/imlib sys-power/acpi sys-power/acpid x11-libs/libX11 x11-misc/xdialog !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=ACPI monitor for X11 -EAPI=5 +EAPI=6 HOMEPAGE=http://bbacpi.sourceforge.net KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=media-libs/imlib sys-power/acpi sys-power/acpid x11-libs/libX11 x11-misc/xdialog media-fonts/font-adobe-100dpi SLOT=0 SRC_URI=mirror://sourceforge/bbacpi/bbacpi-0.1.5.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils ea170b525f6a38a006be05c9d9429f13 libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=9d2811afcc277d00a1d28ed5aaa1dfe5 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=8f674f3660a68a7d75ace8dd495a8a16 diff --git a/metadata/md5-cache/x11-misc/bbcd-0.3.1-r2 b/metadata/md5-cache/x11-misc/bbcd-0.3.1-r2 new file mode 100644 index 000000000000..0fc80d923859 --- /dev/null +++ b/metadata/md5-cache/x11-misc/bbcd-0.3.1-r2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install +DEPEND=media-libs/libcdaudio x11-libs/libX11 +DESCRIPTION=Basic CD Player for blackbox wm +EAPI=6 +HOMEPAGE=http://tranber1.free.fr/bbcd.html +KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=media-libs/libcdaudio x11-libs/libX11 +SLOT=0 +SRC_URI=http://tranber1.free.fr/bbcd-0.3.1.tar.gz +_md5_=0374564d8b90656e9cdedb9c4eb18f47 diff --git a/metadata/md5-cache/x11-misc/bbdate-0.2.4-r2 b/metadata/md5-cache/x11-misc/bbdate-0.2.4-r2 new file mode 100644 index 000000000000..657a69ae5fb0 --- /dev/null +++ b/metadata/md5-cache/x11-misc/bbdate-0.2.4-r2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare +DEPEND=x11-libs/libX11 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=blackbox date display +EAPI=6 +HOMEPAGE=https://sourceforge.net/projects/bbtools +KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=x11-libs/libX11 +SLOT=0 +SRC_URI=mirror://sourceforge/bbtools/bbdate-0.2.4.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=9ee0e9de4605934f8ea80bce110762d7 diff --git a/metadata/md5-cache/x11-misc/bbkeys-0.9.1 b/metadata/md5-cache/x11-misc/bbkeys-0.9.1-r1 similarity index 87% rename from metadata/md5-cache/x11-misc/bbkeys-0.9.1 rename to metadata/md5-cache/x11-misc/bbkeys-0.9.1-r1 index 997969f1749f..3a99848f2af0 100644 --- a/metadata/md5-cache/x11-misc/bbkeys-0.9.1 +++ b/metadata/md5-cache/x11-misc/bbkeys-0.9.1-r1 @@ -1,11 +1,11 @@ DEFINED_PHASES=install DEPEND=>=x11-wm/blackbox-0.70.0 virtual/pkgconfig DESCRIPTION=Use keyboard shortcuts in the blackbox wm -EAPI=0 +EAPI=6 HOMEPAGE=http://bbkeys.sourceforge.net KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=x11-wm/blackbox-0.70.0 SLOT=0 SRC_URI=mirror://sourceforge/bbkeys/bbkeys-0.9.1.tar.gz -_md5_=45af506aed1d78d308762468de0e1251 +_md5_=34e96d67862c5d6d7f299582066951dd diff --git a/metadata/md5-cache/x11-misc/bbmail-0.9.3-r1 b/metadata/md5-cache/x11-misc/bbmail-0.9.3-r1 new file mode 100644 index 000000000000..e2b8d3e3386e --- /dev/null +++ b/metadata/md5-cache/x11-misc/bbmail-0.9.3-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare +DEPEND=dev-lang/perl x11-wm/blackbox x11-libs/libX11 x11-libs/libXext x11-proto/xproto !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=blackbox mail notification +EAPI=6 +HOMEPAGE=https://sourceforge.net/projects/bbtools +KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=dev-lang/perl x11-wm/blackbox x11-libs/libX11 x11-libs/libXext +SLOT=0 +SRC_URI=mirror://sourceforge/bbtools/bbmail-0.9.3.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=657273eda0774a17f390bb33868108a9 diff --git a/metadata/md5-cache/x11-misc/bbpager-0.4.7-r1 b/metadata/md5-cache/x11-misc/bbpager-0.4.7-r1 new file mode 100644 index 000000000000..d489922e5b46 --- /dev/null +++ b/metadata/md5-cache/x11-misc/bbpager-0.4.7-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare +DEPEND=x11-wm/blackbox virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=An understated pager for Blackbox +EAPI=6 +HOMEPAGE=http://bbtools.sourceforge.net/ +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=x11-wm/blackbox +SLOT=0 +SRC_URI=mirror://sourceforge/bbtools/bbpager-0.4.7.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=e5f7392554041644426a559983ebf02a diff --git a/metadata/md5-cache/x11-misc/bbtime-0.1.5-r1 b/metadata/md5-cache/x11-misc/bbtime-0.1.5-r1 new file mode 100644 index 000000000000..8df4f6ba1060 --- /dev/null +++ b/metadata/md5-cache/x11-misc/bbtime-0.1.5-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare +DEPEND=x11-libs/libX11 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=blackbox time watcher +EAPI=6 +HOMEPAGE=https://sourceforge.net/projects/bbtools/ +KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=x11-libs/libX11 +SLOT=0 +SRC_URI=mirror://sourceforge/bbtools/bbtime-0.1.5.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=606252ca729f38adda6fca36beb5db3d diff --git a/metadata/md5-cache/x11-misc/simpleswitcher-9999 b/metadata/md5-cache/x11-misc/simpleswitcher-9999 index cf7e60808e2a..47133d5d5884 100644 --- a/metadata/md5-cache/x11-misc/simpleswitcher-9999 +++ b/metadata/md5-cache/x11-misc/simpleswitcher-9999 @@ -1,10 +1,10 @@ DEFINED_PHASES=compile install unpack -DEPEND=x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama virtual/pkgconfig dev-vcs/git +DEPEND=x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama x11-libs/libXres virtual/pkgconfig >=dev-vcs/git-1.8.2.1 DESCRIPTION=lightweight EWMH window switcher with features and looks of dmenu -EAPI=4 +EAPI=6 HOMEPAGE=https://github.com/seanpringle/simpleswitcher LICENSE=MIT -RDEPEND=x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama +RDEPEND=x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama x11-libs/libXres SLOT=0 -_eclasses_=git-2 7af5d170bfc02983b4bcd3167dc5edd4 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=2649ca3104e992bb45f673a2faf2619f +_eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 git-r3 6efc2d7de07a77bf72c7207b48d0e123 multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=74236e6e9b85baaad759ccfb347c12a4 diff --git a/metadata/md5-cache/x11-misc/trayer-1.0-r2 b/metadata/md5-cache/x11-misc/trayer-1.0-r2 new file mode 100644 index 000000000000..dd86ca4a284b --- /dev/null +++ b/metadata/md5-cache/x11-misc/trayer-1.0-r2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare +DEPEND=dev-libs/glib:2 x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 virtual/pkgconfig +DESCRIPTION=Lightweight GTK+ based systray for UNIX desktop +EAPI=6 +HOMEPAGE=http://home.gna.org/fvwm-crystal/ +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/glib:2 x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 +SLOT=0 +SRC_URI=http://download.gna.org/fvwm-crystal/trayer/trayer-1.0.tar.gz +_eclasses_=multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 +_md5_=1cd096757c35a19f2b65a4ab0595e574 diff --git a/metadata/md5-cache/x11-misc/urxvtconfig-1.0 b/metadata/md5-cache/x11-misc/urxvtconfig-1.0 index 2c0345e039ec..ad4a320204d4 100644 --- a/metadata/md5-cache/x11-misc/urxvtconfig-1.0 +++ b/metadata/md5-cache/x11-misc/urxvtconfig-1.0 @@ -4,9 +4,9 @@ DESCRIPTION=GUI configuration tool for the rxvt-unicode terminal emulator EAPI=6 HOMEPAGE=https://github.com/daedreth/URXVTConfig KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 +LICENSE=GPL-3 RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtsingleapplication[X,qt5(-)] dev-qt/qtwidgets:5 dev-qt/qtxml:5 x11-terms/rxvt-unicode[xft] SLOT=0 SRC_URI=https://github.com/daedreth/URXVTConfig/archive/1.0.tar.gz -> urxvtconfig-1.0.tar.gz _eclasses_=eutils ea170b525f6a38a006be05c9d9429f13 multilib 165fc17c38d1b11dac2008280dab6e80 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=d64d013547347f2be40606077d574929 +_md5_=8fe26d0a840b239b624bf0e2ac8af8be diff --git a/metadata/md5-cache/x11-plugins/pidgintex-1.1.1 b/metadata/md5-cache/x11-plugins/pidgintex-1.1.1 deleted file mode 100644 index 9310b3778967..000000000000 --- a/metadata/md5-cache/x11-plugins/pidgintex-1.1.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare -DEPEND=net-im/pidgin[gtk] app-text/mathtex -DESCRIPTION=Pidgin plugin to render LaTeX expressions in messages -EAPI=2 -HOMEPAGE=https://github.com/Micket/pidgintex -KEYWORDS=amd64 x86 -LICENSE=GPL-3 -RDEPEND=net-im/pidgin[gtk] app-text/mathtex -SLOT=0 -SRC_URI=https://pidgintex.googlecode.com/files/pidginTeX-1.1.1.tar.gz -_eclasses_=multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=b77d7be3c479f4c3f078360208cb7cfb diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 0d860358153d..bdc8fa6eaac6 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Tue, 14 Feb 2017 19:43:21 +0000 +Wed, 15 Feb 2017 05:13:21 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 81bf13e14e07..cc95b628eabb 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Tue Feb 14 19:39:30 UTC 2017 +Wed Feb 15 05:09:28 UTC 2017 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 4f084cd86657..91c5a853bae0 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Tue, 14 Feb 2017 20:00:01 +0000 +Wed, 15 Feb 2017 05:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index f138a6a89f95..bc4b8fb5e1b8 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1487101201 Tue 14 Feb 2017 07:40:01 PM UTC +1487135401 Wed 15 Feb 2017 05:10:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index 0d860358153d..bdc8fa6eaac6 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Tue, 14 Feb 2017 19:43:21 +0000 +Wed, 15 Feb 2017 05:13:21 +0000 diff --git a/net-analyzer/tsung/Manifest b/net-analyzer/tsung/Manifest index df726951047d..193a1644a2ea 100644 --- a/net-analyzer/tsung/Manifest +++ b/net-analyzer/tsung/Manifest @@ -1,2 +1 @@ -DIST tsung-1.5.1.tar.gz 1422049 SHA256 551457ffe89d1c5b7d064b13fe82e6bff00523ccc7a00367b0ae38cad0c2282b SHA512 e6efe3b1b44d0511febe189e63087a484e16f7c1f77f3e3fc3f84154061f9d7020e5b93bac32a45ae9a519a0e34ba50e0d155d3199996c95876f060caa410db6 WHIRLPOOL b1e35c23993b68053b74f1b38ea2ecc20c5c5c4f514a7e4daacc85fd8a61586ddb407d9c12b6d5d4016907eb9d145b670db7aef9b51ca7e870e0f26122dbbe24 DIST tsung-1.6.0.tar.gz 1585794 SHA256 56846c3a90fd7037d9a76330cb8f3052238344491e2fe6ef1ebdb0b620eb3d84 SHA512 c66a84fc9b6781398ed4dee67f076fcddca28c5156782c05d6f5d7ce3e5e2ed6dbdb4076585f45a42aea65237b68aa08c8c80539706202a10cfec4e3ac8170cd WHIRLPOOL 3f083239c6c0950b6420dd7d401d0267f30655f5a3470f136326e6cc35414f779d58eb8e8aeac40eecb279976f5228369e5786e9df2b582e4ed75b45dc9fd35b diff --git a/net-analyzer/tsung/tsung-1.5.1.ebuild b/net-analyzer/tsung/tsung-1.5.1.ebuild deleted file mode 100644 index 8bc875d843a3..000000000000 --- a/net-analyzer/tsung/tsung-1.5.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -# Seems to be misconfigured -RESTRICT="test" - -inherit eutils - -DESCRIPTION="Erlang's multi-protocol distributed load testing tool" -HOMEPAGE="http://tsung.erlang-projects.org/" -SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-lang/erlang" -RDEPEND=${DEPEND} - -src_configure() { - ./configure --prefix="/usr" || die "econf failed" -} - -src_compile() { - emake || die "Failed building" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "Failed installing" -} diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest index 9cbb4df2b7a9..509db60d5f03 100644 --- a/net-fs/samba/Manifest +++ b/net-fs/samba/Manifest @@ -3,7 +3,9 @@ DIST samba-4.2.14.tar.gz 20883281 SHA256 db820a9947e44f04b0eb25e4aa0c3db32c4042f DIST samba-4.5.4.tar.gz 20958348 SHA256 1800d10ea14cabef67c83cc56a0f37f4f30ba5df218b3a1e7c874069a08c0f40 SHA512 7b24227e17ab091e6165c605f28af19fa846de63f3f24508411db2b509d942e599702dd278c8430481d7a404c5a97005148286ea4e94a35b57a1ec303b1a4409 WHIRLPOOL a1b84726b0a0addb1ca2de8d84429280a82001bf2fb0fbd7524dd2499fb18370d19e099b0852b93cb105b3db45583688b107533d404703ac635c2e6e8e2cb81b DIST samba-4.5.5.tar.gz 20953640 SHA256 bff02762b3e4ee030f02266c6e24a0b888248b387246219b7fbe3e1758ef2184 SHA512 dd9bd2cdd16ef9289c46583b9809fb2757f821bcfedacbac384718b977f981a20d011065087b2fa985c57082512b9cc5d5e19daede3fc6c7e063e04a66349b4a WHIRLPOOL 0dcffe3071ef2e621a2bc5b317e05036b5a75c6a0231538026bdee76bb43743d72acff128025e7957791a65856794cbfa2bfbca203b5f0a685455e1798b29f40 DIST samba-4.6.0rc2.tar.gz 20956751 SHA256 e05a941d6d089a4781a51eb758661d66ce9c23b7e6286da756f5910424de22d5 SHA512 e66d9f50f0bda315c1a57cf94c5c06811bf5d0c709ebc513488635c1e044865abc27af9f60023e5ae4ae0c08f819bfc46886bd408be0c63aa8a09a945efa67e0 WHIRLPOOL 6fc370fbb4dc5501a3c134725bebe89869bb57d6d54c713d1920056ebe558ee378046e9fa1a6b70af6e23885b92ca4c3dde85e574e482e7a101b334cf0dc9705 +DIST samba-4.6.0rc3.tar.gz 20969909 SHA256 42a0105317d3d7e96a8bbc1aa4ecefdfdb0eb12eac7bd6fd67b48bf92e22d224 SHA512 7c1f76f482654256974f85d9b44e527e4b780be99e45c1c6e6be3efdaceab4484c2443efa2460e155db534dc76e614d25f47e4bb542779395182d7cbbf94927a WHIRLPOOL e400e72d59e3ede98983a2948507e043daa84c248af50e4114c71a15a7e9190708f6fa4cc6116fa664c8a6e1ebaf1e1eb2e5b22ed1ebcbfc41b3adb726a76bc4 DIST samba-disable-python-patches-4.2.12.tar.xz 6052 SHA256 8903eacbabdfaf7b64cbde03d7c367d1efdc92e54090f0f4b9ed5d2a462b1c18 SHA512 c527d0a052d3211e5b12c17bc94db56cc5e5545189ed65a760c0656c94c22e27a4b159e6439eb0370873e1619873a741f3b3bd10d3876b38eb3914a87eace372 WHIRLPOOL ad63db55d5dc96f56e6c9b30c2092e2f6e206b0ed5d13c249879d10753c8db2f475c5d4e651e2fc042ad992b648d3b4465f1b28c6b4bbf821cf503d27f741f7e DIST samba-disable-python-patches-4.2.9.tar.xz 6016 SHA256 222d0153f03dddde28a0b906ee2b27076223ac88b84a998aaa285f658861edfa SHA512 02fc666a36f8e733e522663d80775d130fabee9d5fb4e1c261d28815e07be425ae8977213f9216c7af62dd8b2619e7e13d71f9a25780b058c8119901c2115a18 WHIRLPOOL ebba3a6d41a41844621759672aa8c984d26f44d12007c8e929405470c381bc262523ec68d3972e86cf675c45f092fa287496167e42940e70d704790753e47b03 DIST samba-disable-python-patches-4.5.0_rc1.tar.xz 6204 SHA256 fa0d776e04e3222c0dc4761e376717f4154937cdcb85f4117b8978dfb770a78e SHA512 920089ba3c6e8e7d913b1d7ef1017262a19d1af41215adb30cfc98a57556efc4b0116931d4ef774c01124149d8eca2be3a23814ce7e11daf0180d2c111799927 WHIRLPOOL 6d55710895435ad012e23f8c252e5276966241014710349ca7fa9cf037e8742030b8e053f7cb71309a0a45f48d2235d55393243bf4d19476a22dd39bb1b7748d +DIST samba-disable-python-patches-4.6.0.tar.xz 7464 SHA256 79a27f4fe08dde75491dd48cf4b4629b2a4e9b1d988919e4482faa268f90d839 SHA512 fc194c91b6aee418011fc855da4ffd7a3a41c332acb530a862fa082f7866fdd90246483ecc99d7e7a52792df8d73e19cccbe8589b71ce1dad79eafba307cfb69 WHIRLPOOL 75d6850f97dee94326183011cac0e3edd62c6cab5a0eba21008559d718dfac766224a1563c3ddc8a58849e31b3b6ce852fca286a660777e606b24ff23aaa6d22 DIST samba-disable-python-patches-4.6.0_rc1.tar.xz 6208 SHA256 9d013d65759c66db89d99c6017c618f2eff9928c2d761e5865dd125c6ca2ba1b SHA512 f11faaab3ca92d7ca5e3b43fc0d9d8360c0773cfd085ab273622be8ea8769ec4783e8a81ecee005bdb73dc07e45073248b24a3c52da5455f3ff0c9416295188f WHIRLPOOL 7712e5d7af563da12c4cf8a06bb64eca021e5b7a390a7b64f209e304c365847013fc9be6381397b203bc9c4040b3d838afd0be8b72bc1bed4099f6ed21f70860 diff --git a/net-fs/samba/samba-4.6.0_rc3.ebuild b/net-fs/samba/samba-4.6.0_rc3.ebuild new file mode 100644 index 000000000000..79fb8a7f44bf --- /dev/null +++ b/net-fs/samba/samba-4.6.0_rc3.ebuild @@ -0,0 +1,300 @@ +# Copyright 1999-2017 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/~axs/distfiles/samba-disable-python-patches-4.6.0.tar.xz" +[[ ${PV} = *_rc* ]] || \ +KEYWORDS="~amd64 ~hppa ~x86" + +DESCRIPTION="Samba Suite Version 4" +HOMEPAGE="http://www.samba.org/" +LICENSE="GPL-3" + +SLOT="0" + +IUSE="acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap pam python +quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf" + +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=" + >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}] + dev-lang/perl:= + dev-libs/libaio[${MULTILIB_USEDEP}] + dev-libs/libbsd[${MULTILIB_USEDEP}] + dev-libs/iniparser:0 + dev-libs/popt[${MULTILIB_USEDEP}] + dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=dev-util/cmocka-1.0.0[${MULTILIB_USEDEP}] + sys-apps/attr[${MULTILIB_USEDEP}] + >=sys-libs/ldb-1.1.27[ldap(+)?,python(+)?,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + sys-libs/libcap + sys-libs/ncurses:0=[${MULTILIB_USEDEP}] + sys-libs/readline:0= + >=sys-libs/talloc-2.1.8[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tdb-1.3.10[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tevent-0.9.31-r1[python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/libiconv + pam? ( virtual/pam ) + acl? ( virtual/acl ) + addns? ( + net-dns/bind-tools[gssapi] + dev-python/dnspython[${PYTHON_USEDEP}] + ) + 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 + ) + gpg? ( app-crypt/gpgme ) + ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) + system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) + system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) + systemd? ( sys-apps/systemd:0= ) + test? ( + !system-mitkrb5? ( + >=sys-libs/nss_wrapper-1.1.3 + >=net-dns/resolv_wrapper-1.1.4 + >=net-libs/socket_wrapper-1.1.7 + >=sys-libs/uid_wrapper-1.2.1 + ) + )" +DEPEND="${CDEPEND} + ${PYTHON_DEPS} + virtual/pkgconfig" +RDEPEND="${CDEPEND} + python? ( ${PYTHON_DEPS} ) + client? ( net-fs/cifs-utils[ads?] ) + selinux? ( sec-policy/selinux-samba ) + !dev-perl/Parse-Yapp +" + +REQUIRED_USE="addc? ( python gnutls !system-mitkrb5 ) + test? ( python ) + addns? ( python ) + ads? ( acl gnutls ldap ) + gpg? ( addc ) + ?? ( system-heimdal system-mitkrb5 ) + ${PYTHON_REQUIRED_USE}" + +# the test suite is messed, it uses system-installed samba +# bits instead of what was built, tests things disabled via use +# flags, and generally just fails to work in a way ebuilds could +# rely on in its current state +RESTRICT="test" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}/${PN}-4.4.0-pam.patch" + "${FILESDIR}/${PN}-4.5.1-compile_et_fix.patch" +) + +#CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)" +CONFDIR="${FILESDIR}/4.4" + +WAF_BINARY="${S}/buildtools/bin/waf" + +SHAREDMODS="" + +pkg_setup() { + python-single-r1_pkg_setup + if use cluster ; then + SHAREDMODS="idmap_rid,idmap_tdb2,idmap_ad" + elif use ads ; then + SHAREDMODS="idmap_ad" + fi +} + +src_prepare() { + default + + # install the patches from tarball(s) + eapply "${WORKDIR}/patches" + + # un-bundle dnspython + sed -i -e '/"dns.resolver":/d' "${S}"/third_party/wscript || die + + # unbundle iso8601 unless tests are enabled + use test || sed -i -e '/"iso8601":/d' "${S}"/third_party/wscript || die + + # ugly hackaround for bug #592502 + cp /usr/include/tevent_internal.h "${S}"/lib/tevent/ || die + + sed -e 's:::' \ + -i source4/dsdb/samdb/ldb_modules/password_hash.c \ + || die + + # Friggin' WAF shit + multilib_copy_sources +} + +multilib_src_configure() { + # when specifying libs for samba build you must append NONE to the end to + # stop it automatically including things + local bundled_libs="NONE" + if ! use system-heimdal && ! use system-mitkrb5 ; then + bundled_libs="heimbase,heimntlm,hdb,kdc,krb5,wind,gssapi,hcrypto,hx509,roken,asn1,com_err,NONE" + fi + + local myconf=() + myconf=( + --enable-fhs + --sysconfdir="${EPREFIX}/etc" + --localstatedir="${EPREFIX}/var" + --with-modulesdir="${EPREFIX}/usr/$(get_libdir)/samba" + --with-piddir="${EPREFIX}/run/${PN}" + --bundled-libraries="${bundled_libs}" + --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) + $(use_with cluster cluster-support) + $(use_enable cups) + $(use_with dmapi) + $(use_with fam) + $(use_enable gnutls) + $(use_with gpg gpgme) + $(use_enable iprint) + $(use_with ldap) + $(use_with pam) + $(usex pam "--with-pammodulesdir=${EPREFIX}/$(get_libdir)/security" '') + $(use_with quota quotas) + $(use_with syslog) + $(use_with systemd) + $(usex system-mitkrb5 '--with-system-mitkrb5' '') + $(use_with winbind) + $(usex python '' '--disable-python') + $(usex test '--enable-selftest' '') + $(use_enable zeroconf avahi) + --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 + --without-gpgme + --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}${EPREFIX}/usr/include/et ${CPPFLAGS}" \ + waf-utils_src_configure ${myconf[@]} +} + +multilib_src_compile() { + waf-utils_src_compile +} + +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 + + # create symlink for cups (bug #552310) + if use cups ; then + dosym /usr/bin/smbspool /usr/libexec/cups/backend/smb + fi + + # install example config file + insinto /etc/samba + doins examples/smb.conf.default + + # Fix paths in example file (#603964) + sed \ + -e '/log file =/s@/usr/local/samba/var/@/var/log/samba/@' \ + -e '/include =/s@/usr/local/samba/lib/@/etc/samba/@' \ + -e '/path =/s@/usr/local/samba/lib/@/var/lib/samba/@' \ + -e '/path =/s@/usr/local/samba/@/var/lib/samba/@' \ + -e '/path =/s@/usr/spool/samba@/var/spool/samba@' \ + -i "${ED%/}"/etc/samba/smb.conf.default || die + + # 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.5.0.html and" + elog "http://wiki.samba.org/index.php/Samba4/HOWTO " +} diff --git a/net-misc/openvpn/files/openvpn-2.4.0-fix-libressl.patch b/net-misc/openvpn/files/openvpn-2.4.0-fix-libressl.patch new file mode 100644 index 000000000000..4c3aca5d5a92 --- /dev/null +++ b/net-misc/openvpn/files/openvpn-2.4.0-fix-libressl.patch @@ -0,0 +1,21 @@ +diff --git a/src/openvpn/ssl_openssl.c b/src/openvpn/ssl_openssl.c +index 8266595..a889332 100644 +--- a/src/openvpn/ssl_openssl.c ++++ b/src/openvpn/ssl_openssl.c +@@ -508,10 +508,13 @@ tls_ctx_load_ecdh_params(struct tls_root_ctx *ctx, const char *curve_name + const EC_GROUP *ecgrp = NULL; + EVP_PKEY *pkey = NULL; + +- /* Little hack to get private key ref from SSL_CTX, yay OpenSSL... */ +- SSL ssl; +- ssl.cert = ctx->ctx->cert; +- pkey = SSL_get_privatekey(&ssl); ++ SSL *ssl = SSL_new(ctx->ctx); ++ if (!ssl) ++ { ++ crypto_msg(M_FATAL, "SSL_new failed"); ++ } ++ pkey = SSL_get_privatekey(ssl); ++ SSL_free(ssl); + + msg(D_TLS_DEBUG, "Extracting ECDH curve from private key"); diff --git a/net-misc/openvpn/openvpn-2.4.0-r1.ebuild b/net-misc/openvpn/openvpn-2.4.0-r1.ebuild index 1b64d5b698a4..bd85309308cc 100644 --- a/net-misc/openvpn/openvpn-2.4.0-r1.ebuild +++ b/net-misc/openvpn/openvpn-2.4.0-r1.ebuild @@ -52,6 +52,7 @@ CONFIG_CHECK="~TUN" PATCHES=( "${FILESDIR}/${PN}-external-cmocka.patch" + "${FILESDIR}/${PN}-2.4.0-fix-libressl.patch" ) pkg_setup() { diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest index c03047e52f3e..4f29c72e981e 100644 --- a/net-misc/remmina/Manifest +++ b/net-misc/remmina/Manifest @@ -1,2 +1,3 @@ DIST remmina-1.2.0_rc16.tar.gz 1008438 SHA256 edb347f9e4d0a2e682f7ffd22caa364b477653a1aca31d1c1922a86d81df4995 SHA512 a6d2fb95a3fc68ee7ce4c8205c775cbc7bb83fa2f90b68d04f355b4ca8b4d0956a29ecbc028260c432b55c582802e9f243ad62426212d9fd0f02f7e50a56856f WHIRLPOOL a5d136e1abaeafcc1ad070c400a0c7456e29d1406ea3542add5eb36c4cb1e32cedf0a2bac855298a5e1e703e19774d007ec70c822c49ec13a9f565123b33181d DIST remmina-1.2.0_rc17.tar.gz 988237 SHA256 b4c7a8ee46b6ed323a2d70f6e8a3b6e2a9c9025eced85b57aacc00f484cadcb1 SHA512 3d5b87718f3ee856ab7369376b6944c3526ce75db356311aee99a445fe6a1d98490bb510641d6b6793ae52f3a0a959721631aace69a69bcfb5a5d4821e6756c4 WHIRLPOOL 6653e8774982a7319f60545e9dea9be763729e297b8fdc23ee04574d062104d7bd08ac39b04548a0ca4a37f82ca419f6818f1b6a25bb9facceab0e205c1f85bd +DIST remmina-1.2.0_rc18.tar.gz 998248 SHA256 78b237e1178cc808f47ec6ca20f371894cd2b4c77f06ae560ede976eb3808faa SHA512 eca6782aa719c33311d6a98755d15c062ec3f8c567c69cd7ed7412c48fae496ed93804983daa54c1268441f8becf1460041d635d1efbe4514e04746245de6855 WHIRLPOOL 18c4a1bae6ac44677a9720cb350c47915ee01d8482a53260fd0124acb4d89d496b9723038641bc6786bc667d424911d9b26d6bad4e439a28f9afd68a5793c51e diff --git a/net-misc/remmina/remmina-1.2.0_rc18.ebuild b/net-misc/remmina/remmina-1.2.0_rc18.ebuild new file mode 100644 index 000000000000..5e139de07136 --- /dev/null +++ b/net-misc/remmina/remmina-1.2.0_rc18.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils eutils gnome2-utils + +MY_PV="${PV//_rc/-rcgit.}" + +DESCRIPTION="A GTK+ RDP, VNC, XDMCP and SSH client" +HOMEPAGE="http://remmina.org/" +SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="ayatana crypt rdp gnome-keyring nls spice ssh telepathy zeroconf" + +RDEPEND=" + dev-libs/glib:2 + net-libs/libvncserver + x11-libs/libxkbfile + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libX11 + virtual/freedesktop-icon-theme + ayatana? ( dev-libs/libappindicator:3 ) + crypt? ( dev-libs/libgcrypt:0= ) + rdp? ( ~net-misc/freerdp-2.0.0_pre20161219 ) + gnome-keyring? ( app-crypt/libsecret ) + spice? ( net-misc/spice-gtk[gtk3] ) + ssh? ( net-libs/libssh[sftp] + x11-libs/vte:2.91 ) + telepathy? ( net-libs/telepathy-glib ) + zeroconf? ( net-dns/avahi[gtk3] ) +" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig + nls? ( sys-devel/gettext ) +" + +DOCS=( README.md ) + +S="${WORKDIR}/Remmina-${MY_PV}" + +src_configure() { + local mycmakeargs=( + -DWITH_APPINDICATOR=$(usex ayatana) + -DWITH_GCRYPT=$(usex crypt) + -DWITH_FREERDP=$(usex rdp freerdp) + -DWITH_LIBSECRET=$(usex gnome-keyring) + -DWITH_GETTEXT=$(usex nls) + -DWITH_TRANSLATIONS=$(usex nls) + -DWITH_SPICE=$(usex spice) + -DWITH_LIBSSH=$(usex ssh) + -DWITH_VTE=$(usex ssh) + -DWITH_TELEPATHY=$(usex telepathy) + -DWITH_AVAHI=$(usex zeroconf) + -DGTK_VERSION=3 + ) + cmake-utils_src_configure +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + + elog "To get additional features, some optional runtime dependencies" + elog "may be installed:" + elog "" + optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt] + optfeature "XDMCP support" x11-base/xorg-server[xephyr] +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/net-nds/gosa-core/Manifest b/net-nds/gosa-core/Manifest index 8385c7c77162..fe32f4474397 100644 --- a/net-nds/gosa-core/Manifest +++ b/net-nds/gosa-core/Manifest @@ -1,3 +1 @@ -DIST gosa-core-2.6.10.tar.bz2 2651987 SHA256 f372b753a675745b8d177f4cd497b625fd36a49deb84b053d51fe1c133933e5d SHA512 616d9c40cf02ea7da9124ed791c7fd635ec85d149b88c13c3e4587e7d48850d0ab08bcc0b48dc03e502842c4116136d870e8469fe17fd6aba34465a0da498649 WHIRLPOOL 6bc960ceb95ce717dc0128c32e5465326df4443c1cb366007dc8249e676204855677fa37a80d8a3e91e7dcea9c2d1c99f70d494ed979bfe777ebe85bcb2675c6 -DIST gosa-core-2.6.11.tar.bz2 2711910 SHA256 79e484da20524ec17b8da12a146f35e6c5784e7e9f75962c89657680d00ebc30 SHA512 6aaa1896ceb2b860925b3c4aa71f500055b22ef0266f3ff0ce256b03be04c3999c96c6bbe06674694f1713c345015b3325ff570231cc8992f9d459bdd0c500c1 WHIRLPOOL 82e31c44230f525de55a806af7de4a068f072db553571a4137d9fcb47089b85436a612440e7cf9a1e9e36985f10d4d2331c53d1dd66c6f88b7a2cc61c122064b DIST gosa-core-2.6.12.tar.bz2 2541062 SHA256 dd6cf2bdb32196e6ad68efa4d2400bf6a95b4a7fddf7c11888c60ea8888b8dc0 SHA512 541a7ec780e41cfe025303cb627281e857227aa64cdb831732f527a6221d107cd77f3e55bec7641911fff03836bb9d49ceac45bcacd662020b19497b6aa2ab3d WHIRLPOOL fbaf112d0da47bce1a8fc62d8863e719ece80e8a10e0e1ead3fcce6ac2c8b4c3a0e0fb7b91fd7486e48ee49bad9ba42bd493cd5460a99b520631549239b29476 diff --git a/net-nds/gosa-core/gosa-core-2.6.10.ebuild b/net-nds/gosa-core/gosa-core-2.6.10.ebuild deleted file mode 100644 index e8c8de9005b7..000000000000 --- a/net-nds/gosa-core/gosa-core-2.6.10.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit eutils - -DESCRIPTION="LDAP administration frontend for user administration" -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart." -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 " - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-lang/php[iconv,imap,ldap,mysql,session,zip] - sys-devel/gettext" -RDEPEND="${DEPEND} - virtual/httpd-php - dev-perl/Crypt-SmbHash - media-gfx/imagemagick" - -src_prepare() { - epatch \ - "${S}/redhat/02_fix_class_mapping.patch" \ - "${S}/redhat/03_fix_locale_location.patch" \ - "${S}/redhat/04_fix_online_help_location.patch" - sed -i \ - -e 's|../contrib|/usr/share/gosa/template|' \ - include/functions.inc || die "sed failed" -} - -src_install() { - insinto /usr/share/gosa - doins -r doc html ihtml include locale plugins setup - - insinto /usr/share/gosa/template - doins contrib/gosa.conf - - dosbin \ - update-gosa \ - bin/gosa-encrypt-passwords - - dobin \ - update-locale \ - update-online-help \ - update-pdf-help \ - dh-make-gosa \ - contrib/gosa - - insinto /etc/gosa - doins \ - contrib/shells \ - contrib/encodings \ - contrib/desktoprc - touch "${D}/etc/gosa/gosa.secrets" - - doicon debian/*.xpm - domenu debian/gosa-desktop.desktop - - doman *.1 contrib/*.1 contrib/*.5 - - dodoc contrib/openldap/slapd.conf - insinto /etc/openldap/schema/gosa - doins contrib/openldap/*.schema - - insinto /etc/apache2/vhosts.d - doins "${FILESDIR}/gosa.include" - - dodoc AUTHORS Changelog FAQ README README.safemode - - keepdir /etc/gosa - keepdir /var/spool/gosa - keepdir /var/cache/gosa -} - -pkg_prerm() { - ebegin "Flushing the class and locale cache" - rm -r "${EROOT}"var/cache/gosa/* - eend $? - ebegin "Clearing the spool directory" - rm -r "${EROOT}"var/spool/gosa/* - eend $? -} - -pkg_postinst() { - ebegin "Generating class cache and locales" - "${EROOT}"usr/sbin/update-gosa - eend $? - - elog "Please make sure that the web server you are going to use has" - elog "read-write access to ${EROOT}var/spool/gosa" - - elog "For Apache there is the gosa.include file in ${EROOT}etc/apache/vhosts.d." - elog "You can either use it as a template for your configuration or directly" - elog "include it in your apache configuration." - - elog "GOsa requires some objectclasses and attributes to be present in the" - elog "directory. A sample configuration for slapd.conf can be found here:" - elog " ${EROOR}usr/share/doc/${PF}/slapd.conf[.gz]" -} diff --git a/net-nds/gosa-core/gosa-core-2.6.11.ebuild b/net-nds/gosa-core/gosa-core-2.6.11.ebuild deleted file mode 100644 index 92a75b3283bb..000000000000 --- a/net-nds/gosa-core/gosa-core-2.6.11.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit eutils - -DESCRIPTION="LDAP administration frontend for user administration" -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart." -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 " - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="mail samba" - -DEPEND="dev-lang/php[iconv,imap,ldap,mysql,session,zip] - sys-devel/gettext" -RDEPEND="${DEPEND} - virtual/httpd-php - dev-perl/Crypt-SmbHash - media-gfx/imagemagick" -PDEPEND="mail? ( ~net-nds/gosa-plugin-mail-${PV} ) - samba? ( ~net-nds/gosa-plugin-samba-${PV} )" - -src_prepare() { - epatch \ - "${S}/redhat/02_fix_class_mapping.patch" \ - "${S}/redhat/03_fix_locale_location.patch" \ - "${S}/redhat/04_fix_online_help_location.patch" - sed -i \ - -e 's|../contrib|/usr/share/gosa/template|' \ - include/functions.inc || die "sed failed" -} - -src_install() { - insinto /usr/share/gosa - doins -r doc html ihtml include locale plugins setup - - insinto /usr/share/gosa/template - doins contrib/gosa.conf - - dosbin \ - update-gosa \ - bin/gosa-encrypt-passwords - - dobin \ - update-locale \ - update-online-help \ - update-pdf-help \ - dh-make-gosa \ - contrib/gosa - - insinto /etc/gosa - doins \ - contrib/shells \ - contrib/encodings \ - contrib/desktoprc - touch "${D}/etc/gosa/gosa.secrets" - - doicon debian/*.xpm - domenu debian/gosa-desktop.desktop - - doman *.1 contrib/*.1 contrib/*.5 - - dodoc contrib/openldap/slapd.conf - insinto /etc/openldap/schema/gosa - doins contrib/openldap/*.schema - - insinto /etc/apache2/vhosts.d - doins "${FILESDIR}/gosa.include" - - dodoc AUTHORS Changelog FAQ README README.safemode - - keepdir /etc/gosa - keepdir /var/spool/gosa - keepdir /var/cache/gosa -} - -pkg_prerm() { - ebegin "Flushing the class and locale cache" - rm -r "${EROOT}"var/cache/gosa/* - eend $? - ebegin "Clearing the spool directory" - rm -r "${EROOT}"var/spool/gosa/* - eend $? -} - -pkg_postinst() { - ebegin "Generating class cache and locales" - "${EROOT}"usr/sbin/update-gosa - eend $? - - elog "Please make sure that the web server you are going to use has" - elog "read-write access to ${EROOT}var/spool/gosa" - - elog "For Apache there is the gosa.include file in ${EROOT}etc/apache/vhosts.d." - elog "You can either use it as a template for your configuration or directly" - elog "include it in your apache configuration." - - elog "GOsa requires some objectclasses and attributes to be present in the" - elog "directory. A sample configuration for slapd.conf can be found here:" - elog " ${EROOR}usr/share/doc/${PF}/slapd.conf[.gz]" -} diff --git a/net-nds/gosa-plugin-mail/Manifest b/net-nds/gosa-plugin-mail/Manifest index 8a7d476ddad7..22dd6f8c8d8a 100644 --- a/net-nds/gosa-plugin-mail/Manifest +++ b/net-nds/gosa-plugin-mail/Manifest @@ -1,3 +1 @@ -DIST gosa-plugin-mail-2.6.10.tar.bz2 166019 SHA256 6b65e6aa37bf8b1b9f136f54500c89061567fb62969de009c8b61e2e44480ecd SHA512 6ac3a3d868b541a03fac33228e2b66cb99970a6b12ac89025c06f36ee681a3664feef6f2082e77294d6d005b03f46ca36213bdafbbc50dad91ca15828b540123 WHIRLPOOL aba4c2ee16a27579860c20091a5163dcecddd113c88954d1402e95717d49440bf0f207bd9d281a1ac29288a6d5c54a69546bb9a1c544b9fc0b1081351ec6f52f -DIST gosa-plugin-mail-2.6.11.tar.bz2 168876 SHA256 40f476c02880a08268989f069eebadc7be8be932df00ec65166ba505113e0d75 SHA512 b2a2f970989e0383c65c572f95c81e05c4b3b44a4b413e3ff8028393ad72b72e1467dbf3b6694ad05da728de083bd760c47a94d2e7d285e9469a8114c454b8de WHIRLPOOL c547d70434ba14875d8ad2015af76dcb67287afe9022c04c374df7512deb9d2962fc0c7d84c4d9eb1ff917a82703e683e62956b21420997f28760e02511b45cc DIST gosa-plugins-mail-2.6.12.tar.bz2 169052 SHA256 526d431ed7f940c78de59e4b9b2bf2fb9e7ae9f3de585ff7f98ee5a4ce3f4a34 SHA512 270acb86cc31e45c3e58be8fc00d4ce86181e25af08a3d66bb21c5a6ae3a0ce62d0a8b18a9380f953934276114e1a7ff34c8fd0900bc6af7930bedd67d33d522 WHIRLPOOL dbe2fb078d501af8b39d91eeadbc68ad0d277b0430d4ee7cb44f9697f285f936ddef1cc22dba49a52fe3ae1c3e296a783dd23188daa0edc7e81c7f55b7b0f6e3 diff --git a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.10.ebuild b/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.10.ebuild deleted file mode 100644 index d1a6c6b817f6..000000000000 --- a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.10.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -DESCRIPTION="GOsa plugin for Mail integration" -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart." -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 " - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="~net-nds/gosa-core-${PV} - ~net-nds/gosa-plugin-systems-${PV}" - -GOSA_COMPONENT="${PN/gosa-plugin-}" - -src_install() { - insinto /etc/gosa - doins -r etc/* - - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/ - doins -r html/* - - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/ - doins -r locale/* - - insinto /usr/share/gosa/plugins - doins -r addons admin personal - - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/ - doins help/guide.xml - - dodoc contrib/* - insinto /usr/share/doc/${PF} - doins -r contrib/sieve_vacation -} - -pkg_postinst() { - ebegin "Updating class cache and locales" - "${EROOT}"usr/sbin/update-gosa - eend $? -} diff --git a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.11.ebuild b/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.11.ebuild deleted file mode 100644 index d1a6c6b817f6..000000000000 --- a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.11.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -DESCRIPTION="GOsa plugin for Mail integration" -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart." -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 " - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="~net-nds/gosa-core-${PV} - ~net-nds/gosa-plugin-systems-${PV}" - -GOSA_COMPONENT="${PN/gosa-plugin-}" - -src_install() { - insinto /etc/gosa - doins -r etc/* - - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/ - doins -r html/* - - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/ - doins -r locale/* - - insinto /usr/share/gosa/plugins - doins -r addons admin personal - - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/ - doins help/guide.xml - - dodoc contrib/* - insinto /usr/share/doc/${PF} - doins -r contrib/sieve_vacation -} - -pkg_postinst() { - ebegin "Updating class cache and locales" - "${EROOT}"usr/sbin/update-gosa - eend $? -} diff --git a/net-nds/gosa-plugin-samba/Manifest b/net-nds/gosa-plugin-samba/Manifest index 1f9234a10e93..9e7cf148f245 100644 --- a/net-nds/gosa-plugin-samba/Manifest +++ b/net-nds/gosa-plugin-samba/Manifest @@ -1,3 +1 @@ -DIST gosa-plugin-samba-2.6.10.tar.bz2 51818 SHA256 8067417110ce379fb6beee935adbc833796e8acab76776356b0db1f48dd592bc SHA512 98123de73e601f4a3c652e148af5df3b83cd1ab124cfad38291c3c3741d3d40fd2d12919e9ffcb9238bc9ebc4aeff37034ed1a37ff895cc392fd187b6131031b WHIRLPOOL 98f0aae22a0acc75467d29a3109ff16491b0cbc13cc5218d5fb4e839aa7a25435bb80f7b5a6bc53e6e6f4daaa4a51dd21c8135d7725722ff0767d00d0877986c -DIST gosa-plugin-samba-2.6.11.tar.bz2 51790 SHA256 8492b523255500da9ff0596f652735ec5ee49d2d37053d21fc91d83ad7da0c28 SHA512 75e7afd1ec4939e09923c559e4d9be52a1406f9b02b2f3990e9fc53fbf3fc13aeea343958c1cb908d15e469c2c5a12ec288a2560a871a47aad97c394d2f43f72 WHIRLPOOL b42b38c2c94ea8fce636cabfc07430bafd2bf68d6bf8338997e473eff74a84ddb1f8084d9464783c564cf9c97bc039eba8d2c369d8d324c29750efcc7d0651c7 DIST gosa-plugins-samba-2.6.12.tar.bz2 52284 SHA256 b3e01044e7a719ec6898bf29194f82373ca82d8c36602231e3e80b4b449fb034 SHA512 843ba69d27d421b3a2e3797456c3ecc7d969e42c9f45ff681f11540938b2bac6c16d15f75ade04ff03fa8aa05559f17fe0324e8c03102970c691fcb54a08804f WHIRLPOOL 96d0c1d364f2a38fb27140fbda16da79cfd393991ab38c9586c8ddadb73ec939cba5cd9c5f9f272dbca86dc78fbad008b2da0dfe76a7eb6bd81f0a8be27af9f5 diff --git a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.10.ebuild b/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.10.ebuild deleted file mode 100644 index c2b432712fb0..000000000000 --- a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.10.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -DESCRIPTION="GOsa plugin for Samba integration" -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart." -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 " - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="~net-nds/gosa-core-${PV} - ~net-nds/gosa-plugin-systems-${PV}" - -GOSA_COMPONENT="${PN/gosa-plugin-}" - -src_install() { - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/ - doins -r html/* - - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/ - doins -r locale/* - - insinto /usr/share/gosa/plugins - doins -r admin personal - - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/ - doins -r help/* - - dodoc contrib/* -} - -pkg_postinst() { - ebegin "Updating class cache and locales" - "${EROOT}"usr/sbin/update-gosa - eend $? -} diff --git a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.11.ebuild b/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.11.ebuild deleted file mode 100644 index c2b432712fb0..000000000000 --- a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.11.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -DESCRIPTION="GOsa plugin for Samba integration" -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart." -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 " - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="~net-nds/gosa-core-${PV} - ~net-nds/gosa-plugin-systems-${PV}" - -GOSA_COMPONENT="${PN/gosa-plugin-}" - -src_install() { - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/ - doins -r html/* - - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/ - doins -r locale/* - - insinto /usr/share/gosa/plugins - doins -r admin personal - - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/ - doins -r help/* - - dodoc contrib/* -} - -pkg_postinst() { - ebegin "Updating class cache and locales" - "${EROOT}"usr/sbin/update-gosa - eend $? -} diff --git a/net-nds/gosa-plugin-systems/Manifest b/net-nds/gosa-plugin-systems/Manifest index 80e1db96e06d..ea4df8b7fa18 100644 --- a/net-nds/gosa-plugin-systems/Manifest +++ b/net-nds/gosa-plugin-systems/Manifest @@ -1,3 +1 @@ -DIST gosa-plugin-systems-2.6.10.tar.bz2 148131 SHA256 ab9aed6368dea0a38bdcadc00be63845435f9adb9f792ee96efacef73827b3cc SHA512 de009b3934768d29c209fd825e3cb9314ba9f676e97ceb381c60f4393b628179e51109d415fca014dfd3cbcc15e1b47dbbbcc079b1aea248fc9139fc4ea08c50 WHIRLPOOL b1ac0dc2a66b0dec464a3a02096e406e7db863641ae46acac12829096bb57b92345c686222ec94bb92cf404429185d94e4e4ad81772023e016213db8c65615d1 -DIST gosa-plugin-systems-2.6.11.tar.bz2 161374 SHA256 7de94b2c00d417a6689119089e80d6ae3d564e11ac089ff6988c253ceaabd0eb SHA512 231227a4d30beb559d7f5658728e31e81c7ede09170c6b7f0083e8860a5a1e33408dd10c5f887f1eb708b63a1ff1709bb88932f8c92ef461d3680b8eb7f6ec91 WHIRLPOOL 3d62440ca4290cfcef36e80261de18f86a3ab423970458aa7df7e0c95a324c2829a45e2063b4c819d3a74f67a55710524dcfe729627824c35849db052bf57665 DIST gosa-plugins-systems-2.6.12.tar.bz2 160384 SHA256 20e7251fb833497c23b5f5ed6f8e66e1e71fded44c9e362d29acc60d3c5c905b SHA512 bfac3e5f7ea75c0df1f23e2a156f49184307026b2917dba34c697b02412c2a8ee1313efe4d8c224098a418be4fbf9e0e558707820fd45fb143ff3b85973f5f8e WHIRLPOOL cd6ddf5d079989e3854bb4624842621ab062c681d45de82185c2ce481adb8e821d4bf1df18b0d32f31018463276e51d85d48d2dc8e19771f5d8d257cfe12ebe8 diff --git a/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.10.ebuild b/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.10.ebuild deleted file mode 100644 index b43fd3807183..000000000000 --- a/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.10.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit eutils - -DESCRIPTION="GOsa plugin for common systems integration" -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart." -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 " - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="~net-nds/gosa-core-${PV}" - -GOSA_COMPONENT="${PN/gosa-plugin-}" - -src_install() { - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/ - doins -r html/* - - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/ - doins -r locale/* - - insinto /usr/share/gosa/plugins - doins -r admin - - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/ - doins -r help/* -} - -pkg_postinst() { - ebegin "Updating class cache and locales" - "${EROOT}"usr/sbin/update-gosa - eend $? -} diff --git a/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.11.ebuild b/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.11.ebuild deleted file mode 100644 index b43fd3807183..000000000000 --- a/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.11.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit eutils - -DESCRIPTION="GOsa plugin for common systems integration" -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart." -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 " - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="~net-nds/gosa-core-${PV}" - -GOSA_COMPONENT="${PN/gosa-plugin-}" - -src_install() { - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/ - doins -r html/* - - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/ - doins -r locale/* - - insinto /usr/share/gosa/plugins - doins -r admin - - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/ - doins -r help/* -} - -pkg_postinst() { - ebegin "Updating class cache and locales" - "${EROOT}"usr/sbin/update-gosa - eend $? -} diff --git a/net-print/cups/cups-2.2.2-r2.ebuild b/net-print/cups/cups-2.2.2-r2.ebuild new file mode 100644 index 000000000000..765945a438d6 --- /dev/null +++ b/net-print/cups/cups-2.2.2-r2.ebuild @@ -0,0 +1,353 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit autotools fdo-mime gnome2-utils flag-o-matic linux-info \ + multilib multilib-minimal pam python-single-r1 user versionator \ + java-pkg-opt-2 systemd toolchain-funcs + +MY_P=${P/_rc/rc} +MY_P=${MY_P/_beta/b} +MY_PV=${PV/_rc/rc} +MY_PV=${MY_PV/_beta/b} + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/apple/cups.git" + if [[ ${PV} != 9999 ]]; then + EGIT_BRANCH=branch-${PV/.9999} + fi +else + SRC_URI="https://github.com/apple/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint" +fi + +DESCRIPTION="The Common Unix Printing System" +HOMEPAGE="http://www.cups.org/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="acl dbus debug java kerberos lprng-compat pam + python selinux +ssl static-libs systemd +threads usb X xinetd zeroconf" + +LANGS="ca cs de es fr it ja ru" +for X in ${LANGS} ; do + IUSE="${IUSE} +linguas_${X}" +done + +CDEPEND=" + app-text/libpaper + sys-libs/zlib + acl? ( + kernel_linux? ( + sys-apps/acl + sys-apps/attr + ) + ) + dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] ) + java? ( >=virtual/jre-1.6:* ) + kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) + !lprng-compat? ( !net-print/lprng ) + pam? ( virtual/pam ) + python? ( ${PYTHON_DEPS} ) + ssl? ( + >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] + ) + systemd? ( sys-apps/systemd ) + usb? ( virtual/libusb:1 ) + X? ( x11-misc/xdg-utils ) + xinetd? ( sys-apps/xinetd ) + zeroconf? ( >=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}] ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140508 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + ) +" + +DEPEND="${CDEPEND} + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] +" + +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-cups ) +" + +PDEPEND=">=net-print/cups-filters-1.0.43" + +REQUIRED_USE=" + python? ( ${PYTHON_REQUIRED_USE} ) + usb? ( threads ) +" + +# upstream includes an interactive test which is a nono for gentoo +RESTRICT="test" + +# systemd-socket.patch from Fedora +PATCHES=( + "${FILESDIR}/${PN}-2.2.0-dont-compress-manpages.patch" + "${FILESDIR}/${PN}-1.6.0-fix-install-perms.patch" + "${FILESDIR}/${PN}-1.4.4-nostrip.patch" + "${FILESDIR}/${PN}-2.0.2-rename-systemd-service-files.patch" + "${FILESDIR}/${PN}-2.0.1-xinetd-installation-fix.patch" + "${FILESDIR}/${PN}-2.0.3-cross-compile.patch" +) + +MULTILIB_CHOST_TOOLS=( + /usr/bin/cups-config +) + +pkg_setup() { + enewgroup lp + enewuser lp -1 -1 -1 lp + enewgroup lpadmin 106 + + use python && python-single-r1_pkg_setup + + if use kernel_linux; then + linux-info_pkg_setup + if ! linux_config_exists; then + ewarn "Can't check the linux kernel configuration." + ewarn "You might have some incompatible options enabled." + else + # recheck that we don't have usblp to collide with libusb + if use usb; then + if linux_chkconfig_present USB_PRINTER; then + eerror "Your usb printers will be managed via libusb. In this case, " + eerror "${P} requires the USB_PRINTER support disabled." + eerror "Please disable it:" + eerror " CONFIG_USB_PRINTER=n" + eerror "in /usr/src/linux/.config or" + eerror " Device Drivers --->" + eerror " USB support --->" + eerror " [ ] USB Printer support" + eerror "Alternatively, just disable the usb useflag for cups (your printer will still work)." + fi + else + #here we should warn user that he should enable it so he can print + if ! linux_chkconfig_present USB_PRINTER; then + ewarn "If you plan to use USB printers you should enable the USB_PRINTER" + ewarn "support in your kernel." + ewarn "Please enable it:" + ewarn " CONFIG_USB_PRINTER=y" + ewarn "in /usr/src/linux/.config or" + ewarn " Device Drivers --->" + ewarn " USB support --->" + ewarn " [*] USB Printer support" + ewarn "Alternatively, enable the usb useflag for cups and use the libusb code." + fi + fi + fi + fi +} + +src_prepare() { + if ! use kerberos ; then + PATCHES+=( + "${FILESDIR}/${PN}-2.2.2-no_kerberos_config.patch" + ) + fi + + default + + # Remove ".SILENT" rule for verbose output (bug 524338). + sed 's#^.SILENT:##g' -i "${S}"/Makedefs.in || die "sed failed" + + # Fix install-sh, posix sh does not have 'function'. + sed 's#function gzipcp#gzipcp()#g' -i "${S}/install-sh" + + AT_M4DIR=config-scripts eaclocal + eautoconf + + # custom Makefiles + multilib_copy_sources +} + +multilib_src_configure() { + export DSOFLAGS="${LDFLAGS}" + + einfo LANGS=\"${LANGS}\" + einfo LINGUAS=\"${LINGUAS}\" + + local myconf=() + + if tc-is-static-only; then + myconf+=( + --disable-shared + ) + fi + + # explicitly specify compiler wrt bug 524340 + # + # need to override KRB5CONFIG for proper flags + # https://www.cups.org/str.php?L4423 + econf \ + CC="$(tc-getCC)" \ + CXX="$(tc-getCXX)" \ + KRB5CONFIG="${EPREFIX}"/usr/bin/${CHOST}-krb5-config \ + --libdir="${EPREFIX}"/usr/$(get_libdir) \ + --localstatedir="${EPREFIX}"/var \ + --with-rundir="${EPREFIX}"/run/cups \ + --with-cups-user=lp \ + --with-cups-group=lp \ + --with-docdir="${EPREFIX}"/usr/share/cups/html \ + --with-languages="${LINGUAS}" \ + --with-system-groups=lpadmin \ + --with-xinetd=/etc/xinetd.d \ + $(multilib_native_use_enable acl) \ + $(use_enable dbus) \ + $(use_enable debug) \ + $(use_enable debug debug-guards) \ + $(use_enable debug debug-printfs) \ + $(multilib_native_use_with java) \ + $(use_enable kerberos gssapi) \ + $(multilib_native_use_enable pam) \ + $(multilib_native_use_with python python "${PYTHON}") \ + $(use_enable static-libs static) \ + $(use_enable threads) \ + $(use_enable ssl gnutls) \ + $(use_enable systemd) \ + $(multilib_native_use_enable usb libusb) \ + $(use_enable zeroconf avahi) \ + --disable-dnssd \ + --without-perl \ + --without-php \ + $(multilib_is_native_abi && echo --enable-libpaper || echo --disable-libpaper) \ + "${myconf[@]}" + + # install in /usr/libexec always, instead of using /usr/lib/cups, as that + # makes more sense when facing multilib support. + sed -i -e "s:SERVERBIN.*:SERVERBIN = \"\$\(BUILDROOT\)${EPREFIX}/usr/libexec/cups\":" Makedefs || die + sed -i -e "s:#define CUPS_SERVERBIN.*:#define CUPS_SERVERBIN \"${EPREFIX}/usr/libexec/cups\":" config.h || die + sed -i -e "s:cups_serverbin=.*:cups_serverbin=\"${EPREFIX}/usr/libexec/cups\":" cups-config || die +} + +multilib_src_compile() { + if multilib_is_native_abi; then + default + else + emake libs + fi +} + +multilib_src_test() { + multilib_is_native_abi && default +} + +multilib_src_install() { + if multilib_is_native_abi; then + emake BUILDROOT="${D}" install + else + emake BUILDROOT="${D}" install-libs install-headers + dobin cups-config + fi +} + +multilib_src_install_all() { + dodoc {CHANGES,CREDITS,README}.txt + + # move the default config file to docs + dodoc "${ED}"/etc/cups/cupsd.conf.default + rm -f "${ED}"/etc/cups/cupsd.conf.default + + # clean out cups init scripts + rm -rf "${ED}"/etc/{init.d/cups,rc*,pam.d/cups} + + # install our init script + local neededservices + use zeroconf && neededservices+=" avahi-daemon" + use dbus && neededservices+=" dbus" + [[ -n ${neededservices} ]] && neededservices="need${neededservices}" + cp "${FILESDIR}"/cupsd.init.d-r3 "${T}"/cupsd || die + sed -i \ + -e "s/@neededservices@/$neededservices/" \ + "${T}"/cupsd || die + doinitd "${T}"/cupsd + + # install our pam script + pamd_mimic_system cups auth account + + if use xinetd ; then + # correct path + sed -i \ + -e "s:server = .*:server = /usr/libexec/cups/daemon/cups-lpd:" \ + "${ED}"/etc/xinetd.d/cups-lpd || die + # it is safer to disable this by default, bug #137130 + grep -w 'disable' "${ED}"/etc/xinetd.d/cups-lpd || \ + { sed -i -e "s:}:\tdisable = yes\n}:" "${ED}"/etc/xinetd.d/cups-lpd || die ; } + # write permission for file owner (root), bug #296221 + fperms u+w /etc/xinetd.d/cups-lpd || die "fperms failed" + else + # always configure with --with-xinetd= and clean up later, + # bug #525604 + rm -rf "${ED}"/etc/xinetd.d + fi + + keepdir /usr/libexec/cups/driver /usr/share/cups/{model,profiles} \ + /var/log/cups /var/spool/cups/tmp + + keepdir /etc/cups/{interfaces,ppd,ssl} + + use X || rm -r "${ED}"/usr/share/applications + + # create /etc/cups/client.conf, bug #196967 and #266678 + echo "ServerName ${EPREFIX}/run/cups/cups.sock" >> "${ED}"/etc/cups/client.conf + + # the following file is now provided by cups-filters: + rm -r "${ED}"/usr/share/cups/banners || die + + # the following are created by the init script + rm -r "${ED}"/var/cache/cups || die + rm -r "${ED}"/run || die + + # for the special case of running lprng and cups together, bug 467226 + if use lprng-compat ; then + rm -fv "${ED}"/usr/bin/{lp*,cancel} + rm -fv "${ED}"/usr/sbin/lp* + rm -fv "${ED}"/usr/share/man/man1/{lp*,cancel*} + rm -fv "${ED}"/usr/share/man/man8/lp* + ewarn "Not installing lp... binaries, since the lprng-compat useflag is set." + ewarn "Unless you plan to install an exotic server setup, you most likely" + ewarn "do not want this. Disable the useflag then and all will be fine." + fi +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + # Update desktop file database and gtk icon cache (bug 370059) + gnome2_icon_cache_update + fdo-mime_desktop_database_update + + local v + + for v in ${REPLACING_VERSIONS}; do + if ! version_is_at_least 2.2.2-r2 ${v}; then + echo + ewarn "The cupsd init script switched to using pidfiles. Shutting down" + ewarn "cupsd will fail the next time. To fix this, please run once as root" + ewarn " killall cupsd ; /etc/init.d/cupsd zap ; /etc/init.d/cupsd start" + echo + break + fi + done + + for v in ${REPLACING_VERSIONS}; do + echo + elog "For information about installing a printer and general cups setup" + elog "take a look at: https://wiki.gentoo.org/wiki/Printing" + echo + break + done +} + +pkg_postrm() { + # Update desktop file database and gtk icon cache (bug 370059) + gnome2_icon_cache_update + fdo-mime_desktop_database_update +} diff --git a/net-print/cups/cups-9999.ebuild b/net-print/cups/cups-9999.ebuild index 0c97e4571281..765945a438d6 100644 --- a/net-print/cups/cups-9999.ebuild +++ b/net-print/cups/cups-9999.ebuild @@ -17,7 +17,7 @@ MY_PV=${MY_PV/_beta/b} if [[ ${PV} == *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="http://www.cups.org/cups.git" + EGIT_REPO_URI="https://github.com/apple/cups.git" if [[ ${PV} != 9999 ]]; then EGIT_BRANCH=branch-${PV/.9999} fi @@ -145,6 +145,12 @@ pkg_setup() { } src_prepare() { + if ! use kerberos ; then + PATCHES+=( + "${FILESDIR}/${PN}-2.2.2-no_kerberos_config.patch" + ) + fi + default # Remove ".SILENT" rule for verbose output (bug 524338). @@ -255,7 +261,7 @@ multilib_src_install_all() { use zeroconf && neededservices+=" avahi-daemon" use dbus && neededservices+=" dbus" [[ -n ${neededservices} ]] && neededservices="need${neededservices}" - cp "${FILESDIR}"/cupsd.init.d-r2 "${T}"/cupsd || die + cp "${FILESDIR}"/cupsd.init.d-r3 "${T}"/cupsd || die sed -i \ -e "s/@neededservices@/$neededservices/" \ "${T}"/cupsd || die @@ -318,30 +324,26 @@ pkg_postinst() { gnome2_icon_cache_update fdo-mime_desktop_database_update - # not slotted - at most one value - if ! [[ "${REPLACING_VERSIONS}" ]]; then + local v + + for v in ${REPLACING_VERSIONS}; do + if ! version_is_at_least 2.2.2-r2 ${v}; then + echo + ewarn "The cupsd init script switched to using pidfiles. Shutting down" + ewarn "cupsd will fail the next time. To fix this, please run once as root" + ewarn " killall cupsd ; /etc/init.d/cupsd zap ; /etc/init.d/cupsd start" + echo + break + fi + done + + for v in ${REPLACING_VERSIONS}; do echo elog "For information about installing a printer and general cups setup" elog "take a look at: https://wiki.gentoo.org/wiki/Printing" echo - fi - - if [[ "${REPLACING_VERSIONS}" ]] && [[ "${REPLACING_VERSIONS}" < "1.6" ]]; then - echo - elog "CUPS-1.6 no longer supports automatic remote printers or implicit classes" - elog "via the CUPS, LDAP, or SLP protocols, i.e. \"network browsing\"." - elog "You will have to find printers using zeroconf/avahi instead, enter" - elog "the location manually, or run cups-browsed from net-print/cups-filters" - elog "which re-adds that functionality as a separate daemon." - echo - fi - - if [[ "${REPLACING_VERSIONS}" == "1.6.2-r4" ]]; then - ewarn - ewarn "You are upgrading from the broken version net-print/cups-1.6.2-r4." - ewarn "Please rebuild net-print/cups-filters now to make sure everything is OK." - ewarn - fi + break + done } pkg_postrm() { diff --git a/net-print/cups/files/cupsd.init.d-r3 b/net-print/cups/files/cupsd.init.d-r3 new file mode 100644 index 000000000000..20373414e9c0 --- /dev/null +++ b/net-print/cups/files/cupsd.init.d-r3 @@ -0,0 +1,23 @@ +#!/sbin/openrc-run +# Copyright 1999-2017 Gentoo Foundation +# $Id$ + +description="The Common Unix Printing System daemon" +command="/usr/sbin/cupsd" +command_args="-f -c /etc/cups/cupsd.conf -s /etc/cups/cups-files.conf" +pidfile="/var/run/cupsd.pid" +start_stop_daemon_args="-b -m --pidfile ${pidfile}" + +depend() { + use net + @neededservices@ + before nfs + after logger +} + +start_pre() { + checkpath -q -d -m 0775 -o root:lp /var/cache/cups + checkpath -q -d -m 0775 -o root:lp /var/cache/cups/rss + checkpath -q -d -m 0755 -o root:lp /run/cups + checkpath -q -d -m 0511 -o lp:lpadmin /run/cups/certs +} diff --git a/perl-core/CPAN-Meta/CPAN-Meta-2.150.1.ebuild b/perl-core/CPAN-Meta/CPAN-Meta-2.150.1.ebuild index 0b922e013481..f4cf8c519b33 100644 --- a/perl-core/CPAN-Meta/CPAN-Meta-2.150.1.ebuild +++ b/perl-core/CPAN-Meta/CPAN-Meta-2.150.1.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="The distribution metadata for a CPAN dist" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 77678bcb2aed..e8c99211153e 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Robin Johnson (14 Feb 2017) +# Not tk for this arch yet +dev-libs/libisoburn launch-frontend launch-frontend-setuid frontend-optional + # Thomas Deutschmann (14 Feb 2017) # No lua keyworded for this arch yet # libpcre jit is not (yet?) support on this arch diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 7c1ea689355e..43c367df3d8a 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -7317,7 +7317,7 @@ sys-apps/pkgcore:doc - Build and install API docs. sys-apps/policycoreutils:audit - Enable support for sys-process/audit and use the audit_* functions (like audit_getuid instead of getuid()) sys-apps/portage:epydoc - Build html API documentation with epydoc. sys-apps/portage:ipc - Use inter-process communication between portage and running ebuilds. -sys-apps/portage:native-extensions - Compiles native "C" extensions (speedups, instead of using python backup code). Currently includes xattr and libc-locales. This should only be temporarily disabled for some bootstrapping operations, etc.. Cross-compilation is not supported. +sys-apps/portage:native-extensions - Compiles native "C" extensions (speedups, instead of using python backup code). Currently includes libc-locales. This should only be temporarily disabled for some bootstrapping operations. Cross-compilation is not supported. sys-apps/portage:xattr - Preserve extended attributes (filesystem-stored metadata) when installing files. Usually only required for hardened systems. sys-apps/proot:care - Build dynamic CARE binary (more info - http://reproducible.io/) sys-apps/pyrenamer:music - Enable support for renaming music diff --git a/sci-biology/psipred/Manifest b/sci-biology/psipred/Manifest index 1c17d7b94a74..4b0dd552e4bf 100644 --- a/sci-biology/psipred/Manifest +++ b/sci-biology/psipred/Manifest @@ -1,7 +1,5 @@ DIST psipred3.3.tar.gz 1239746 SHA256 133eef16ba4ac6ff5e10a757290ef794552833f42ed8251ff866ae56d9527c40 SHA512 38f5dd0f6eb6fc38888f9a850604b95904a8626d6862eb0b2a389caaf49af8f81436aa78a087da22281113d8afad2d28e5109ddade7d17718c1028eed8325b7e WHIRLPOOL d3883df88bde12a0f5ba6e195dc37b7104db36d16b5846b978fb045def6c4452edce4361dcced27ed36937bbd8d0e8dd4391b8592dca390941b3450e49cc5d34 DIST psipred3.4.tar.gz 1102416 SHA256 c0eb8877313eb0564d34fc4d0e2d8d22e09d84d245e41008227560a10e64da9d SHA512 1bc7ac41a213766139324540ba6952538f2890749ecf217d771b4ce59e25231857d38c237ea573674f11a82300750e9a3ff628ec0156864863a9528a144cd919 WHIRLPOOL bdb47f296db1172df08f84b8cf18782e8585a8bc49f190b9783192db0e9d632bd6660437e8a35c24bb5970ca7a556b368c5a93373772f20d4be9a98ef963b902 DIST psipred3.5.tar.gz 1101579 SHA256 107979a6bee968ba1df1ac1ee63bc1611105b83a7d519ab814f848ed955b76d8 SHA512 a7b3f7d149f6a29cf0b48bdb900f6983d42af01132d8b54a7be88994d09fcf27dbe57115d41ec9654da6daf6898d5986d08fbdcefa3a4c81af0d358500cd40c2 WHIRLPOOL fb07fdf550af6c9942e131a4856942c74adb3a7954c433ac7bc27680d9ab2b3db82a5178a15bcea224f7bb0da3cd84c94a4e9188be4fcbd49851037f631732e3 -DIST psipred31.tar.gz 746797 SHA256 2150696cae281bc942a18fc5f1e2057ed70cb6ee7b492c9594cbd99b8f6987dd SHA512 a04482fc5a08de03b2c1ac3eafbc289d476906811ef2557681f00e3ba865488c6061a194c5e12fe3ff38d31f42f13f4e783de1ca4a04508dd38a93c3ad848710 WHIRLPOOL 288d161698726a944b40acb3e2c355e61bad3644bf5edca40fd5e478f9d37e3acc9a91ee199fbadea680ab3a8c974eb8f80dd700dfe790e84d8a862148538dff -DIST psipred32.tar.gz 747120 SHA256 0775b0f07df87b2afd4989a378fc9b47f462507a264aaf2d56dd0243d9d00343 SHA512 49660d1c3cb9aa4c3ab13e721e23b83d70d0b6ecb772b08bd1058d3293dbcc9642d63092dd9746aa2a3a9085a13ba91e9849172d36954228a4f7a16e6e81050d WHIRLPOOL 24413200771fcee89c123fad25033b3230de3fdd82016ad7d084ddb096c081c46537f35c06578dad84a79a62c493e03b8f7b51be296b04d9568ea00b94293360 DIST psipred321.tar.gz 747151 SHA256 5e88f2402e333be401b3022937b0167a33203f6289a84dd344941546f550f1f8 SHA512 b742f5fd3151bd624452bf37761fa66d364ea5b28d9d005ae6ce6f52fc6f2b17df31d6f1e600bd6c57776a1812f22b1eafbca781b430811a010d74f157a75cd1 WHIRLPOOL bb7111851ffe533b30fd6b77fb1ae396f0dd6506ce941944974c3b5c73c41d1a5b04c5af3d7e697aeb0640c03168b78d8832747940ed0de087df784d2d27e9f1 DIST tdbdata.tar.gz 40241247 SHA256 87b7743538898f6cdf89cc5c18e1ecd040bc6223a01821d2bfc3109f4571851f SHA512 f96d7ffbb77e129251e27f62b7f099d944bacd14935e03fc52c9f0b262cce1ad477ad43520a93b407951fb8f5dd3ba2e27ff6b5ae8a637ec03bc02f8c7c3990c WHIRLPOOL 37bc0912c6a71d1396489161465c690fb63d28167694d2e43553b6684c1f1f88866b2bf71f9531c7a7f41fc8ca81a6c93c2895ed498a07e3c4836f8c8bf4a34e diff --git a/sci-biology/psipred/psipred-3.1.ebuild b/sci-biology/psipred/psipred-3.1.ebuild deleted file mode 100644 index b81c4149b568..000000000000 --- a/sci-biology/psipred/psipred-3.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit eutils prefix toolchain-funcs versionator - -MY_P="${PN}$(delete_all_version_separators)" - -DESCRIPTION="Protein Secondary Structure Prediction" -HOMEPAGE="http://bioinf.cs.ucl.ac.uk/psipred/" -SRC_URI="http://bioinf.cs.ucl.ac.uk/downloads/${PN}/${MY_P}.tar.gz" - -LICENSE="psipred" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - sci-biology/ncbi-tools - || ( sci-biology/update-blastdb sci-biology/ncbi-tools++ )" -DEPEND="" - -S="${WORKDIR}" - -src_prepare() { - rm -f bin/* - epatch \ - "${FILESDIR}"/${PV}-Makefile.patch \ - "${FILESDIR}"/${PV}-path.patch \ - "${FILESDIR}"/${PV}-fgets.patch - eprefixify runpsipred* -} - -src_compile() { - emake -C src CC=$(tc-getCC) || die "emake failed" -} - -src_install() { - emake -C src DESTDIR="${D}" install || die "installation failed" - dobin runpsipred* bin/* BLAST+/runpsipred* || die - insinto /usr/share/${PN} - doins -r data || die "failed to install data" - dodoc README || die "nothing to read" -} - -pkg_postinst() { - elog "Please use the update_blastdb.pl in order to" - elog "maintain your own local blastdb" -} diff --git a/sci-biology/psipred/psipred-3.2.ebuild b/sci-biology/psipred/psipred-3.2.ebuild deleted file mode 100644 index 418179c41278..000000000000 --- a/sci-biology/psipred/psipred-3.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit eutils prefix toolchain-funcs versionator - -MY_P="${PN}$(delete_all_version_separators)" - -DESCRIPTION="Protein Secondary Structure Prediction" -HOMEPAGE="http://bioinf.cs.ucl.ac.uk/psipred/" -SRC_URI="http://bioinf.cs.ucl.ac.uk/downloads/${PN}/${MY_P}.tar.gz" - -LICENSE="psipred" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - sci-biology/ncbi-tools - || ( sci-biology/update-blastdb sci-biology/ncbi-tools++ )" -DEPEND="" - -S="${WORKDIR}" - -src_prepare() { - rm -f bin/* - epatch \ - "${FILESDIR}"/3.1-Makefile.patch \ - "${FILESDIR}"/3.1-path.patch \ - "${FILESDIR}"/${PV}-fgets.patch - eprefixify runpsipred* -} - -src_compile() { - emake -C src CC=$(tc-getCC) || die "emake failed" -} - -src_install() { - emake -C src DESTDIR="${D}" install || die "installation failed" - dobin runpsipred* bin/* BLAST+/runpsipred* || die - insinto /usr/share/${PN} - doins -r data || die "failed to install data" - dodoc README || die "nothing to read" -} - -pkg_postinst() { - elog "Please use the update_blastdb.pl in order to" - elog "maintain your own local blastdb" -} diff --git a/sys-apps/ethtool/ethtool-4.8.ebuild b/sys-apps/ethtool/ethtool-4.8.ebuild index 15ac9ec87c5e..f5748fee4a52 100644 --- a/sys-apps/ethtool/ethtool-4.8.ebuild +++ b/sys-apps/ethtool/ethtool-4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,6 +10,6 @@ SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" DEPEND="app-arch/xz-utils" diff --git a/sys-apps/miscfiles/Manifest b/sys-apps/miscfiles/Manifest index c26e4d5f9eff..c90ec855b37a 100644 --- a/sys-apps/miscfiles/Manifest +++ b/sys-apps/miscfiles/Manifest @@ -1,5 +1,4 @@ DIST UnicodeData-5.2.0.txt.bz2 159460 SHA256 0b4b03725d313f0cc1056b80a4ea6d30a3b0a959316228c60b7a05e958d90486 SHA512 65573a2ad50d6964d593928d34e4315b2dbf7a7b49a480e5bc8a10025975280bb097ea670fb979d6c1da7d8911049313220712dc9ac5d5aa34e85c9193411fdc WHIRLPOOL 72b613fe5a578069b5e2933bb7155ded918602af4fe0063dd86e355c430840844f36feb6960fbc07863ec706cc57801e6e28dfd04ba1a0d872d17c46695c5b58 -DIST UnicodeData-6.0.0.txt.xz 126812 SHA256 5ddb4746fe92abbeeae7ff3fc1401383797cdfaa252b63045053520140a93855 SHA512 4923c2a21ae7d430f77fc3b8b78f84eec80370595e6ae57b3cf5bad4ac71a16b3b540e83939be7d3dffdfc3d774744ef161dc87d4a7258eca13b1a2f2e7db0a4 WHIRLPOOL 50d4f1e6cb59a2d4e691f26282336254b446a812221f4fdee6cfcad2d932462573d46b96bcf7fd0fd07a41a6d1b591a56d8f8cd56a1a18ab3876bc79e28994f7 DIST UnicodeData-6.1.0.txt.xz 129972 SHA256 044c7f014c601ec4602d8e19c1541a952e2c7e30930c623acc65b1f45acb170a SHA512 9ada361d915f3883e673c6e55f351c7411dc970e180e7e0b05fef498c2f80a5a29bfd6c22513ff4b6b6c4c9fba5c77f0aca2dd54c7a76d3fa9b78623b1fdd93f WHIRLPOOL b052639f5ffe6acab1b875ee55aa917ed6f526deffce1f12f15530f1dd44d3cbb259516c40c725f7a35838d7ecb68f5452e099aef904d0763720cde87cebebf1 DIST miscfiles-1.4.2.tar.gz 1524786 SHA256 b699ca60d61475578f1f9adb28e6d6e6b649fcf1bdd25aaec7d96b358c0701e6 SHA512 e5cfdb82d9f8901016daff874efce0616bfaaae12cc3587b6bf950df2bd19fa80f2286f69e10ddbb413d5bc632bf91e4165b0187f8cfb5a0d98882ac9b2cccc2 WHIRLPOOL 2867bbfdde83a50cf8666f34c72f8364955eb21df86b891b3f740489c87fe72cf0d3b50c63c938b836889a26080f856531a6ceda6dd4691788c4c9a2ad240c77 DIST miscfiles-1.5.tar.gz 1585293 SHA256 6aaaa8898b0f6dac18bcaa5492874a6cd1243ffbe7a6dd347ca8f3ec3642a500 SHA512 d7ab23a709539278cce59e0c32bfcb3a0f11dc52ef537e3823e72382962af7f4fedb8b957f39ff1da51a93a00e3c4f6ec29f7332d7879c77fd7f4ec0ee4f82aa WHIRLPOOL 3d134944fcf75231f682d05320ad9b198b99f9eb4c27a949b67e724cb3b16181afedd61e83bcdb672fb7df516d8cdc43310209a07108b35fdb40ea9025be297a diff --git a/sys-apps/miscfiles/miscfiles-1.5.ebuild b/sys-apps/miscfiles/miscfiles-1.5.ebuild deleted file mode 100644 index 9d556a055407..000000000000 --- a/sys-apps/miscfiles/miscfiles-1.5.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -UNI_PV=6.0.0 -DESCRIPTION="Miscellaneous files" -HOMEPAGE="https://savannah.gnu.org/projects/miscfiles/" -# http://www.unicode.org/Public/${UNI_PV}/ucd/UnicodeData.txt -SRC_URI="mirror://gnu/miscfiles/${P}.tar.gz - mirror://gentoo/UnicodeData-${UNI_PV}.txt.xz" - -LICENSE="GPL-2 unicode" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="minimal" - -# Collides with older versions/revisions -RDEPEND="!/dev/null ; then - ebegin "Regenerating cracklib dictionary" - create-cracklib-dict "${EPREFIX}"/usr/share/dict/* > /dev/null - eend $? - fi -} diff --git a/sys-apps/portage/metadata.xml b/sys-apps/portage/metadata.xml index 62e735578166..c66241962c33 100644 --- a/sys-apps/portage/metadata.xml +++ b/sys-apps/portage/metadata.xml @@ -16,9 +16,9 @@ Compiles native "C" extensions (speedups, instead of using python - backup code). Currently includes xattr and libc-locales. + backup code). Currently includes libc-locales. This should only be temporarily disabled for some bootstrapping - operations, etc.. Cross-compilation is not supported. + operations. Cross-compilation is not supported. Preserve extended attributes (filesystem-stored metadata) when installing files. Usually only required for hardened systems. diff --git a/sys-apps/portage/portage-2.3.1.ebuild b/sys-apps/portage/portage-2.3.1.ebuild index 4ea4ef79bac9..d54241fc4280 100644 --- a/sys-apps/portage/portage-2.3.1.ebuild +++ b/sys-apps/portage/portage-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,6 +44,7 @@ RDEPEND=" ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) + elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) @@ -128,7 +129,10 @@ python_prepare_all() { -i cnf/make.globals || die "sed failed" einfo "Adjusting repos.conf ..." - sed -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ + sed -e "s|^\(main-repo = \).*|\\1gentoo_prefix|" \ + -e "s|^\\[gentoo\\]|[gentoo_prefix]|" \ + -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ + -e "s|^\(sync-uri = \).*|\\1rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix|" \ -i cnf/repos.conf || die "sed failed" einfo "Adding FEATURES=force-prefix to make.globals ..." diff --git a/sys-apps/portage/portage-2.3.2.ebuild b/sys-apps/portage/portage-2.3.2.ebuild index a9c791052763..2d14017e7c7c 100644 --- a/sys-apps/portage/portage-2.3.2.ebuild +++ b/sys-apps/portage/portage-2.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,6 +44,7 @@ RDEPEND=" ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) + elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) @@ -124,7 +125,10 @@ python_prepare_all() { -i cnf/make.globals || die "sed failed" einfo "Adjusting repos.conf ..." - sed -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ + sed -e "s|^\(main-repo = \).*|\\1gentoo_prefix|" \ + -e "s|^\\[gentoo\\]|[gentoo_prefix]|" \ + -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ + -e "s|^\(sync-uri = \).*|\\1rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix|" \ -i cnf/repos.conf || die "sed failed" einfo "Adding FEATURES=force-prefix to make.globals ..." diff --git a/sys-apps/portage/portage-2.3.3.ebuild b/sys-apps/portage/portage-2.3.3.ebuild index cb5403e12488..75ee0b48cb20 100644 --- a/sys-apps/portage/portage-2.3.3.ebuild +++ b/sys-apps/portage/portage-2.3.3.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage" LICENSE="GPL-2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" SLOT="0" -IUSE="build doc epydoc +ipc linguas_ru native-extensions selinux xattr" +IUSE="build doc epydoc +ipc linguas_ru +native-extensions selinux xattr" DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') ) >=app-arch/tar-1.27 @@ -44,6 +44,7 @@ RDEPEND=" ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) + elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) @@ -129,7 +130,10 @@ python_prepare_all() { -i cnf/make.globals || die "sed failed" einfo "Adjusting repos.conf ..." - sed -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ + sed -e "s|^\(main-repo = \).*|\\1gentoo_prefix|" \ + -e "s|^\\[gentoo\\]|[gentoo_prefix]|" \ + -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ + -e "s|^\(sync-uri = \).*|\\1rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix|" \ -i cnf/repos.conf || die "sed failed" einfo "Adding FEATURES=force-prefix to make.globals ..." diff --git a/sys-apps/smartmontools/smartmontools-6.5.ebuild b/sys-apps/smartmontools/smartmontools-6.5.ebuild index 43244a8b4dbc..f1def8ba4d0e 100644 --- a/sys-apps/smartmontools/smartmontools-6.5.ebuild +++ b/sys-apps/smartmontools/smartmontools-6.5.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit subversion autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" fi DESCRIPTION="Tools to monitor storage systems to provide advanced warning of disk degradation" diff --git a/sys-apps/smartmontools/smartmontools-9999.ebuild b/sys-apps/smartmontools/smartmontools-9999.ebuild index 43244a8b4dbc..f1def8ba4d0e 100644 --- a/sys-apps/smartmontools/smartmontools-9999.ebuild +++ b/sys-apps/smartmontools/smartmontools-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit subversion autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" fi DESCRIPTION="Tools to monitor storage systems to provide advanced warning of disk degradation" diff --git a/sys-auth/libnss-cache/Manifest b/sys-auth/libnss-cache/Manifest index 2e67fdbb110f..dbf801b4c98f 100644 --- a/sys-auth/libnss-cache/Manifest +++ b/sys-auth/libnss-cache/Manifest @@ -1,3 +1 @@ -DIST libnss-cache-0.1.tar.gz 7371 SHA256 d7931100d0de9d4ce0e169d2bc06df85945495444d110f8fe57b312eb4464b94 SHA512 d85986a5e9704746f5c2dfad944699582f3342381f7c05f1084f2d60fa53c42d5d26e4f8996f3c979c898c9e0cdee72c15d082d1db7031defc127a37ea378500 WHIRLPOOL ad284363c4e5a4f33f378f97068f66a6cf0f21f8aff01fe6c0c0a37e396cf1340ba5c5ad576c9aa764d1c886ac2299b4bf59b2df787c855611ccc4ac7a8db289 -DIST libnss-cache-0.10.1.tar.gz 11339 SHA256 3dc52c23b9dca2c97c4e685f4cb0d61ac3f0337504f2852ebee2b654606013a2 SHA512 09de9234622df0e31d342134ce54475547694eee1fbca2ce61cfeab5b0000b9a21672c48db347221a14859d81cced8d85d298eda1b65c18f8b610b6a3761ea74 WHIRLPOOL 1b454dec80060c3da79c95505eae1a6463fdfe10335cd1e9e69f30b93f9e62caec7da517c87c0457e1d940d0e7d42700cdb179e72317d012ef29304e5530e3d8 DIST libnss-cache-0.10.2.tar.gz 11967 SHA256 8f0bd1583a0368534ae537552ffb667720134d94375d66b11898faf5cfba7728 SHA512 453624e85ff2692f0724f578ad72df76c96ecb2657eb3a701349025811af4e0c3ecf8e42c35a9a4eddabf4e731c361f4235d7cef34a61aec2e80e1b8728ea98f WHIRLPOOL 00f68545ac5f1a7b7cdb814650fadd29780006786e55398b5d1c6f0767c6039ab91685664f5471dadd7990195414ab7bb73fe7e50cfa5b74d38fc8758576c9f3 diff --git a/sys-auth/libnss-cache/files/libnss-cache-0.1-r1-make-install.patch b/sys-auth/libnss-cache/files/libnss-cache-0.1-r1-make-install.patch deleted file mode 100644 index 798aa2f0ef33..000000000000 --- a/sys-auth/libnss-cache/files/libnss-cache-0.1-r1-make-install.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- Makefile 2010-09-15 02:16:20.851387801 +0200 -+++ Makefile 2010-09-15 02:23:26.651387798 +0200 -@@ -1,21 +1,24 @@ --CC=gcc -+CC?=gcc - #CFLAGS=-Wall -fPIC -DDEBUG -g -O0 --CFLAGS=-Wall -fPIC -+CFLAGS+=-Wall -fPIC -+LDFLAGS+= - LIBRARY=libnss_cache.so.2.0 - LINKS=libnss_cache.so.2 libnss_cache.so -+DESTDIR?= - PREFIX=/usr - BUILD=.libs --LIBDIR=$(PREFIX)/lib -+LIBDIR?=$(PREFIX)/lib -+SONAME=libnss_cache.so.2 - - nss_cache: - [ -d $(BUILD) ] || mkdir $(BUILD) - $(CC) $(CFLAGS) -c nss_cache.c -o $(BUILD)/nss_cache.o -- $(CC) -shared -o $(BUILD)/$(LIBRARY) $(BUILD)/nss_cache.o -+ $(CC) -shared -Wl,-soname,$(SONAME) -o $(BUILD)/$(LIBRARY) $(BUILD)/nss_cache.o $(LDFLAGS) - - clean: - rm -rf $(BUILD) - - install: -- [ -d $(LIBDIR) ] || install -d $(LIBDIR) -- install $(BUILD)/$(LIBRARY) $(LIBDIR) -- cd $(LIBDIR); for link in $(LINKS); do ln -sf $(LIBRARY) $$link ; done -+ [ -d $(DESTDIR)$(LIBDIR) ] || install -d $(DESTDIR)$(LIBDIR) -+ install $(BUILD)/$(LIBRARY) $(DESTDIR)$(LIBDIR) -+ cd $(DESTDIR)$(LIBDIR); for link in $(LINKS); do ln -sf $(LIBRARY) $$link ; done diff --git a/sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild b/sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild deleted file mode 100644 index bcdc3c43d230..000000000000 --- a/sys-auth/libnss-cache/libnss-cache-0.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="libnss-cache is a library that serves nss lookups" -HOMEPAGE="https://github.com/google/nsscache" -SRC_URI="https://nsscache.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${PF}-make-install.patch -} - -src_compile() { - emake CC="$(tc-getCC)" || die -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die -} diff --git a/sys-auth/libnss-cache/libnss-cache-0.10.1.ebuild b/sys-auth/libnss-cache/libnss-cache-0.10.1.ebuild deleted file mode 100644 index ef32f412b96b..000000000000 --- a/sys-auth/libnss-cache/libnss-cache-0.10.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="libnss-cache is a library that serves nss lookups" -HOMEPAGE="https://github.com/google/nsscache" -SRC_URI="https://nsscache.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="multilib" - -src_prepare() { - epatch "${FILESDIR}"/${P}-make.patch - epatch "${FILESDIR}"/${PN}-0.10-fix-shadow-test.patch -} - -src_compile() { - emake CC="$(tc-getCC)" nss_cache || die - if use multilib && has_multilib_profile; then - emake CC="$(tc-getCC)" nss_cache32 || die - fi -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="${D}/usr/$(get_libdir)" install || die - if use multilib && has_multilib_profile; then - emake DESTDIR="${D}" LIBDIR="${D}/usr/$(get_libdir)" install32 || die - fi -} diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 7409bfd4ffef..8aeed5fc3425 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -95,8 +95,14 @@ DEPEND="${RDEPEND} ) ) test? ( - dev-libs/libisoburn + app-admin/genromfs + app-arch/cpio + app-arch/lzop app-emulation/qemu + dev-libs/libisoburn + sys-apps/miscfiles + sys-block/parted + sys-fs/squashfs-tools ) themes? ( app-arch/unzip @@ -137,6 +143,14 @@ src_prepare() { sed -i -e 's/^\* GRUB:/* GRUB2:/' -e 's/(grub)/(grub2)/' docs/grub.texi || die fi + # Nothing in Gentoo packages 'american-english' in the exact path + # wanted for the test, but all that is needed is a compressible text + # file, and we do have 'words' from miscfiles in the same path. + sed -i \ + -e '/CFILESSRC.*=/s,american-english,words,' \ + tests/util/grub-fs-tester.in \ + || die + if [[ -n ${GRUB_AUTOGEN} ]]; then python_setup bash autogen.sh || die diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest new file mode 100644 index 000000000000..4aa839ff1ec2 --- /dev/null +++ b/sys-cluster/kubectl/Manifest @@ -0,0 +1 @@ +DIST kubernetes-1.5.2.tar.gz 22165963 SHA256 e1c4050ff67d31a2a98d303785f52fbf5033c2f33b61d525a821fb82c8820eae SHA512 9c29767a356619cc6d4e49c37ab502706666e0857cad0695023b831d7a8d750169d9d7da55c35fbc109ad47466a1add7253196d816c96ca60468d5e41ca8876a WHIRLPOOL 07fa17d259669f548f295dc827fdb3850af203121a50e8885eb4d402c48c7ca06d4df798bea392fadaad0e70f70d46270c456f7e088dc0dd5b1618148c3e48fe diff --git a/sys-cluster/kubectl/kubectl-1.5.2.ebuild b/sys-cluster/kubectl/kubectl-1.5.2.ebuild new file mode 100644 index 000000000000..f6ac9b3e993e --- /dev/null +++ b/sys-cluster/kubectl/kubectl-1.5.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit user golang-build golang-vcs-snapshot + +EGO_PN="k8s.io/kubernetes/..." +ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="CLI to run commands against Kubernetes clusters" +HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" +SRC_URI="${ARCHIVE_URI}" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +DEPEND="dev-go/go-bindata" + +RESTRICT="test" + +src_prepare() { + default + sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" src/${EGO_PN%/*}/hack/lib/golang.sh || die + sed -i -e "/export PATH/d" src/${EGO_PN%/*}/hack/generate-bindata.sh || die +} + +src_compile() { + LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN%/*} WHAT=cmd/${PN} +} + +src_install() { + pushd src/${EGO_PN%/*} || die + dobin _output/bin/${PN} + popd || die +} diff --git a/sys-cluster/kubectl/metadata.xml b/sys-cluster/kubectl/metadata.xml new file mode 100644 index 000000000000..97df2a00971b --- /dev/null +++ b/sys-cluster/kubectl/metadata.xml @@ -0,0 +1,8 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + diff --git a/sys-fs/bindfs/Manifest b/sys-fs/bindfs/Manifest index f949658250fa..71b1706e147b 100644 --- a/sys-fs/bindfs/Manifest +++ b/sys-fs/bindfs/Manifest @@ -1,2 +1,3 @@ DIST bindfs-1.13.4.tar.gz 374364 SHA256 a0e7336e5b7c9a4aaca7ba15487675dbe5c8dac692ee7341e7fcb41dd410d014 SHA512 24f4f75b0fd45b4b9dc852f66e0dd0b6a5b9664afc4c465e4d3c0ce9a024b2f5be5cc9e5c779492bb4e407ec0fa32441723ca068b77ced03882fab52af572b2b WHIRLPOOL 3444dd1e79febb0a01f368c1e6b0948093a0118eb1373846317397f9e4e77b8bb498fc35f45d2839aa32f8b2674ec4b509e615fba8b4dd389f0ef1a540808f81 DIST bindfs-1.13.5.tar.gz 373253 SHA256 2814d1319e7425a5651d009a45e0269df7da9f18c6e7beca663148d7622c6ef3 SHA512 1de334e0ddfbd9f2a31c16959c1bee8b4609cd42dab234870a8cdd49697785f798c458e13a57723e4b3582f10e5a20ec29cc039fb562ff2114e0ccc120535e6d WHIRLPOOL 98f02d686ec2372ba59d542fd5dbcfb46c35f25fcd6d48c6945b09566762b72ab76ddfcce44b2fc1b72aff4159fa6807981ab518cd54d5b4621a3c91d800964b +DIST bindfs-1.13.6.tar.gz 374840 SHA256 3c654c2d5d9780189b87b19002ecdeb32d97914481f5f1f841f7585700f8df97 SHA512 d6c1845edc160419d50283995602cabff204b41d6116d89ffba4a7153482e803cacc45ae95e2e9b13c798b59a32aa4016a2b00cc51db1a5f6b720f09a97b87f1 WHIRLPOOL 392f16dfd024eb777db5dc9b103fcac313c848a7bca43bd8d35c990c089d6b45c2ebf9819ccb619029ae7b7bf15cd27f9381545133193d11f9a0e8707a445ca3 diff --git a/sys-fs/bindfs/bindfs-1.13.6.ebuild b/sys-fs/bindfs/bindfs-1.13.6.ebuild new file mode 100644 index 000000000000..cca310ff450e --- /dev/null +++ b/sys-fs/bindfs/bindfs-1.13.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="FUSE filesystem for bind mounting with altered permissions" +HOMEPAGE="http://bindfs.org/" +SRC_URI="http://bindfs.org/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=">=sys-fs/fuse-2.9" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +RESTRICT="test" + +src_configure() { + econf $(use_enable debug debug-output) +} diff --git a/sys-fs/snapraid/snapraid-11.0-r1.ebuild b/sys-fs/snapraid/snapraid-11.0-r1.ebuild index 82b10c337cdf..ea2da6b7d49b 100644 --- a/sys-fs/snapraid/snapraid-11.0-r1.ebuild +++ b/sys-fs/snapraid/snapraid-11.0-r1.ebuild @@ -4,6 +4,8 @@ EAPI=6 +inherit autotools + DESCRIPTION="a backup program for disk array for home media centers" HOMEPAGE="http://snapraid.sourceforge.net/" SRC_URI="https://github.com/amadvance/${PN}/releases/download/v${PV}/${P}.tar.gz" @@ -16,3 +18,8 @@ IUSE="test" DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" ) PATCHES=( "${FILESDIR}/${P}-minor.patch" ) + +src_prepare() { + default + eautoreconf +} diff --git a/sys-libs/ldb/files/ldb-1.1.29-disable-python.patch b/sys-libs/ldb/files/ldb-1.1.29-disable-python.patch new file mode 100644 index 000000000000..bc4120e8acf6 --- /dev/null +++ b/sys-libs/ldb/files/ldb-1.1.29-disable-python.patch @@ -0,0 +1,48 @@ +--- a/lib/tdb/wscript 2016-11-30 09:56:00.000000000 -0500 ++++ b/lib/tdb/wscript 2017-02-08 16:37:49.160987205 -0500 +@@ -77,16 +77,16 @@ + conf.env.standalone_tdb = conf.IN_LAUNCH_DIR() + conf.env.building_tdb = True + ++ conf.env.disable_python = getattr(Options.options, 'disable_python', False) ++ + if not conf.env.standalone_tdb: + if conf.CHECK_BUNDLED_SYSTEM_PKG('tdb', minversion=VERSION, + implied_deps='replace'): + conf.define('USING_SYSTEM_TDB', 1) + conf.env.building_tdb = False +- if conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytdb', 'tdb', minversion=VERSION): ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytdb', 'tdb', minversion=VERSION): + conf.define('USING_SYSTEM_PYTDB', 1) + +- conf.env.disable_python = getattr(Options.options, 'disable_python', False) +- + if (conf.CONFIG_SET('HAVE_ROBUST_MUTEXES') and + conf.env.building_tdb and + not conf.env.disable_tdb_mutex_locking): +--- a/lib/tevent/wscript 2016-10-07 00:45:35.000000000 -0400 ++++ b/lib/tevent/wscript 2017-02-08 16:39:22.478733175 -0500 +@@ -34,11 +34,13 @@ + + conf.env.standalone_tevent = conf.IN_LAUNCH_DIR() + ++ conf.env.disable_python = getattr(Options.options, 'disable_python', False) ++ + if not conf.env.standalone_tevent: + if conf.CHECK_BUNDLED_SYSTEM_PKG('tevent', minversion=VERSION, + onlyif='talloc', implied_deps='replace talloc'): + conf.define('USING_SYSTEM_TEVENT', 1) +- if conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytevent', 'tevent', minversion=VERSION): ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytevent', 'tevent', minversion=VERSION): + conf.define('USING_SYSTEM_PYTEVENT', 1) + + if conf.CHECK_FUNCS('epoll_create', headers='sys/epoll.h'): +@@ -61,8 +63,6 @@ + if not conf.CONFIG_SET('USING_SYSTEM_TEVENT'): + conf.DEFINE('TEVENT_NUM_SIGNALS', tevent_num_signals) + +- conf.env.disable_python = getattr(Options.options, 'disable_python', False) +- + if not conf.env.disable_python: + # also disable if we don't have the python libs installed + conf.find_program('python', var='PYTHON') diff --git a/sys-libs/ldb/ldb-1.1.29-r1.ebuild b/sys-libs/ldb/ldb-1.1.29-r1.ebuild new file mode 100644 index 000000000000..41bdfeea4e1b --- /dev/null +++ b/sys-libs/ldb/ldb-1.1.29-r1.ebuild @@ -0,0 +1,103 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads" + +inherit python-single-r1 waf-utils multilib-minimal eutils + +DESCRIPTION="An LDAP-like embedded database" +HOMEPAGE="http://ldb.samba.org" +SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="doc +ldap +python" + +RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) + dev-libs/popt[${MULTILIB_USEDEP}] + >=sys-libs/talloc-2.1.8[python?,${MULTILIB_USEDEP}] + >=sys-libs/tevent-0.9.31[python(+)?,${MULTILIB_USEDEP}] + >=sys-libs/tdb-1.3.12[python?,${MULTILIB_USEDEP}] + !!=net-fs/samba-4.0.0[ldb] + python? ( ${PYTHON_DEPS} ) + ldap? ( net-nds/openldap ) + " + +DEPEND="dev-libs/libxslt + doc? ( app-doc/doxygen ) + virtual/pkgconfig + ${PYTHON_DEPS} + ${RDEPEND}" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +WAF_BINARY="${S}/buildtools/bin/waf" + +MULTILIB_WRAPPED_HEADERS=( /usr/include/pyldb.h ) + +PATCHES=( + "${FILESDIR}"/${PN}-1.1.27-optional_packages.patch + "${FILESDIR}"/${P}-disable-python.patch +) + +pkg_setup() { + python-single-r1_pkg_setup +} + +src_prepare() { + default + multilib_copy_sources +} + +multilib_src_configure() { + local myconf=( + $(usex ldap '' --disable-ldap) \ + --disable-rpath \ + --disable-rpath-install --bundled-libraries=NONE \ + --with-modulesdir="${EPREFIX}"/usr/$(get_libdir)/samba \ + --builtin-libraries=NONE + ) + if ! multilib_is_native_abi; then + myconf+=( --disable-python ) + else + myconf+=( $(usex python '' '--disable-python') ) + fi + waf-utils_src_configure "${myconf[@]}" +} + +multilib_src_compile(){ + waf-utils_src_compile + multilib_is_native_abi && use doc && doxygen Doxyfile +} + +multilib_src_test() { + if multilib_is_native_abi; then + WAF_MAKE=1 \ + PATH=buildtools/bin:../../../buildtools/bin:$PATH:"${BUILD_DIR}"/bin/shared/private/ \ + LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"${BUILD_DIR}"/bin/shared/private/:"${BUILD_DIR}"/bin/shared \ + waf test || die + fi +} + +multilib_src_install() { + waf-utils_src_install + + if multilib_is_native_abi && use doc; then + doman apidocs/man/man3/*.3 + docinto html + dodoc -r apidocs/html/* + fi +} + +pkg_postinst() { + if has_version sys-auth/sssd; then + ewarn "You have sssd installed. It is known to break after ldb upgrades," + ewarn "so please try to rebuild it before reporting bugs." + ewarn "See https://bugs.gentoo.org/404281" + fi +} diff --git a/sys-libs/libchipcard/files/libchipcard-5.0.0-pcsc-lite-1.6.2.patch b/sys-libs/libchipcard/files/libchipcard-5.0.0-pcsc-lite-1.6.2.patch deleted file mode 100644 index c6109dc753a8..000000000000 --- a/sys-libs/libchipcard/files/libchipcard-5.0.0-pcsc-lite-1.6.2.patch +++ /dev/null @@ -1,33 +0,0 @@ -http://cvs.pld-linux.org/cgi-bin/cvsweb/packages/libchipcard/libchipcard-pcsc.patch?rev=1.1 - ---- src/lib/client/base/client_p.h -+++ src/lib/client/base/client_p.h -@@ -42,7 +42,7 @@ - SCARDCONTEXT scardContext; - - int pnpAvailable; -- SCARD_READERSTATE_A readerStates[MAX_READERS]; -+ SCARD_READERSTATE readerStates[MAX_READERS]; - int readerCount; - int lastUsedReader; - LPSTR readerList; ---- src/lib/client/base/client.c -+++ src/lib/client/base/client.c -@@ -865,7 +865,7 @@ - DBG_INFO(LC_LOGDOMAIN, "Creating reader \"%s\"", p); - i=cl->readerCount; - /* preset */ -- memset((void*) &(cl->readerStates[i]), 0, sizeof(SCARD_READERSTATE_A)); -+ memset((void*) &(cl->readerStates[i]), 0, sizeof(SCARD_READERSTATE)); - cl->readerStates[i].szReader=p; - cl->readerStates[i].dwCurrentState=SCARD_STATE_UNAWARE; - /* reader added */ -@@ -941,7 +941,7 @@ - assert(cl); - - /* clear reader list and reader status list */ -- memset((void*) &cl->readerStates, 0, sizeof(SCARD_READERSTATE_A)*MAX_READERS); -+ memset((void*) &cl->readerStates, 0, sizeof(SCARD_READERSTATE)*MAX_READERS); - cl->readerCount=0; - free(cl->readerList); - cl->readerList=NULL; diff --git a/sys-libs/librtas/files/librtas-1.3.3-open.patch b/sys-libs/librtas/files/librtas-1.3.3-open.patch deleted file mode 100644 index 46bdede6efdf..000000000000 --- a/sys-libs/librtas/files/librtas-1.3.3-open.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- librtas_src/syscall_rmo.bak 2010-02-01 10:38:01.000000000 -0500 -+++ librtas-1.3.3/librtas_src/syscall_rmo.c 2010-02-01 10:38:25.000000000 -0500 -@@ -117,7 +117,7 @@ - - /* Lazily open lock file */ - if (wa_config.lockfile_fd < 0) { -- wa_config.lockfile_fd = open(lockfile_path, O_CREAT | O_RDWR); -+ wa_config.lockfile_fd = open(lockfile_path, O_CREAT | O_RDWR, 644); - if (wa_config.lockfile_fd < 0) { - dbg1("could not open lockfile %s\n", lockfile_path); - return RTAS_IO_ASSERT; ---- librtas_src/common.bak 2010-02-01 10:37:34.000000000 -0500 -+++ librtas-1.3.3/librtas_src/common.c 2010-02-01 10:37:50.000000000 -0500 -@@ -65,7 +65,7 @@ - npaths = sizeof(proc_rtas_paths) / sizeof(char *); - for (i = 0; i < npaths; i++) { - sprintf(full_name, "%s/%s", proc_rtas_paths[i], name); -- fd = open(full_name, mode); -+ fd = open(full_name, mode, 644); - if (fd >= 0) - break; - } diff --git a/sys-libs/librtas/files/librtas-1.3.3-remove-doc.patch b/sys-libs/librtas/files/librtas-1.3.3-remove-doc.patch deleted file mode 100644 index 66d9aeaabeb5..000000000000 --- a/sys-libs/librtas/files/librtas-1.3.3-remove-doc.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- librtas-1.3.3.orig/Makefile 2007-04-12 15:01:01.000000000 -0500 -+++ librtas-1.3.3/Makefile 2007-05-29 11:55:54.000000000 -0500 -@@ -15,11 +15,9 @@ - @$(foreach d,$(SUBDIRS), $(MAKE) -C $d;) - - install: -- @$(call install_doc,$(FILES),$(DESTDIR)) - @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;) - - uninstall: -- @$(call uninstall_doc,$(FILES),$(DESTDIR)) - @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;) - - rpm: all diff --git a/sys-power/powertop/files/csstoh b/sys-power/powertop/files/csstoh deleted file mode 100644 index 51d1ec1372b0..000000000000 --- a/sys-power/powertop/files/csstoh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -in=$1 -out=$2 - -( -cat < "${out}" diff --git a/sys-power/powertop/files/powertop-1.98-build-cc.patch b/sys-power/powertop/files/powertop-1.98-build-cc.patch deleted file mode 100644 index 70beb81db3ba..000000000000 --- a/sys-power/powertop/files/powertop-1.98-build-cc.patch +++ /dev/null @@ -1,28 +0,0 @@ -From e2a8efc2d349880833215ccbe9ac6cb80cdfe5d0 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Tue, 23 Aug 2011 18:03:38 -0400 -Subject: [PATCH] allow control over the build compiler - -Signed-off-by: Mike Frysinger ---- - Makefile | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) - -diff --git a/Makefile b/Makefile -index f637bfe..75e6e63 100644 ---- a/Makefile -+++ b/Makefile -@@ -80,8 +80,9 @@ install: powertop - @(cd po/ && env LOCALESDIR=$(LOCALESDIR) DESTDIR=$(DESTDIR) $(MAKE) $@) - - -+BUILD_CC ?= gcc - csstoh: csstoh.c -- gcc -o csstoh csstoh.c -+ $(BUILD_CC) -o csstoh csstoh.c - - css.h: csstoh powertop.css - ./csstoh powertop.css css.h --- -1.7.6 - diff --git a/sys-power/powertop/files/powertop-1.98-build-libnl-3.patch b/sys-power/powertop/files/powertop-1.98-build-libnl-3.patch deleted file mode 100644 index bbe2b1c85737..000000000000 --- a/sys-power/powertop/files/powertop-1.98-build-libnl-3.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 21dcbd03507632c987e8c68b3efcf7b4a5d51147 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Wed, 18 Apr 2012 21:11:22 -0400 -Subject: [PATCH] use right libnl pkg-config name - -Signed-off-by: Mike Frysinger ---- - Makefile | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) - -diff --git a/Makefile b/Makefile -index 94ed2be..8a90b85 100644 ---- a/Makefile -+++ b/Makefile -@@ -39,8 +39,7 @@ endif - - ifeq ($(NL3FOUND),Y) - CPPFLAGS += -DCONFIG_LIBNL20 --LIBS += -lnl-genl --NLLIBNAME = libnl-3.0 -+NLLIBNAME = libnl-genl-3.0 - endif - - ifeq ($(NLLIBNAME),) --- -1.7.8.5 - diff --git a/sys-power/powertop/files/powertop-1.98-build.patch b/sys-power/powertop/files/powertop-1.98-build.patch deleted file mode 100644 index 8f130fdacebc..000000000000 --- a/sys-power/powertop/files/powertop-1.98-build.patch +++ /dev/null @@ -1,80 +0,0 @@ -From cafa47147fdc503103cda1e67e736ab95051e44a Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Tue, 23 Aug 2011 18:01:36 -0400 -Subject: [PATCH] use right flag names - -CFLAGS for the C compiler, CXXFLAGS for the C++ compiler, and -CPPFLAGS for preprocessor flags. - -Signed-off-by: Mike Frysinger ---- - Makefile | 20 ++++++++++++-------- - 1 files changed, 12 insertions(+), 8 deletions(-) - -diff --git a/Makefile b/Makefile -index b0b6cb7..bf9b79a 100644 ---- a/Makefile -+++ b/Makefile -@@ -2,9 +2,13 @@ all: powertop po/powertop.pot - - VERSION := 1.98 - --CFLAGS += -Wall -O2 -g -fno-omit-frame-pointer -fstack-protector -Wshadow -Wformat -D_FORTIFY_SOURCE=2 --CPPFLAGS += -Wall -O2 -g -fno-omit-frame-pointer --CXXFLAGS += -Wall -O2 -g -fno-omit-frame-pointer -fstack-protector -Wshadow -Wformat -D_FORTIFY_SOURCE=2 -+WFLAGS = -Wall -Wshadow -Wformat -+COMMON_FLAGS = -O2 -g -fno-omit-frame-pointer -fstack-protector -+CFLAGS ?= $(COMMON_FLAGS) -+CFLAGS += $(WFLAGS) -+CXXFLAGS ?= $(COMMON_FLAGS) -+CXXFLAGS += $(WFLAGS) -+CPPFLAGS += -D_FORTIFY_SOURCE=2 - PKG_CONFIG ?= pkg-config - - OBJS := lib.o main.o display.o html.o devlist.o -@@ -31,13 +35,13 @@ NLLIBNAME = libnl-1 - endif - - ifeq ($(NL2FOUND),Y) --CFLAGS += -DCONFIG_LIBNL20 -+CPPFLAGS += -DCONFIG_LIBNL20 - LIBS += -lnl-genl - NLLIBNAME = libnl-2.0 - endif - - ifeq ($(NL3FOUND),Y) --CFLAGS += -DCONFIG_LIBNL20 -+CPPFLAGS += -DCONFIG_LIBNL20 - LIBS += -lnl-genl - NLLIBNAME = libnl-3.0 - endif -@@ -47,7 +51,7 @@ $(error Cannot find development files for any supported version of libnl) - endif - - LIBS += $(shell $(PKG_CONFIG) --libs $(NLLIBNAME)) --CFLAGS += $(shell $(PKG_CONFIG) --cflags $(NLLIBNAME)) -+CPPFLAGS += $(shell $(PKG_CONFIG) --cflags $(NLLIBNAME)) - - - -@@ -70,7 +74,7 @@ clean: - rm -f *.o *~ powertop DEADJOE core.* */*.o */*~ csstoh css.h - - powertop: $(OBJS) $(HEADERS) -- $(CXX) $(OBJS) $(LIBS) -o powertop -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o powertop - @(cd po/ && $(MAKE)) - - install: powertop -@@ -90,7 +94,7 @@ css.h: csstoh powertop.css - %.o: %.cpp lib.h css.h Makefile - @echo " CC $<" - @[ -x /usr/bin/cppcheck ] && /usr/bin/cppcheck -q $< || : -- @$(CC) $(CFLAGS) -c -o $@ $< -+ @$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $< - - - uptrans: --- -1.7.8.5 - diff --git a/sys-power/powertop/files/powertop-1.98-gcc-4.7.patch b/sys-power/powertop/files/powertop-1.98-gcc-4.7.patch deleted file mode 100644 index 78d2d70e5ebb..000000000000 --- a/sys-power/powertop/files/powertop-1.98-gcc-4.7.patch +++ /dev/null @@ -1,151 +0,0 @@ -From b86877fb2f24563d74cd3faf7eceffcc8fa59299 Mon Sep 17 00:00:00 2001 -From: Han Shen -Date: Thu, 19 Apr 2012 12:14:08 -0400 -Subject: [PATCH] include unistd.h when necessary - -Older versions of gcc (pre-4.7) would implicitly include unistd.h in some -of its internal headers. With newer versions though, that is no longer -the case, so building powertop breaks with files that use things from the -unistd.h header but don't include it explicitly. - -Signed-off-by: Han Shen -Signed-off-by: Mike Frysinger ---- - cpu/intel_cpus.cpp | 1 + - devices/alsa.cpp | 2 +- - devices/device.cpp | 1 + - devices/i915-gpu.cpp | 2 +- - devices/network.cpp | 1 + - devices/rfkill.cpp | 2 +- - devices/thinkpad-fan.cpp | 1 + - devices/thinkpad-light.cpp | 1 + - html.cpp | 1 + - main.cpp | 1 + - 10 files changed, 10 insertions(+), 3 deletions(-) - -diff --git a/cpu/intel_cpus.cpp b/cpu/intel_cpus.cpp -index f42f3b4..bbbd460 100644 ---- a/cpu/intel_cpus.cpp -+++ b/cpu/intel_cpus.cpp -@@ -34,6 +34,7 @@ - #include - #include - #include -+#include - - #include "../lib.h" - #include "../parameters/parameters.h" -diff --git a/devices/alsa.cpp b/devices/alsa.cpp -index b0bcd3f..5100c36 100644 ---- a/devices/alsa.cpp -+++ b/devices/alsa.cpp -@@ -39,7 +39,7 @@ using namespace std; - #include "../devlist.h" - - #include -- -+#include - - alsa::alsa(char *_name, char *path): device() - { -diff --git a/devices/device.cpp b/devices/device.cpp -index c38b96c..9ce4509 100644 ---- a/devices/device.cpp -+++ b/devices/device.cpp -@@ -29,6 +29,7 @@ - #include - #include - #include -+#include - - using namespace std; - -diff --git a/devices/i915-gpu.cpp b/devices/i915-gpu.cpp -index a9dc899..ca2dad1 100644 ---- a/devices/i915-gpu.cpp -+++ b/devices/i915-gpu.cpp -@@ -28,7 +28,7 @@ - #include - #include - #include -- -+#include - - using namespace std; - -diff --git a/devices/network.cpp b/devices/network.cpp -index 5f3ddf2..72c766d 100644 ---- a/devices/network.cpp -+++ b/devices/network.cpp -@@ -33,6 +33,7 @@ - #include - #include - #include -+#include - - #include - -diff --git a/devices/rfkill.cpp b/devices/rfkill.cpp -index 5bf40c4..33a8fcd 100644 ---- a/devices/rfkill.cpp -+++ b/devices/rfkill.cpp -@@ -29,7 +29,7 @@ - #include - #include - #include -- -+#include - - using namespace std; - -diff --git a/devices/thinkpad-fan.cpp b/devices/thinkpad-fan.cpp -index 4ac3d11..8750c6e 100644 ---- a/devices/thinkpad-fan.cpp -+++ b/devices/thinkpad-fan.cpp -@@ -29,6 +29,7 @@ - #include - #include - #include -+#include - - #include "../lib.h" - -diff --git a/devices/thinkpad-light.cpp b/devices/thinkpad-light.cpp -index ba4c553..7e91637 100644 ---- a/devices/thinkpad-light.cpp -+++ b/devices/thinkpad-light.cpp -@@ -29,6 +29,7 @@ - #include - #include - #include -+#include - - #include "../lib.h" - -diff --git a/html.cpp b/html.cpp -index 0a4db2e..8260ed5 100644 ---- a/html.cpp -+++ b/html.cpp -@@ -29,6 +29,7 @@ - #include - #include - #include -+#include - - #include "css.h" - #include "lib.h" -diff --git a/main.cpp b/main.cpp -index 45a126e..0bbb4aa 100644 ---- a/main.cpp -+++ b/main.cpp -@@ -33,6 +33,7 @@ - #include - #include - #include -+#include - - #include "cpu/cpu.h" - #include "process/process.h" --- -1.7.8.5 - diff --git a/sys-power/powertop/files/powertop-2.2-cpu-add-new-Intel-cpuid.patch b/sys-power/powertop/files/powertop-2.2-cpu-add-new-Intel-cpuid.patch deleted file mode 100644 index 04f17a3b5e82..000000000000 --- a/sys-power/powertop/files/powertop-2.2-cpu-add-new-Intel-cpuid.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 6626761dec9b3d1e3053d214913f329ed27c468c Mon Sep 17 00:00:00 2001 -From: Kristen Carlson Accardi -Date: Tue, 19 Mar 2013 16:45:47 -0700 -Subject: [PATCH] cpu: add new Intel cpuid - -update cpu to support next generation Intel core processor ---- - src/cpu/cpu.cpp | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp -index 1eb340c..afe6a8c 100644 ---- a/src/cpu/cpu.cpp -+++ b/src/cpu/cpu.cpp -@@ -78,6 +78,7 @@ static class abstract_cpu * new_package(int package, int cpu, char * vendor, int - case 0x3A: /* IVB */ - case 0x3C: - case 0x3D: /* IVB Xeon */ -+ case 0x45: /* Next Gen Intel Core Processor */ - has_c2c7_res = 1; - ret = new class nhm_package; - break; -@@ -116,6 +117,7 @@ static class abstract_cpu * new_core(int core, int cpu, char * vendor, int famil - case 0x3A: /* IVB */ - case 0x3C: - case 0x3D: /* IVB Xeon */ -+ case 0x45: /* Next Gen Intel Core Processor */ - ret = new class nhm_core; - } - } -@@ -159,6 +161,7 @@ static class abstract_cpu * new_cpu(int number, char * vendor, int family, int m - case 0x3A: /* IVB */ - case 0x3C: - case 0x3D: /* IVB Xeon */ -+ case 0x45: /* Next Gen Intel Core Processor */ - ret = new class nhm_cpu; - } - } --- -1.8.1.2 - diff --git a/sys-power/powertop/files/powertop-2.2-use-package_version.patch b/sys-power/powertop/files/powertop-2.2-use-package_version.patch deleted file mode 100644 index f4ec6c3ed040..000000000000 --- a/sys-power/powertop/files/powertop-2.2-use-package_version.patch +++ /dev/null @@ -1,26 +0,0 @@ -It was missed to update POWERTOP_VERSION macro so that the -new v2.2 release still shows v2.1 string on the header of -ncurses window. Convert to use PACKAGE_VERSION macro which -set by autotools to the AC_INIT version so that it cannot -be missed anymore. - -Signed-off-by: Namhyung Kim ---- - src/lib.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/lib.h b/src/lib.h -index 8cf4632..209421a 100644 ---- a/src/lib.h -+++ b/src/lib.h -@@ -35,8 +35,8 @@ - - #define _(STRING) gettext(STRING) - --#define POWERTOP_VERSION "v2.1" --#define POWERTOP_SHORT_VERSION "2.1" -+#define POWERTOP_VERSION "v"PACKAGE_VERSION -+#define POWERTOP_SHORT_VERSION PACKAGE_VERSION - - - extern int get_max_cpu(void); diff --git a/sys-power/powertop/files/powertop-2.7-baytrail-msr.patch b/sys-power/powertop/files/powertop-2.7-baytrail-msr.patch deleted file mode 100644 index 9c4c17b3f8c1..000000000000 --- a/sys-power/powertop/files/powertop-2.7-baytrail-msr.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 037906c55374cbf045f197b43c22314617dbfc21 Mon Sep 17 00:00:00 2001 -From: Daniel Leung -Date: Wed, 25 Feb 2015 16:36:45 -0800 -Subject: [PATCH] Baytrail does not have core C7 MSR to read - -So do not acquire core C7 from MSR, or else it fails -and stops the program. - -Reported-by: Eoff, Ullysses A -Signed-off-by: Daniel Leung ---- - src/cpu/intel_cpus.cpp | 5 ----- - 1 file changed, 5 deletions(-) - -diff --git a/src/cpu/intel_cpus.cpp b/src/cpu/intel_cpus.cpp -index 04275e5..72ecd50 100644 ---- a/src/cpu/intel_cpus.cpp -+++ b/src/cpu/intel_cpus.cpp -@@ -135,11 +135,6 @@ nhm_core::nhm_core(int model) - if (model == 0x37) { - has_c3_res = 0; - has_c1_res = 1; -- this->byt_has_ahci(); -- if ((this->get_byt_ahci_support()) == 0) -- has_c7_res = 1;/*BYT-T PC7 <- S0iX*/ -- else -- has_c7_res = 0; - } else { - has_c3_res = 1; - has_c1_res = 0; --- -2.3.1 - diff --git a/sys-power/powertop/files/powertop-2.7-braswell.patch b/sys-power/powertop/files/powertop-2.7-braswell.patch deleted file mode 100644 index cabbed44ed03..000000000000 --- a/sys-power/powertop/files/powertop-2.7-braswell.patch +++ /dev/null @@ -1,81 +0,0 @@ -From 1c60f2342b752149f3d6543c63fee11a167dc998 Mon Sep 17 00:00:00 2001 -From: "David E. Box" -Date: Thu, 2 Apr 2015 21:24:29 -0700 -Subject: [PATCH] Fix Powertop support for Intel Braswell SOC - -Correct Braswell MSR used to determine PC6 residency. - -Signed-off-by: David E. Box ---- - src/cpu/intel_cpus.cpp | 21 +++++++++++++++++++-- - src/cpu/intel_cpus.h | 1 + - 2 files changed, 20 insertions(+), 2 deletions(-) - -diff --git a/src/cpu/intel_cpus.cpp b/src/cpu/intel_cpus.cpp -index d96cb49..1f3647a 100644 ---- a/src/cpu/intel_cpus.cpp -+++ b/src/cpu/intel_cpus.cpp -@@ -289,6 +289,7 @@ nhm_package::nhm_package(int model) - has_c8c9c10_res = 0; - has_c2c6_res = 0; - has_c7_res = 0; -+ has_c6c_res = 0; - - switch(model) { - case 0x2A: /* SNB */ -@@ -314,6 +315,9 @@ nhm_package::nhm_package(int model) - else - has_c7_res = 0; - } -+ /* BSW only exposes package C6 */ -+ else if (model == 0x4C) -+ has_c6c_res = 1; - else - has_c3_res = 1; - -@@ -360,7 +364,15 @@ void nhm_package::measurement_start(void) - - if (this->has_c3_res) - c3_before = get_msr(number, MSR_PKG_C3_RESIDENCY); -- c6_before = get_msr(number, MSR_PKG_C6_RESIDENCY); -+ -+ /* -+ * Hack for Braswell where C7 MSR is actually BSW C6 -+ */ -+ if (this->has_c6c_res) -+ c6_before = get_msr(number, MSR_PKG_C7_RESIDENCY); -+ else -+ c6_before = get_msr(number, MSR_PKG_C6_RESIDENCY); -+ - if (this->has_c7_res) - c7_before = get_msr(number, MSR_PKG_C7_RESIDENCY); - if (this->has_c8c9c10_res) { -@@ -401,7 +413,12 @@ void nhm_package::measurement_end(void) - - if (this->has_c3_res) - c3_after = get_msr(number, MSR_PKG_C3_RESIDENCY); -- c6_after = get_msr(number, MSR_PKG_C6_RESIDENCY); -+ -+ if (this->has_c6c_res) -+ c6_after = get_msr(number, MSR_PKG_C7_RESIDENCY); -+ else -+ c6_after = get_msr(number, MSR_PKG_C6_RESIDENCY); -+ - if (this->has_c7_res) - c7_after = get_msr(number, MSR_PKG_C7_RESIDENCY); - if (has_c8c9c10_res) { -diff --git a/src/cpu/intel_cpus.h b/src/cpu/intel_cpus.h -index 810a243..0331069 100644 ---- a/src/cpu/intel_cpus.h -+++ b/src/cpu/intel_cpus.h -@@ -77,6 +77,7 @@ public: - int has_c7_res; - int has_c2c6_res; - int has_c3_res; -+ int has_c6c_res; /* BSW */ - int has_c8c9c10_res; - nhm_package(int model); - virtual void measurement_start(void); --- -2.4.4 - diff --git a/sys-power/powertop/files/powertop-2.7-broadwell.patch b/sys-power/powertop/files/powertop-2.7-broadwell.patch deleted file mode 100644 index 7a1ed6f1ff33..000000000000 --- a/sys-power/powertop/files/powertop-2.7-broadwell.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 60258e6149a420b45521201e02f39cf41839e081 Mon Sep 17 00:00:00 2001 -From: Alexandra Yates -Date: Wed, 22 Oct 2014 06:57:10 -0700 -Subject: [PATCH] Enable PowerTOP support for: BSW, BDW-H - -Added PowerTOP support for BSW and BDW-H platforms. - -Signed-off-by: Alexandra Yates ---- - src/cpu/intel_cpus.cpp | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/cpu/intel_cpus.cpp b/src/cpu/intel_cpus.cpp -index 167f1a7..d307aa1 100644 ---- a/src/cpu/intel_cpus.cpp -+++ b/src/cpu/intel_cpus.cpp -@@ -59,6 +59,8 @@ static int intel_cpu_models[] = { - 0x3D, /* Intel Next Generation */ - 0x3F, /* HSX */ - 0x46, /* HSW */ -+ 0x47, /* BDW-H */ -+ 0x4C, /* BSW */ - 0x4D, /* AVN */ - 0x4F, /* BDX */ - 0x56, /* BDX-DE */ --- -2.4.4 - diff --git a/sys-power/powertop/files/powertop-2.7-skylake-2.patch b/sys-power/powertop/files/powertop-2.7-skylake-2.patch deleted file mode 100644 index be5f0a3789ee..000000000000 --- a/sys-power/powertop/files/powertop-2.7-skylake-2.patch +++ /dev/null @@ -1,37 +0,0 @@ -From a7ddbd00f84253da38acc393e38f1c4db4263864 Mon Sep 17 00:00:00 2001 -From: Alexandra Yates -Date: Thu, 16 Apr 2015 14:36:29 -0700 -Subject: [PATCH] Add C7- C10 support for Intel SKY - -Add C7 to C10 support for Intel SKY for CPU idle. - -Signed-off-by: Alexandra Yates ---- - src/cpu/intel_cpus.cpp | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/cpu/intel_cpus.cpp b/src/cpu/intel_cpus.cpp -index 72ecd50..d96cb49 100644 ---- a/src/cpu/intel_cpus.cpp -+++ b/src/cpu/intel_cpus.cpp -@@ -63,7 +63,7 @@ static int intel_cpu_models[] = { - 0x4C, /* BSW */ - 0x4D, /* AVN */ - 0x4F, /* BDX */ -- 0x4E, /* Intel Next Generation */ -+ 0x4E, /* SKY */ - 0x56, /* BDX-DE */ - 0 /* last entry must be zero */ - }; -@@ -318,7 +318,7 @@ nhm_package::nhm_package(int model) - has_c3_res = 1; - - /* Haswell-ULT has C8/9/10*/ -- if (model == 0x45 || model ==0x3D) -+ if (model == 0x45 || model == 0x3D || model == 0x4E) - has_c8c9c10_res = 1; - } - --- -2.4.4 - diff --git a/sys-power/powertop/files/powertop-2.7-skylake.patch b/sys-power/powertop/files/powertop-2.7-skylake.patch deleted file mode 100644 index 50781dd2468d..000000000000 --- a/sys-power/powertop/files/powertop-2.7-skylake.patch +++ /dev/null @@ -1,58 +0,0 @@ -From 761e87f1ccd3b5364b5518d7e29f4b7b8a6b8490 Mon Sep 17 00:00:00 2001 -From: Alexandra Yates -Date: Wed, 21 Jan 2015 16:55:59 -0800 -Subject: [PATCH] Adding support to SKY platforms. - -Adding Intel SKY platform support to PowerTOP - -Signed-off-by: Alexandra Yates ---- - src/cpu/intel_cpus.cpp | 9 ++++++--- - 1 file changed, 6 insertions(+), 3 deletions(-) - -diff --git a/src/cpu/intel_cpus.cpp b/src/cpu/intel_cpus.cpp -index d307aa1..04275e5 100644 ---- a/src/cpu/intel_cpus.cpp -+++ b/src/cpu/intel_cpus.cpp -@@ -51,18 +51,19 @@ static int intel_cpu_models[] = { - 0x2C, /* Westmere */ - 0x2A, /* SNB */ - 0x2D, /* SNB Xeon */ -+ 0x37, /* BYT-M */ - 0x3A, /* IVB */ - 0x3C, -+ 0x3D, /* Broadwell */ - 0x3E, /* IVB Xeon */ -- 0x37, /* BYT-M */ -- 0x45, /* HSW-ULT */ -- 0x3D, /* Intel Next Generation */ - 0x3F, /* HSX */ -+ 0x45, /* HSW-ULT */ - 0x46, /* HSW */ - 0x47, /* BDW-H */ - 0x4C, /* BSW */ - 0x4D, /* AVN */ - 0x4F, /* BDX */ -+ 0x4E, /* Intel Next Generation */ - 0x56, /* BDX-DE */ - 0 /* last entry must be zero */ - }; -@@ -125,6 +126,7 @@ nhm_core::nhm_core(int model) - case 0x3C: - case 0x3E: /* IVB Xeon */ - case 0x45: /* HSW-ULT */ -+ case 0x4E: /* SKY */ - case 0x3D: /* Intel Next Generation */ - has_c7_res = 1; - } -@@ -300,6 +302,7 @@ nhm_package::nhm_package(int model) - case 0x3C: - case 0x3E: /* IVB Xeon */ - case 0x45: /* HSW-ULT */ -+ case 0x4E: /* SKY */ - case 0x3D: /* Intel Next Generation */ - has_c2c6_res=1; - has_c7_res = 1; --- -2.4.4 - diff --git a/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch b/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch deleted file mode 100644 index 987b302abe4f..000000000000 --- a/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig 2010-01-14 15:39:07.000000000 +0100 -+++ Makefile 2010-01-14 15:39:40.000000000 +0100 -@@ -96,14 +96,14 @@ - ./load insthier -lbg-installer -lbg - mv insthier installer - --instcheck: load insthier.o -+instcheck: load insthier.o installer instshow - ./load insthier -lbg-instcheck -lbg - mv insthier instcheck - - insthier.o: compile insthier.c conf_bin.c - ./compile insthier.c - --instshow: load insthier.o -+instshow: load insthier.o installer - ./load insthier -lbg-instshow -lbg - mv insthier instshow - diff --git a/sys-process/dcron/files/dcron.logrotate b/sys-process/dcron/files/dcron.logrotate deleted file mode 100644 index 0577ad1186ae..000000000000 --- a/sys-process/dcron/files/dcron.logrotate +++ /dev/null @@ -1,3 +0,0 @@ -/var/log/cron.log { - copytruncate -} diff --git a/sys-process/prll/files/0.5-prefix.patch b/sys-process/prll/files/0.5-prefix.patch deleted file mode 100644 index dcf2314fb5d0..000000000000 --- a/sys-process/prll/files/0.5-prefix.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/prll.sh b/prll.sh -index 45a4fa4..f3ec39f 100644 ---- a/prll.sh -+++ b/prll.sh -@@ -41,7 +41,7 @@ function prll() { - EOF - [[ -z "$1" ]] && return 1 || return 0 - fi -- /usr/bin/which prll_qer > /dev/null -+ @GENTOO_PORTAGE_EPREFIX@/usr/bin/which prll_qer > /dev/null - if [[ $? -ne 0 ]] ; then - echo "PRLL: Missing prll_qer." 1>&2 - return 1 -@@ -51,14 +51,14 @@ function prll() { - local prll_unbuffer=yes - shift - else -- /usr/bin/which prll_bfr > /dev/null -+ @GENTOO_PORTAGE_EPREFIX@/usr/bin/which prll_bfr > /dev/null - if [[ $? -ne 0 ]] ; then - echo "PRLL: Missing prll_bfr." 1>&2 - return 1 - fi - fi - if [[ -z $PRLL_NR_CPUS ]] ; then -- /usr/bin/which grep > /dev/null -+ @GENTOO_PORTAGE_EPREFIX@/usr/bin/which grep > /dev/null - if [[ $? -ne 0 || ! -a /proc/cpuinfo ]] ; then - echo "PRLL: Environment variable PRLL_NR_CPUS is not set" 1>&2 - echo "PRLL: and either the grep utility is missing or" 1>&2 diff --git a/sys-process/vixie-cron/files/cron.pam.d b/sys-process/vixie-cron/files/cron.pam.d deleted file mode 100644 index e09d6f8d8325..000000000000 --- a/sys-process/vixie-cron/files/cron.pam.d +++ /dev/null @@ -1,7 +0,0 @@ -#%PAM-1.0 - -account required pam_unix.so - -auth required pam_unix.so - -session required pam_limits.so diff --git a/sys-process/vixie-cron/files/vixie-cron.rc6 b/sys-process/vixie-cron/files/vixie-cron.rc6 deleted file mode 100644 index 9dfa7dc60ba7..000000000000 --- a/sys-process/vixie-cron/files/vixie-cron.rc6 +++ /dev/null @@ -1,22 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -depend() { - use clock logger - need localmount - provide cron -} - -start() { - ebegin "Starting vixie-cron" - start-stop-daemon --start --quiet --exec /usr/sbin/cron - eend $? -} - -stop() { - ebegin "Stopping vixie-cron" - start-stop-daemon --stop --quiet --pidfile /var/run/cron.pid - eend $? -} diff --git a/www-apache/mod_perl/files/mod_perl_init_b554794.patch b/www-apache/mod_perl/files/mod_perl_init_b554794.patch deleted file mode 100644 index b33a34a6efd2..000000000000 --- a/www-apache/mod_perl/files/mod_perl_init_b554794.patch +++ /dev/null @@ -1,241 +0,0 @@ ---- a/src/modules/perl/modperl_env.c.orig 2015-12-28 11:42:26.604632457 +0100 -+++ b/src/modules/perl/modperl_env.c 2015-12-28 12:36:35.305228288 +0100 -@@ -120,6 +120,7 @@ - const apr_array_header_t *array; - apr_table_entry_t *elts; - -+ modperl_env_init(aTHX); - modperl_env_untie(mg_flags); - - array = apr_table_elts(table); -@@ -431,13 +432,11 @@ - } - - /* to store the original virtual tables -- * these are global, not per-interpreter -+ * handy access to perl's original virtual tables - */ --static MGVTBL MP_PERL_vtbl_env; --static MGVTBL MP_PERL_vtbl_envelem; - - #define MP_PL_vtbl_call(name, meth) \ -- MP_PERL_vtbl_##name.svt_##meth(aTHX_ sv, mg) -+ PL_vtbl_##name.svt_##meth(aTHX_ sv, mg) - - #define MP_dENV_KEY \ - STRLEN klen; \ -@@ -534,6 +533,26 @@ - return 0; - } - -+static int modperl_env_magic_copy(pTHX_ SV *sv, MAGIC *mg, SV *nsv, const char *name, I32 namlen) -+{ -+ MP_TRACE_e(MP_FUNC, "setting up %%ENV element magic"); -+ sv_magicext(nsv, mg->mg_obj, toLOWER(mg->mg_type), &MP_vtbl_envelem, name, namlen); -+ -+ return 1; -+} -+ -+static int modperl_env_magic_local_all(pTHX_ SV *nsv, MAGIC *mg) -+{ -+ MAGIC *nmg; -+ MP_TRACE_e(MP_FUNC, "localizing %%ENV"); -+ nmg = sv_magicext(nsv, mg->mg_obj, mg->mg_type, &MP_vtbl_env, (char*)NULL, 0); -+ nmg->mg_ptr = mg->mg_ptr; -+ nmg->mg_flags |= MGf_COPY; -+ nmg->mg_flags |= MGf_LOCAL; -+ -+ return 1; -+} -+ - static int modperl_env_magic_set(pTHX_ SV *sv, MAGIC *mg) - { - request_rec *r = (request_rec *)EnvMgObj; -@@ -625,15 +644,18 @@ - #endif - - /* override %ENV virtual tables with our own */ --static MGVTBL MP_vtbl_env = { -+MGVTBL MP_vtbl_env = { - 0, - modperl_env_magic_set_all, - 0, - modperl_env_magic_clear_all, -- 0 -+ 0, -+ modperl_env_magic_copy, -+ 0, -+ modperl_env_magic_local_all - }; - --static MGVTBL MP_vtbl_envelem = { -+MGVTBL MP_vtbl_envelem = { - 0, - modperl_env_magic_set, - 0, -@@ -641,20 +663,62 @@ - 0 - }; - --void modperl_env_init(void) -+void modperl_env_init(pTHX) - { -- /* save originals */ -- StructCopy(&PL_vtbl_env, &MP_PERL_vtbl_env, MGVTBL); -- StructCopy(&PL_vtbl_envelem, &MP_PERL_vtbl_envelem, MGVTBL); -+ MAGIC *mg; - -- /* replace with our versions */ -- StructCopy(&MP_vtbl_env, &PL_vtbl_env, MGVTBL); -- StructCopy(&MP_vtbl_envelem, &PL_vtbl_envelem, MGVTBL); -+ /* Find the 'E' magic on %ENV */ -+ if (!my_perl) -+ return; -+ if (!PL_envgv) -+ return; -+ if (!SvRMAGICAL(ENVHV)) -+ return; -+ mg = mg_find((const SV *)ENVHV, PERL_MAGIC_env); -+ if (!mg) -+ return; -+ -+ /* Ignore it if it isn't perl's original version */ -+ if (mg->mg_virtual != &PL_vtbl_env) -+ return; -+ -+ MP_TRACE_e(MP_FUNC, "env_init - ptr: %x obj: %x flags: %x", -+ mg->mg_ptr, mg->mg_obj, mg->mg_flags); -+ -+ /* Remove it */ -+ mg_free_type((SV*)ENVHV, PERL_MAGIC_env); -+ -+ /* Add our version instead */ -+ mg = sv_magicext((SV*)ENVHV, (SV*)NULL, PERL_MAGIC_env, &MP_vtbl_env, (char*)NULL, 0); -+ mg->mg_flags |= MGf_COPY; -+ mg->mg_flags |= MGf_LOCAL; - } - --void modperl_env_unload(void) -+void modperl_env_unload(pTHX) - { -- /* restore originals */ -- StructCopy(&MP_PERL_vtbl_env, &PL_vtbl_env, MGVTBL); -- StructCopy(&MP_PERL_vtbl_envelem, &PL_vtbl_envelem, MGVTBL); -+ MAGIC *mg; -+ -+ /* Find the 'E' magic on %ENV */ -+ if (!my_perl) -+ return; -+ if (!PL_envgv) -+ return; -+ if (!SvRMAGICAL(ENVHV)) -+ return; -+ mg = mg_find((const SV *)ENVHV, PERL_MAGIC_env); -+ if (!mg) -+ return; -+ -+ /* Ignore it if it isn't our version */ -+ if (mg->mg_virtual != &MP_vtbl_env) -+ return; -+ -+ MP_TRACE_e(MP_FUNC, "env_unload - ptr: %x obj: %x flags: %x", -+ mg->mg_ptr, mg->mg_obj, mg->mg_flags); -+ -+ /* Remove it */ -+ mg_free_type((SV*)ENVHV, PERL_MAGIC_env); -+ -+ /* Restore perl's original version */ -+ sv_magicext((SV*)ENVHV, (SV*)NULL, PERL_MAGIC_env, &PL_vtbl_env, (char*)NULL, 0); - } ---- a/src/modules/perl/modperl_env.h.orig 2015-12-28 11:42:34.868727490 +0100 -+++ b/src/modules/perl/modperl_env.h 2015-12-28 12:37:47.730041274 +0100 -@@ -28,7 +28,7 @@ - MP_magical_tie(ENVHV, mg_flags) - - #define modperl_envelem_tie(sv, key, klen) \ -- sv_magic(sv, (SV *)NULL, 'e', key, klen) -+ sv_magicext(sv, (SV *)NULL, PERL_MAGIC_envelem, &MP_vtbl_envelem, key, klen) - - void modperl_env_hash_keys(pTHX); - -@@ -58,8 +58,11 @@ - - void modperl_env_request_untie(pTHX_ request_rec *r); - --void modperl_env_init(void); -+void modperl_env_init(pTHX); - --void modperl_env_unload(void); -+void modperl_env_unload(pTHX); -+ -+MGVTBL MP_vtbl_env; -+MGVTBL MP_vtbl_envelem; - - #endif /* MODPERL_ENV_H */ -Index: trunk/src/modules/perl/modperl_perl.c -=================================================================== ---- trunk/src/modules/perl/modperl_perl.c (revision 1717473) -+++ trunk/src/modules/perl/modperl_perl.c (revision 1717474) -@@ -181,6 +181,8 @@ - } - } - -+ modperl_env_unload(perl); -+ - perl_destruct(perl); - - /* XXX: big bug in 5.6.1 fixed in 5.7.2+ -Index: trunk/src/modules/perl/mod_perl.c -=================================================================== ---- trunk/src/modules/perl/mod_perl.c (revision 1717473) -+++ trunk/src/modules/perl/mod_perl.c (revision 1717474) -@@ -262,6 +262,8 @@ - exit(1); - } - -+ modperl_env_init(aTHX); -+ - /* suspend END blocks to be run at server shutdown */ - endav = PL_endav; - PL_endav = (AV *)NULL; -@@ -576,9 +578,6 @@ - /* modifies PL_ppaddr */ - modperl_perl_pp_set_all(); - -- /* modifies PL_vtbl_env{elem} */ -- modperl_env_init(); -- - return APR_SUCCESS; - } - -@@ -597,8 +596,6 @@ - - MP_TRACE_i(MP_FUNC, "mod_perl sys term"); - -- modperl_env_unload(); -- - modperl_perl_pp_unset_all(); - - PERL_SYS_TERM(); -Index: trunk/t/response/TestModperl/env.pm -=================================================================== ---- trunk/t/response/TestModperl/env.pm (revision 1717473) -+++ trunk/t/response/TestModperl/env.pm (revision 1717474) -@@ -15,7 +15,7 @@ - sub handler { - my $r = shift; - -- plan $r, tests => 23 + keys(%ENV); -+ plan $r, tests => 23 + 3 * keys(%ENV); - - my $env = $r->subprocess_env; - -@@ -75,6 +75,8 @@ - for my $key (sort keys %ENV) { - eval { delete $ENV{$key}; }; - ok t_cmp($@, '', $key); -+ ok t_cmp($ENV{$key}, undef, "ENV{$key} is empty"); -+ ok t_cmp($env->get($key), undef, "subprocess_env($key) is empty"); - } - - Apache2::Const::OK; diff --git a/www-apache/mod_whatkilledus/files/gen_test_char.c b/www-apache/mod_whatkilledus/files/gen_test_char.c deleted file mode 100644 index 587583aed609..000000000000 --- a/www-apache/mod_whatkilledus/files/gen_test_char.c +++ /dev/null @@ -1,121 +0,0 @@ -/* Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include "apr.h" -#include "apr_lib.h" - -#if APR_HAVE_STDIO_H -#include -#endif -#if APR_HAVE_STRING_H -#include -#endif - -/* A bunch of functions in util.c scan strings looking for certain characters. - * To make that more efficient we encode a lookup table. - */ -#define T_ESCAPE_SHELL_CMD (0x01) -#define T_ESCAPE_PATH_SEGMENT (0x02) -#define T_OS_ESCAPE_PATH (0x04) -#define T_HTTP_TOKEN_STOP (0x08) -#define T_ESCAPE_LOGITEM (0x10) -#define T_ESCAPE_FORENSIC (0x20) - -int main(int argc, char *argv[]) -{ - unsigned c; - unsigned char flags; - - printf("/* this file is automatically generated by gen_test_char, " - "do not edit */\n" - "#define T_ESCAPE_SHELL_CMD (%u)\n" - "#define T_ESCAPE_PATH_SEGMENT (%u)\n" - "#define T_OS_ESCAPE_PATH (%u)\n" - "#define T_HTTP_TOKEN_STOP (%u)\n" - "#define T_ESCAPE_LOGITEM (%u)\n" - "#define T_ESCAPE_FORENSIC (%u)\n" - "\n" - "static const unsigned char test_char_table[256] = {", - T_ESCAPE_SHELL_CMD, - T_ESCAPE_PATH_SEGMENT, - T_OS_ESCAPE_PATH, - T_HTTP_TOKEN_STOP, - T_ESCAPE_LOGITEM, - T_ESCAPE_FORENSIC); - - for (c = 0; c < 256; ++c) { - flags = 0; - if (c % 20 == 0) - printf("\n "); - - /* escape_shell_cmd */ -#if defined(WIN32) || defined(OS2) - /* Win32/OS2 have many of the same vulnerable characters - * as Unix sh, plus the carriage return and percent char. - * The proper escaping of these characters varies from unix - * since Win32/OS2 use carets or doubled-double quotes, - * and neither lf nor cr can be escaped. We escape unix - * specific as well, to assure that cross-compiled unix - * applications behave similiarly when invoked on win32/os2. - * - * Rem please keep in-sync with apr's list in win32/filesys.c - */ - if (c && strchr("&;`'\"|*?~<>^()[]{}$\\\n\r%", c)) { - flags |= T_ESCAPE_SHELL_CMD; - } -#else - if (c && strchr("&;`'\"|*?~<>^()[]{}$\\\n", c)) { - flags |= T_ESCAPE_SHELL_CMD; - } -#endif - - if (!apr_isalnum(c) && !strchr("$-_.+!*'(),:@&=~", c)) { - flags |= T_ESCAPE_PATH_SEGMENT; - } - - if (!apr_isalnum(c) && !strchr("$-_.+!*'(),:@&=/~", c)) { - flags |= T_OS_ESCAPE_PATH; - } - - /* these are the "tspecials" from RFC2068 */ - if (c && (apr_iscntrl(c) || strchr(" \t()<>@,;:\\/[]?={}", c))) { - flags |= T_HTTP_TOKEN_STOP; - } - - /* For logging, escape all control characters, - * double quotes (because they delimit the request in the log file) - * backslashes (because we use backslash for escaping) - * and 8-bit chars with the high bit set - */ - if (c && (!apr_isprint(c) || c == '"' || c == '\\' || apr_iscntrl(c))) { - flags |= T_ESCAPE_LOGITEM; - } - - /* For forensic logging, escape all control characters, top bit set, - * :, | (used as delimiters) and % (used for escaping). - */ - if (!apr_isprint(c) || c == ':' || c == '|' || c == '%' - || apr_iscntrl(c) || !c) { - flags |= T_ESCAPE_FORENSIC; - } - - printf("%u%c", flags, (c < 255) ? ',' : ' '); - } - - printf("\n};\n"); - - return 0; -} diff --git a/www-apache/passenger/files/passenger-4.0.10-gentoo.patch b/www-apache/passenger/files/passenger-4.0.10-gentoo.patch deleted file mode 100644 index 808f988c7a72..000000000000 --- a/www-apache/passenger/files/passenger-4.0.10-gentoo.patch +++ /dev/null @@ -1,48 +0,0 @@ ---- build/packaging.rb.~1~ 2013-07-09 10:10:02.000000000 +0200 -+++ build/packaging.rb 2013-07-17 10:25:33.287663252 +0200 -@@ -184,7 +184,7 @@ - require 'rbconfig' - require 'fileutils' - include RbConfig -- fakeroot = "pkg/fakeroot" -+ fakeroot = ENV['DISTDIR'] - - # We don't use CONFIG['archdir'] and the like because we want - # the files to be installed to /usr, and the Ruby interpreter ---- build/packaging.rb.~1~ 2013-07-17 13:06:40.199882060 +0200 -+++ build/packaging.rb 2013-07-17 13:18:31.444209611 +0200 -@@ -189,9 +189,9 @@ - # We don't use CONFIG['archdir'] and the like because we want - # the files to be installed to /usr, and the Ruby interpreter - # on the packaging machine might be in /usr/local. -- fake_rubylibdir = "#{fakeroot}/usr/lib/ruby/vendor_ruby" -+ fake_rubylibdir = "#{fakeroot}#{CONFIG['vendordir']}" - fake_libdir = "#{fakeroot}/usr/lib/passenger" -- fake_native_support_dir = "#{fakeroot}/usr/lib/ruby/#{CONFIG['ruby_version']}/#{CONFIG['arch']}" -+ fake_native_support_dir = "#{fakeroot}#{CONFIG['archdir']}" - fake_agents_dir = "#{fakeroot}/usr/lib/#{GLOBAL_NAMESPACE_DIRNAME}/agents" - fake_helper_scripts_dir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}/helper-scripts" - fake_resources_dir = "#{fakeroot}/usr/share/passenger" ---- build/packaging.rb.~1~ 2013-07-17 13:19:21.434826846 +0200 -+++ build/packaging.rb 2013-07-17 13:21:42.954912287 +0200 -@@ -276,10 +276,6 @@ - sh "cp bin/#{exe} #{fake_sbindir}/" - end - -- # Apache 2 module -- sh "mkdir -p #{fake_apache2_module_dir}" -- sh "cp #{APACHE2_MODULE} #{fake_apache2_module_dir}/" -- - # Ruby extension sources - sh "mkdir -p #{fake_ruby_extension_source_dir}" - sh "cp -R #{PhusionPassenger.ruby_extension_source_dir}/* #{fake_ruby_extension_source_dir}" ---- build/packaging.rb.~1~ 2013-07-17 13:25:51.440038844 +0200 -+++ build/packaging.rb 2013-07-17 13:33:30.151365870 +0200 -@@ -203,7 +203,6 @@ - fake_apache2_module = "#{fake_apache2_module_dir}/mod_passenger.so" - fake_ruby_extension_source_dir = "#{fakeroot}/usr/share/passenger/ruby_extension_source" - -- sh "rm -rf #{fakeroot}" - sh "mkdir -p #{fakeroot}" - - # Ruby sources diff --git a/www-apache/passenger/files/passenger-4.0.18-gentoo.patch b/www-apache/passenger/files/passenger-4.0.18-gentoo.patch deleted file mode 100644 index 7eb7c3392062..000000000000 --- a/www-apache/passenger/files/passenger-4.0.18-gentoo.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- build/packaging.rb.~1~ 2013-09-14 10:09:56.000000000 +0200 -+++ build/packaging.rb 2013-10-05 15:03:51.474846961 +0200 -@@ -306,14 +306,14 @@ - require 'rbconfig' - require 'fileutils' - include RbConfig -- fakeroot = "pkg/fakeroot" -+ fakeroot = ENV['DISTDIR'] - - # We don't use CONFIG['archdir'] and the like because we want - # the files to be installed to /usr, and the Ruby interpreter - # on the packaging machine might be in /usr/local. -- fake_rubylibdir = "#{fakeroot}/usr/lib/ruby/vendor_ruby" -+ fake_rubylibdir = "#{fakeroot}#{CONFIG['vendordir']}" - fake_libdir = "#{fakeroot}/usr/lib/#{GLOBAL_NAMESPACE_DIRNAME}" -- fake_native_support_dir = "#{fakeroot}/usr/lib/ruby/#{CONFIG['ruby_version']}/#{CONFIG['arch']}" -+ fake_native_support_dir = "#{fakeroot}#{CONFIG['archdir']}" - fake_agents_dir = "#{fakeroot}/usr/lib/#{GLOBAL_NAMESPACE_DIRNAME}/agents" - fake_helper_scripts_dir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}/helper-scripts" - fake_resources_dir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}" -@@ -326,7 +326,6 @@ - fake_ruby_extension_source_dir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}/ruby_extension_source" - fake_nginx_module_source_dir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}/ngx_http_passenger_module" - -- sh "rm -rf #{fakeroot}" - sh "mkdir -p #{fakeroot}" - - # Ruby sources -@@ -405,10 +404,6 @@ - end - end - -- # Apache 2 module -- sh "mkdir -p #{fake_apache2_module_dir}" -- sh "cp #{APACHE2_MODULE} #{fake_apache2_module_dir}/" -- - # Ruby extension sources - sh "mkdir -p #{fake_ruby_extension_source_dir}" - sh "cp -R #{PhusionPassenger.ruby_extension_source_dir}/* #{fake_ruby_extension_source_dir}" diff --git a/www-apache/passenger/files/passenger-4.0.21-gentoo.patch b/www-apache/passenger/files/passenger-4.0.21-gentoo.patch deleted file mode 100644 index 30c6ea1b15cd..000000000000 --- a/www-apache/passenger/files/passenger-4.0.21-gentoo.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- build/packaging.rb.~1~ 2013-09-14 10:09:56.000000000 +0200 -+++ build/packaging.rb 2013-10-05 15:03:51.474846961 +0200 -@@ -306,15 +306,15 @@ - require 'rbconfig' - require 'fileutils' - include RbConfig -- fakeroot = "pkg/fakeroot" -+ fakeroot = ENV['DISTDIR'] - - # We don't use CONFIG['archdir'] and the like because we want - # the files to be installed to /usr, and the Ruby interpreter - # on the packaging machine might be in /usr/local. -- fake_rubylibdir = "#{fakeroot}/usr/lib/ruby/vendor_ruby" -+ fake_rubylibdir = "#{fakeroot}#{CONFIG['vendordir']}" - fake_nodelibdir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}/node" - fake_libdir = "#{fakeroot}/usr/lib/#{GLOBAL_NAMESPACE_DIRNAME}" -- fake_native_support_dir = "#{fakeroot}/usr/lib/ruby/#{CONFIG['ruby_version']}/#{CONFIG['arch']}" -+ fake_native_support_dir = "#{fakeroot}#{CONFIG['archdir']}" - fake_agents_dir = "#{fakeroot}/usr/lib/#{GLOBAL_NAMESPACE_DIRNAME}/agents" - fake_helper_scripts_dir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}/helper-scripts" - fake_resources_dir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}" -@@ -326,7 +326,6 @@ - fake_ruby_extension_source_dir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}/ruby_extension_source" - fake_nginx_module_source_dir = "#{fakeroot}/usr/share/#{GLOBAL_NAMESPACE_DIRNAME}/ngx_http_passenger_module" - -- sh "rm -rf #{fakeroot}" - sh "mkdir -p #{fakeroot}" - - # Ruby sources -@@ -405,10 +404,6 @@ - end - end - -- # Apache 2 module -- sh "mkdir -p #{fake_apache2_module_dir}" -- sh "cp #{APACHE2_MODULE} #{fake_apache2_module_dir}/" -- - # Ruby extension sources - sh "mkdir -p #{fake_ruby_extension_source_dir}" - sh "cp -R #{PhusionPassenger.ruby_extension_source_dir}/* #{fake_ruby_extension_source_dir}" diff --git a/www-apache/passenger/files/passenger-4.0.33-gentoo.patch b/www-apache/passenger/files/passenger-4.0.33-gentoo.patch deleted file mode 100644 index 843082b44b90..000000000000 --- a/www-apache/passenger/files/passenger-4.0.33-gentoo.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- build/packaging.rb.~1~ 2014-01-09 07:02:51.715076000 +0100 -+++ build/packaging.rb 2014-01-09 07:25:14.182743725 +0100 -@@ -361,7 +361,7 @@ - psg_ruby_extension_source_dir = "#{fs_datadir}/#{GLOBAL_NAMESPACE_DIRNAME}/ruby_extension_source" - psg_nginx_module_source_dir = "#{fs_datadir}/#{GLOBAL_NAMESPACE_DIRNAME}/ngx_http_passenger_module" - -- fakeroot = "pkg/fakeroot" -+ fakeroot = ENV['DISTDIR'] - fake_rubylibdir = "#{fakeroot}#{psg_rubylibdir}" - fake_nodelibdir = "#{fakeroot}#{psg_nodelibdir}" - fake_libdir = "#{fakeroot}#{psg_libdir}" -@@ -379,7 +379,6 @@ - - native_packaging_method = ENV['NATIVE_PACKAGING_METHOD'] || "deb" - -- sh "rm -rf #{fakeroot}" - sh "mkdir -p #{fakeroot}" - - # Ruby sources -@@ -464,10 +463,6 @@ - end - end - -- # Apache 2 module -- sh "mkdir -p #{File.dirname(fake_apache2_module_path)}" -- sh "cp #{APACHE2_MODULE} #{fake_apache2_module_path}" -- - # Ruby extension sources - sh "mkdir -p #{fake_ruby_extension_source_dir}" - sh "cp -R #{PhusionPassenger.ruby_extension_source_dir}/* #{fake_ruby_extension_source_dir}" diff --git a/www-apache/passenger/files/passenger-5.0.4-gentoo.patch b/www-apache/passenger/files/passenger-5.0.4-gentoo.patch deleted file mode 100644 index 713deb070324..000000000000 --- a/www-apache/passenger/files/passenger-5.0.4-gentoo.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- build/packaging.rb.orig 2015-03-14 06:52:27.284475606 +0100 -+++ build/packaging.rb 2015-03-14 06:52:35.128268388 +0100 -@@ -513,7 +513,7 @@ - psg_ruby_extension_source_dir = "#{fs_datadir}/#{GLOBAL_NAMESPACE_DIRNAME}/ruby_extension_source" - psg_nginx_module_source_dir = "#{fs_datadir}/#{GLOBAL_NAMESPACE_DIRNAME}/ngx_http_passenger_module" - -- fakeroot = "pkg/fakeroot" -+ fakeroot = ENV['DISTDIR'] - fake_rubylibdir = "#{fakeroot}#{psg_rubylibdir}" - fake_nodelibdir = "#{fakeroot}#{psg_nodelibdir}" - fake_libdir = "#{fakeroot}#{psg_libdir}" -@@ -531,7 +531,6 @@ - - packaging_method = ENV['NATIVE_PACKAGING_METHOD'] || ENV['PACKAGING_METHOD'] || "deb" - -- sh "rm -rf #{fakeroot}" - sh "mkdir -p #{fakeroot}" - - # Ruby sources -@@ -622,10 +621,6 @@ - end - end - -- # Apache 2 module -- sh "mkdir -p #{File.dirname(fake_apache2_module_path)}" -- sh "cp #{APACHE2_MODULE} #{fake_apache2_module_path}" -- - # Ruby extension sources - sh "mkdir -p #{fake_ruby_extension_source_dir}" - sh "cp -R #{PhusionPassenger.ruby_extension_source_dir}/* #{fake_ruby_extension_source_dir}" diff --git a/www-apps/mod_survey/files/language-list.txt b/www-apps/mod_survey/files/language-list.txt deleted file mode 100644 index d81291db4473..000000000000 --- a/www-apps/mod_survey/files/language-list.txt +++ /dev/null @@ -1,5 +0,0 @@ -en -de -fr -it -sw diff --git a/www-apps/mod_survey/files/postinstall-en.txt b/www-apps/mod_survey/files/postinstall-en.txt deleted file mode 100644 index 5fbe29c5a59c..000000000000 --- a/www-apps/mod_survey/files/postinstall-en.txt +++ /dev/null @@ -1,4 +0,0 @@ -0. Copy ${VHOST_ROOT}/${PN}/survey.conf to your Apache modules directory. - -1. Restart Apache and test your installation: - http://${VHOST_HOSTNAME}/mod_survey diff --git a/www-apps/mod_survey/files/reconfig b/www-apps/mod_survey/files/reconfig deleted file mode 100644 index 15be772473f0..000000000000 --- a/www-apps/mod_survey/files/reconfig +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -die() { - echo "#####" - echo $1 - echo "#####" - exit 1 -} - -if [ $1 = "install" ]; then - sed -e "s|/usr/lib/mod_survey/webroot/|${MY_INSTALLDIR}/|g - s|\"/mod_survey/\"|\"${VHOST_APPDIR}/\"| - s|Alias|#Alias|" -i ${VHOST_ROOT}/${PN}/survey.conf || die - -elif [ $1 = "clean" ]; then - echo $1 -fi diff --git a/www-apps/phprojekt/files/postinstall-en.txt b/www-apps/phprojekt/files/postinstall-en.txt deleted file mode 100644 index a9f49cad14e7..000000000000 --- a/www-apps/phprojekt/files/postinstall-en.txt +++ /dev/null @@ -1,19 +0,0 @@ -You are almost done! - - 1. Restart your webserver - - 2. You will need to create a blank database for phprojekt to use. Consult - your database manual. - - 3. If this is a new install, you will need to - touch ${MY_INSTALLDIR}/config.inc.php - chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/config.inc.php - - 4. It's a good idea to check your configuration by running - http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/env_test.php - Examine its output and fix whatever problems you encounter. - - 5. Complete the installation by logging on to - http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php - - Enjoy! diff --git a/www-apps/postfixadmin/files/postinstall-en-2.2.0.txt b/www-apps/postfixadmin/files/postinstall-en-2.2.0.txt deleted file mode 100644 index 6b9773a6e85f..000000000000 --- a/www-apps/postfixadmin/files/postinstall-en-2.2.0.txt +++ /dev/null @@ -1,47 +0,0 @@ -You will need to provide a database for your postfixadmin installation. - -This assumes you have some knowledge of MySQL, and already have it -installed and configured. If not, please refer to the Gentoo MySQL -guide at the following URL: - -http://www.gentoo.org/doc/en/mysql-howto.xml - -Log in to MySQL, and create a new database as well as a user with full -access to this database. After that you will need to provide the details -of this database and the associated user within the file - -${MY_INSTALLDIR}/config.inc.php - -Make sure you also set - - $CONF['configured'] = true; - -in this file. - -Finally you should be able to complete the installation of postfixadmin -by pointing your browser at - - http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php - - -Updating from older version of Postfix Admin: - * When you are upgrading from an older Postfix Admin version, make sure you - * backup your database before you run the update script on your database. - * mysqldump -a -u root -p > /tmp/postfixadmin-backup.sql - - For update from 1.5.x version of Postfix Admin: - 1. Please read the DOCUMENTS/UPGRADE.TXT - 2. Run: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php - - -To use Virtual Vacation, please read VIRTUAL_VACATION_INSTALL. - -Check the config.inc.php file. There you can specify settings that are -relevant to your setup. - -Postfix Admin contains 3 views of administration: - 1. Site Admin view, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/admin/. - 2. Domain Admin view, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/. - 3. User Admin View, located at http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/users/. - -In order to do the initial configuration you have to go to the Site Admin view. diff --git a/www-apps/tt-rss/files/ttrssd.initd-r1 b/www-apps/tt-rss/files/ttrssd.initd-r1 deleted file mode 100644 index bceb9ffce2dd..000000000000 --- a/www-apps/tt-rss/files/ttrssd.initd-r1 +++ /dev/null @@ -1,73 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -depend() { - need logger net - after postgres mysql -} - -LOGFILE=${LOGFILE:-"/var/log/ttrssd.log"} -TTRSSD_USER=${TTRSSD_USER:-"ttrssd"} -TTRSSD_GROUP=${TTRSSD_GROUP:-"ttrssd"} -INSTANCE_FOLDERS="cache lock feed-icons" - -checkconfig() { - local instance dir - - # check instances - if [ -z "${INSTANCE_DIRS}" ]; then - eerror "There is no defined instance directory in /etc/conf.d/ttrssd" - return 1 - fi - - # verify log file accessibility - if [ ! -e "${LOGFILE}" ]; then - touch "${LOGFILE}" || return 1 - fi - chown "${TTRSSD_USER}":"${TTRSSD_GROUP}" "${LOGFILE}" || return 1 - - # check instances for errors - for instance in ${INSTANCE_DIRS}; do - if [ ! -f "${instance}/update_daemon2.php" ]; then - eerror "\"${instance}\" does not contain update_daemon2.php script." - eerror "Please check your installation or the INSTANCE_DIRS variable." - return 1 - fi - - # FIXME: This should be done by webapp-config during install - for dir in ${INSTANCE_FOLDERS}; do - if [ -d "${instance}/${dir}" ]; then - chgrp -R "${TTRSSD_GROUP}" "${instance}/${dir}" || return 1 - chmod -R g+w "${instance}/${dir}" || return 1 - fi - done - done -} - -start () { - local instance - - checkconfig || return 1 - - for instance in ${INSTANCE_DIRS}; do - ebegin "Starting TT-RSS update daemon in \"${instance}\"" - start-stop-daemon --start --user "${TTRSSD_USER}":"${TTRSSD_GROUP}" --background \ - --stdout "${LOGFILE}" --stderr "${LOGFILE}" \ - --exec /usr/bin/php -- -f "${instance}/update_daemon2.php" - eend $? - done -} - -stop() { - local instance - - for instance in ${INSTANCE_DIRS}; do - ebegin "Stopping TT-RSS update daemon in \"${instance}\"" - start-stop-daemon --stop --retry 30 \ - --exec /usr/bin/php -- -f "${instance}/update_daemon2.php" - eend $? - rm -f ${instance}/lock/*.lock - done -} diff --git a/www-client/elinks/files/elinks-0.11.5-makefile.patch b/www-client/elinks/files/elinks-0.11.5-makefile.patch deleted file mode 100644 index beab9a93493a..000000000000 --- a/www-client/elinks/files/elinks-0.11.5-makefile.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Naurp elinks-0.11.5-orig/Makefile.lib elinks-0.11.5/Makefile.lib ---- elinks-0.11.5-orig/Makefile.lib 2008-11-30 13:30:08.000000000 +0100 -+++ elinks-0.11.5/Makefile.lib 2008-11-30 19:50:46.000000000 +0100 -@@ -95,9 +95,14 @@ endif - - # All files in $(OBJS) and any $(subdir)/lib.o are linked into lib.o. - # Sort them to filter out duplicated and get uniform order. -+SUBDIR_LIB_O_DEPS = \ -+ $(foreach subdir,$(sort $(SUBDIRS)),$(subdir)/$(LIB_O_NAME)) -+ - LIB_O_DEPS = \ -- $(sort $(filter-out $(LIB_O_NAME),$(OBJS))) \ -- $(foreach subdir,$(sort $(SUBDIRS)),$(wildcard $(subdir)/$(LIB_O_NAME))) -+ $(sort $(filter-out $(LIB_O_NAME),$(OBJS))) $(SUBDIR_LIB_O_DEPS) -+ -+$(SUBDIR_LIB_O_DEPS): -+ @$(call ncmd,recmake,$(subst /$(LIB_O_NAME),,$@),all) || exit 1; - - $(LIB_O_NAME): $(LIB_O_DEPS) - $(call cmd,ld_objs) -@@ -222,7 +227,8 @@ $(RULES_LOCAL): - - # Default deps - rule_deps = $(1)-recursive $(1)-default $(1)-local --all: $(call rule_deps,all) -+all: all-default all-local -+ @$(MAKE) all-recursive - install: $(call rule_deps,install) - clean: $(call rule_deps,clean) - cleanall: $(call rule_deps,cleanall) diff --git a/www-client/google-chrome-beta/Manifest b/www-client/google-chrome-beta/Manifest index 3f5ac0ab2bc3..16787709a793 100644 --- a/www-client/google-chrome-beta/Manifest +++ b/www-client/google-chrome-beta/Manifest @@ -1 +1 @@ -DIST google-chrome-beta_57.0.2987.21-1_amd64.deb 49885570 SHA256 33cf3d6102888e92912a2410620efac50b9d6d32ee3cca21da29c5ae3d93c09e SHA512 2ce8c8f6c485e20361bbb637a709e6e1143410b2f68da7826df082fc2473e6e721bae92262bc712d0592a1b8a21efb0c3ea88f12ac26c48d0ceca49d330d7eb4 WHIRLPOOL edab9fde5ad2988662720a7fce3a8a192a770b202d00f8543c30ba9810bb0537d2568b7a4e5495164ebbd77fcd7516a1f36ac5a0270e830defd3ec6c4a985e9c +DIST google-chrome-beta_57.0.2987.37-1_amd64.deb 50102946 SHA256 055f64e32a48db5e943f7b4ac109dec23a1fb3919fda06b59d49592f82e1db06 SHA512 daa6de2a3fbf4a8a0fbf293bc107e9ace6da7d31176a57d6851e58eb60a3b38d59bde9da7cec56bcb96959a8e95ea04915d5fab6f795e7c6a2a05a7ef29629f0 WHIRLPOOL 81d2d1af9df32103dfba8a833a6edd6387acbaa7856921b608c5d4787f5cdd1e470911497f71477a3fc4cda77084d7949cb56fb95977cb3dd537fddb630522be diff --git a/www-client/google-chrome-beta/google-chrome-beta-57.0.2987.21.ebuild b/www-client/google-chrome-beta/google-chrome-beta-57.0.2987.37.ebuild similarity index 100% rename from www-client/google-chrome-beta/google-chrome-beta-57.0.2987.21.ebuild rename to www-client/google-chrome-beta/google-chrome-beta-57.0.2987.37.ebuild diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index a7999c4c63eb..1728e187d646 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_57.0.2987.21-1_amd64.deb 49885570 SHA256 33cf3d6102888e92912a2410620efac50b9d6d32ee3cca21da29c5ae3d93c09e SHA512 2ce8c8f6c485e20361bbb637a709e6e1143410b2f68da7826df082fc2473e6e721bae92262bc712d0592a1b8a21efb0c3ea88f12ac26c48d0ceca49d330d7eb4 WHIRLPOOL edab9fde5ad2988662720a7fce3a8a192a770b202d00f8543c30ba9810bb0537d2568b7a4e5495164ebbd77fcd7516a1f36ac5a0270e830defd3ec6c4a985e9c +DIST google-chrome-beta_57.0.2987.37-1_amd64.deb 50102946 SHA256 055f64e32a48db5e943f7b4ac109dec23a1fb3919fda06b59d49592f82e1db06 SHA512 daa6de2a3fbf4a8a0fbf293bc107e9ace6da7d31176a57d6851e58eb60a3b38d59bde9da7cec56bcb96959a8e95ea04915d5fab6f795e7c6a2a05a7ef29629f0 WHIRLPOOL 81d2d1af9df32103dfba8a833a6edd6387acbaa7856921b608c5d4787f5cdd1e470911497f71477a3fc4cda77084d7949cb56fb95977cb3dd537fddb630522be DIST google-chrome-stable_56.0.2924.87-1_amd64.deb 45892904 SHA256 7c34adf8f613a0c8dee406535bb77afaa9cbe878639350fde1d4567967d5c4e8 SHA512 4428000707f71ebf1ccf18302a435cdee103b700bdd78cdba1c830a2f8044a4eb297fd67c0f77b32e9459c8bd0b2b036d80324311175b00f9d49df0bf5a77360 WHIRLPOOL 686f967ef22359c06d1885300195e17f8818ebf1dc550f1fb6187664fa9d5452b187b953c78f7de76b2ed02fced970f87deab2747b633e130b4244c3029883c3 DIST google-chrome-unstable_58.0.3004.3-1_amd64.deb 50414896 SHA256 923cd1743be955095772f3c8e0a42d434716e477cc9ac976f1cf814fa2b5e5d9 SHA512 2247278c2db02667ce31ed59996cd87ec8353ce81c080d8ba1a348cbd1d16e4d209c3151abe0fba0301a0d2a3a77eedb3bb3997ebb3a89455d39f5f3b151fe71 WHIRLPOOL 60c46f62a140f7b785becf531c2741afb36426e8771c18bed263256cc96a01ab24a4ebba5df74bdac829a59e7a63f27e0403673b3dc31b39af17999ca7302989 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.21_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.37_beta.ebuild similarity index 100% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.21_beta.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.37_beta.ebuild diff --git a/www-servers/fnord/files/fnord-1.9-gentoo.diff b/www-servers/fnord/files/fnord-1.9-gentoo.diff deleted file mode 100644 index c32c53daf539..000000000000 --- a/www-servers/fnord/files/fnord-1.9-gentoo.diff +++ /dev/null @@ -1,96 +0,0 @@ -diff --exclude='*~' -urN fnord-1.9.orig/fnord-conf fnord-1.9/fnord-conf ---- fnord-1.9.orig/fnord-conf 2003-06-05 19:32:39.000000000 -0400 -+++ fnord-1.9/fnord-conf 2005-03-06 22:39:30.243806792 -0500 -@@ -17,7 +17,7 @@ - mkdir -p $dir - echo "#!/bin/sh" > $dir/run - echo "cd $webroot" >> $dir/run --echo "exec envuidgid $acct tcpserver -RHl localhost ${myip:-0} 80 fnord 2>&1" >> $dir/run -+echo "exec envuidgid $acct tcpserver -RHl localhost ${myip:-0} 80 /usr/bin/fnord 2>&1" >> $dir/run - chmod 755 $dir/run - - # tell old daemontools that it should spawn a log process, too -diff --exclude='*~' -urN fnord-1.9.orig/httpd.c fnord-1.9/httpd.c ---- fnord-1.9.orig/httpd.c 2005-01-31 11:10:39.000000000 -0500 -+++ fnord-1.9/httpd.c 2005-03-06 22:42:07.761860408 -0500 -@@ -25,7 +25,9 @@ - #include "scan.h" - - /* uncomment the following line to enable support for CGI */ --// #define CGI -+#ifndef CGI -+# define CGI -+#endif - - #ifdef CGI - /* uncomment the following line to enable support for "index.cgi" -@@ -39,7 +41,9 @@ - - /* uncomment the following line to enable support for autogenerated - * directory-listings for directories without index */ --/* #define DIR_LIST */ -+#ifndef DIR_LIST -+# define DIR_LIST -+#endif - - #ifdef DIR_LIST - /* uncomment the following line to enable support for system symlink -diff --exclude='*~' -urN fnord-1.9.orig/Makefile fnord-1.9/Makefile ---- fnord-1.9.orig/Makefile 2005-01-31 13:33:58.000000000 -0500 -+++ fnord-1.9/Makefile 2005-03-06 22:51:27.914704232 -0500 -@@ -1,28 +1,19 @@ --CC=gcc --CXX=g++ -- --#LIBOWFAT=../libowfat/ --DIET=diet -Os -- --CFLAGS=-Os -fomit-frame-pointer --#CFLAGS=-g -+CC:=gcc -+CXX:=g++ - - all: fnord fnord-cgi fnord-idx - - fnord: httpd - cp -p $^ $@ -- -strip -R .note -R .comment $@ - - httpd: httpd.o libowfat.a - $(DIET) $(CC) -o $@ $^ $(CFLAGS) - - fnord-cgi: httpd-cgi.o libowfat.a - $(DIET) $(CC) -o $@ $^ $(CFLAGS) -- -strip -R .note -R .comment $@ - - fnord-idx: httpd-idx.o libowfat.a - $(DIET) $(CC) -o $@ $^ $(CFLAGS) -- -strip -R .note -R .comment $@ - - libowfat.a: httpd.o buffer_1.o buffer_puts.o buffer_flush.o buffer_put.o \ - buffer_putulong.o buffer_2.o buffer_putspace.o buffer_stubborn.o \ -@@ -32,19 +23,19 @@ - -ranlib $@ - - httpd.o: httpd.c -- $(DIET) $(CC) -pipe $(CFLAGS) -c $^ -DFNORD=\"fnord/$(shell head -n 1 CHANGES|sed 's/://')\" -+ $(DIET) $(CC) $(CFLAGS) -c $^ -DFNORD=\"fnord/$(shell head -n 1 CHANGES|sed 's/://')\" - - httpd-cgi.o: httpd.c -- $(DIET) $(CC) -pipe $(CFLAGS) -c httpd.c -o $@ -DCGI -DFNORD=\"fnord/$(shell head -n 1 CHANGES|sed 's/://')\" -+ $(DIET) $(CC) $(CFLAGS) -c httpd.c -o $@ -DCGI -DFNORD=\"fnord/$(shell head -n 1 CHANGES|sed 's/://')\" - - httpd-idx.o: httpd.c -- $(DIET) $(CC) -pipe $(CFLAGS) -c httpd.c -o $@ -DDIR_LIST -DFNORD=\"fnord/$(shell head -n 1 CHANGES|sed 's/://')\" -+ $(DIET) $(CC) $(CFLAGS) -c httpd.c -o $@ -DDIR_LIST -DFNORD=\"fnord/$(shell head -n 1 CHANGES|sed 's/://')\" - - %.o: %.c -- $(DIET) $(CC) -pipe $(CFLAGS) -c $^ -+ $(DIET) $(CC) $(CFLAGS) -c $^ - - %.o: %.cpp -- $(DIET) $(CXX) -pipe $(CFLAGS) -c $^ -+ $(DIET) $(CXX) $(CFLAGS) -c $^ - - .PHONY: rename clean install server - server: fnord diff --git a/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild b/x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild similarity index 50% rename from x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild rename to x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild index 626f304f5eb5..70e4e5f387a0 100644 --- a/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild +++ b/x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -inherit autotools eutils +EAPI=6 + +inherit autotools DESCRIPTION="ACPI monitor for X11" HOMEPAGE="http://bbacpi.sourceforge.net" @@ -18,18 +19,24 @@ DEPEND=" sys-power/acpi sys-power/acpid x11-libs/libX11 - x11-misc/xdialog -" + x11-misc/xdialog" RDEPEND=" ${DEPEND} - media-fonts/font-adobe-100dpi -" + media-fonts/font-adobe-100dpi" -DOCS=( AUTHORS ChangeLog README ) +DOCS=( AUTHORS ChangeLog NEWS README data/README.bbacpi ) +PATCHES=( + "${FILESDIR}"/${P}-noextraquals.diff + "${FILESDIR}"/${P}-overflows.diff +) src_prepare() { - epatch \ - "${FILESDIR}"/${P}-noextraquals.diff \ - "${FILESDIR}"/${P}-overflows.diff + default + mv configure.{in,ac} || die eautoreconf } + +src_install() { + default + rm "${ED%/}"/usr/share/bbtools/README.bbacpi || die +} diff --git a/x11-misc/bbcd/bbcd-0.3.1-r2.ebuild b/x11-misc/bbcd/bbcd-0.3.1-r2.ebuild new file mode 100644 index 000000000000..15cda089b62a --- /dev/null +++ b/x11-misc/bbcd/bbcd-0.3.1-r2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Basic CD Player for blackbox wm" +HOMEPAGE="http://tranber1.free.fr/bbcd.html" +SRC_URI="http://tranber1.free.fr/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="media-libs/libcdaudio + x11-libs/libX11" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}_${PV}a.diff + "${FILESDIR}"/${P}-gcc3.3.patch + "${FILESDIR}"/${P}-gcc4.3.patch +) + +src_install() { + default + rm "${ED%/}"/usr/share/bbtools/README.bbcd || die +} diff --git a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild new file mode 100644 index 000000000000..e346fa204627 --- /dev/null +++ b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit autotools + +DESCRIPTION="blackbox date display" +HOMEPAGE="https://sourceforge.net/projects/bbtools" +SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" + +DOCS=( README AUTHORS BUGS ChangeLog TODO data/README.bbdate ) +PATCHES=( "${FILESDIR}"/${P}-as-needed.patch ) + +src_prepare() { + default + mv configure.{in,ac} || die + sed -i \ + -e 's|-helvetica-|-*-|g' \ + resource.cc data/${PN}.{nobb,style} || die + eautoreconf +} + +src_install () { + default + rm "${ED%/}"/usr/share/bbtools/README.bbdate || die + # since multiple bbtools packages provide this file, install + # it in /usr/share/doc/${PF} + mv "${ED%/}"/usr/share/bbtools/bbtoolsrc.in \ + "${ED%/}"/usr/share/doc/${PF}/bbtoolsrc.example || die +} diff --git a/x11-misc/bbkeys/bbkeys-0.9.1.ebuild b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild similarity index 61% rename from x11-misc/bbkeys/bbkeys-0.9.1.ebuild rename to x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild index ccd84533b98a..c9f5279d7702 100644 --- a/x11-misc/bbkeys/bbkeys-0.9.1.ebuild +++ b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=6 + DESCRIPTION="Use keyboard shortcuts in the blackbox wm" HOMEPAGE="http://bbkeys.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -16,10 +18,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_install() { - emake DESTDIR="${D}" install || die - rm -rf "${D}"/usr/share/doc - dodoc AUTHORS BUGS ChangeLog NEWS README || die + emake DESTDIR="${D}" install + rm -rf "${ED%/}"/usr/share/doc || die + einstalldocs - echo PRELINK_PATH_MASK=/usr/bin/bbkeys > "${T}"/99bbkeys - doenvd "${T}"/99bbkeys || die + echo PRELINK_PATH_MASK=\""${EPREFIX}"/usr/bin/bbkeys\" > "${T}"/99bbkeys || die + doenvd "${T}"/99bbkeys } diff --git a/x11-misc/bbmail/bbmail-0.9.3-r1.ebuild b/x11-misc/bbmail/bbmail-0.9.3-r1.ebuild new file mode 100644 index 000000000000..8f2493767d94 --- /dev/null +++ b/x11-misc/bbmail/bbmail-0.9.3-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="blackbox mail notification" +HOMEPAGE="https://sourceforge.net/projects/bbtools" +SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=" + dev-lang/perl + x11-wm/blackbox + x11-libs/libX11 + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-proto/xproto" + +PATCHES=( + "${FILESDIR}"/${P}-gcc4.3.patch + "${FILESDIR}"/${P}-gcc4.4.patch + "${FILESDIR}"/${P}-shebang.patch +) + +src_prepare() { + default + eautoreconf +} + +src_install () { + default + dobin scripts/bbmailparsefm.pl +} diff --git a/x11-misc/bbmail/files/bbmail-0.9.3-shebang.patch b/x11-misc/bbmail/files/bbmail-0.9.3-shebang.patch new file mode 100644 index 000000000000..98ceae80e1a3 --- /dev/null +++ b/x11-misc/bbmail/files/bbmail-0.9.3-shebang.patch @@ -0,0 +1,8 @@ +--- a/scripts/bbmailparsefm.pl 2002-10-17 21:33:21.000000000 +0300 ++++ b/scripts/bbmailparsefm.pl 2017-02-14 19:49:11.371106962 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/usr/bin/env perl + # + # Quickie script to parse fetchmail -c output + # (IMAP proto) for use with bbmail diff --git a/x11-misc/bbpager/bbpager-0.4.7-r1.ebuild b/x11-misc/bbpager/bbpager-0.4.7-r1.ebuild new file mode 100644 index 000000000000..d57e5bb7722e --- /dev/null +++ b/x11-misc/bbpager/bbpager-0.4.7-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="An understated pager for Blackbox" +HOMEPAGE="http://bbtools.sourceforge.net/" +SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-wm/blackbox" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( AUTHORS BUGS ChangeLog README TODO data/README.bbpager ) +PATCHES=( + "${FILESDIR}/${P}-gcc43.patch" + "${FILESDIR}/${P}-as-needed.patch" +) + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + rm "${ED%/}"/usr/share/bbtools/README.bbpager || die +} diff --git a/x11-misc/bbtime/bbtime-0.1.5-r1.ebuild b/x11-misc/bbtime/bbtime-0.1.5-r1.ebuild new file mode 100644 index 000000000000..acfb02e321d0 --- /dev/null +++ b/x11-misc/bbtime/bbtime-0.1.5-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="blackbox time watcher" +HOMEPAGE="https://sourceforge.net/projects/bbtools/" +SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" + +DOCS=( README AUTHORS BUGS ChangeLog NEWS TODO data/README.bbtime ) +PATCHES=( "${FILESDIR}"/${P}-asneeded.patch ) + +src_prepare() { + default + mv configure.{in,ac} || die + eautoreconf +} + +src_install () { + default + rm "${ED%/}"/usr/share/bbtools/README.bbtime || die + # since multiple bbtools packages provide this file, install + # it in /usr/share/doc/${PF} + mv "${ED%/}/usr/share/bbtools/bbtoolsrc.in" \ + "${ED%/}/usr/share/doc/${PF}/bbtoolsrc.example" || die +} diff --git a/x11-misc/bbtime/files/bbtime-0.1.5-asneeded.patch b/x11-misc/bbtime/files/bbtime-0.1.5-asneeded.patch index 17788812d8a2..734d60a89b47 100644 --- a/x11-misc/bbtime/files/bbtime-0.1.5-asneeded.patch +++ b/x11-misc/bbtime/files/bbtime-0.1.5-asneeded.patch @@ -2,8 +2,8 @@ Fixing build with as-needed https://bugs.gentoo.org/show_bug.cgi?id=248555 ---- configure.in -+++ configure.in +--- a/configure.in ++++ b/configure.in @@ -47,14 +47,9 @@ AC_PATH_X AC_PATH_XTRA @@ -21,8 +21,8 @@ https://bugs.gentoo.org/show_bug.cgi?id=248555 dnl Checks for header files. AC_HEADER_STDC ---- Makefile.am -+++ Makefile.am +--- a/Makefile.am ++++ b/Makefile.am @@ -1,5 +1,4 @@ -CPPFLAGS = @CPPFLAGS@ \ - -DDEFAULT_CONF=\"$(datadir)/bbtools/bbtime.conf\" \ diff --git a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild b/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild index 7617711c7f53..b88c1ef11a31 100644 --- a/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild +++ b/x11-misc/simpleswitcher/simpleswitcher-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 -inherit git-2 toolchain-funcs +inherit git-r3 toolchain-funcs DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu" HOMEPAGE="https://github.com/seanpringle/simpleswitcher" @@ -17,7 +17,8 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXft - x11-libs/libXinerama" + x11-libs/libXinerama + x11-libs/libXres" DEPEND="${RDEPEND} virtual/pkgconfig" @@ -29,5 +30,4 @@ src_compile() { src_install() { default doman ${PN}.1 - dodoc README.md } diff --git a/x11-misc/trayer/trayer-1.0-r2.ebuild b/x11-misc/trayer/trayer-1.0-r2.ebuild new file mode 100644 index 000000000000..be69dd0547de --- /dev/null +++ b/x11-misc/trayer/trayer-1.0-r2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit toolchain-funcs + +DESCRIPTION="Lightweight GTK+ based systray for UNIX desktop" +HOMEPAGE="http://home.gna.org/fvwm-crystal/" +SRC_URI="http://download.gna.org/fvwm-crystal/trayer/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/glib:2 + x11-libs/gdk-pixbuf + x11-libs/gtk+:2 + x11-libs/libX11 +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +src_prepare() { + default + # fix for as-needed, bug #141707 + # fix pre-stripped files, bug #252098 + sed -i Makefile \ + -e 's:$(LIBS) $(OBJ) $(SYSTRAYOBJ):$(OBJ) $(SYSTRAYOBJ) $(LIBS):' \ + -e 's:strip:true:g' \ + || die + # fix underlinking, bug #369591 + sed -i Makefile.common \ + -e '/^LIBS/s:).*: x11):' \ + -e '/^INC/s:).*: x11):' \ + || die +} + +src_compile() { + emake -j1 CC=$(tc-getCC) CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" +} + +src_install() { + dobin trayer + doman trayer.1 + einstalldocs +} diff --git a/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild b/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild index 88cb04af72e4..e0573b265ad0 100644 --- a/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild +++ b/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/daedreth/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.g KEYWORDS="~amd64 ~x86" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-3" S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/x11-plugins/pidgintex/Manifest b/x11-plugins/pidgintex/Manifest index 501c65f0e130..92319dc843e8 100644 --- a/x11-plugins/pidgintex/Manifest +++ b/x11-plugins/pidgintex/Manifest @@ -1,2 +1 @@ -DIST pidginTeX-1.1.1.tar.gz 23322 SHA256 1b47e89d12d5f5a8de4f3f89ea37da393223d525632c92e71cef8a54399ac1aa SHA512 df58e783cc19d5aa5a57dcb337192d593ad8427a860fd0314bf3f1fe0ca248e92ef8f675cd344c5703319ecfb91f88ea88e6917b8f4c89bf92dc45dd53015bb8 WHIRLPOOL 735734a62f140eb6fa704b310f829c11899a1ea44784589f120e9e63f31b905a2b0c900637cf1df393fc3fe77f07cec33f901e412635d6de30de40fd66c0b743 DIST pidgintex-1.1.2_p20170107.tar.gz 50671 SHA256 48c79474aa5c41270756022a481935b0f4321380c2e58455cc42369e48cc1d59 SHA512 fbbe6eb4e2a0a5c9086e65d967133ab1cdd09292ce0b0cc474b82fbbcfc6b9abbb49ed3828c8e7094b7fef629a372833ec6f143ed4eb1b7d5c4fbd32e98a0271 WHIRLPOOL a61e27562e879de12ecd7a3a295c4d22169e2863c0e551b16940330372cee116b0e6818f775b46ea0143114005df0c1d632c370cf633b068165b8904c83da631 diff --git a/x11-plugins/pidgintex/metadata.xml b/x11-plugins/pidgintex/metadata.xml index 34939e01b5d6..ce13fc0a9c24 100644 --- a/x11-plugins/pidgintex/metadata.xml +++ b/x11-plugins/pidgintex/metadata.xml @@ -7,7 +7,6 @@ mimeTeX or mathTeX to render LaTeX expressions in messages and chat. It is intended for math but mathTeX is fully compatible with LaTeX and any package can be used and mimeTeX also supports many other features. - pidgintex Micket/pidgintex diff --git a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild b/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild deleted file mode 100644 index 2bce48e1dfd0..000000000000 --- a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" -inherit toolchain-funcs multilib - -MY_P=pidginTeX-${PV} - -DESCRIPTION="Pidgin plugin to render LaTeX expressions in messages" -HOMEPAGE="https://github.com/Micket/pidgintex" -SRC_URI="https://pidgintex.googlecode.com/files/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="net-im/pidgin[gtk] - app-text/mathtex" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -e "s:\(^CC.*=\).*:\1 $(tc-getCC):" \ - -e "s:\(^STRIP.*=\).*:\1 true:" \ - -e "s:\(^CFLAGS[[:space:]]*\)=:\1+=:" \ - -e "/LIB_INSTALL_DIR/{s:/lib/purple-2:/$(get_libdir)/pidgin:;}" \ - -i Makefile || die - # set default renderer to mathtex - sed -e "/purple_prefs_add_string.*PREFS_RENDERER/{s:mimetex:mathtex:;}" \ - -i pidginTeX.c || die -} - -src_compile() { - emake PREFIX=/usr || die -} - -src_install() { - make PREFIX="${D}/usr" install || die "make install failed" - dodoc CHANGELOG README TODO || die -} - -pkg_postinst() { - elog 'Note, to see formulas either disable "Conversation Colors" plugin or' - elog 'switch off "ignore incoming format" option in plugin configuration.' - elog 'For details, take a look (and vote) at http://developer.pidgin.im/ticket/2772' -} diff --git a/xfce-base/xfce4-session/files/xfce4-session-4.11.0-upower-0.99.0.patch b/xfce-base/xfce4-session/files/xfce4-session-4.11.0-upower-0.99.0.patch deleted file mode 100644 index a5e59f47f11b..000000000000 --- a/xfce-base/xfce4-session/files/xfce4-session-4.11.0-upower-0.99.0.patch +++ /dev/null @@ -1,448 +0,0 @@ -Patch from http://bugzilla.xfce.org/show_bug.cgi?id=9952 with modification -to edit configure.ac (release tarball) instead of configure.ac.in (git) - -From 38afe446cdc889266f1e553952397cc4a876ecf8 Mon Sep 17 00:00:00 2001 -From: Eric Koegel -Date: Mon, 7 Jul 2014 11:30:06 +0300 -Subject: [PATCH] Add suspend/hibernate to shutdown-helper - -Upower 0.99 dropped support for suspend/hibernate as an obsolete -feature in this commit: -http://cgit.freedesktop.org/upower/commit/?id=1ee642e705a63f5ad56a6b55e4bf5c4a64c959b8 -Add that functionality into the shutdown-helper so these features -will work again. Additionally Upower is an optional build dependency -and the minimum required is 0.9.7 to support FreeBSD 9 and 10. ---- - configure.ac.in | 30 ++++++++ - xfce4-session/Makefile.am | 4 +- - xfce4-session/xfsm-shutdown.c | 167 +++++++++++++++++++++++++++++++++++++++++- - xfce4-session/xfsm-upower.c | 8 +- - xfce4-session/xfsm-upower.h | 4 + - xfsm-shutdown-helper/main.c | 26 +++++++ - 6 files changed, 234 insertions(+), 5 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 910fd35..b9c9a90 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -96,6 +96,10 @@ XDT_CHECK_PACKAGE([DBUS], [dbus-1], [1.1.0]) - XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.84]) - XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.9.0]) - -+dnl Check for Upower -+XDT_CHECK_OPTIONAL_PACKAGE([UPOWER],[upower-glib], [0.9.7], -+ [upower],[Upower support]) -+ - dnl Check for polkit / systemd integration - XDT_CHECK_OPTIONAL_PACKAGE([SYSTEMD], [polkit-gobject-1], [0.100], - [systemd], [Systemd support (through polit)]) -@@ -157,6 +161,31 @@ if test "x$linux_ioprio_works" = "xyes"; then - [Defined if linux/ioprio.h not only exists, but works properly]) - fi - -+dnl Compile time default choice of backend -+AC_ARG_WITH([backend], -+ AS_HELP_STRING([--with-backend=