diff --git a/app-admin/cgmanager/cgmanager-0.39.ebuild b/app-admin/cgmanager/cgmanager-0.39.ebuild index 5b00bc6650b0..a531f9f25964 100644 --- a/app-admin/cgmanager/cgmanager-0.39.ebuild +++ b/app-admin/cgmanager/cgmanager-0.39.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc64 x86" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ppc64 x86" IUSE="pam selinux" RDEPEND="sys-libs/libnih[dbus] diff --git a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild index acfa54ad834f..2c9314377f86 100644 --- a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild +++ b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 arm ~hppa ~ppc ~sparc ~x86" IUSE="" DEPEND="" diff --git a/app-benchmarks/httperf/httperf-0.9.0-r3.ebuild b/app-benchmarks/httperf/httperf-0.9.0-r3.ebuild new file mode 100644 index 000000000000..23cfdcc29825 --- /dev/null +++ b/app-benchmarks/httperf/httperf-0.9.0-r3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 + +inherit autotools-utils toolchain-funcs + +DESCRIPTION="A tool from HP for measuring web server performance" +HOMEPAGE="https://github.com/httperf/httperf" +SRC_URI="https://httperf.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x64-macos" +IUSE="debug libressl" + +RDEPEND="!libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS README TODO ) + +src_configure() { + econf --bindir="${EPREFIX}"/usr/bin \ + $(use_enable debug) +} + +src_compile() { + emake CC="$(tc-getCC)" -j1 +} diff --git a/app-benchmarks/siege/Manifest b/app-benchmarks/siege/Manifest index 3bac6da34842..54088620bee4 100644 --- a/app-benchmarks/siege/Manifest +++ b/app-benchmarks/siege/Manifest @@ -1,4 +1,3 @@ DIST siege-3.0.6.tar.gz 496002 SHA256 78b79964e3d6772e532c6008a084700f830a02a00ca80b44f3e71380b4908c5b SHA512 621f3f60f2aac70fb051f48819f5673d60f31fc4fc69e4c65d4ae0a285d02112686f1e9b40241d48afc378446a2b296a7dc4bbc6d8ae38e390d380506f4d448b WHIRLPOOL 0c94eb828681b2ab67cab13bbaf802f25804e976f4f1eac6cb3cb45160ee6dd2f73d726c39f9ab6be6e4243ac4c6c79d76f406eba72d3fe4a929fb24838b1de0 -DIST siege-3.1.0.tar.gz 502444 SHA256 f6a104cb2a3ac6c0efb2699649e8c4f8da2b548147bbbb7af2483089e4940e7f SHA512 b5c0ed75795096dd6c78856747acd1cb778f54ece4ee7b735e676edc898677dd0d23fa544ae249fa6ed9e7780a118936372c271ff24b73f2a54402a94cc0a67a WHIRLPOOL 9a79b0a58fc54c7005406319494acc14fa80c2b98c7c519a39fea92dcded3d330351fa2da7830ff8d52de91744a8646d62b89f8330cf184e7539c86f60065aa0 DIST siege-3.1.3.tar.gz 527862 SHA256 4d3932ea23cbf6d1d22df7c7ee6e7a6bc9f591b604ab582393eeb62f393f5a33 SHA512 880b6d8bbe6b8210147ebb26fd724f4c242076740284977471165fbca514b56c49812ace42dcbe23c57be8fd10a2503b129deec10b79991451a9ae83f30a742b WHIRLPOOL 48e9bb9cd6c66005d17fc8bde1de62d18148114aca48700f26fd3b4710d6dd912dd2e022bbacb3b9adc636fb7003c2a6f561340794aef8142f33fcfe29baa8d9 DIST siege-3.1.4.tar.gz 530149 SHA256 0436970ca81ade76eb419bc42d3f8460b475079eb5d8f199d2fa83328893099d SHA512 8e8b4c1e9c20833f4c3538e8929e47d1c9113cd1faf395e5f07734fb7f4291061cb7554cf500a80d8b1b6be0d6f4c8194b054f632f35533837220702784ee068 WHIRLPOOL 2081e4661a1272d99f16ff350d241c4ba26a6cec7ba34a0968d8db94e2195e0d3f9b1b5b47b5c0575b6b9af0d02d386b020dbcc46ebccdff47bed8e9cd5bd8eb diff --git a/app-benchmarks/siege/siege-3.1.0.ebuild b/app-benchmarks/siege/siege-3.1.0.ebuild deleted file mode 100644 index f3cdef513ace..000000000000 --- a/app-benchmarks/siege/siege-3.1.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -#WANT_AUTOMAKE=1.9 - -inherit eutils bash-completion-r1 libtool autotools - -DESCRIPTION="A HTTP regression testing and benchmarking utility" -HOMEPAGE="https://www.joedog.org/siege-home/" -SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~x64-macos" -SLOT="0" -IUSE="ssl" - -RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d:= )" -DEPEND="${RDEPEND} - sys-devel/libtool" - -src_prepare() { - # bundled macros break recent libtool - sed -i -e 's/AC_PROG_SHELL//' configure.ac || die - rm *.m4 || die "failed to remove bundled macros" - eautoreconf -} - -src_configure() { - local myconf - use ssl && myconf="--with-ssl=${EPREFIX}/usr" || myconf="--without-ssl" - econf ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc AUTHORS ChangeLog INSTALL MACHINES README* KNOWNBUGS \ - doc/siegerc doc/urls.txt - - newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN} -} - -pkg_postinst() { - echo - elog "An example ~/.siegerc file has been installed in" - elog "${EPREFIX}/usr/share/doc/${PF}/" -} diff --git a/app-benchmarks/siege/siege-3.1.3.ebuild b/app-benchmarks/siege/siege-3.1.3.ebuild index f8d6138e1c46..7cf9aaa3e2a5 100644 --- a/app-benchmarks/siege/siege-3.1.3.ebuild +++ b/app-benchmarks/siege/siege-3.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,9 +15,12 @@ SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~x64-macos" SLOT="0" -IUSE="ssl" +IUSE="libressl ssl" -RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d:= )" +RDEPEND="ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + )" DEPEND="${RDEPEND} sys-devel/libtool" diff --git a/app-benchmarks/siege/siege-3.1.4.ebuild b/app-benchmarks/siege/siege-3.1.4.ebuild index f8d6138e1c46..7cf9aaa3e2a5 100644 --- a/app-benchmarks/siege/siege-3.1.4.ebuild +++ b/app-benchmarks/siege/siege-3.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,9 +15,12 @@ SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~x64-macos" SLOT="0" -IUSE="ssl" +IUSE="libressl ssl" -RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6d:= )" +RDEPEND="ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + )" DEPEND="${RDEPEND} sys-devel/libtool" diff --git a/app-benchmarks/wrk/wrk-3.1.1.ebuild b/app-benchmarks/wrk/wrk-3.1.1.ebuild index 60f01be903dc..83e458b480f9 100644 --- a/app-benchmarks/wrk/wrk-3.1.1.ebuild +++ b/app-benchmarks/wrk/wrk-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,9 +13,11 @@ SRC_URI="https://github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="" +IUSE="libressl" -DEPEND="dev-libs/openssl:0 >=dev-lang/luajit-2.0.2" +DEPEND=">=dev-lang/luajit-2.0.2 + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" RDEPEND="${DEPEND}" src_prepare() { diff --git a/app-benchmarks/wrk/wrk-3.1.2.ebuild b/app-benchmarks/wrk/wrk-3.1.2.ebuild index 3c01bc5284d1..425b7fb53473 100644 --- a/app-benchmarks/wrk/wrk-3.1.2.ebuild +++ b/app-benchmarks/wrk/wrk-3.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,10 +13,11 @@ SRC_URI="https://github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="" +IUSE="libressl" -DEPEND="dev-libs/openssl:0 - >=dev-lang/luajit-2.0.2" +DEPEND=">=dev-lang/luajit-2.0.2 + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" RDEPEND="${DEPEND}" src_prepare() { diff --git a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild b/app-crypt/af_alg/af_alg-0_pre20120229.ebuild index fbf16e4df78b..4c5e24b54cd3 100644 --- a/app-crypt/af_alg/af_alg-0_pre20120229.ebuild +++ b/app-crypt/af_alg/af_alg-0_pre20120229.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,9 +17,10 @@ SRC_URI="http://src.carnivore.it/users/common/af_alg/snapshot/${MY_P}.tar.gz" LICENSE="openssl" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="libressl" -DEPEND="dev-libs/openssl" +DEPEND="!libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild index f3ee99d21072..c1482be5e715 100644 --- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild +++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,12 +13,14 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="" +IUSE="libressl" RDEPEND=">=x11-libs/gtk+-2.12:2 sys-apps/pcsc-lite =dev-lang/lua-5.1* - dev-libs/openssl" + dev-libs/openssl + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild index 763e1b1685e6..116af8d7d14a 100644 --- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild +++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,13 +13,14 @@ SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="" +IUSE="libressl" RDEPEND="sys-apps/pcsc-lite dev-lang/lua:5.2 x11-libs/gtk+:3 net-misc/curl - dev-libs/openssl:*" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild index 97a56ace6e9e..ee1858d501ce 100644 --- a/app-crypt/chntpw/chntpw-140201.ebuild +++ b/app-crypt/chntpw/chntpw-140201.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,9 +13,10 @@ SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="static" +IUSE="libressl static" -RDEPEND="dev-libs/openssl:0" +RDEPEND="!libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" DEPEND="${RDEPEND} app-arch/unzip static? ( dev-libs/openssl:0[static-libs] )" diff --git a/app-crypt/crackpkcs12/Manifest b/app-crypt/crackpkcs12/Manifest index 883315c0d607..3706cd4f9f89 100644 --- a/app-crypt/crackpkcs12/Manifest +++ b/app-crypt/crackpkcs12/Manifest @@ -1 +1,2 @@ +DIST crackpkcs12-0.2.10.tar.gz 94473 SHA256 a62a7b8d9693082b5209752187ebe9101d7c15c79f5e53fb9cc4ec9533da966a SHA512 5a2217e7809bef90a983cf8b7efff394bf59dac8ebea2b44c241b27ff07af59c86ce72db77ca1c9b1cbea15245165c200711bcb0bb64ccd4f3b38d3a2dfecbc5 WHIRLPOOL eff1d16169d77c37b874c9c08498c5c8b691fd07679b03a313718b5e056bd0a08826350fe8be605b639ac61f6f83dfabb66a92e2bf8ff867d8b6a798446c5256 DIST crackpkcs12-0.2.9.tar.gz 93931 SHA256 0c9aa4e643986e71866f185cb0fa09c74cb1f4c95ff48ffd013a5a4677bf49e0 SHA512 6c2463a7a76d2e2ef728b37f46f818ad279e3bd828254f54ac6c0d44e737436d7d026af2a54a54e07910d9b54058b3c5764e4066f7a8e40ca75ae7d8970f9eaa WHIRLPOOL 4886c14768b6b4fdf2ca02adad2e4b2a00486084cb5cfa5f29459254d00c6dac287877ea913a4900036bb3367e3cb5c7ac0f68d931ac0ed02fd7bb760f3dd4f8 diff --git a/app-crypt/crackpkcs12/crackpkcs12-0.2.10.ebuild b/app-crypt/crackpkcs12/crackpkcs12-0.2.10.ebuild new file mode 100644 index 000000000000..1596b9da57f4 --- /dev/null +++ b/app-crypt/crackpkcs12/crackpkcs12-0.2.10.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="multithreaded program to crack PKCS#12 files" +HOMEPAGE="http://crackpkcs12.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="libressl" + +RDEPEND="!libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" +DEPEND="${RDEPEND}" diff --git a/app-crypt/crackpkcs12/crackpkcs12-0.2.9.ebuild b/app-crypt/crackpkcs12/crackpkcs12-0.2.9.ebuild index e5d598e2512c..1596b9da57f4 100644 --- a/app-crypt/crackpkcs12/crackpkcs12-0.2.9.ebuild +++ b/app-crypt/crackpkcs12/crackpkcs12-0.2.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" DESCRIPTION="multithreaded program to crack PKCS#12 files" HOMEPAGE="http://crackpkcs12.sourceforge.net/" @@ -11,7 +11,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="libressl" -RDEPEND="dev-libs/openssl" +RDEPEND="!libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" DEPEND="${RDEPEND}" diff --git a/app-crypt/efitools/efitools-1.4.2-r1.ebuild b/app-crypt/efitools/efitools-1.4.2-r1.ebuild index dabedc534abf..f231f2c0f4b8 100644 --- a/app-crypt/efitools/efitools-1.4.2-r1.ebuild +++ b/app-crypt/efitools/efitools-1.4.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" DESCRIPTION="Tools for manipulating UEFI secure boot platforms" HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git" @@ -11,9 +11,11 @@ SRC_URI="http://blog.hansenpartnership.com/wp-uploads/2013/efitools-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="libressl" -RDEPEND="dev-libs/openssl +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) sys-apps/util-linux" DEPEND="${RDEPEND} sys-apps/help2man diff --git a/app-crypt/efitools/efitools-1.7.0.ebuild b/app-crypt/efitools/efitools-1.7.0.ebuild index 4395a3d2810f..d54950bc9757 100644 --- a/app-crypt/efitools/efitools-1.7.0.ebuild +++ b/app-crypt/efitools/efitools-1.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" inherit git-r3 DESCRIPTION="Tools for manipulating UEFI secure boot platforms" @@ -15,9 +15,11 @@ EGIT_COMMIT="v1.7.0" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="libressl" -RDEPEND="dev-libs/openssl +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) sys-apps/util-linux" DEPEND="${RDEPEND} sys-apps/help2man diff --git a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.3.ebuild b/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.3.ebuild index 4c4093e2b1f8..5c4a028e3daf 100644 --- a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.3.ebuild +++ b/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" DESCRIPTION="PKCS#11 support for GnuPG" HOMEPAGE="http://gnupg-pkcs11.sourceforge.net" @@ -11,12 +11,14 @@ SRC_URI="mirror://sourceforge/gnupg-pkcs11/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="libressl" -RDEPEND="=dev-libs/libassuan-2* +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + =dev-libs/libassuan-2* >=dev-libs/libgcrypt-1.2.2:0 >=dev-libs/libgpg-error-1.3 - >=dev-libs/openssl-0.9.7 >=dev-libs/pkcs11-helper-1.02" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/app-crypt/kencfs/Manifest b/app-crypt/kencfs/Manifest index 9a51a4137e9f..f5d8f0da7f92 100644 --- a/app-crypt/kencfs/Manifest +++ b/app-crypt/kencfs/Manifest @@ -1,3 +1 @@ -DIST 134003-kencfs-1.5.0.tar.gz 156217 SHA256 b53314fe022b6fb20d427a6c9a1d08be5df87823754a7d22724a9f3960fe24f0 SHA512 0168a0241c9e2e614b5d796c02cc9103596040e4cdd1349c250f0d25d20bfe7f8c3ad6f192f57e5b519d83ffdaec8eabf389d3d0286da282cfe42e78e5c966f3 WHIRLPOOL 42964b27d48ef3a816f657d417a044f2d60bd7d895bdaa2701d96e9c666f60d0e967ddf9536033f1d3207181973f9524cd1b29897b3ab2527a58edef329704e4 -DIST 134003-kencfs-1.6.0.tar.gz 228330 SHA256 b02f6485920bbd9e13d0730f2f5dd5d99c9b169696bf24d0c83f51c845d135ef SHA512 74029fbea134b34106d6b18865bea9e6061769626d9d04cea84166e7be97cdd3ccea80c480f3aedc005727526fdea3bb4a9499e65f584946ef68aa016ba9b611 WHIRLPOOL dffb413b79ef2c91fe68bc92762c69f5f51cf30673e71c6728156785e2595d2e587f3e69abec225f4b7af1c808d2f0af329b2ddece9f8d69e86a0b74e815cdc9 DIST 134003-kencfs-1.6.2.tar.gz 229438 SHA256 0bb719a55d8c19ccd03b3a945c5aa747072309673e3c7570c2f453926e05fd8b SHA512 7a7c66e9e492e10239663b41a55161fcce32b25bbb2d4abe9bc5d853c71df41dd28af4ba695274ff0138708a5c50faeb45bccbe103ec571fbea8808b20807802 WHIRLPOOL b58a82cd26beebf089bb6bdfa895be769489f3b7086dc02780b738b0a46ae2e3914655711c046e7106f043501da2304b47a2f08fb430dea76920087c38553e6e diff --git a/app-crypt/kencfs/files/kencfs-1.2-desktop.patch b/app-crypt/kencfs/files/kencfs-1.2-desktop.patch deleted file mode 100644 index 900f027f4abc..000000000000 --- a/app-crypt/kencfs/files/kencfs-1.2-desktop.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /tmp/kencfs.desktop 2012-12-12 00:06:01.000000000 +1100 -+++ kencfs.desktop 2012-12-12 00:07:54.000000000 +1100 -@@ -2,7 +2,7 @@ - Name=KEncFS - Exec=kencfs - Icon=document-encrypt --Categories=System;Security -+Categories=Qt;KDE;System;Security; - Terminal=false - Type=Application - StartupNotify=false diff --git a/app-crypt/kencfs/kencfs-1.5.0.ebuild b/app-crypt/kencfs/kencfs-1.5.0.ebuild deleted file mode 100644 index 5fbfc06224c7..000000000000 --- a/app-crypt/kencfs/kencfs-1.5.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit qt4-r2 - -DESCRIPTION="GUI frontend for encfs" -HOMEPAGE="http://kde-apps.org/content/show.php?content=134003" -SRC_URI="http://kde-apps.org/CONTENT/content-files/134003-${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 - kde-base/kdelibs:4 -" -RDEPEND="${DEPEND} - kde-apps/kwalletd:4 - sys-fs/encfs -" - -PATCHES=( - "${FILESDIR}/${PN}-1.2-desktop.patch" - "${FILESDIR}/${PN}-1.4.0-encfs5.patch" -) - -src_prepare() { - qt4-r2_src_prepare - - sed -i ${PN}.pro -e "/^doc.path =/s/${PN}-1.5/${PF}/" \ - || die "sed docdir failed" -} diff --git a/app-crypt/kencfs/kencfs-1.6.0.ebuild b/app-crypt/kencfs/kencfs-1.6.0.ebuild deleted file mode 100644 index 7fa9e8669b30..000000000000 --- a/app-crypt/kencfs/kencfs-1.6.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit qt4-r2 - -DESCRIPTION="GUI frontend for encfs" -HOMEPAGE="http://kde-apps.org/content/show.php?content=134003" -SRC_URI="http://kde-apps.org/CONTENT/content-files/134003-${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 - kde-base/kdelibs:4 -" -RDEPEND="${DEPEND} - kde-apps/kwalletd:4 - sys-fs/encfs -" - -PATCHES=( - "${FILESDIR}/${PN}-1.2-desktop.patch" - "${FILESDIR}/${PN}-1.4.0-encfs5.patch" -) - -src_prepare() { - qt4-r2_src_prepare - - sed -i ${PN}.pro -e "/^doc.path =/s/${PN}-1.5/${PF}/" \ - || die "sed docdir failed" -} diff --git a/app-crypt/kencfs/kencfs-1.6.2.ebuild b/app-crypt/kencfs/kencfs-1.6.2.ebuild index a3c8c55a5281..186dc900fb14 100644 --- a/app-crypt/kencfs/kencfs-1.6.2.ebuild +++ b/app-crypt/kencfs/kencfs-1.6.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://kde-apps.org/CONTENT/content-files/134003-${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=" diff --git a/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild b/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild index 2ce138687828..e864c7713299 100644 --- a/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild +++ b/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/opengl.eselect-${PV}.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="app-arch/xz-utils" diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest index 2e5b570927d9..0eea5ba11dcb 100644 --- a/app-misc/tmux/Manifest +++ b/app-misc/tmux/Manifest @@ -1,3 +1,4 @@ DIST tmux-2.1.tar.gz 462965 SHA256 31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176 SHA512 0faa0a60a84b777ca3cf572cf741d0e4f82a9f32d27dfeddfda41bad57830823a6d5f2323f27ba794b86e194d9f7db7028c94dc6a15bb4ac5a18508f890bdaa4 WHIRLPOOL 983024886bdb868bb69ccedc18e9fd62cc5a8f147d647ea43b6f20e297b9b3c45a061e542bcb590ab50cf5d3db43d22015c3a8f18bee33d9c76552bfe13424ed +DIST tmux-2.2.tar.gz 466852 SHA256 bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4 SHA512 4d4fc316c78aab0d13f7f15098d952f01d7da7d74d46251ae2dd90440522f07c785afe984d82de2b4518fb67ea441f5a5a46c357c87ddc6ddbfba4b7f08be7bf WHIRLPOOL 2e44582b994f3fe919f4ee7543f25e3fb02cc975d053b0c63bcd858a54fe3125ffe192cf6f8c7ae0345d90e8086d86930d668b29becdb4e0376579ef02e7034f DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 SHA256 a0905c595fec7f0258fba5466315d42d67eca3bd2d3b12f4af8936d7f168b6c6 SHA512 fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979 WHIRLPOOL aa83ea77c084e643f2cbf74ddf10bf6e43304b0a7c1f6af24b153844ad01732af8f45de0d8a39093f11be19ff9af20116f4aa7b9c750f3452525fcd7b31a3d8a DIST tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca 5626 SHA256 040cbb7ce19f5a256ae400061d310e0f64f58cbc525402043708b59546af2462 SHA512 956b2c1ca08e3c92aa39c9df54fbe1c661d0e076c91628c4b88f81f97104241b6505412fa0e21a681adc231eb2e6e7feee850474d4277812d186548bbb05f6d1 WHIRLPOOL 3eaa20479fccf7e20dbd7ccb8669bd8c47da90f7218fdb386fcd150c1223cc7300d68f880baa706bbdb7abf54394d44fd80479ba3fae934de9b53f40acc6286a diff --git a/app-misc/tmux/metadata.xml b/app-misc/tmux/metadata.xml index c2ae9d3f14ae..58f1701be3b9 100644 --- a/app-misc/tmux/metadata.xml +++ b/app-misc/tmux/metadata.xml @@ -9,6 +9,9 @@ shell-tools@gentoo.org Gentoo Shell Tools Project + + Include libutempter support + tmux is a "terminal multiplexer", it enables a number of terminals (or windows) to be accessed and controlled from a single terminal. diff --git a/app-misc/tmux/tmux-2.2.ebuild b/app-misc/tmux/tmux-2.2.ebuild new file mode 100644 index 000000000000..62520a30a02e --- /dev/null +++ b/app-misc/tmux/tmux-2.2.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools flag-o-matic versionator + +DESCRIPTION="Terminal multiplexer" +HOMEPAGE="http://tmux.github.io/" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux" + +CDEPEND=" + || ( + =dev-libs/libevent-2.0* + >=dev-libs/libevent-2.1.5-r4 + ) + utempter? ( + kernel_linux? ( sys-libs/libutempter ) + kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) + ) + sys-libs/ncurses:0=" +DEPEND="${CDEPEND} + virtual/pkgconfig" +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-screen ) + vim-syntax? ( + || ( + app-editors/vim + app-editors/gvim + ) + )" + +DOCS=( CHANGES FAQ README TODO ) + +PATCHES=( "${FILESDIR}"/${PN}-2.0-flags.patch ) + +src_prepare() { + # bug 438558 + # 1.7 segfaults when entering copy mode if compiled with -Os + replace-flags -Os -O2 + + # regenerate aclocal.m4 to support earlier automake versions + rm aclocal.m4 || die + + default + + eautoreconf +} + +src_configure() { + econf \ + --sysconfdir="${EPREFIX}"/etc \ + $(use_enable debug) \ + $(use_enable utempter) +} + +src_install() { + default + + einstalldocs + + dodoc example_tmux.conf + docompress -x /usr/share/doc/${PF}/example_tmux.conf + + if use vim-syntax; then + insinto /usr/share/vim/vimfiles/ftdetect + doins "${FILESDIR}"/tmux.vim + fi +} + +pkg_postinst() { + if ! version_is_at_least 1.9a ${REPLACING_VERSIONS:-1.9a}; then + echo + ewarn "Some configuration options changed in this release." + ewarn "Please read the CHANGES file in /usr/share/doc/${PF}/" + ewarn + ewarn "WARNING: After updating to ${P} you will _not_ be able to connect to any" + ewarn "older, running tmux server instances. You'll have to use an existing client to" + ewarn "end your old sessions or kill the old server instances. Otherwise you'll have" + ewarn "to temporarily downgrade to access them." + echo + fi +} diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index 577675cb612a..520cae0e6b77 100644 --- a/app-misc/tmux/tmux-9999.ebuild +++ b/app-misc/tmux/tmux-9999.ebuild @@ -2,11 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils git-r3 bash-completion-r1 flag-o-matic versionator +inherit autotools git-r3 flag-o-matic versionator DESCRIPTION="Terminal multiplexer" HOMEPAGE="http://tmux.github.io/" @@ -17,12 +15,14 @@ EGIT_REPO_URI="https://github.com/tmux/tmux.git" LICENSE="ISC" SLOT="0" KEYWORDS="" -IUSE="debug selinux vim-syntax kernel_FreeBSD kernel_linux" +IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux" CDEPEND=" >=dev-libs/libevent-2.0.10 - kernel_linux? ( sys-libs/libutempter ) - kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) + utempter? ( + kernel_linux? ( sys-libs/libutempter ) + kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) + ) sys-libs/ncurses:0=" DEPEND="${CDEPEND} virtual/pkgconfig" @@ -48,29 +48,27 @@ src_prepare() { # 1.7 segfaults when entering copy mode if compiled with -Os replace-flags -Os -O2 - autotools-utils_src_prepare + default + + eautoreconf } src_configure() { - local myeconfargs=( - --sysconfdir="${EPREFIX}"/etc - $(use_enable debug) - ) - autotools-utils_src_configure + econf \ + --sysconfdir="${EPREFIX}"/etc \ + $(use_enable debug) \ + $(use_enable utempter) } src_install() { - autotools-utils_src_install + default - newbashcomp "${DISTDIR}/tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b" ${PN} + einstalldocs - docinto examples dodoc example_tmux.conf + docompress -x /usr/share/doc/${PF}/example_tmux.conf if use vim-syntax; then - insinto /usr/share/vim/vimfiles/syntax - newins "${DISTDIR}/tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca" tmux.vim - insinto /usr/share/vim/vimfiles/ftdetect doins "${FILESDIR}"/tmux.vim fi diff --git a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild index 6d1374e0da71..8a5713b086ef 100644 --- a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild +++ b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild @@ -17,7 +17,7 @@ IUSE="+lit2epub" DEPEND=" dev-libs/libxml2 - dev-libs/libzip + dev-libs/libzip:= " RDEPEND="${DEPEND} lit2epub? ( app-text/convertlit ) diff --git a/app-text/kchmviewer/kchmviewer-7.4.ebuild b/app-text/kchmviewer/kchmviewer-7.4.ebuild index d3a3ee17c32d..0068433a09f6 100644 --- a/app-text/kchmviewer/kchmviewer-7.4.ebuild +++ b/app-text/kchmviewer/kchmviewer-7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="debug qt5" RDEPEND=" dev-libs/chmlib - dev-libs/libzip + dev-libs/libzip:= qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 diff --git a/app-text/kchmviewer/kchmviewer-7.5-r1.ebuild b/app-text/kchmviewer/kchmviewer-7.5-r1.ebuild index 2b68130c2263..3a24b1d52c24 100644 --- a/app-text/kchmviewer/kchmviewer-7.5-r1.ebuild +++ b/app-text/kchmviewer/kchmviewer-7.5-r1.ebuild @@ -17,7 +17,7 @@ IUSE="qt5" RDEPEND=" dev-libs/chmlib - dev-libs/libzip + dev-libs/libzip:= qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 diff --git a/app-text/kchmviewer/kchmviewer-7.5.ebuild b/app-text/kchmviewer/kchmviewer-7.5.ebuild index 04ba90bf71b5..838112549076 100644 --- a/app-text/kchmviewer/kchmviewer-7.5.ebuild +++ b/app-text/kchmviewer/kchmviewer-7.5.ebuild @@ -17,7 +17,7 @@ IUSE="qt5" RDEPEND=" dev-libs/chmlib - dev-libs/libzip + dev-libs/libzip:= qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest index 8e597eb5c021..1b0f06d76b1b 100644 --- a/app-text/xapian-omega/Manifest +++ b/app-text/xapian-omega/Manifest @@ -2,3 +2,4 @@ DIST xapian-omega-1.2.19.tar.xz 419804 SHA256 ca0a9afe2d1ced933408fc0b089c96cd55 DIST xapian-omega-1.2.22.tar.xz 437556 SHA256 a7d4b00f6830d003490c0f727fc03584e703cd6e96738e03930f135cd966381b SHA512 c90ef3658cfb7f0337aa946ad04a7173d0aa89e5179c8b9edbfd78156c11d93d6a9ef6055142d26ecd95af8b0cbdf3b061e505c75f37f5e1e3b2ffc272fbaa3b WHIRLPOOL fa500c681fe1c8b82c3d469183ce987b38cd91f110ed1cd7b4e5372525a503c28e310abb15afc31892f2fa4fbd8e74bce07c1b618996541500b3f8d114b06920 DIST xapian-omega-1.2.23.tar.xz 437912 SHA256 55c790204fc0b1ddbd4bdae73aa55eed40671475e13252a71a53a01f80d172ef SHA512 1ea2b090b75f7ab530bbb6af79eb26931684796f9b0a987530f44e7f7f9527929644880f7528198e0ea22f69feabd014783c0b01edaa6673b54f83091e9a5428 WHIRLPOOL 522833f6dc47693885238caac1da80141d909a2c7c89bc5f302e064f5ebded132329000a223f9a11b412adea25c412ff4a99c0f5de9cf25582e62dca02a3bae6 DIST xapian-omega-1.3.6.tar.xz 486352 SHA256 ffa5a151b827e8227d47cadacbdb18854e6d339bf6595892cc304f9a4e3d8abb SHA512 78e607880343d056cac777d0e1b59f89a405fd190c16554322e2e289ffdde0a537238e013ded2fe7c10b6cabfed86360fe0c022c185d896822eb968945886000 WHIRLPOOL b0035a987df4bfc34abc68c658c01a804327d6c1ea87e687a20675f03cb208dec421775e124b55d4a1cd624d82432ad89b3a45c5e77eaed3e8d67cd909420217 +DIST xapian-omega-1.3.7.tar.xz 490156 SHA256 3d3064289dc891c774a6be8b6e2f0f21691b88ab57ec7a5d16141179027c7453 SHA512 87aea7e59a612b6757d6c826b328542f5696d544906e85009063b8a7206a9cbf50457f7a03e3d2c25ebfd95d37e3c2a75ee70d2da7c3e1bd021e6c15092a1755 WHIRLPOOL 5da58ff0e30c0341b7f653b30be12770fea82d3f6e6041d8fd82be1ca75b3e058336854a4a651d430c71dbacfebb91b9b0eb4b95ced99ba983bddcd690acb92b diff --git a/app-text/xapian-omega/xapian-omega-1.3.7.ebuild b/app-text/xapian-omega/xapian-omega-1.3.7.ebuild new file mode 100644 index 000000000000..63b0fbb54219 --- /dev/null +++ b/app-text/xapian-omega/xapian-omega-1.3.7.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" +SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz" +HOMEPAGE="http://www.xapian.org/" +S="${WORKDIR}/xapian-omega-${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND="dev-libs/xapian:0/1.3.7 + dev-lang/perl + dev-libs/libpcre + sys-libs/zlib" +RDEPEND="${DEPEND}" + +src_install () { + emake DESTDIR="${D}" install + + # Protect /etc/omega.conf + echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega + doenvd "${T}"/20xapian-omega + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO + + #move docs to /usr/share/doc/${PF}. + mv "${D}/usr/share/doc/xapian-omega" "${D}/usr/share/doc/${PF}" || die + + # Directory containing Xapian databases: + keepdir /var/lib/omega/data + + # Directory containing OmegaScript templates: + keepdir /var/lib/omega/templates + mv "${S}"/templates/* "${D}"/var/lib/omega/templates || die + + # Directory to write Omega logs to: + keepdir /var/log/omega + + # Directory containing any cdb files for the $lookup OmegaScript command: + keepdir /var/lib/omega/cdb +} diff --git a/dev-lang/moarvm/Manifest b/dev-lang/moarvm/Manifest index 8841bc04ac13..196603a079f6 100644 --- a/dev-lang/moarvm/Manifest +++ b/dev-lang/moarvm/Manifest @@ -1,4 +1,3 @@ -DIST MoarVM-2016.01.tar.gz 3314742 SHA256 d409b684c7c92b144b31cf7f0408f30ccbb033ce646f57d7fbaeb9683773e37b SHA512 019433a985c8245c231d533b8310fceda185a694681aaecb922602ad98897c636c40fbe1a36ba656af4c242b28315611f656454eb41f25e0f891b652210eb435 WHIRLPOOL f603e1f60667771e0200e731b37ff854346d00a0de484a9b3072f83e0ee624bc2b7d7e862c872d9062a4397adb5bfab31d835754966a7fe44490312c82a37e8e -DIST MoarVM-2016.02.tar.gz 3313448 SHA256 3bdacebba98e6b2d3d10f12af0ab514dec27fb24b15ed00aef479b7d190ce40a SHA512 fdeb107e071bcd7a893f15f105e722543010a87710cbd2ac4ce322000c96c9dae5c5e661dd8d60e712c4fe22d860650a003485d75f95a5b19fcde266f8fe483d WHIRLPOOL 9ccb54d147d558b4fa52bfe9b098384b3d61dffba598db803828bb0cbbc8bae9fd6a527d093c07a421cd97a59952e11ffaf9c6cef93ce9b48778009558e96732 DIST MoarVM-2016.03.tar.gz 3318299 SHA256 dfc3914e609f30ff06f14267bcbb4fcc6da3d85782d35c1838701a5ea41d8f2f SHA512 358c48f6b1803e39841e9f287f2fe3cdde743962d9d9c34e629c18b1b7290fd8a713917f24233dd092ed68adf9a6d0aadb25bda22b3e353d40bd57ae58d70216 WHIRLPOOL e68dfbc40bda23a49c28089fe8396e5a182afc0ac2550f9ab5d9f1564943af163fcc68b466feaf0778a2df57cd472c87f0853d47882b9b625434c7740ec5aec4 DIST MoarVM-2016.04.tar.gz 3332850 SHA256 6fe9000daada59535747f2557cc73573241ba8a6044271caf1647aa37be33c6d SHA512 ef22145c9f7c32d7d12192cee63f286544500adff40fc2dbaad677d57108bc6efedc348fe8ddf460fe12d2c6b282e885bcb74fb3bcaa1e06b7719754175afe7d WHIRLPOOL e314f80cd785d31768630798647d7f445831bb29aaded88ef32326df3f4705a5d3fba2da00fce6888a2256b57aeb838922e94c3096250d30112f2be2bfacbb92 +DIST MoarVM-2016.05.tar.gz 3343486 SHA256 d59e3b366cd788a9e9aaa747dc0883dc6f41d97cb76a8fb2815bd565ef75498a SHA512 0cc946962b56cd9075013074228cee008c98b43da9bdaadd8ce91aa06d94510df1c4a2877d36945aff30dada01f3bf66c0ef1028c59967d09c0aec662aa87f99 WHIRLPOOL 1681538cb1a2919bfb49e51fe29877392ee0900d38daed1bbdae92d57332de84888f6ecae3bfbfba5b8132f186ebdfa3151a7cd038f10538e09c97ddae953adc diff --git a/dev-lang/moarvm/metadata.xml b/dev-lang/moarvm/metadata.xml index 3e0f367f73ef..e251f6873231 100644 --- a/dev-lang/moarvm/metadata.xml +++ b/dev-lang/moarvm/metadata.xml @@ -18,7 +18,6 @@ Use clang compiler instead of GCC Enable Just-In-Time-Compiler. Has no effect except on AMD64 and Darwin. Enable optimization via CFLAGS - Link against the system's shared libraries Enable clang's Undefined Behavior Sanitizer functionality. Expect longer compile time. diff --git a/dev-lang/moarvm/moarvm-2016.01-r1.ebuild b/dev-lang/moarvm/moarvm-2016.01-r1.ebuild deleted file mode 100644 index 0e7c088bae43..000000000000 --- a/dev-lang/moarvm/moarvm-2016.01-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils multilib - -MY_PN="MoarVM" - -DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6" -HOMEPAGE="http://moarvm.org" -SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz" -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="dev-libs/libuv" -DEPEND="${RDEPEND} - dev-lang/perl" - -S="${WORKDIR}/MoarVM-${PV}" - -src_configure() { - perl Configure.pl --prefix="/usr"|| die -} - -src_install() { - emake DESTDIR="${D}" install -} diff --git a/dev-lang/moarvm/moarvm-2016.02.ebuild b/dev-lang/moarvm/moarvm-2016.02.ebuild deleted file mode 100644 index 0e7c088bae43..000000000000 --- a/dev-lang/moarvm/moarvm-2016.02.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils multilib - -MY_PN="MoarVM" - -DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6" -HOMEPAGE="http://moarvm.org" -SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz" -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="dev-libs/libuv" -DEPEND="${RDEPEND} - dev-lang/perl" - -S="${WORKDIR}/MoarVM-${PV}" - -src_configure() { - perl Configure.pl --prefix="/usr"|| die -} - -src_install() { - emake DESTDIR="${D}" install -} diff --git a/dev-lang/moarvm/moarvm-2016.04-r1.ebuild b/dev-lang/moarvm/moarvm-2016.04-r2.ebuild similarity index 79% rename from dev-lang/moarvm/moarvm-2016.04-r1.ebuild rename to dev-lang/moarvm/moarvm-2016.04-r2.ebuild index 7b75a885f471..6c0815b7962b 100644 --- a/dev-lang/moarvm/moarvm-2016.04-r1.ebuild +++ b/dev-lang/moarvm/moarvm-2016.04-r2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then KEYWORDS="" S="${WORKDIR}/${P}" else - SRC_URI="https://moarvm.org/releases/${MY_PN}-${PV}.tar.gz" + SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${MY_PN}-${PV}" fi @@ -22,7 +22,7 @@ DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6" HOMEPAGE="http://moarvm.org" LICENSE="Artistic-2" SLOT="0" -IUSE="asan clang debug doc +jit static-libs +system-libs optimize ubsan" +IUSE="asan clang debug doc +jit static-libs optimize ubsan" RDEPEND="dev-libs/libatomic_ops dev-libs/libtommath @@ -40,15 +40,14 @@ DOCS=( CREDITS README.markdown ) # Tests are conducted via nqp RESTRICT=test -src_prepare() { - eapply "${PATCHES[@]}" - eapply_user - use doc && DOCS+=( docs/* ) -} - src_configure() { + use doc && DOCS+=( docs/* ) local myconfigargs=( "--prefix=/usr" + "--has-libtommath" + "--has-libuv" + "--has-libatomic_ops" + "--has-libffi" "--libdir=$(get_libdir)" "--compiler=$(usex clang clang gcc)" "$(usex asan --asan)" @@ -56,10 +55,6 @@ src_configure() { "$(usex jit --lua=/usr/bin/lua --no-jit)" "$(usex optimize --optimize= --no-optimize)" "$(usex static-libs --static)" - "$(usex system-libs --has-libtommath)" - "$(usex system-libs --has-libuv)" - "$(usex system-libs --has-libatomic_ops)" - "$(usex system-libs --has-libffi)" "$(usex ubsan --ubsan)" ) use optimize && filter-flags '-O*' diff --git a/dev-lang/moarvm/moarvm-2016.05.ebuild b/dev-lang/moarvm/moarvm-2016.05.ebuild new file mode 100644 index 000000000000..5e0452988700 --- /dev/null +++ b/dev-lang/moarvm/moarvm-2016.05.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit flag-o-matic + +MY_PN="MoarVM" +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git" + inherit git-r3 + KEYWORDS="" + S="${WORKDIR}/${P}" +else + SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6" +HOMEPAGE="http://moarvm.org" +LICENSE="Artistic-2" +SLOT="0" +IUSE="asan clang debug doc +jit static-libs optimize ubsan" + +RDEPEND="dev-libs/libatomic_ops + dev-libs/libtommath + dev-libs/libuv + jit? ( dev-lang/lua:0[deprecated] + dev-lua/LuaBitOp ) + virtual/libffi" +DEPEND="${RDEPEND} + clang? ( >=sys-devel/clang-3.1 ) + dev-lang/perl" + +DOCS=( CREDITS README.markdown ) + +# Tests are conducted via nqp +RESTRICT=test + +src_configure() { + use doc && DOCS+=( docs/* ) + local myconfigargs=( + "--prefix=/usr" + "--has-libtommath" + "--has-libuv" + "--has-libatomic_ops" + "--has-libffi" + "--libdir=$(get_libdir)" + "--compiler=$(usex clang clang gcc)" + "$(usex asan --asan)" + "$(usex debug --debug --no-debug)" + "$(usex jit --lua=/usr/bin/lua --no-jit)" + "$(usex optimize --optimize= --no-optimize)" + "$(usex static-libs --static)" + "$(usex ubsan --ubsan)" + ) + use optimize && filter-flags '-O*' + + perl Configure.pl "${myconfigargs[@]}" || die +} diff --git a/dev-lang/moarvm/moarvm-9999.ebuild b/dev-lang/moarvm/moarvm-9999.ebuild index 7b75a885f471..5e0452988700 100644 --- a/dev-lang/moarvm/moarvm-9999.ebuild +++ b/dev-lang/moarvm/moarvm-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then KEYWORDS="" S="${WORKDIR}/${P}" else - SRC_URI="https://moarvm.org/releases/${MY_PN}-${PV}.tar.gz" + SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${MY_PN}-${PV}" fi @@ -22,7 +22,7 @@ DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6" HOMEPAGE="http://moarvm.org" LICENSE="Artistic-2" SLOT="0" -IUSE="asan clang debug doc +jit static-libs +system-libs optimize ubsan" +IUSE="asan clang debug doc +jit static-libs optimize ubsan" RDEPEND="dev-libs/libatomic_ops dev-libs/libtommath @@ -34,21 +34,19 @@ DEPEND="${RDEPEND} clang? ( >=sys-devel/clang-3.1 ) dev-lang/perl" -PATCHES=( "${FILESDIR}/Configure-2016.04.patch" ) DOCS=( CREDITS README.markdown ) # Tests are conducted via nqp RESTRICT=test -src_prepare() { - eapply "${PATCHES[@]}" - eapply_user - use doc && DOCS+=( docs/* ) -} - src_configure() { + use doc && DOCS+=( docs/* ) local myconfigargs=( "--prefix=/usr" + "--has-libtommath" + "--has-libuv" + "--has-libatomic_ops" + "--has-libffi" "--libdir=$(get_libdir)" "--compiler=$(usex clang clang gcc)" "$(usex asan --asan)" @@ -56,10 +54,6 @@ src_configure() { "$(usex jit --lua=/usr/bin/lua --no-jit)" "$(usex optimize --optimize= --no-optimize)" "$(usex static-libs --static)" - "$(usex system-libs --has-libtommath)" - "$(usex system-libs --has-libuv)" - "$(usex system-libs --has-libatomic_ops)" - "$(usex system-libs --has-libffi)" "$(usex ubsan --ubsan)" ) use optimize && filter-flags '-O*' diff --git a/dev-lang/nqp/Manifest b/dev-lang/nqp/Manifest index 31cdb1cc0037..5b9befd086ef 100644 --- a/dev-lang/nqp/Manifest +++ b/dev-lang/nqp/Manifest @@ -1,4 +1,3 @@ -DIST nqp-2016.01.tar.gz 5117110 SHA256 87875120af7167093643f2a35869d66a61f735220a9348627ba89cf294387c8b SHA512 e79668f7f5f3679fe3b93f63e1151da1eab109ef4acc6f8ae3da3d9e5c3da814440dd43279978b1a13f30647d7c52bda5575b02f366bd928965b06b47c6d6d91 WHIRLPOOL d2369417707332d8bc045f6f93da81e1301ec2599f197664d80e6edeefc1bc7a2147ad3b7e893eef0fb6b96adf2f68f5ab44b948801e266e68d99552253abeda -DIST nqp-2016.02.tar.gz 5121833 SHA256 051ddd4bab8f73a688836d896340320ff7043a6ecbd5c53be099249e75e33b8d SHA512 9a3233e351ebdf73ed27d3eade2052936d1a49ea95d32a8176e426e7126c720e4a3f69dedc4067925272293329b08ab397f6a7523b9e4129952847fbd86fcf0d WHIRLPOOL 1bad2dc420d59f07c3d9b8d9dcc78d51a772ed2672419fc53e427c68e24fce5645a0dcfd4a4e138e6333f9e909297b49fafe190e6dc763cca8e52dce20309ec5 DIST nqp-2016.03.tar.gz 5126687 SHA256 50731983cfc0800015bf73a2174000f5631ad09b551ff190153fba00a448067f SHA512 707701e22752cb43b0694c8c57ec834cfee3d2a50c2b6ae3ee36af5881728c94ae1d03d07c624367edb6cf58bba18abd26dcc18656b0483f4f979db5dd26a07e WHIRLPOOL 364abefc3d7b005b89fd3a3180e66971dbc56851377b93e38d2a8b2ed546121ec730628e0f93947f77e8f12346d64e60b4af8ffa720dc0a05810fae846b262a4 DIST nqp-2016.04.tar.gz 5156494 SHA256 9176422eb2a99db24ab520bc78686f3a2c008ba73bf8c7091a790985f5061019 SHA512 5dcb685a90b26fee3e8dac3ca24da11bd967d034b5328232d18d9db37e27645b57259cabf54ef8e10b3ac508b1aa784072f0a9542d30168d3017f86e610c3cee WHIRLPOOL 0711e1471740b0ed181f9e4504f810a084056e74650c0ffb1c6c17e2976b2c1facb6a7e73df5d991d9ffe43f055fe844f0756dbd816375708b4d499a0f7a9162 +DIST nqp-2016.05.tar.gz 5159647 SHA256 7fdd76322383632783b4352e8fab144c3d68acbfda5112c1f178d8909277f616 SHA512 c81d2f6ef13fad36ed863869c985049a5e1daa04e979449fbbd3b5b365ff58430711f6a7ed5ac10ff61fe6a78d4f960f76ade7445ecb82eb3100882449747a61 WHIRLPOOL 119237accc6723db4afa27cdbb1409e9d11a572bf24fbd83e8bed3c507193bf2199bb5a1e8a27052d922040892f5ce35ffd30640218bbc15167fff88e70941c7 diff --git a/dev-lang/nqp/metadata.xml b/dev-lang/nqp/metadata.xml index dd228ef6adfe..7d0e9d2c9d1f 100644 --- a/dev-lang/nqp/metadata.xml +++ b/dev-lang/nqp/metadata.xml @@ -16,7 +16,6 @@ Toggle usage of the clang compiler in conjunction with MoarVM Build the MoarVM backend (experimental/broken) - Use jars provided by the system instead of upstream perl6/nqp diff --git a/dev-lang/nqp/nqp-2016.01.ebuild b/dev-lang/nqp/nqp-2016.01.ebuild deleted file mode 100644 index 39d021f2577d..000000000000 --- a/dev-lang/nqp/nqp-2016.01.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# still not working -RESTRICT="test" - -inherit eutils multilib versionator - -GITCRAP=b5ebdaa - -DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler" -HOMEPAGE="http://rakudo.org/" -SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="doc java +moar" -REQUIRED_USE="|| ( java moar )" - -RDEPEND=" - java? ( >=virtual/jre-1.7 ) - moar? ( ~dev-lang/moarvm-${PV} ) - dev-libs/libffi" -DEPEND="${RDEPEND} - java? ( >=virtual/jdk-1.7 ) - dev-lang/perl" - -S=${WORKDIR}/perl6-nqp-${GITCRAP} - -src_configure() { - use java && myconf+="jvm," - use moar && myconf+="moar," - perl Configure.pl --backend=${myconf} --prefix=/usr || die - # dirty hack to make dyncall not fail - sed -i -e 's/-Werror=missing-prototypes//' Makefile || die - sed -i -e 's/-Werror=missing-declarations//' Makefile || die - sed -i -e 's/-Werror=strict-prototypes//' Makefile || die - - # more dirty hack to allow building with newer gcc - sed -i -e 's/-Werror=implicit-function-declaration//' Makefile || die - sed -i -e 's/-Werror=nested-externs//' Makefile || die -} - -src_compile() { - emake -j1 || die -} - -src_test() { - emake -j1 test || die -} - -src_install() { - emake DESTDIR="${ED}" install || die - - dodoc CREDITS README.pod || die - - if use doc; then - dodoc -r docs/* || die - fi -} diff --git a/dev-lang/nqp/nqp-2016.02.ebuild b/dev-lang/nqp/nqp-2016.02.ebuild deleted file mode 100644 index ab671dfb77de..000000000000 --- a/dev-lang/nqp/nqp-2016.02.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# still not working -RESTRICT="test" - -inherit eutils multilib versionator - -GITCRAP=1d6b8cb - -DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler" -HOMEPAGE="http://rakudo.org/" -SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="doc java +moar" -REQUIRED_USE="|| ( java moar )" - -RDEPEND=" - java? ( >=virtual/jre-1.7 ) - moar? ( ~dev-lang/moarvm-${PV} ) - dev-libs/libffi" -DEPEND="${RDEPEND} - java? ( >=virtual/jdk-1.7 ) - dev-lang/perl" - -S=${WORKDIR}/perl6-nqp-${GITCRAP} - -src_configure() { - use java && myconf+="jvm," - use moar && myconf+="moar," - perl Configure.pl --backend=${myconf} --prefix=/usr || die - # dirty hack to make dyncall not fail - sed -i -e 's/-Werror=missing-prototypes//' Makefile || die - sed -i -e 's/-Werror=missing-declarations//' Makefile || die - sed -i -e 's/-Werror=strict-prototypes//' Makefile || die - - # more dirty hack to allow building with newer gcc - sed -i -e 's/-Werror=implicit-function-declaration//' Makefile || die - sed -i -e 's/-Werror=nested-externs//' Makefile || die -} - -src_compile() { - emake -j1 || die -} - -src_test() { - emake -j1 test || die -} - -src_install() { - emake DESTDIR="${ED}" install || die - - dodoc CREDITS README.pod || die - - if use doc; then - dodoc -r docs/* || die - fi -} diff --git a/dev-lang/nqp/nqp-2016.04-r2.ebuild b/dev-lang/nqp/nqp-2016.04-r2.ebuild deleted file mode 100644 index e47071d32bce..000000000000 --- a/dev-lang/nqp/nqp-2016.04-r2.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit java-pkg-2 - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://github.com/perl6/${PN}.git" - inherit git-r3 - KEYWORDS="" -else - SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz" - KEYWORDS="~x86 ~amd64" -fi - -DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler" -HOMEPAGE="http://rakudo.org/" - -LICENSE="Artistic-2" -SLOT="0" -IUSE="doc clang java +moar +system-libs test" -REQUIRED_USE="|| ( java moar )" - -RDEPEND="java? ( >=virtual/jre-1.7:* - system-libs? ( - dev-java/asm:4 - dev-java/jline:0 - ) - ) - moar? ( ~dev-lang/moarvm-${PV}[clang=] ) - dev-libs/libffi" -DEPEND="${RDEPEND} - clang? ( sys-devel/clang ) - java? ( >=virtual/jdk-1.7:* ) - dev-lang/perl" -PATCHES=( "${FILESDIR}/enable-external-jars.patch" ) - -pkg_setup() { - use java && java-pkg-2_pkg_setup -} - -src_prepare() { - eapply "${PATCHES[@]}" - eapply_user - use java && java-pkg-2_src_prepare -} - -src_unpack() { - if [[ ${PV} == "9999" ]]; then - git-r3_src_unpack - else - unpack ${A} - mv "${WORKDIR}/perl6-nqp-"* "${WORKDIR}/${P}" || die - fi -} - -src_configure() { - local backends - use java && backends+="jvm," - use moar && backends+="moar" - local myconfargs=( - "--backend=${backends}" - "--prefix=/usr" ) - - # 2016.04 doesn't like our jna-3.4.1 nor jna-4.1.0 - # keep testing against it - if use system-libs; then - if use java; then - myconfargs+=( - "--with-asm=$(echo $(java-pkg_getjars asm-4) | tr : '\n' | grep '/asm\.jar$')" - "--with-asm-tree=$(echo $(java-pkg_getjars asm-4) | tr : '\n' | grep '/asm-tree\.jar$')" - "--with-jline=$(echo $(java-pkg_getjars jline) | tr : '\n' | grep '/jline\.jar$')" ) - else - einfo "USE=system-libs set, but this won't have any effect without USE=java." - fi - fi - - perl Configure.pl "${myconfargs[@]}" || die -} - -src_compile() { - MAKEOPTS=-j1 emake -} - -src_test() { - MAKEOPTS=-j1 emake test -} - -src_install() { - emake DESTDIR="${ED}" install || die - - dodoc CREDITS README.pod || die - - if use doc; then - dodoc -r docs/* || die - fi -} diff --git a/dev-lang/nqp/nqp-2016.04-r3.ebuild b/dev-lang/nqp/nqp-2016.04-r3.ebuild new file mode 100644 index 000000000000..35e745f45ab6 --- /dev/null +++ b/dev-lang/nqp/nqp-2016.04-r3.ebuild @@ -0,0 +1,161 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit java-pkg-opt-2 multibuild + +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="https://github.com/perl6/${PN}.git" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz" + inherit vcs-snapshot + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler" +HOMEPAGE="http://rakudo.org/" + +LICENSE="Artistic-2" +SLOT="0" +IUSE="doc clang java +moar test" +REQUIRED_USE="|| ( java moar )" + +CDEPEND="java? ( + dev-java/asm:4 + dev-java/jline:0 + dev-java/jna:4 + ) + moar? ( ~dev-lang/moarvm-${PV}[clang=] )" +RDEPEND="${CDEPEND} + java? ( >=virtual/jre-1.7 )" +DEPEND="${CDEPEND} + clang? ( sys-devel/clang ) + java? ( >=virtual/jdk-1.7 ) + dev-lang/perl" +PATCHES=( "${FILESDIR}/enable-external-jars.patch" ) + +pkg_pretend() { + if has_version dev-lang/rakudo || has_version dev-lang/nqp; then + ewarn "NQP is known to fail compilation/installation with Rakudo and/or NQP" + ewarn "already being installed. So if it fails, try uninstalling both" + ewarn "dev-lang/nqp and dev-lang/rakudo, then do a new installation." + ewarn "(see Bug #584394)" + fi +} + +java_prepare() { + # Don't clean stage0 jars. + einfo "Cleaning upstream jars" + java-pkg_clean 3rdparty/ + + # Don't use jars we just deleted. + sed -i -r 's/(:3rdparty[^:]*)+/:${THIRDPARTY_JARS}/g' \ + src/vm/jvm/runners/nqp-j || die +} + +src_prepare() { + MULTIBUILD_VARIANTS=() + use moar && MULTIBUILD_VARIANTS+=( moar ) + use java && MULTIBUILD_VARIANTS+=( jvm ) + + multibuild_copy_sources + + # This will pull in conditional java_prepare + default +} + +nqp_configure() { + pushd "${BUILD_DIR}" > /dev/null || die + local myconfargs=( + "--backend=${MULTIBUILD_VARIANT}" + "--prefix=/usr" ) + + perl Configure.pl "${myconfargs[@]}" || die + popd || die +} + +nqp_compile() { + if [[ "${MULTIBUILD_VARIANT}" = jvm ]]; then + emake -j1 \ + -C "${BUILD_DIR}" \ + THIRDPARTY_JARS=$(java-pkg_getjars --with-dependencies asm-4,jline,jna-4) \ + JAVAC="$(java-pkg_get-javac) $(java-pkg_javac-args)" + elif [[ "${MULTIBUILD_VARIANT}" = moar ]]; then + emake -j1 \ + -C "${BUILD_DIR}" + fi +} + +nqp_test() { + emake -j1 \ + -C "${BUILD_DIR}" \ + test +} + +nqp_install() { + # This is the actual reason we need multibuild.eclass. + # We need to distinguish the install procedure for MoarVM and JVM backends. + case "${MULTIBUILD_VARIANT}" in + moar) + emake \ + DESTDIR="${ED}" \ + -C "${BUILD_DIR}" \ + install + ;; + jvm) + pushd "${BUILD_DIR}" > /dev/null || die + # Set JAVA_PKG_JARDEST early. + java-pkg_init_paths_ + + # Upstream sets the classpath to this location. Perhaps it's + # used to locate the additional libraries? + java-pkg_addcp "${JAVA_PKG_JARDEST}" + + insinto "${JAVA_PKG_JARDEST}" + local jar + + for jar in *.jar; do + if has ${jar} ${PN}.jar ${PN}-runtime.jar; then + # jars for NQP itself. + java-pkg_dojar ${jar} + else + # jars used by NQP. + doins ${jar} + fi + done + + # Upstream uses -Xbootclasspath/a, which is faster due to lack + # of verification, but gjl isn't flexible enough yet. :( + java-pkg_dolauncher ${PN}-j --main ${PN} + dosym ${PN}-j /usr/bin/${PN} + dobin tools/jvm/eval-client.pl + popd > /dev/null || die + ;; + *) + die "Unknown MULTIBUILD_VARIANT ${MULTIBUILD_VARIANT}." + ;; + esac +} + +src_configure() { + multibuild_foreach_variant nqp_configure +} + +src_compile() { + multibuild_foreach_variant nqp_compile +} + +src_test() { + multibuild_foreach_variant nqp_test +} + +src_install() { + multibuild_foreach_variant nqp_install + + dodoc CREDITS README.pod + use doc && dodoc -r docs/* +} diff --git a/dev-lang/nqp/nqp-2016.05.ebuild b/dev-lang/nqp/nqp-2016.05.ebuild new file mode 100644 index 000000000000..fe2ace68a5d8 --- /dev/null +++ b/dev-lang/nqp/nqp-2016.05.ebuild @@ -0,0 +1,160 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit java-pkg-opt-2 multibuild + +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="https://github.com/perl6/${PN}.git" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz" + inherit vcs-snapshot + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler" +HOMEPAGE="http://rakudo.org/" + +LICENSE="Artistic-2" +SLOT="0" +IUSE="doc clang java +moar test" +REQUIRED_USE="|| ( java moar )" + +CDEPEND="java? ( + dev-java/asm:4 + dev-java/jline:0 + dev-java/jna:4 + ) + moar? ( ~dev-lang/moarvm-${PV}[clang=] )" +RDEPEND="${CDEPEND} + java? ( >=virtual/jre-1.7 )" +DEPEND="${CDEPEND} + clang? ( sys-devel/clang ) + java? ( >=virtual/jdk-1.7 ) + dev-lang/perl" + +pkg_pretend() { + if has_version dev-lang/rakudo || has_version dev-lang/nqp; then + ewarn "NQP is known to fail compilation/installation with Rakudo and/or NQP" + ewarn "already being installed. So if it fails, try uninstalling both" + ewarn "dev-lang/nqp and dev-lang/rakudo, then do a new installation." + ewarn "(see Bug #584394)" + fi +} + +java_prepare() { + # Don't clean stage0 jars. + einfo "Cleaning upstream jars" + java-pkg_clean 3rdparty/ + + # Don't use jars we just deleted. + sed -i -r 's/(:3rdparty[^:]*)+/:${THIRDPARTY_JARS}/g' \ + src/vm/jvm/runners/nqp-j || die +} + +src_prepare() { + MULTIBUILD_VARIANTS=() + use moar && MULTIBUILD_VARIANTS+=( moar ) + use java && MULTIBUILD_VARIANTS+=( jvm ) + + multibuild_copy_sources + + # This will pull in conditional java_prepare + default +} + +nqp_configure() { + pushd "${BUILD_DIR}" > /dev/null || die + local myconfargs=( + "--backend=${MULTIBUILD_VARIANT}" + "--prefix=/usr" ) + + perl Configure.pl "${myconfargs[@]}" || die + popd || die +} + +nqp_compile() { + if [[ "${MULTIBUILD_VARIANT}" = jvm ]]; then + emake -j1 \ + -C "${BUILD_DIR}" \ + THIRDPARTY_JARS=$(java-pkg_getjars --with-dependencies asm-4,jline,jna-4) \ + JAVAC="$(java-pkg_get-javac) $(java-pkg_javac-args)" + elif [[ "${MULTIBUILD_VARIANT}" = moar ]]; then + emake -j1 \ + -C "${BUILD_DIR}" + fi +} + +nqp_test() { + emake -j1 \ + -C "${BUILD_DIR}" \ + test +} + +nqp_install() { + # This is the actual reason we need multibuild.eclass. + # We need to distinguish the install procedure for MoarVM and JVM backends. + case "${MULTIBUILD_VARIANT}" in + moar) + emake \ + DESTDIR="${ED}" \ + -C "${BUILD_DIR}" \ + install + ;; + jvm) + pushd "${BUILD_DIR}" > /dev/null || die + # Set JAVA_PKG_JARDEST early. + java-pkg_init_paths_ + + # Upstream sets the classpath to this location. Perhaps it's + # used to locate the additional libraries? + java-pkg_addcp "${JAVA_PKG_JARDEST}" + + insinto "${JAVA_PKG_JARDEST}" + local jar + + for jar in *.jar; do + if has ${jar} ${PN}.jar ${PN}-runtime.jar; then + # jars for NQP itself. + java-pkg_dojar ${jar} + else + # jars used by NQP. + doins ${jar} + fi + done + + # Upstream uses -Xbootclasspath/a, which is faster due to lack + # of verification, but gjl isn't flexible enough yet. :( + java-pkg_dolauncher ${PN}-j --main ${PN} + dosym ${PN}-j /usr/bin/${PN} + dobin tools/jvm/eval-client.pl + popd > /dev/null || die + ;; + *) + die "Unknown MULTIBUILD_VARIANT ${MULTIBUILD_VARIANT}." + ;; + esac +} + +src_configure() { + multibuild_foreach_variant nqp_configure +} + +src_compile() { + multibuild_foreach_variant nqp_compile +} + +src_test() { + multibuild_foreach_variant nqp_test +} + +src_install() { + multibuild_foreach_variant nqp_install + + dodoc CREDITS README.pod + use doc && dodoc -r docs/* +} diff --git a/dev-lang/nqp/nqp-9999.ebuild b/dev-lang/nqp/nqp-9999.ebuild index 6351216513c9..fe2ace68a5d8 100644 --- a/dev-lang/nqp/nqp-9999.ebuild +++ b/dev-lang/nqp/nqp-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=6 +EAPI=5 -inherit java-pkg-2 +inherit java-pkg-opt-2 multibuild if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/perl6/${PN}.git" @@ -12,7 +12,8 @@ if [[ ${PV} == "9999" ]]; then KEYWORDS="" else SRC_URI="https://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz" - KEYWORDS="~x86 ~amd64" + inherit vcs-snapshot + KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler" @@ -20,72 +21,140 @@ HOMEPAGE="http://rakudo.org/" LICENSE="Artistic-2" SLOT="0" -IUSE="doc clang java +moar +system-libs test" +IUSE="doc clang java +moar test" REQUIRED_USE="|| ( java moar )" -RDEPEND="java? ( >=virtual/jre-1.7:* - system-libs? ( - dev-java/asm:4 - dev-java/jline:0 - ) +CDEPEND="java? ( + dev-java/asm:4 + dev-java/jline:0 + dev-java/jna:4 ) - moar? ( ~dev-lang/moarvm-${PV}[clang=] ) - dev-libs/libffi" -DEPEND="${RDEPEND} + moar? ( ~dev-lang/moarvm-${PV}[clang=] )" +RDEPEND="${CDEPEND} + java? ( >=virtual/jre-1.7 )" +DEPEND="${CDEPEND} clang? ( sys-devel/clang ) - java? ( >=virtual/jdk-1.7:* ) + java? ( >=virtual/jdk-1.7 ) dev-lang/perl" -pkg_setup() { - use java && java-pkg-2_pkg_setup +pkg_pretend() { + if has_version dev-lang/rakudo || has_version dev-lang/nqp; then + ewarn "NQP is known to fail compilation/installation with Rakudo and/or NQP" + ewarn "already being installed. So if it fails, try uninstalling both" + ewarn "dev-lang/nqp and dev-lang/rakudo, then do a new installation." + ewarn "(see Bug #584394)" + fi } -src_prepare() { - eapply_user - use java && java-pkg-2_src_prepare +java_prepare() { + # Don't clean stage0 jars. + einfo "Cleaning upstream jars" + java-pkg_clean 3rdparty/ + + # Don't use jars we just deleted. + sed -i -r 's/(:3rdparty[^:]*)+/:${THIRDPARTY_JARS}/g' \ + src/vm/jvm/runners/nqp-j || die } -src_unpack() { - if [[ ${PV} == "9999" ]]; then - git-r3_src_unpack - else - unpack ${A} - mv "${WORKDIR}/perl6-nqp-"* "${WORKDIR}/${P}" || die - fi +src_prepare() { + MULTIBUILD_VARIANTS=() + use moar && MULTIBUILD_VARIANTS+=( moar ) + use java && MULTIBUILD_VARIANTS+=( jvm ) + + multibuild_copy_sources + + # This will pull in conditional java_prepare + default } -src_configure() { - local backends - use java && backends+="jvm," - use moar && backends+="moar" +nqp_configure() { + pushd "${BUILD_DIR}" > /dev/null || die local myconfargs=( - "--backend=${backends}" + "--backend=${MULTIBUILD_VARIANT}" "--prefix=/usr" ) - # 2016.04 doesn't like our jna-3.4.1 - # keep testing against it - use system-libs && myconfargs+=( - "--with-asm=$(echo $(java-pkg_getjars asm-4) | tr : '\n' | grep '/asm\.jar$')" - "--with-asm-tree=$(echo $(java-pkg_getjars asm-4) | tr : '\n' | grep '/asm-tree\.jar$')" - "--with-jline=$(echo $(java-pkg_getjars jline) | tr : '\n' | grep '/jline\.jar$')" ) - perl Configure.pl "${myconfargs[@]}" || die + popd || die +} + +nqp_compile() { + if [[ "${MULTIBUILD_VARIANT}" = jvm ]]; then + emake -j1 \ + -C "${BUILD_DIR}" \ + THIRDPARTY_JARS=$(java-pkg_getjars --with-dependencies asm-4,jline,jna-4) \ + JAVAC="$(java-pkg_get-javac) $(java-pkg_javac-args)" + elif [[ "${MULTIBUILD_VARIANT}" = moar ]]; then + emake -j1 \ + -C "${BUILD_DIR}" + fi +} + +nqp_test() { + emake -j1 \ + -C "${BUILD_DIR}" \ + test +} + +nqp_install() { + # This is the actual reason we need multibuild.eclass. + # We need to distinguish the install procedure for MoarVM and JVM backends. + case "${MULTIBUILD_VARIANT}" in + moar) + emake \ + DESTDIR="${ED}" \ + -C "${BUILD_DIR}" \ + install + ;; + jvm) + pushd "${BUILD_DIR}" > /dev/null || die + # Set JAVA_PKG_JARDEST early. + java-pkg_init_paths_ + + # Upstream sets the classpath to this location. Perhaps it's + # used to locate the additional libraries? + java-pkg_addcp "${JAVA_PKG_JARDEST}" + + insinto "${JAVA_PKG_JARDEST}" + local jar + + for jar in *.jar; do + if has ${jar} ${PN}.jar ${PN}-runtime.jar; then + # jars for NQP itself. + java-pkg_dojar ${jar} + else + # jars used by NQP. + doins ${jar} + fi + done + + # Upstream uses -Xbootclasspath/a, which is faster due to lack + # of verification, but gjl isn't flexible enough yet. :( + java-pkg_dolauncher ${PN}-j --main ${PN} + dosym ${PN}-j /usr/bin/${PN} + dobin tools/jvm/eval-client.pl + popd > /dev/null || die + ;; + *) + die "Unknown MULTIBUILD_VARIANT ${MULTIBUILD_VARIANT}." + ;; + esac +} + +src_configure() { + multibuild_foreach_variant nqp_configure } src_compile() { - MAKEOPTS=-j1 emake + multibuild_foreach_variant nqp_compile } src_test() { - MAKEOPTS=-j1 emake test + multibuild_foreach_variant nqp_test } src_install() { - emake DESTDIR="${ED}" install || die + multibuild_foreach_variant nqp_install - dodoc CREDITS README.pod || die - - if use doc; then - dodoc -r docs/* || die - fi + dodoc CREDITS README.pod + use doc && dodoc -r docs/* } diff --git a/dev-lang/rakudo/Manifest b/dev-lang/rakudo/Manifest index 07388353c990..2af97c983396 100644 --- a/dev-lang/rakudo/Manifest +++ b/dev-lang/rakudo/Manifest @@ -1,4 +1,3 @@ -DIST rakudo-2016.01.1.tar.gz 2687265 SHA256 897d01bcb27c209bd51918bb5be6adc6e6ea9dbc2c6b65414f9ac081aa8c5d7b SHA512 31228d49577f5d25b306a987650af0ae11bb2fa80fcaeee421dbe88dc9812edd5a399999f8727dee11d74177b7b9bca0290e26c4240c7baed35fabb4c912f85f WHIRLPOOL 52b2d7d1a0461883b1d07bbb492994f7eb8930a8726565d9a4788883e16510fc052dc066bf8443e09042548d76a3f3ca1cb17be8baa23b16f5742eb52f33c39b -DIST rakudo-2016.02.tar.gz 2691766 SHA256 8ccfbf24f49bf4f5aa0304ffa69abbd90b97dc59f2c65e2384c6b609e3d3f00a SHA512 9fa891a84e882626050772231dee15ad20f1c2d84b5b9ff985964efbff45f18e0a1940dad2cc1fbb8b91f69d9f7f2a3034998819e8ddbf0c380684b326d299ca WHIRLPOOL 2a55ec29df905ec79fee842f84394ac8733d1b116fc90c29a06e8953a77b15bfc193d974a804f99d41ee0b9fce87d4b07ff6e367f03243d08d03f20340fe766e DIST rakudo-2016.03.tar.gz 2702229 SHA256 d77b58acb09f34c99af94f32db92698df88cda7015c7630ddb1392adbf703471 SHA512 53619288655edf72f986cb5fe7b72cd70ed88a6b18421d46d5d70a8932ca22eb1067be5ddf98264e576f7d81a84d9bbaca2ac5ac3241e582d2f4672589ba7ab1 WHIRLPOOL 43696dda25214aa9e30be7c1c3323dee8ea0f1c50a5754ca2a08d421b4c59cac5001fa4a63d8086ce0cb97801eb098d4e854ca4b801eaf7d277099bf6d86b655 DIST rakudo-2016.04.tar.gz 2706659 SHA256 207d723c9b2d524daf6008a3ed026ea06773d937e76e0fe79b89bfb7dcd0d92b SHA512 08e718643cfa89edbb8995ab9f350f69053e41cff97b33530dd2eb202d2ab2116d219ef1385717b48f5883665c73a181b1b054c1300db302fba31c6081e97532 WHIRLPOOL d49791b696114f57b685221be5cfe1873a88507810819b2a9aace07da2c2d7535eeaecc6c830df3265ecd1ff352effa509cbb3f24cba7e8afc0dc1468553cce6 +DIST rakudo-2016.05.tar.gz 2786506 SHA256 f3b3236c22ff75427c87dea1fab1dc9a0b4ca3a97296e64a14c3f2695be7a28a SHA512 524a71fa72fc04ed8a04eebe319d68c051d45082ae4ce0894a34b2c08d5dd1f270fd380ffb9a486c1cbad7df20dd96180a11642dc20f2ef343a386ce9df42ac8 WHIRLPOOL 000c74d0c0c26517b2324a20e91d304fafbf4953e028683b84599cc0508e4d79c8324dd78c95fb456e46163b52bb5615e30ec034813df10c8762a3362ae77fae diff --git a/dev-lang/rakudo/files/rakudo-2016.04-jna-lib.patch b/dev-lang/rakudo/files/rakudo-2016.04-jna-lib.patch new file mode 100644 index 000000000000..3f4532f0d154 --- /dev/null +++ b/dev-lang/rakudo/files/rakudo-2016.04-jna-lib.patch @@ -0,0 +1,21 @@ +Upstream uses -Xbootclasspath, which prevents us from using +LD_LIBRARY_PATH, thefore we need to set jna.boot.library.path. +See http://bugs.java.com/bugdatabase/view_bug.do?bug_id=4285197. + +Chewi +2016/05/15 + +diff -Naur rakudo-2016.04.orig/tools/build/create-jvm-runner.pl rakudo-2016.04/tools/build/create-jvm-runner.pl +--- rakudo-2016.04.orig/tools/build/create-jvm-runner.pl 2015-12-25 19:23:19.000000000 +0000 ++++ rakudo-2016.04/tools/build/create-jvm-runner.pl 2016-05-15 11:30:37.488085661 +0100 +@@ -60,7 +60,10 @@ + } + + my $classpath = join($cpsep, ($jardir, $libdir, $nqplibdir)); ++my $jna_lib = `java-config --query LIBRARY_PATH --package jna-4`; ++chomp $jna_lib; + my $jopts = '-noverify -Xms100m -Xbootclasspath/a:' . $perl6jars ++ . ' -Djna.boot.library.path=' . $jna_lib + . ' -cp ' . ($^O eq 'MSWin32' ? '"%CLASSPATH%";' : '$CLASSPATH:') . $classpath + . ' -Dperl6.prefix=' . $prefix + . ' -Djna.library.path=' . $sharedir diff --git a/dev-lang/rakudo/rakudo-2016.01.1.ebuild b/dev-lang/rakudo/rakudo-2016.01.1.ebuild deleted file mode 100644 index 8c17dfb97c75..000000000000 --- a/dev-lang/rakudo/rakudo-2016.01.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="A compiler for the Perl 6 programming language" -HOMEPAGE="http://rakudo.org" - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://github.com/rakudo/${PN}.git" - inherit git-r3 -else - SRC_URI="${HOMEPAGE}/downloads/${PN}/${P}.tar.gz" -fi - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -# TODO: add USE="javascript" once that's usable in nqp -IUSE="test" - -RDEPEND="=dev-lang/nqp-2016.01:=[moar]" -DEPEND="${RDEPEND} - >=dev-lang/perl-5.10" - -#PATCHES=(${FILESDIR}/${PV}) - -src_configure() { - perl Configure.pl --prefix=/usr --sysroot=/usr --backends=moar -} - -src_test() { - export RAKUDO_PRECOMP_PREFIX=$(mktemp -d) - default -} diff --git a/dev-lang/rakudo/rakudo-2016.02.ebuild b/dev-lang/rakudo/rakudo-2016.02.ebuild deleted file mode 100644 index 623e8f443bd6..000000000000 --- a/dev-lang/rakudo/rakudo-2016.02.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="A compiler for the Perl 6 programming language" -HOMEPAGE="http://rakudo.org" - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://github.com/rakudo/${PN}.git" - inherit git-r3 -else - SRC_URI="${HOMEPAGE}/downloads/${PN}/${P}.tar.gz" -fi - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -# TODO: add USE="javascript" once that's usable in nqp -IUSE="test" - -RDEPEND="=dev-lang/nqp-${PV}:=[moar]" -DEPEND="${RDEPEND} - >=dev-lang/perl-5.10" - -#PATCHES=(${FILESDIR}/${PV}) - -src_configure() { - perl Configure.pl --prefix=/usr --sysroot=/usr --backends=moar -} - -src_test() { - export RAKUDO_PRECOMP_PREFIX=$(mktemp -d) - default -} diff --git a/dev-lang/rakudo/rakudo-2016.04-r1.ebuild b/dev-lang/rakudo/rakudo-2016.04-r1.ebuild deleted file mode 100644 index e6777587761a..000000000000 --- a/dev-lang/rakudo/rakudo-2016.04-r1.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit java-pkg-2 - -DESCRIPTION="A compiler for the Perl 6 programming language" -HOMEPAGE="http://rakudo.org" - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://github.com/rakudo/${PN}.git" - inherit git-r3 - KEYWORDS="" -else - SRC_URI="${HOMEPAGE}/downloads/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="Artistic-2" -SLOT="0" -# TODO: add USE="javascript" once that's usable in nqp -IUSE="clang java +moar test" - -RDEPEND="~dev-lang/nqp-${PV}:=[java=,moar=,clang=]" -DEPEND="${RDEPEND} - clang? ( sys-devel/clang ) - >=dev-lang/perl-5.10" - -REQUIRED_USE="|| ( java moar )" -PATCHES=( "${FILESDIR}/${PN}-2016.04-Makefile.in.patch" ) - -pkg_pretend() { - if has_version dev-lang/rakudo && use java; then - die "Rakudo is known to fail compilation with the jvm backend if it's already installed." - fi -} - -pkg_setup() { - use java && java-pkg-2_pkg_setup -} - -src_prepare() { - eapply "${PATCHES[@]}" - - # yup, this is ugly. but emake doesn't respect DESTDIR. - for i in Moar JVM; do - echo "DESTDIR = ${D}" > "${T}/Makefile-${i}.in" || die - cat "${S}/tools/build/Makefile-${i}.in" >> "${T}/Makefile-${i}.in" || die - mv "${T}/Makefile-${i}.in" "${S}/tools/build/Makefile-${i}.in" || die - done - - eapply_user - use java && java-pkg-2_src_prepare -} - -src_configure() { - local backends - use java && backends+="jvm," - use moar && backends+="moar," - local myargs=( "--prefix=/usr" - "--sysroot=/" - "--sdkroot=/" - "--make-install" - "--sdkroot=/" - "--backends=${backends}" - ) - perl Configure.pl "${myargs[@]}" -} - -src_compile() { - emake DESTDIR="${D}" -} - -src_test() { - export RAKUDO_PRECOMP_PREFIX=$(mktemp -d) - default -} - -src_install() { - emake DESTDIR="${D}" install -} diff --git a/dev-lang/rakudo/rakudo-2016.04-r2.ebuild b/dev-lang/rakudo/rakudo-2016.04-r2.ebuild new file mode 100644 index 000000000000..18eb63155abb --- /dev/null +++ b/dev-lang/rakudo/rakudo-2016.04-r2.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit java-pkg-opt-2 + +DESCRIPTION="A compiler for the Perl 6 programming language" +HOMEPAGE="http://rakudo.org" + +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="https://github.com/rakudo/${PN}.git" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="${HOMEPAGE}/downloads/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="Artistic-2" +SLOT="0" +# TODO: add USE="javascript" once that's usable in nqp +IUSE="clang java +moar test" +REQUIRED_USE="|| ( java moar )" + +CDEPEND="~dev-lang/nqp-${PV}:${SLOT}=[java?,moar?,clang=] + >=dev-lang/nqp-2016.04-r3" +RDEPEND="${CDEPEND} + java? ( >=virtual/jre-1.7 )" +DEPEND="${CDEPEND} + clang? ( sys-devel/clang ) + java? ( >=virtual/jdk-1.7 ) + >=dev-lang/perl-5.10" + +PATCHES=( + "${FILESDIR}/${PN}-2016.04-Makefile.in.patch" + "${FILESDIR}/${P}-jna-lib.patch" +) + +pkg_pretend() { + if has_version dev-lang/rakudo; then + ewarn "Rakudo is known to fail compilation/installation with Rakudo" + ewarn "already being installed. So if it fails, try unmerging dev-lang/rakudo," + ewarn "then do a new installation." + ewarn "(see Bug #584394)" + fi +} + +src_prepare() { + epatch "${PATCHES[@]}" + epatch_user +} + +src_configure() { + local backends + use moar && backends+="moar," + use java && backends+="jvm" + + local myargs=( + "--prefix=/usr" + "--sysroot=/" + "--sdkroot=/" + "--backends=${backends}" + ) + + perl Configure.pl "${myargs[@]}" || die + + if use java; then + NQP=$(java-pkg_getjars --with-dependencies nqp) + fi +} + +src_compile() { + emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}" +} + +src_install() { + emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}" install +} + +src_test() { + RAKUDO_PRECOMP_PREFIX=$(mktemp -d) default +} diff --git a/dev-lang/rakudo/rakudo-2016.05.ebuild b/dev-lang/rakudo/rakudo-2016.05.ebuild new file mode 100644 index 000000000000..821e32f1ac93 --- /dev/null +++ b/dev-lang/rakudo/rakudo-2016.05.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit java-pkg-opt-2 + +DESCRIPTION="A compiler for the Perl 6 programming language" +HOMEPAGE="http://rakudo.org" + +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="https://github.com/rakudo/${PN}.git" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="${HOMEPAGE}/downloads/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="Artistic-2" +SLOT="0" +# TODO: add USE="javascript" once that's usable in nqp +IUSE="clang java +moar test" +REQUIRED_USE="|| ( java moar )" + +CDEPEND="~dev-lang/nqp-${PV}:${SLOT}=[java?,moar?,clang=]" +RDEPEND="${CDEPEND} + java? ( >=virtual/jre-1.7 )" +DEPEND="${CDEPEND} + clang? ( sys-devel/clang ) + java? ( >=virtual/jdk-1.7 ) + >=dev-lang/perl-5.10" + +PATCHES=( "${FILESDIR}/${PN}-2016.04-jna-lib.patch" ) + +pkg_pretend() { + if has_version dev-lang/rakudo; then + ewarn "Rakudo is known to fail compilation/installation with Rakudo" + ewarn "already being installed. So if it fails, try unmerging dev-lang/rakudo," + ewarn "then do a new installation." + ewarn "(see Bug #584394)" + fi +} + +src_prepare() { + epatch "${PATCHES[@]}" + epatch_user +} + +src_configure() { + local backends + use moar && backends+="moar," + use java && backends+="jvm" + + local myargs=( + "--prefix=/usr" + "--sysroot=/" + "--sdkroot=/" + "--backends=${backends}" + ) + + perl Configure.pl "${myargs[@]}" || die + + if use java; then + NQP=$(java-pkg_getjars --with-dependencies nqp) + fi +} + +src_compile() { + emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}" +} + +src_install() { + emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}" install +} + +src_test() { + RAKUDO_PRECOMP_PREFIX=$(mktemp -d) default +} diff --git a/dev-lang/rakudo/rakudo-9999.ebuild b/dev-lang/rakudo/rakudo-9999.ebuild index c6696c6c104f..821e32f1ac93 100644 --- a/dev-lang/rakudo/rakudo-9999.ebuild +++ b/dev-lang/rakudo/rakudo-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=6 +EAPI=5 -inherit java-pkg-2 +inherit java-pkg-opt-2 DESCRIPTION="A compiler for the Perl 6 programming language" HOMEPAGE="http://rakudo.org" @@ -21,63 +21,60 @@ fi LICENSE="Artistic-2" SLOT="0" # TODO: add USE="javascript" once that's usable in nqp -IUSE="clang java moar test" +IUSE="clang java +moar test" +REQUIRED_USE="|| ( java moar )" -RDEPEND="~dev-lang/nqp-${PV}:=[java=,moar=,clang=]" -DEPEND="${RDEPEND} +CDEPEND="~dev-lang/nqp-${PV}:${SLOT}=[java?,moar?,clang=]" +RDEPEND="${CDEPEND} + java? ( >=virtual/jre-1.7 )" +DEPEND="${CDEPEND} clang? ( sys-devel/clang ) + java? ( >=virtual/jdk-1.7 ) >=dev-lang/perl-5.10" -REQUIRED_USE="|| ( java moar )" -PATCHES=( "${FILESDIR}/${PN}-2016.04-Makefile.in.patch" ) +PATCHES=( "${FILESDIR}/${PN}-2016.04-jna-lib.patch" ) pkg_pretend() { - if has_version dev-lang/rakudo && use java; then - die "Rakudo is known to fail compilation with the jvm backend if it's already installed." + if has_version dev-lang/rakudo; then + ewarn "Rakudo is known to fail compilation/installation with Rakudo" + ewarn "already being installed. So if it fails, try unmerging dev-lang/rakudo," + ewarn "then do a new installation." + ewarn "(see Bug #584394)" fi } -pkg_setup() { - use java && java-pkg-2_pkg_setup -} - src_prepare() { - eapply "${PATCHES[@]}" - - # yup, this is ugly. but emake doesn't respect DESTDIR. - for i in Moar JVM; do - echo "DESTDIR = ${D}" > "${T}/Makefile-${i}.in" || die - cat "${S}/tools/build/Makefile-${i}.in" >> "${T}/Makefile-${i}.in" || die - mv "${T}/Makefile-${i}.in" "${S}/tools/build/Makefile-${i}.in" || die - done - - eapply_user - use java && java-pkg-2_src_prepare + epatch "${PATCHES[@]}" + epatch_user } src_configure() { local backends - use java && backends+="jvm," use moar && backends+="moar," - local myargs=( "--prefix=/usr" + use java && backends+="jvm" + + local myargs=( + "--prefix=/usr" "--sysroot=/" "--sdkroot=/" - "--make-install" - "--sdkroot=/" "--backends=${backends}" ) - perl Configure.pl "${myargs[@]}" + + perl Configure.pl "${myargs[@]}" || die + + if use java; then + NQP=$(java-pkg_getjars --with-dependencies nqp) + fi } src_compile() { - emake DESTDIR="${D}" + emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}" } -src_test() { - export RAKUDO_PRECOMP_PREFIX=$(mktemp -d) - default +src_install() { + emake DESTDIR="${D}" NQP_JARS="${NQP}" BLD_NQP_JARS="${NQP}" install } -src_install() { - emake DESTDIR="${D}" install +src_test() { + RAKUDO_PRECOMP_PREFIX=$(mktemp -d) default } diff --git a/dev-lang/ruby/ruby-2.0.0_p648.ebuild b/dev-lang/ruby/ruby-2.0.0_p648.ebuild index 55ea555b097a..520acbee8dd5 100644 --- a/dev-lang/ruby/ruby-2.0.0_p648.ebuild +++ b/dev-lang/ruby/ruby-2.0.0_p648.ebuild @@ -33,7 +33,7 @@ SRC_URI="mirror://ruby/2.0/${MY_P}.tar.xz https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline cpu_flags_x86_sse2" RDEPEND=" diff --git a/dev-lang/ruby/ruby-2.1.9.ebuild b/dev-lang/ruby/ruby-2.1.9.ebuild index 5a8229076695..5d174cb531d9 100644 --- a/dev-lang/ruby/ruby-2.1.9.ebuild +++ b/dev-lang/ruby/ruby-2.1.9.ebuild @@ -34,7 +34,7 @@ SRC_URI="mirror://ruby/2.1/${MY_P}.tar.xz https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline" RDEPEND=" diff --git a/dev-libs/confuse/Manifest b/dev-libs/confuse/Manifest index bc7b87ea8af8..574a03c7865f 100644 --- a/dev-libs/confuse/Manifest +++ b/dev-libs/confuse/Manifest @@ -1,2 +1,3 @@ DIST confuse-2.7.tar.gz 517272 SHA256 e32574fd837e950778dac7ade40787dd2259ef8e28acd6ede6847ca895c88778 SHA512 c9a9236c4e15928bbf41da5c0d35f85e6f939a5247a37edf3f5b2921d27c9db3773c26f1bcaa8b6433b498c0920cc5d48bd5486dc394e17af112b36f49f95a42 WHIRLPOOL 22e657a1172005bc527951738540103c8ae7dbd61d70cb8dfb3bfc49bc01d102331f1187a4e8b0906161ac2e806a3d5cc781ce69cd5443560fe83b619fe8884e DIST confuse-2.8.tar.xz 403252 SHA256 2a8102bfa3ccc846c14d94a81b0abfb4f5e855809f89ff3722aca1a9f314ea0d SHA512 af428936caad9dac0bf052210abeb0fd4b4450114a2a5185db7d995e11cdd0e52cb0148bb46228d26e38a4b50a2810f6e4b282502f0e34c617bf4368795a9d79 WHIRLPOOL ee647ffabebb05641aa49a4294b7a9dc2aad9503fefab537244618baf0556b1e7cb58b006d5f95cfefbe3967442845e61f407ca38561c2aca1dc5fdb9dffa115 +DIST confuse-3.0.tar.xz 449144 SHA256 bb75174e02aa8b44fa1a872a47beeea1f5fe715ab669694c97803eb6127cc861 SHA512 12279045b772e94d2e29201ab1d7aef1ef8e698780a22d6a282d12f51ccd9a437e7817a4dd5e39bdfc8dae79700b72aa0783b4b983a935d751403d2cffd1161e WHIRLPOOL fe9f792b9f0858029393a811da93746fb91dc6cc3c99bfcc3a183d7bc0f3600818b96df8d169c63e64a59cb0f3857a86298f0bfd4053c8360bcd2b6bd1e71156 diff --git a/dev-libs/confuse/confuse-3.0.ebuild b/dev-libs/confuse/confuse-3.0.ebuild new file mode 100644 index 000000000000..41e15d998439 --- /dev/null +++ b/dev-libs/confuse/confuse-3.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils multilib-minimal + +DESCRIPTION="a configuration file parser library" +HOMEPAGE="http://www.nongnu.org/confuse/" +SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="ISC" +SLOT="0/1.0.0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + +IUSE="nls static-libs" + +DEPEND="sys-devel/flex + sys-devel/libtool + virtual/pkgconfig + nls? ( sys-devel/gettext )" +RDEPEND="nls? ( virtual/libintl[${MULTILIB_USEDEP}] )" + +DOCS=( AUTHORS ) + +src_prepare() { + eapply_user + multilib_copy_sources +} + +multilib_src_configure() { + # examples are normally compiled but not installed. They + # fail during a mingw crosscompile. + local ECONF_SOURCE=${BUILD_DIR} + econf \ + --enable-shared \ + --disable-examples \ + $(use_enable nls) \ + $(use_enable static-libs static) +} + +multilib_src_install_all() { + prune_libtool_files + + doman doc/man/man3/*.3 + dodoc -r doc/html + + docinto examples + dodoc examples/*.{c,conf} +} diff --git a/dev-libs/grantlee/grantlee-5.0.0.ebuild b/dev-libs/grantlee/grantlee-5.0.0.ebuild index 6060093d9ad5..4b7b7db3d512 100644 --- a/dev-libs/grantlee/grantlee-5.0.0.ebuild +++ b/dev-libs/grantlee/grantlee-5.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://downloads.grantlee.org/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="5" -KEYWORDS="amd64 ~arm ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc64 x86" IUSE="debug doc test" RDEPEND=" diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild deleted file mode 100644 index d58d86270d86..000000000000 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -VALA_MIN_API_VERSION="0.16" -VALA_USE_DEPEND="vapigen" - -PYTHON_COMPAT=( python2_7 ) - -inherit autotools eutils multilib-minimal python-single-r1 vala - -DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar" -HOMEPAGE="https://launchpad.net/libappindicator" -SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" - -LICENSE="LGPL-2.1 LGPL-3" -SLOT="2" -KEYWORDS="amd64 ~arm ~x86" -IUSE="+introspection python" - -RDEPEND=" - >=dev-libs/dbus-glib-0.98[${MULTILIB_USEDEP}] - >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}] - >=dev-libs/libdbusmenu-0.6.2[gtk,${MULTILIB_USEDEP}] - >=dev-libs/libindicator-12.10.0:0[${MULTILIB_USEDEP}] - x11-libs/gtk+:2[${MULTILIB_USEDEP},introspection?] - introspection? ( >=dev-libs/gobject-introspection-1 ) - python? ( - ${PYTHON_DEPS} - dev-python/pygtk[${PYTHON_USEDEP}] - ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig[${MULTILIB_USEDEP}] - introspection? ( $(vala_depend) ) -" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - # Don't use -Werror - sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die - - epatch "${FILESDIR}"/${P}-conditional-py-bindings.patch - eautoreconf - - # Disable MONO for now because of https://bugs.gentoo.org/382491 - sed -i -e '/^MONO_REQUIRED_VERSION/s:=.*:=9999:' configure || die -} - -multilib_src_configure() { - if multilib_is_native_abi; then - local -x VALAC VAPIGEN_VAPIDIR PKG_CONFIG_PATH - use introspection && vala_src_prepare - fi - - ECONF_SOURCE=${S} \ - econf \ - --disable-silent-rules \ - --disable-static \ - --with-gtk=2 \ - $(multilib_native_use_enable introspection) \ - $(multilib_native_use_enable python) -} - -multilib_src_install() { - emake -j1 DESTDIR="${D}" install -} - -multilib_src_install_all() { - dodoc AUTHORS ChangeLog - - prune_libtool_files --modules - - # installed by slot 3 as well - rm -r "${D}"usr/share/gtk-doc || die -} diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild index 6291142c45a9..761d5713156d 100644 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild +++ b/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2.1 LGPL-3" SLOT="2" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="+introspection python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild deleted file mode 100644 index 1f3c7d8a2a66..000000000000 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -VALA_MIN_API_VERSION="0.16" -VALA_USE_DEPEND="vapigen" - -inherit autotools eutils multilib-minimal vala - -DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar" -HOMEPAGE="https://launchpad.net/libappindicator" -SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" - -LICENSE="LGPL-2.1 LGPL-3" -SLOT="3" -KEYWORDS="amd64 ~arm ~x86" -IUSE="+introspection" - -RDEPEND=" - >=dev-libs/dbus-glib-0.98[${MULTILIB_USEDEP}] - >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}] - >=dev-libs/libdbusmenu-0.6.2[gtk3,${MULTILIB_USEDEP}] - >=dev-libs/libindicator-12.10.0:3[${MULTILIB_USEDEP}] - >=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP},introspection?] - introspection? ( >=dev-libs/gobject-introspection-1 ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig[${MULTILIB_USEDEP}] - introspection? ( $(vala_depend) ) -" - -src_prepare() { - # Don't use -Werror - sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die - - epatch "${FILESDIR}"/${P}-conditional-py-bindings.patch - eautoreconf - - # Disable MONO for now because of https://bugs.gentoo.org/382491 - sed -i -e '/^MONO_REQUIRED_VERSION/s:=.*:=9999:' configure || die -} - -multilib_src_configure() { - if multilib_is_native_abi; then - local -x VALAC VAPIGEN_VAPIDIR PKG_CONFIG_PATH - use introspection && vala_src_prepare - fi - - ECONF_SOURCE=${S} \ - econf \ - --disable-silent-rules \ - --disable-static \ - --with-gtk=3 \ - $(multilib_native_use_enable introspection) -} - -multilib_src_install() { - emake -j1 DESTDIR="${D}" install -} - -multilib_src_install_all() { - dodoc AUTHORS ChangeLog - - prune_libtool_files -} diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild index 3e94017f0a75..ef8f99ecf5e5 100644 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild +++ b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2.1 LGPL-3" SLOT="3" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="+introspection" RDEPEND=" diff --git a/dev-libs/libevdev/libevdev-1.4.4.ebuild b/dev-libs/libevdev/libevdev-1.4.4.ebuild index 8a70312a64e4..b39fb67c1e96 100644 --- a/dev-libs/libevdev/libevdev-1.4.4.ebuild +++ b/dev-libs/libevdev/libevdev-1.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ else fi RESTRICT="test" # Tests need to run as root. -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86" IUSE="" DEPEND="${PYTHON_DEPS}" diff --git a/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild b/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild index 050b59ba89c1..164aa08765ed 100644 --- a/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild +++ b/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="test" RDEPEND=">=dev-libs/glib-2.22[${MULTILIB_USEDEP}] diff --git a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild index 2754fc60ee20..935b1c46c12d 100644 --- a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild +++ b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="3" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="test" RDEPEND=">=dev-libs/glib-2.22[${MULTILIB_USEDEP}] diff --git a/dev-libs/purpose/Manifest b/dev-libs/purpose/Manifest index 7aaf0478310b..57b5f9e56f9d 100644 --- a/dev-libs/purpose/Manifest +++ b/dev-libs/purpose/Manifest @@ -1 +1,2 @@ DIST purpose-1.0.tar.xz 61752 SHA256 f025294333f7cf5931dabf0f4dc0abeb9e41a2b25d4af86e1b63eada82980702 SHA512 c20a52e5e37227856fd1e14836c5e9894ebacbcce01bf3a3c8433cf44971aa4d4e1819ba6f042c99fb54460e7595cd4001d8bf1a8f9add86bb9409309d41ed3b WHIRLPOOL d5af27e4f725a24724c8d2cbc90897e6fb4d4fb7350c2db9e2e3b364c5470ce462ad0a52c18d5600854b7bfbbf61dd8a3d2135064b57b0471f335ee82e1f5609 +DIST purpose-1.1.tar.xz 84980 SHA256 7a6030212104582ccf19ad2fb765d441fb1eea7ae08368e04ce9603ea6ea1040 SHA512 681a081e8737a610343ce6ebefaf0bb8b148f88eac20f08ec4138d824f525cae9daacdb41dc71a28edabca2245a62fe11501d6ca9d7c7277e9dd132af62cfff9 WHIRLPOOL 3c2b95477b48d8decdce98df69aeaa65023afc6cde64ce5d3c7293ec727a4f4aa93fddc80c388176e0b3067fd7a9a8dbf199d4f684e007c4b1e0cede2bdc6c82 diff --git a/dev-libs/purpose/purpose-1.1.ebuild b/dev-libs/purpose/purpose-1.1.ebuild new file mode 100644 index 000000000000..54a2ef91c374 --- /dev/null +++ b/dev-libs/purpose/purpose-1.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled" +SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_kdeapps_dep kaccounts-integration) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + net-libs/accounts-qt +" +RDEPEND="${DEPEND}" diff --git a/dev-libs/wayland/wayland-1.9.0.ebuild b/dev-libs/wayland/wayland-1.9.0.ebuild index 7a298ae8950b..834c5cd29ab1 100644 --- a/dev-libs/wayland/wayland-1.9.0.ebuild +++ b/dev-libs/wayland/wayland-1.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,10 +18,10 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="arm hppa ppc64" + KEYWORDS="alpha arm hppa ppc64" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" fi LICENSE="MIT" diff --git a/dev-libs/xapian-bindings/Manifest b/dev-libs/xapian-bindings/Manifest index 71ef15eae6cc..4fcb923ee6ab 100644 --- a/dev-libs/xapian-bindings/Manifest +++ b/dev-libs/xapian-bindings/Manifest @@ -2,3 +2,4 @@ DIST xapian-bindings-1.2.19.tar.xz 828904 SHA256 3b9434c6144cc347783175c92829f30 DIST xapian-bindings-1.2.22.tar.xz 844040 SHA256 b15ca7984980a1d2aedd3378648ef5f3889cb39a047bac1522a8e5d04f0a8557 SHA512 0eec204ebb92f1230b9dbd080ad2b56ea5fa8e6170eb4354556e5790c7a7da7ba4c8475aaf86fb8f10f102a461d91590184271220626315f55c0631e73e122e0 WHIRLPOOL 05ac5b31d73f9de0c101da832ef289f6a505baa68216eba6fa0cf80df1709feef7e42c7b8f4cf9af35f775e8514c6d4b944c2acebffff10bc558a83305a637ce DIST xapian-bindings-1.2.23.tar.xz 885888 SHA256 19b4b56c74863c51733d8c2567272ef7f004b898cf44016711ae25bc524b2215 SHA512 4be9d103a4073a08d2481e9ddc347156d4028a1517f313861ad3664e6103e052dc1a0d07a992da3ca02599505c002d09d77c4fd886c144918aab72977e69994c WHIRLPOOL 1323e51dcd8f18f573f9338d9a013bfd370870c1fd2c0b0e3ff9d1f6b3b9154a0512d7442d7c7b1b00a70757faa218e8894a0f4fe56da88bca12ba2259cd35de DIST xapian-bindings-1.3.6.tar.xz 1019216 SHA256 ba33436dee5165f61f2e289cfb18b1acdc4b2a811afdf68158845680e744eda0 SHA512 318324d9deb6a359de79eadb792c598661bde2ff9e1b241e29b18cdf1a2cf3dbeb9f5643c6bf8c7fbdbc8a2fd0baa91384398e694448312b6d8383960407f7fe WHIRLPOOL eb6844809572cad97d90be20ee27d28556342b27145e9e6c1efaea09f50a6001bad708a6370051edb9d065081a571c7552aaa36c601e1247a9aa5c5550549131 +DIST xapian-bindings-1.3.7.tar.xz 1021176 SHA256 f014bb0281fdaa08fd9293ee187af0c2165f4fd2de91a67b76d9327b64677717 SHA512 3dc7eac68c4f3010e5cb831b4baad7bea4d47e0a8dc492ac16f2437057da351caad008aa7bcf3f2bbdaffda7d2524e8b5a945b651dc02deadeb110073ef06ad8 WHIRLPOOL f68a81a37b9c298ad6b061f597806b0823ba01ee02c0921e90988c984ac2f60ec0cb09dba8bdecb43c412517eebd72490196923db474e5362d17c47af4b4fdd2 diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.3.7.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.3.7.ebuild new file mode 100644 index 000000000000..a275732ad773 --- /dev/null +++ b/dev-libs/xapian-bindings/xapian-bindings-1.3.7.ebuild @@ -0,0 +1,119 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE=threads +DISTUTILS_SINGLE_IMPL=yesplz +DISTUTILS_OPTIONAL=yesplz +DISTUTILS_IN_SOURCE_BUILD=yesplz + +USE_PHP="php5-5 php5-6" + +PHP_EXT_NAME="xapian" +PHP_EXT_INI="yes" +PHP_EXT_OPTIONAL_USE="php" + +#mono violates sandbox, we disable it until we figure this out +#inherit distutils-r1 libtool java-pkg-opt-2 mono-env php-ext-source-r2 toolchain-funcs +inherit distutils-r1 libtool java-pkg-opt-2 php-ext-source-r2 toolchain-funcs + +DESCRIPTION="SWIG and JNI bindings for Xapian" +HOMEPAGE="http://www.xapian.org/" +SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +#IUSE="java lua mono perl php python ruby tcl" +IUSE="java lua perl php python ruby tcl" +#REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )" +REQUIRED_USE="|| ( java lua perl php python ruby tcl )" + +COMMONDEPEND="dev-libs/xapian:0/1.3.7 + lua? ( dev-lang/lua:= ) + perl? ( dev-lang/perl:= ) + python? ( + dev-python/sphinx + ${PYTHON_DEPS} + ) + ruby? ( dev-lang/ruby:= ) + tcl? ( dev-lang/tcl:= )" +# mono? ( dev-lang/mono ) +DEPEND="${COMMONDEPEND} + virtual/pkgconfig + java? ( >=virtual/jdk-1.6 )" +RDEPEND="${COMMONDEPEND} + java? ( >=virtual/jre-1.6 )" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +pkg_setup() { +# use mono && mono-env_pkg_setup + use java && java-pkg-opt-2_pkg_setup + use python && python-single-r1_pkg_setup +} + +src_prepare() { + use java && java-pkg-opt-2_src_prepare + + # http://trac.xapian.org/ticket/702 + export XAPIAN_CONFIG="/usr/bin/xapian-config" + + # Accept ruby 2.0 - patch configure directly to avoid autoreconf + epatch "${FILESDIR}"/${PN}-1.3.6-allow-ruby-2.0.patch +} + +src_configure() { + if use java; then + export CXXFLAGS="${CXXFLAGS} $(java-pkg_get-jni-cflags)" + fi + + if use perl; then + export PERL_ARCH="$(perl -MConfig -e 'print $Config{installvendorarch}')" + export PERL_LIB="$(perl -MConfig -e 'print $Config{installvendorlib}')" + fi + + if use lua; then + export LUA_LIB="$($(tc-getPKG_CONFIG) --variable=INSTALL_CMOD lua)" + fi + + econf \ + --disable-documentation \ + $(use_with java) \ + $(use_with lua) \ + --without-csharp \ + $(use_with perl) \ + $(use_with php) \ + $(use_with python) \ + $(use_with ruby) \ + $(use_with tcl) +# $(use_with mono csharp) +} + +src_compile() { + local -x PYTHONDONTWRITEBYTECODE= + default +} + +src_install() { + emake DESTDIR="${D}" install + + if use java; then + java-pkg_dojar java/built/xapian_jni.jar + # TODO: make the build system not install this... + java-pkg_doso java/.libs/libxapian_jni.so + rm -rf "${D}var" || die "could not remove java cruft!" + fi + + use php && php-ext-source-r2_createinifiles + + # For some USE combinations this directory is not created + if [[ -d "${D}/usr/share/doc/xapian-bindings" ]]; then + mv "${D}/usr/share/doc/xapian-bindings" "${D}/usr/share/doc/${PF}" || die + fi + + dodoc AUTHORS HACKING NEWS TODO README +} diff --git a/dev-libs/xapian/Manifest b/dev-libs/xapian/Manifest index 217bc0869a7d..d02e8803a2f6 100644 --- a/dev-libs/xapian/Manifest +++ b/dev-libs/xapian/Manifest @@ -2,3 +2,4 @@ DIST xapian-core-1.2.19.tar.xz 3175384 SHA256 4a78260388ff1b042f0ab5d18afdd524a5 DIST xapian-core-1.2.22.tar.xz 3204096 SHA256 269b87ca3faf79d444e8bb82ed58a96f1955008d7702f9966dec68608588527f SHA512 cb6bd565eb307f9bc8f801fc9cda0cc6ad5d7cb8bf0af2ab6e42d48ca4ea4169f08621db810ab87d15957d0f873bcb0336e16b12fdb6026375d9c0192781e0d6 WHIRLPOOL 580c16889a6c3e99a00f8bb791f878a08ff3522c3dffb18ace18d54575247332f0fff8866f46475513dde7544205fe08971cbd284ec3714ce0d6b9b445e8746e DIST xapian-core-1.2.23.tar.xz 3206452 SHA256 9783aeae4e1a6d06e5636b270db4b458a7d0804a31da158269f57fa5dc86347d SHA512 df3fa71150575faf982d6b90f2364962d61012dd45ed7ef4945a0623ed7056c32ea3cbc423f2016415a80779251ecb5080b6a34c5b66b823cf8d92fe6b5b3d30 WHIRLPOOL a5498117b060218455946948c119e52ed0639a2c2d5f1fd60e416ab06ad2cd483814039801d1fa29e097a994927d482a2bd10ab18bca28a413198ea1adb4187b DIST xapian-core-1.3.6.tar.xz 2605652 SHA256 e952795a6619366e1de7d2bebf0e636c34123170fd41316878e28d693819da82 SHA512 a4a4c800d6b4708ba7793da7e413d91777ab30076526022ca12f2c497ab9b68dbf17b08abd4282c32f66778a4c7ad00cce37925fea36384960874a0327637ac1 WHIRLPOOL 2c6858f1b6dece7aacf2397beab3312681750c18559125771ef00a1768d2ae26eadcdc7aaac24f5121aeb634a36984e95b635965509f0e494d8c0d06971155d7 +DIST xapian-core-1.3.7.tar.xz 2607044 SHA256 cfbbd8d42512690bc9867ed88a6a80723fe4193b6c4b97597f8fdf49026b94e7 SHA512 c12714fa77afd524fea084758006a00d2ff74ca23925cff3f4313024f7e103e12e2fd525480c1f9ec707c3282ee4de85c45cd38d5cc8244bf2a60f7d6e703069 WHIRLPOOL 4425d1e9ac9b73b255e1abdcf7d69f5fd70f547519fa448a4876f953e330ebb2abb7ad08b16da360ca7ced50c6d60e6ea2bec127d788f44f0725ac84bb41f3f6 diff --git a/dev-libs/xapian/xapian-1.3.7.ebuild b/dev-libs/xapian/xapian-1.3.7.ebuild new file mode 100644 index 000000000000..feebda6483f5 --- /dev/null +++ b/dev-libs/xapian/xapian-1.3.7.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils + +MY_P="${PN}-core-${PV}" + +DESCRIPTION="Xapian Probabilistic Information Retrieval library" +HOMEPAGE="http://www.xapian.org/" +SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0/1.3.8" # ABI version of libxapian-1.3.so, prefixed with 1.3. +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory" + +DEPEND="sys-libs/zlib" +RDEPEND="${DEPEND}" + +REQUIRED_USE="inmemory? ( chert )" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + local myconf="" + + ewarn + if use cpu_flags_x86_sse2; then + ewarn "Using sse2" + myconf="${myconf} --enable-sse=sse2" + else + if use cpu_flags_x86_sse; then + ewarn "Using sse" + myconf="${myconf} --enable-sse=sse" + else + ewarn "Disabling sse and sse2" + myconf="${myconf} --disable-sse" + fi + fi + ewarn + + myconf="${myconf} $(use_enable static-libs static)" + + use brass || myconf="${myconf} --disable-backend-brass" + use chert || myconf="${myconf} --disable-backend-chert" + use inmemory || myconf="${myconf} --disable-backend-inmemory" + + myconf="${myconf} --enable-backend-remote --program-suffix=" + + econf $myconf +} + +src_install() { + emake DESTDIR="${D}" install + + # bug #573466 + ln -sf "${D}usr/bin/xapian-config" "${D}usr/bin/xapian-config-1.3" + + mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}" || die + use doc || rm -rf "${D}usr/share/doc/${PF}" + + dodoc AUTHORS HACKING PLATFORMS README NEWS + + prune_libtool_files --all +} + +src_test() { + emake check VALGRIND= +} diff --git a/dev-libs/zthread/files/zthread-2.3.2-clang.patch b/dev-libs/zthread/files/zthread-2.3.2-clang.patch new file mode 100644 index 000000000000..13dd91ea2ca5 --- /dev/null +++ b/dev-libs/zthread/files/zthread-2.3.2-clang.patch @@ -0,0 +1,16 @@ +fix compile when using clang as $CC: + +Based on patch from https://bugs.launchpad.net/hugin/+bug/1213585 (rebased) + +diff -r 2a43e83684d5 src/foreign/zthread/include/zthread/Guard.h +--- a/include/zthread/Guard.h Sat Aug 10 11:31:46 2013 +0200 ++++ b/include/zthread/Guard.h Sun Aug 18 09:46:43 2013 +0200 +@@ -108,7 +108,7 @@ + } + + template +- static void createScope(LockHolder& l, unsigned long ms) { ++ static bool createScope(LockHolder& l, unsigned long ms) { + + if(Scope1::createScope(l, ms)) + if(!Scope2::createScope(l, ms)) { diff --git a/dev-libs/zthread/files/zthread-2.3.2-no-fpermissive-r1.diff b/dev-libs/zthread/files/zthread-2.3.2-no-fpermissive-r1.diff new file mode 100644 index 000000000000..94b42eedfbf3 --- /dev/null +++ b/dev-libs/zthread/files/zthread-2.3.2-no-fpermissive-r1.diff @@ -0,0 +1,94 @@ +--- a/include/zthread/Guard.h 2008-07-22 14:46:28.000000000 +0200 ++++ b/include/zthread/Guard.h 2008-07-22 14:51:41.000000000 +0200 +@@ -491,7 +491,7 @@ + + try { + +- if(!isDisabled()) ++ if(!LockHolder::isDisabled()) + LockingPolicy::destroyScope(*this); + + } catch (...) { /* ignore */ } +--- a/src/MutexImpl.h 2008-07-22 14:54:40.000000000 +0200 ++++ b/src/MutexImpl.h 2008-07-22 15:03:30.000000000 +0200 +@@ -153,7 +153,7 @@ + + _owner = self; + +- ownerAcquired(self); ++ MutexImpl::ownerAcquired(self); + + } + +@@ -164,7 +164,7 @@ + _waiters.insert(self); + m.acquire(); + +- waiterArrived(self); ++ MutexImpl::waiterArrived(self); + + { + +@@ -173,7 +173,7 @@ + + } + +- waiterDeparted(self); ++ MutexImpl::waiterDeparted(self); + + m.release(); + +@@ -192,7 +192,7 @@ + assert(_owner == 0); + _owner = self; + +- ownerAcquired(self); ++ MutexImpl::ownerAcquired(self); + + break; + +@@ -236,7 +236,7 @@ + + _owner = self; + +- ownerAcquired(self); ++ MutexImpl::ownerAcquired(self); + + } + +@@ -253,7 +253,7 @@ + + m.acquire(); + +- waiterArrived(self); ++ MutexImpl:: waiterArrived(self); + + { + +@@ -262,7 +262,7 @@ + + } + +- waiterDeparted(self); ++ MutexImpl::waiterDeparted(self); + + m.release(); + +@@ -284,7 +284,7 @@ + assert(0 == _owner); + _owner = self; + +- ownerAcquired(self); ++ MutexImpl::ownerAcquired(self); + + break; + +@@ -326,7 +326,7 @@ + + _owner = 0; + +- ownerReleased(impl); ++ MutexImpl::ownerReleased(impl); + + // Try to find a waiter with a backoff & retry scheme + for(;;) { diff --git a/dev-libs/zthread/zthread-2.3.2-r4.ebuild b/dev-libs/zthread/zthread-2.3.2-r4.ebuild new file mode 100644 index 000000000000..154f895fe359 --- /dev/null +++ b/dev-libs/zthread/zthread-2.3.2-r4.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools eutils + +MY_P="ZThread-${PV}" + +DESCRIPTION="platform-independent multi-threading and synchronization library for C++" +HOMEPAGE="http://zthread.sourceforge.net/" +SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +IUSE="debug doc kernel_linux static-libs" + +DEPEND="doc? ( app-doc/doxygen )" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}"/${P}-no-fpermissive-r1.diff + "${FILESDIR}"/${P}-m4-quote.patch + "${FILESDIR}"/${P}-automake-r2.patch + "${FILESDIR}"/${P}-gcc47.patch + "${FILESDIR}"/${P}-clang.patch +) + +src_prepare() { + default + + rm -f include/zthread/{.Barrier.h.swp,Barrier.h.orig} || die + + sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467778 + + AT_M4DIR="share" eautoreconf +} + +src_configure() { + econf \ + $(use_enable debug) \ + $(use_enable kernel_linux atomic-linux) \ + $(use_enable static-libs static) +} + +src_compile() { + default + + if use doc; then + doxygen doc/zthread.doxygen || die + sed -i -e 's|href="html/|href="|' doc/documentation.html || die + cp doc/documentation.html doc/html/index.html || die + cp doc/{zthread.css,bugs.js} doc/html/ || die + fi +} + +src_install() { + default + + use doc && dodoc -r doc/html + + prune_libtool_files +} diff --git a/dev-ml/ocaml-ctypes/Manifest b/dev-ml/ocaml-ctypes/Manifest index fdd7d0063984..32089aad347d 100644 --- a/dev-ml/ocaml-ctypes/Manifest +++ b/dev-ml/ocaml-ctypes/Manifest @@ -2,3 +2,4 @@ DIST ocaml-ctypes-0.4.1.tar.gz 162601 SHA256 74564e049de5d3c0e76ea284c225cb658ac DIST ocaml-ctypes-0.4.2.tar.gz 162968 SHA256 704efcbf3b99c180855ad4faed0dd7cec4f2384f9b8963b572329697be8cbae4 SHA512 78e51a4ea35efd6d854b81c65d3e224175927a3c87b9b665d173cefeb3f424e1ed8fc8dfbbb4ce33b4bc43163ecf647ba9b502e69c82eb05ddcde66b8d6c99e4 WHIRLPOOL 124c6f91ae1ae980994f8cca483a2090c60b62864abe8d4b9aac725b2131f331d385a6a1e5b7685e4f61ac4e3e53cb22ac0cad9b32ebefa444d2ef00e15f7caa DIST ocaml-ctypes-0.5.0.tar.gz 168414 SHA256 d15df8a065b5b9850400727c0e5cb4eb8ad567c3504278b03065cc766b57bf3e SHA512 0d59b6aec0421e7eb79792bfd02a8f77311bca1787f7b17af0eca4fdaa82a55d27de24bc2c6fa937e3c2b86585cd496d929a7490165e27c49da360e6efd3d67d WHIRLPOOL a84b3d14437cf8a47d09d15a3af67b48ed57a147e09d12f93711102879b2962fbe7b4ea1c327e92da262334bed40d8175c9dd18902f8bc4a19f552b97406fd15 DIST ocaml-ctypes-0.5.1.tar.gz 168540 SHA256 51da7276abccb274fd09fda9d024a3469b819d534492afe9c8d549dd953114ec SHA512 03a67c6b995b87c229b04577d2f38a8d699223d5c44c4597e6ac5ff1d74bc22474aea248e9b54d913b83a99ac7ccc61c7c67ca288e4f41b71a63da683b085331 WHIRLPOOL 0eed3a97a7c0fdf568d97b07718171f140aed34d440fa55bb8d21380dddba2f52fa2c3bf61d044da24cd30479c0bdea23bd23b86997adbc14a99bd630fc1ee17 +DIST ocaml-ctypes-0.6.0.tar.gz 179019 SHA256 098980e68c4bd1cad1e859fa2bcea4d3dc8a4f9d04c00bc3ebcf28a7480a3fb7 SHA512 3939df612f4d1aba178737269da55ba85b92730112a5c8011ecd006b61c48d8742b8e5a214662879eb7dc72e5b8a990b587b25696e18b9dda71b5280e1ed1be2 WHIRLPOOL fd11ad1b2624a526c69bda89bb17e45d3a22e3cf4d730734b5a551836034ba9bc057156add0af32ce9f3278d60aadfc2610253c76e53cba7d3aff157d2157dba diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.6.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.6.0.ebuild new file mode 100644 index 000000000000..d563719db9e5 --- /dev/null +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.6.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit findlib + +DESCRIPTION="Library for binding to C libraries using pure OCaml" +HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes" +SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +RDEPEND=" + >=dev-lang/ocaml-4.02:=[ocamlopt] + virtual/libffi +" +DEPEND="${RDEPEND} + test? ( dev-ml/ounit )" + +src_compile() { + emake -j1 +} + +src_test() { + emake -j1 test +} + +src_install() { + findlib_src_install + dodoc CHANGES.md README.md +} diff --git a/dev-python/cryptography-vectors/cryptography-vectors-1.3.1.ebuild b/dev-python/cryptography-vectors/cryptography-vectors-1.3.1.ebuild index 8b7e257234ba..6b461562246b 100644 --- a/dev-python/cryptography-vectors/cryptography-vectors-1.3.1.ebuild +++ b/dev-python/cryptography-vectors/cryptography-vectors-1.3.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/cryptography/cryptography-1.3.1.ebuild b/dev-python/cryptography/cryptography-1.3.1.ebuild index c82863180cb8..af3499e00eb4 100644 --- a/dev-python/cryptography/cryptography-1.3.1.ebuild +++ b/dev-python/cryptography/cryptography-1.3.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="libressl test" RDEPEND=" diff --git a/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild b/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild index f97e97f472ba..9099ddce1f7a 100644 --- a/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild +++ b/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild b/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild index 1b0e20b9319d..2367dcb18705 100644 --- a/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild +++ b/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 # rbx or jruby recommended, but only in 1.9 mode. -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec" #Needed by dev-ruby/listen diff --git a/dev-ruby/hitimes/hitimes-1.2.4.ebuild b/dev-ruby/hitimes/hitimes-1.2.4.ebuild index fdb7caed29df..6acffaaccbfb 100644 --- a/dev-ruby/hitimes/hitimes-1.2.4.ebuild +++ b/dev-ruby/hitimes/hitimes-1.2.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md" diff --git a/dev-ruby/origin/Manifest b/dev-ruby/origin/Manifest index 5fe9328c4387..c311f3cf0870 100644 --- a/dev-ruby/origin/Manifest +++ b/dev-ruby/origin/Manifest @@ -1,3 +1 @@ -DIST origin-1.1.0.tar.gz 37519 SHA256 5876264ef7095e58b7516487551afd7c357cefc7d235d3e5028fc94bf7e0aeb5 SHA512 0f4de9e31a172c687e38065020e895991b53e69467e7e5a8368f34ad58b80cc03b14f9cc1f264303dbfef6f88f71fd3477b850a6a5d08871e049048336f650b2 WHIRLPOOL 2bc807bbe7554730c13d7a5e6550f3716c4758a317d004cdb4ee1fac09e08490051a2beef07d168357d702454501053f2e9574d27f89fd635c4664787f18905f -DIST origin-2.1.1.tar.gz 42764 SHA256 e710ae991fa512b6d5cfc9a5540a170ea389de010fd83d6d953195f18892a7fd SHA512 91b4e2b7bc02b5530eb96025b4a7e92e9ad0fd27d9676b9149f66993df928e0a1027e3cc89f537549e7f9135fb5b5414211a3c624677475b84c22fb68c74dc54 WHIRLPOOL 213fc74ff94f9dbea88ddef11a4e6f3551733e430d54d4d9726601699d12977531b16d54a7b56849d3aef3b55fe8509ea9aad59982807942c5e33c7a6fa236ae DIST origin-2.2.0.tar.gz 43739 SHA256 c900a051f51354ac1962935c5d12b8ed28c47470ccf41c735c826346891efa6d SHA512 01befdad8aa22ee6778916d02310c1808de8a88047cf19bf0546940d32585974249cc544038c4cd0ccea94651d58e1c1966972bbdb98687f38cd4325994ebd8c WHIRLPOOL dfcd8b4d41eb12dabbfe60b8648b4a51c714dd58da133fcc5cbfbc76380a0d8a9b05aed867486719d1f71031d45e85881a461bad89dd7b78039957d887c1ffe7 diff --git a/dev-ruby/origin/origin-1.1.0.ebuild b/dev-ruby/origin/origin-1.1.0.ebuild deleted file mode 100644 index 42804d766e4c..000000000000 --- a/dev-ruby/origin/origin-1.1.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -GITHUB_USER="mongoid" -GITHUB_PROJECT="${PN}" - -MY_PV="${PV/_rc/.rc}" - -inherit ruby-fakegem - -DESCRIPTION="Origin is a simple DSL for generating MongoDB selectors and options" -HOMEPAGE="http://mongoid.org/" -SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${MY_PV}.tar.gz -> ${GITHUB_PROJECT}-${MY_PV}.tar.gz" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_bdepend " - test? ( - >=dev-ruby/activesupport-3.1 =dev-ruby/activesupport-3* - >=dev-ruby/i18n-0.6:0.6 - >=dev-ruby/tzinfo-0.3.22 - )" diff --git a/dev-ruby/origin/origin-2.1.1.ebuild b/dev-ruby/origin/origin-2.1.1.ebuild deleted file mode 100644 index cedc563a4544..000000000000 --- a/dev-ruby/origin/origin-2.1.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -GITHUB_USER="mongoid" -GITHUB_PROJECT="${PN}" - -MY_PV="${PV/_rc/.rc}" - -inherit ruby-fakegem - -DESCRIPTION="Origin is a simple DSL for generating MongoDB selectors and options" -HOMEPAGE="http://mongoid.org/" -SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${MY_PV}.tar.gz -> ${GITHUB_PROJECT}-${MY_PV}.tar.gz" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_bdepend " - test? ( - =dev-ruby/activesupport-4* - >=dev-ruby/i18n-0.6:0.6 - >=dev-ruby/tzinfo-0.3.22:0 - )" diff --git a/dev-ruby/origin/origin-2.2.0.ebuild b/dev-ruby/origin/origin-2.2.0.ebuild index 608e7cc1e7e3..9ab12b71d432 100644 --- a/dev-ruby/origin/origin-2.2.0.ebuild +++ b/dev-ruby/origin/origin-2.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec" diff --git a/dev-ruby/patron/Manifest b/dev-ruby/patron/Manifest index d460d3e62b8c..f970f351d3e0 100644 --- a/dev-ruby/patron/Manifest +++ b/dev-ruby/patron/Manifest @@ -4,3 +4,4 @@ DIST patron-0.5.0.gem 44032 SHA256 6abf431b05f560afc8c479685bb3869797522290777a1 DIST patron-0.5.1.gem 45056 SHA256 45776b937ee788343ce4d24817460138989b1a65ad9d8d87130cf8804133444e SHA512 d47549ae1712f25e0d15bc2e1e32de6ad3084da4f0149013c4cf50dd92ccb7c01024831ef6df7c4acb78ed3923cde95e3f36a5ef8430d3f103ebb7f5906dd0fd WHIRLPOOL b766263104b67ad1ba9009e101ac027e509ed017f0b93461d8f4c9f51b8b5586dc4da080b1685b72bad837bf690ea02f709fab7a76dddd11f7450ea0e8994fca DIST patron-0.6.0.gem 45568 SHA256 af7c51bd680ad0965ff20d5742579f3f985b4ed8e3a6ecd9b2f4976753ee1eb1 SHA512 5dba0cd4945389b50b747ebc0797b4c1c2d9a1adae6565d9228a72700b15720f9252b4e78c6e52c66159139d0ec621bb3f343e5856bdde05686e019e45ddb30a WHIRLPOOL c8fcf8c8e966f52c739193f6e34eb674f36cf2fb000245ff08be4f2f22306cc9c09a225b584bf851528e1987540b306173a035c26f5d4b6b34a2d16bd50dc918 DIST patron-0.6.3.gem 49664 SHA256 f62786700b3f4cc6a3285fdfbe7eb6c5d0c7847de9df30fbb2fa0acbc356cdea SHA512 ab1d48f7a19265c3dce786da872cb7dcaf181a9f942bc23428a2fbe26c8405a23fe6f0380709bcfe8062dd51e71a22849452df2322130f40306c5042642ab117 WHIRLPOOL 6add22c07987eacbe016b110eec524889665d81e6505d654b72615c967cb1425d1ada78cf09df402e6478107c043467f48e19d5bcb1f5310622b960e10e6ae93 +DIST patron-0.6.4.gem 53760 SHA256 32ff389a5f1b805d0b4ae99c27d9b3bed5b0a8054f1aab67611a56d552aa731e SHA512 db8a5068ea7a1d227dba33c54b5a015014015832b1378f1f89a6b02e2effe033bc39ebc94d865e5e46748ac0ce2c561e7c4082ee9cbf648eb4096e8e951c540e WHIRLPOOL 4592df82f082395aaf9f8d173b44614202dc2bedb5eed2c98b0dcf2e11f1d5086bbfa8564817d747bed1a839fff87eeeafbadf26661a9d3ca2696d387f81066e diff --git a/dev-ruby/patron/patron-0.6.4.ebuild b/dev-ruby/patron/patron-0.6.4.ebuild new file mode 100644 index 000000000000..14a12a44cf38 --- /dev/null +++ b/dev-ruby/patron/patron-0.6.4.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit multilib ruby-fakegem + +DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl" +HOMEPAGE="https://toland.github.com/patron/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND+=" net-misc/curl" +RDEPEND+=" net-misc/curl" + +all_ruby_prepare() { + # Fix Rakefile + sed -i -e 's:rake/rdoctask:rdoc/task:' \ + -e 's/README.txt/README.md/' \ + -e '/bundler/I s:^:#:' \ + -e '/extensiontask/ s:^:#:' \ + -e '/ExtensionTask/,/^end/ s:^:#:' \ + Rakefile || die + + # Avoid specs with failures. We were not running any specs before. + rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb || die +} + +each_ruby_configure() { + ${RUBY} -Cext/patron extconf.rb || die +} + +each_ruby_compile() { + emake -Cext/patron V=1 + cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to cp shared object file" +} diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild index a1ad2bdc795e..5a0a998b74cd 100644 --- a/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild +++ b/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild b/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild index 51ff5d3e3f9e..26f173e03291 100644 --- a/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild +++ b/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/rack-test/rack-test-0.6.3.ebuild b/dev-ruby/rack-test/rack-test-0.6.3.ebuild index 4fcd37484f43..3c1d30e1838b 100644 --- a/dev-ruby/rack-test/rack-test-0.6.3.ebuild +++ b/dev-ruby/rack-test/rack-test-0.6.3.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" # no documentation is generable, it needs hanna, which is broken RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/sinatra/sinatra-1.4.7.ebuild b/dev-ruby/sinatra/sinatra-1.4.7.ebuild index ede63b705161..e853e2f72824 100644 --- a/dev-ruby/sinatra/sinatra-1.4.7.ebuild +++ b/dev-ruby/sinatra/sinatra-1.4.7.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" # no documentation is generable, it needs hanna, which is broken RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/timers/timers-4.0.1.ebuild b/dev-ruby/timers/timers-4.0.1.ebuild index 1c9045e78766..3e47ae421983 100644 --- a/dev-ruby/timers/timers-4.0.1.ebuild +++ b/dev-ruby/timers/timers-4.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" diff --git a/dev-ruby/timers/timers-4.1.1.ebuild b/dev-ruby/timers/timers-4.1.1.ebuild index 1c9045e78766..3e47ae421983 100644 --- a/dev-ruby/timers/timers-4.1.1.ebuild +++ b/dev-ruby/timers/timers-4.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" diff --git a/dev-util/oprofile/oprofile-0.9.9-r2.ebuild b/dev-util/oprofile/oprofile-0.9.9-r2.ebuild index 1869b7a4b980..95dc5a56a974 100644 --- a/dev-util/oprofile/oprofile-0.9.9-r2.ebuild +++ b/dev-util/oprofile/oprofile-0.9.9-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc ~x86" IUSE="java pch qt4" DEPEND=">=dev-libs/popt-1.7-r1 diff --git a/dev-util/oprofile/oprofile-1.1.0-r1.ebuild b/dev-util/oprofile/oprofile-1.1.0-r1.ebuild index dd226570b73c..914d3652ebd6 100644 --- a/dev-util/oprofile/oprofile-1.1.0-r1.ebuild +++ b/dev-util/oprofile/oprofile-1.1.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc ~x86" IUSE="java pch" RDEPEND=">=dev-libs/popt-1.7-r1 diff --git a/dev-util/shtool/shtool-2.0.8-r1.ebuild b/dev-util/shtool/shtool-2.0.8-r1.ebuild index 9e36100c4039..a0e7a5dc2e17 100644 --- a/dev-util/shtool/shtool-2.0.8-r1.ebuild +++ b/dev-util/shtool/shtool-2.0.8-r1.ebuild @@ -10,11 +10,10 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="amd64 arm hppa ia64 ppc s390 sh sparc x86" IUSE="" -DEPEND=" - >=dev-lang/perl-5.6" +DEPEND="dev-lang/perl" src_install () { emake DESTDIR="${D}" install diff --git a/dev-util/shtool/shtool-2.0.8.ebuild b/dev-util/shtool/shtool-2.0.8.ebuild deleted file mode 100644 index a8e0888754b9..000000000000 --- a/dev-util/shtool/shtool-2.0.8.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool" -HOMEPAGE="https://www.gnu.org/software/shtool/shtool.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -#SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc x86" -IUSE="" - -DEPEND=">=dev-lang/perl-5.6" - -src_install () { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README THANKS VERSION NEWS RATIONAL -} diff --git a/dev-util/xmlindent/metadata.xml b/dev-util/xmlindent/metadata.xml index 5bc54c36435b..2e88252442f9 100644 --- a/dev-util/xmlindent/metadata.xml +++ b/dev-util/xmlindent/metadata.xml @@ -1,7 +1,10 @@ - + + monsieurp@gentoo.org + Patrice Clement + diff --git a/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild b/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild new file mode 100644 index 000000000000..ddbc65514ce9 --- /dev/null +++ b/dev-util/xmlindent/xmlindent-0.2.17-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit toolchain-funcs + +DESCRIPTION="XML stream reformatter written in ANSI C" +HOMEPAGE="http://xmlindent.sourceforge.net/" +SRC_URI="mirror://sourceforge/xmlindent/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="sys-devel/flex" +RDEPEND="" + +src_prepare() { + default + sed -i Makefile \ + -e 's|gcc|$(CC)|g' \ + -e 's|-g|$(CFLAGS) $(LDFLAGS) |g' \ + || die "sed failed" +} + +src_compile() { + tc-export CC + emake +} + +src_install() { + dobin "${PN}" + doman *.1 +} diff --git a/eclass/kde4-meta-pkg.eclass b/eclass/kde4-meta-pkg.eclass index d9c0b2d733d3..7f7433830a30 100644 --- a/eclass/kde4-meta-pkg.eclass +++ b/eclass/kde4-meta-pkg.eclass @@ -1,7 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# DEPRECATED +# This eclass is deprecated. Superseded by kde5-meta-pkg.eclass. + # @ECLASS: kde4-meta-pkg.eclass # @MAINTAINER: # kde@gentoo.org diff --git a/games-util/nml/nml-0.4.4.ebuild b/games-util/nml/nml-0.4.4.ebuild index 39c1ef37f479..29fb03753ada 100644 --- a/games-util/nml/nml-0.4.4.ebuild +++ b/games-util/nml/nml-0.4.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python3_{3,4} ) inherit distutils-r1 DESCRIPTION="Compiler of NML files into grf/nfo files" diff --git a/kde-apps/khelpcenter/khelpcenter-16.04.1.ebuild b/kde-apps/khelpcenter/khelpcenter-16.04.1.ebuild index 5bef91abdf6f..953024469530 100644 --- a/kde-apps/khelpcenter/khelpcenter-16.04.1.ebuild +++ b/kde-apps/khelpcenter/khelpcenter-16.04.1.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="The KDE Help Center" HOMEPAGE+=" https://userbase.kde.org/KHelpCenter" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/khelpcenter/khelpcenter-5.5.5-r1.ebuild b/kde-apps/khelpcenter/khelpcenter-5.5.5-r1.ebuild index 7e457b93df6d..f03f2d6c483b 100644 --- a/kde-apps/khelpcenter/khelpcenter-5.5.5-r1.ebuild +++ b/kde-apps/khelpcenter/khelpcenter-5.5.5-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="The KDE Help Center" HOMEPAGE+=" https://userbase.kde.org/KHelpCenter" SRC_URI="mirror://kde/stable/plasma/${PV}/${P}.tar.xz" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=" diff --git a/kde-apps/kio-extras/kio-extras-15.12.3.ebuild b/kde-apps/kio-extras/kio-extras-15.12.3.ebuild index e6b049626d68..0404da308505 100644 --- a/kde-apps/kio-extras/kio-extras-15.12.3.ebuild +++ b/kde-apps/kio-extras/kio-extras-15.12.3.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras" -KEYWORDS=" amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="exif mtp openexr phonon samba +sftp slp" COMMON_DEPEND=" diff --git a/kde-frameworks/kwayland/kwayland-5.5.5.ebuild b/kde-frameworks/kwayland/kwayland-5.5.5.ebuild index ea8c04b19cf2..a8f45b9b4005 100644 --- a/kde-frameworks/kwayland/kwayland-5.5.5.ebuild +++ b/kde-frameworks/kwayland/kwayland-5.5.5.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland" SRC_URI="mirror://kde/stable/plasma/${PV}/${P}.tar.xz" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=" diff --git a/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild b/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild index e6c3ab5969eb..1e5eb6010eaf 100644 --- a/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild +++ b/kde-misc/kdiff3/kdiff3-0.9.98-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ if [[ ${PV} != *9999* ]]; then gl hi hne hr hu is it ja ka lt mai ml nb nds nl nn pl pt pt_BR ro ru rw sk sv ta tg tr ug uk zh_CN zh_TW" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux" + KEYWORDS="amd64 ~ppc x86 ~amd64-linux" KDE_HANDBOOK="optional" else KEYWORDS="" diff --git a/kde-misc/kdiff3/kdiff3-0.9.98.ebuild b/kde-misc/kdiff3/kdiff3-0.9.98.ebuild deleted file mode 100644 index 2d0bd1e725a5..000000000000 --- a/kde-misc/kdiff3/kdiff3-0.9.98.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -if [[ ${PV} != *9999* ]]; then - KDE_LINGUAS="ar bg br bs ca ca@valencia cs cy da de el en_GB eo es et fr ga - gl hi hne hr hu is it ja ka lt mai ml nb nds nl nn pl pt pt_BR ro ru rw sk - sv ta tg tr ug uk zh_CN zh_TW" - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~ppc x86 ~amd64-linux" - KDE_HANDBOOK="optional" -else - KEYWORDS="" -fi - -KDE_REQUIRED="optional" -inherit kde4-base qt4-r2 - -DESCRIPTION="Qt/KDE based frontend to diff3" -HOMEPAGE="http://kdiff3.sourceforge.net/" -EGIT_REPO_URI=( "git://git.code.sf.net/p/kdiff3/code" ) - -LICENSE="GPL-2" -SLOT="4" -IUSE="debug kde" - -CDEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 - kde? ( $(add_kdebase_dep kdelibs) ) -" -DEPEND="${CDEPEND} - sys-devel/gettext -" -RDEPEND="${CDEPEND} - sys-apps/diffutils -" - -RESTRICT="!kde? ( test )" - -src_unpack(){ - if [[ ${PV} == *9999* ]]; then - git-r3_src_unpack - mv "${S}"/${PN}/* "${S}" || die - elif use kde; then - kde4-base_src_unpack - else - qt4-r2_src_unpack - fi -} - -src_prepare() { - if ! use kde; then - # adapt to Gentoo paths - sed -e s,documentation.path.*$,documentation.path\ =\ "${EPREFIX}"/usr/share/doc/"${PF}", \ - -e s,target.path.*$,target.path\ =\ "${EPREFIX}"/usr/bin, \ - "${S}"/src-QT4/kdiff3.pro > "${S}"/src-QT4/kdiff3_fixed.pro - else - kde4-base_src_prepare - fi -} - -src_configure() { - if use kde; then - kde4-base_src_configure - else - eqmake4 "${S}"/src-QT4/kdiff3_fixed.pro - fi -} - -src_compile() { - if use kde; then - kde4-base_src_compile - else - qt4-r2_src_compile - fi -} - -src_install() { - if use kde; then - kde4-base_src_install - else - qt4-r2_src_install - fi -} - -src_test() { - if use kde; then - kde4-base_src_test - fi -} diff --git a/kde-misc/krusader/krusader-2.4.0_beta3-r1.ebuild b/kde-misc/krusader/krusader-2.4.0_beta3-r1.ebuild deleted file mode 100644 index 5db39a95c2d1..000000000000 --- a/kde-misc/krusader/krusader-2.4.0_beta3-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga -gl hr hu it ja ko lt mai nb nds nl pa pl pt pt_BR ro ru sk sl sr -sr@ijekavian sr@ijekavianlatin sr@latin sv tr ug uk zh_CN zh_TW" -inherit kde4-base - -MY_P="${P/_/-}" - -DESCRIPTION="An advanced twin-panel (commander-style) file-manager for KDE with many extras" -HOMEPAGE="https://quickgit.kde.org/?p=krusader.git" -SRC_URI="mirror://sourceforge/krusader/${MY_P}.tar.bz2" -LICENSE="GPL-2" - -SLOT="4" -KEYWORDS="amd64 ~ppc x86" -IUSE="+bookmarks debug" - -RDEPEND=" - $(add_kdeapps_dep libkonq) - sys-libs/zlib - bookmarks? ( $(add_kdeapps_dep keditbookmarks) ) -" -DEPEND="${RDEPEND} - sys-devel/gettext -" - -S="${WORKDIR}/${MY_P}" diff --git a/kde-misc/krusader/krusader-2.4.0_beta3-r2.ebuild b/kde-misc/krusader/krusader-2.4.0_beta3-r2.ebuild index 1d9cd0abaf7b..2f362713433f 100644 --- a/kde-misc/krusader/krusader-2.4.0_beta3-r2.ebuild +++ b/kde-misc/krusader/krusader-2.4.0_beta3-r2.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/krusader/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="4" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="+bookmarks debug" RDEPEND=" diff --git a/kde-plasma/bluedevil/bluedevil-5.5.5.ebuild b/kde-plasma/bluedevil/bluedevil-5.5.5.ebuild index 8b8212cd6e0e..d78ecb634548 100644 --- a/kde-plasma/bluedevil/bluedevil-5.5.5.ebuild +++ b/kde-plasma/bluedevil/bluedevil-5.5.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Bluetooth stack for KDE" HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.5.5.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.5.5.ebuild index c9463f073d6a..df0abe0159f9 100644 --- a/kde-plasma/breeze-gtk/breeze-gtk-5.5.5.ebuild +++ b/kde-plasma/breeze-gtk/breeze-gtk-5.5.5.ebuild @@ -9,5 +9,5 @@ inherit kde5 DESCRIPTION="Official GTK+ port of KDE's Breeze widget style" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/breeze-gtk" LICENSE="LGPL-2.1+" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" diff --git a/kde-plasma/breeze/breeze-5.5.5.ebuild b/kde-plasma/breeze/breeze-5.5.5.ebuild index 1ad56076327f..f6ee9400c0bc 100644 --- a/kde-plasma/breeze/breeze-5.5.5.ebuild +++ b/kde-plasma/breeze/breeze-5.5.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 multibuild DESCRIPTION="Breeze visual style for the Plasma desktop" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/breeze" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="qt4" DEPEND=" diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.5.5.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.5.5.ebuild index 1626e84a4c8e..ec6b7c262606 100644 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.5.5.ebuild +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-5.5.5.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kde-cli-tools" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="+kdesu X" DEPEND=" diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.5.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.5.ebuild index ed450e3322af..f784320b2b13 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.5.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.5.5.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel" HOMEPAGE="https://projects.kde.org/kde-gtk-config" LICENSE="GPL-3" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="+gtk3" DEPEND=" diff --git a/kde-plasma/kdecoration/kdecoration-5.5.5.ebuild b/kde-plasma/kdecoration/kdecoration-5.5.5.ebuild index 16bee2c05d49..6d15030ea1a1 100644 --- a/kde-plasma/kdecoration/kdecoration-5.5.5.ebuild +++ b/kde-plasma/kdecoration/kdecoration-5.5.5.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Plugin based library to create window decorations" LICENSE="|| ( LGPL-2.1 LGPL-3 )" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND="$(add_qt_dep qtgui)" diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.5.5.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.5.5.ebuild index 802e5a28a12a..7ba890b555ad 100644 --- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.5.5.ebuild +++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.5.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Extra Plasma applets and engines" LICENSE="GPL-2 LGPL-2" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="ibus scim" DEPEND=" diff --git a/kde-plasma/kgamma/kgamma-5.5.5.ebuild b/kde-plasma/kgamma/kgamma-5.5.5.ebuild index 3eb623332b1d..d8d104cfefbb 100644 --- a/kde-plasma/kgamma/kgamma-5.5.5.ebuild +++ b/kde-plasma/kgamma/kgamma-5.5.5.ebuild @@ -9,7 +9,7 @@ KMNAME="${PN}5" inherit kde5 DESCRIPTION="Screen gamma values kcontrol module" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" RDEPEND=" diff --git a/kde-plasma/khotkeys/khotkeys-5.5.5.ebuild b/kde-plasma/khotkeys/khotkeys-5.5.5.ebuild index 7c0bb160e53b..b853a4b151f8 100644 --- a/kde-plasma/khotkeys/khotkeys-5.5.5.ebuild +++ b/kde-plasma/khotkeys/khotkeys-5.5.5.ebuild @@ -8,7 +8,7 @@ KDE_HANDBOOK="true" inherit kde5 DESCRIPTION="KDE workspace hotkey module" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-plasma/kinfocenter/kinfocenter-5.5.5.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.5.5.ebuild index 7e89a40daf25..03aa25ea9fa6 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.5.5.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.5.5.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="A utility that provides information about a computer system" HOMEPAGE="https://www.kde.org/applications/system/kinfocenter/" SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="egl gles ieee1394 +opengl +pci samba nfs wayland X" REQUIRED_USE="egl? ( || ( gles opengl ) )" diff --git a/kde-plasma/kmenuedit/kmenuedit-5.5.5.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.5.5.ebuild index 1cb04aa4c22c..b9fe64fa1f86 100644 --- a/kde-plasma/kmenuedit/kmenuedit-5.5.5.ebuild +++ b/kde-plasma/kmenuedit/kmenuedit-5.5.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="KDE menu editor" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kmenuedit" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="+hotkeys" DEPEND=" diff --git a/kde-plasma/kscreen/kscreen-5.5.5.ebuild b/kde-plasma/kscreen/kscreen-5.5.5.ebuild index 1c45dc4550dc..4e8f7bf9cfa3 100644 --- a/kde-plasma/kscreen/kscreen-5.5.5.ebuild +++ b/kde-plasma/kscreen/kscreen-5.5.5.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="KDE screen management" HOMEPAGE="https://projects.kde.org/projects/extragear/base/kscreen" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=" diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.5.5.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.5.5.ebuild index 0f87cb1b3b38..c5df9d73763d 100644 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.5.5.ebuild +++ b/kde-plasma/kscreenlocker/kscreenlocker-5.5.5.ebuild @@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 pam DESCRIPTION="Library and components for secure lock screen architecture" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="pam" COMMON_DEPEND=" diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.5.5.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.5.5.ebuild index bddd29c89e0b..68dfa7a07a0f 100644 --- a/kde-plasma/ksshaskpass/ksshaskpass-5.5.5.ebuild +++ b/kde-plasma/ksshaskpass/ksshaskpass-5.5.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/ksshaskpass" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=" diff --git a/kde-plasma/ksysguard/ksysguard-5.5.5.ebuild b/kde-plasma/ksysguard/ksysguard-5.5.5.ebuild index 46c4319e1d14..03577db27754 100644 --- a/kde-plasma/ksysguard/ksysguard-5.5.5.ebuild +++ b/kde-plasma/ksysguard/ksysguard-5.5.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="lm_sensors" DEPEND=" diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.6.4-r1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.6.4-r1.ebuild index 2f2b65116f8e..1ba966f94c38 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.6.4-r1.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.6.4-r1.ebuild @@ -9,7 +9,7 @@ inherit kde5 multibuild multilib DESCRIPTION="KWallet PAM module to not enter password again" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="+oldwallet" COMMON_DEPEND=" diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.5.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.5.5.ebuild index 2d8755da2fa8..ccc1e62b9c7f 100644 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.5.5.ebuild +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.5.5.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland-integration" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=" diff --git a/kde-plasma/kwin/kwin-5.5.5.ebuild b/kde-plasma/kwin/kwin-5.5.5.ebuild index 1a3a97a76cb3..5b4a7f1360a7 100644 --- a/kde-plasma/kwin/kwin-5.5.5.ebuild +++ b/kde-plasma/kwin/kwin-5.5.5.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="KDE window manager" LICENSE="GPL-2+" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="gles2 multimedia" COMMON_DEPEND=" diff --git a/kde-plasma/kwrited/kwrited-5.5.5.ebuild b/kde-plasma/kwrited/kwrited-5.5.5.ebuild index 4eb2d55cf2b2..4e7d5ffc1935 100644 --- a/kde-plasma/kwrited/kwrited-5.5.5.ebuild +++ b/kde-plasma/kwrited/kwrited-5.5.5.ebuild @@ -7,7 +7,7 @@ EAPI=6 inherit kde5 DESCRIPTION="KDE daemon listening for wall and write messages" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=" diff --git a/kde-plasma/libkscreen/libkscreen-5.5.5.ebuild b/kde-plasma/libkscreen/libkscreen-5.5.5.ebuild index 4707d341186f..a7607cc092c2 100644 --- a/kde-plasma/libkscreen/libkscreen-5.5.5.ebuild +++ b/kde-plasma/libkscreen/libkscreen-5.5.5.ebuild @@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KDE screen management library" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=" diff --git a/kde-plasma/libksysguard/libksysguard-5.5.5.ebuild b/kde-plasma/libksysguard/libksysguard-5.5.5.ebuild index 6984932ef673..704758fa3512 100644 --- a/kde-plasma/libksysguard/libksysguard-5.5.5.ebuild +++ b/kde-plasma/libksysguard/libksysguard-5.5.5.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Task management and system monitoring library" LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="+detailedmemory X" COMMON_DEPEND=" diff --git a/kde-plasma/milou/milou-5.5.5.ebuild b/kde-plasma/milou/milou-5.5.5.ebuild index 80f1b50df35a..d5ad2e3730aa 100644 --- a/kde-plasma/milou/milou-5.5.5.ebuild +++ b/kde-plasma/milou/milou-5.5.5.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Dedicated search application built on top of Baloo" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/milou" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=" diff --git a/kde-plasma/oxygen/oxygen-5.5.5.ebuild b/kde-plasma/oxygen/oxygen-5.5.5.ebuild index 1635b1c0f5d0..364cca8bfb51 100644 --- a/kde-plasma/oxygen/oxygen-5.5.5.ebuild +++ b/kde-plasma/oxygen/oxygen-5.5.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="KDE window manager theme" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" RDEPEND=" diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.5.5-r1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.5.5-r1.ebuild index e2029cf5aa20..1aa86785dd15 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.5.5-r1.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.5.5-r1.ebuild @@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KDE Plasma desktop" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="+evdev +fontconfig gtk2 gtk3 legacy-systray pulseaudio +qt4 touchpad" COMMON_DEPEND=" diff --git a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.5.5.ebuild b/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.5.5.ebuild index 4a5e5bb424e5..28f18fcca7be 100644 --- a/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.5.5.ebuild +++ b/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.5.5.ebuild @@ -8,7 +8,7 @@ KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="Unified media experience for any device capable of running KDE" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="semantic-desktop" DEPEND=" diff --git a/kde-plasma/plasma-meta/plasma-meta-5.5.5.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.5.5.ebuild index 81031f6131db..6ceb54049b9f 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.5.5.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.5.5.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.kde.org/workspaces/plasmadesktop/" LICENSE="metapackage" SLOT="5" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="bluetooth +display-manager gtk mediacenter networkmanager pam pulseaudio +sddm sdk +wallpapers" RDEPEND=" diff --git a/kde-plasma/plasma-nm/plasma-nm-5.5.5.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.5.5.ebuild index 07687c9bf247..d9e731d6abfe 100644 --- a/kde-plasma/plasma-nm/plasma-nm-5.5.5.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-5.5.5.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="KDE Plasma applet for NetworkManager" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="modemmanager openconnect teamd" DEPEND=" diff --git a/kde-plasma/plasma-pa/plasma-pa-5.5.5.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.5.5.ebuild index 7c540ee8dbc4..06165e1c96f9 100644 --- a/kde-plasma/plasma-pa/plasma-pa-5.5.5.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-5.5.5.ebuild @@ -8,7 +8,7 @@ KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="Plasma applet for audio volume management using PulseAudio" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=" diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild index c40b1acf6b44..e595419d1fa1 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.5.5-r1.ebuild @@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Useful applications for Plasma development" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="plasmate" DEPEND=" diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.5.5.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.5.5.ebuild index 37e82f2dd942..b7208546989b 100644 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.5.5.ebuild +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.5.5.ebuild @@ -9,7 +9,7 @@ KDE_DEBUG="false" inherit kde5 DESCRIPTION="Additional wallpapers for the Plasma workspace" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=" diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.5.5-r2.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.5.5-r2.ebuild index 7d8bab9dc48d..caff0dac7b79 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.5-r2.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.5.5-r2.ebuild @@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 multilib qmake-utils DESCRIPTION="KDE Plasma workspace" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="dbus +geolocation gps prison qalculate" COMMON_DEPEND=" diff --git a/kde-plasma/powerdevil/powerdevil-5.5.5.ebuild b/kde-plasma/powerdevil/powerdevil-5.5.5.ebuild index 7830a9a7526b..ddaf9e2e1d84 100644 --- a/kde-plasma/powerdevil/powerdevil-5.5.5.ebuild +++ b/kde-plasma/powerdevil/powerdevil-5.5.5.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Power management for KDE Plasma Shell" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/powerdevil" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="systemd" DEPEND=" diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.5.5.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-5.5.5.ebuild index 72fe5baaad83..a6da4cdc96bd 100644 --- a/kde-plasma/sddm-kcm/sddm-kcm-5.5.5.ebuild +++ b/kde-plasma/sddm-kcm/sddm-kcm-5.5.5.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="KDE control module for SDDM" HOMEPAGE="https://projects.kde.org/projects/kdereview/sddm-kcm" LICENSE="GPL-2+" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" COMMON_DEPEND=" diff --git a/kde-plasma/systemsettings/systemsettings-5.5.5.ebuild b/kde-plasma/systemsettings/systemsettings-5.5.5.ebuild index 50e34887ca2c..65ecc2e9c2e3 100644 --- a/kde-plasma/systemsettings/systemsettings-5.5.5.ebuild +++ b/kde-plasma/systemsettings/systemsettings-5.5.5.ebuild @@ -8,7 +8,7 @@ KDE_HANDBOOK="forceoptional" inherit kde5 DESCRIPTION="System settings utility" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="classic gtk" DEPEND=" diff --git a/kde-plasma/user-manager/user-manager-5.5.5.ebuild b/kde-plasma/user-manager/user-manager-5.5.5.ebuild index 0e71d1751043..0f9ee8e30da6 100644 --- a/kde-plasma/user-manager/user-manager-5.5.5.ebuild +++ b/kde-plasma/user-manager/user-manager-5.5.5.ebuild @@ -7,7 +7,7 @@ EAPI=6 inherit kde5 DESCRIPTION="Simple system settings module to manage the users of your system" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" DEPEND=" diff --git a/licenses/Midisport b/licenses/Midisport new file mode 100644 index 000000000000..b0f268c8f8c7 --- /dev/null +++ b/licenses/Midisport @@ -0,0 +1,23 @@ +The firmware files (*.ihx) are copyrighted by Midiman, and can be used +and redistributed only as part of this package. + +All other files are distributed under the following license: + +Copyright (c) 2003-2006 Clemens Ladisch + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +Alternatively, this software may be distributed and/or modified under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2 of the License, or (at your +option) any later version. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/media-fonts/font-alias/font-alias-1.0.3-r1.ebuild b/media-fonts/font-alias/font-alias-1.0.3-r1.ebuild index 9d28c3adbd11..5a506435e1dc 100644 --- a/media-fonts/font-alias/font-alias-1.0.3-r1.ebuild +++ b/media-fonts/font-alias/font-alias-1.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit xorg-2 DESCRIPTION="X.Org font aliases" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" DEPEND="${RDEPEND} diff --git a/media-fonts/font-util/font-util-1.3.1.ebuild b/media-fonts/font-util/font-util-1.3.1.ebuild index 431c608ed7a4..e32dd6af451f 100644 --- a/media-fonts/font-util/font-util-1.3.1.ebuild +++ b/media-fonts/font-util/font-util-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit xorg-2 EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/font/util" DESCRIPTION="X.Org font utilities" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.24.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.24.ebuild index 5a751fe192c3..52e56fc8a77e 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.24.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.24.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp perl png postscript q16 q32 static-libs svg threads tiff truetype webp wmf X zlib" diff --git a/media-gfx/imagemagick/imagemagick-6.9.4.6.ebuild b/media-gfx/imagemagick/imagemagick-6.9.4.6.ebuild index 47260e1ab822..bb6169d1542c 100644 --- a/media-gfx/imagemagick/imagemagick-6.9.4.6.ebuild +++ b/media-gfx/imagemagick/imagemagick-6.9.4.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz" LICENSE="imagemagick" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q64 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib" RESTRICT="perl? ( userpriv )" diff --git a/media-libs/freeglut/freeglut-3.0.0.ebuild b/media-libs/freeglut/freeglut-3.0.0.ebuild index 149096efea5b..d6a16fab1732 100644 --- a/media-libs/freeglut/freeglut-3.0.0.ebuild +++ b/media-libs/freeglut/freeglut-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug static-libs" # enabling GLES support seems to cause build failures diff --git a/media-libs/libepoxy/libepoxy-1.3.1.ebuild b/media-libs/libepoxy/libepoxy-1.3.1.ebuild index 2f7bd68c6fda..7fc3ebf11398 100644 --- a/media-libs/libepoxy/libepoxy-1.3.1.ebuild +++ b/media-libs/libepoxy/libepoxy-1.3.1.ebuild @@ -19,10 +19,10 @@ inherit autotools-multilib ${GIT_ECLASS} python-any-r1 DESCRIPTION="Epoxy is a library for handling OpenGL function pointer management for you" HOMEPAGE="https://github.com/anholt/libepoxy" if [[ ${PV} = 9999* ]]; then - KEYWORDS="arm hppa ppc64" + KEYWORDS="alpha arm hppa ppc64" SRC_URI="" else - KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86" + KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86" SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi diff --git a/media-libs/mesa/mesa-11.0.6.ebuild b/media-libs/mesa/mesa-11.0.6.ebuild index 58c7bfbcbb17..5a849b1c2625 100644 --- a/media-libs/mesa/mesa-11.0.6.ebuild +++ b/media-libs/mesa/mesa-11.0.6.ebuild @@ -25,10 +25,10 @@ HOMEPAGE="http://mesa3d.sourceforge.net/" if [[ $PV == 9999 ]]; then SRC_URI="" - KEYWORDS="arm hppa ppc64" + KEYWORDS="alpha arm hppa ppc64" else SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild deleted file mode 100644 index 5203bda73677..000000000000 --- a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -if [[ ${PV} != *9999* ]]; then - SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" -else - GIT_ECLASS="git-r3" - EGIT_REPO_URI=( "git://anongit.freedesktop.org/gstreamer/${PN}" ) -fi - -inherit cmake-utils ${GIT_ECLASS} multibuild - -DESCRIPTION="QtGStreamer provides C++ bindings for GStreamer with a Qt-style API" -HOMEPAGE="https://gstreamer.freedesktop.org/modules/qt-gstreamer.html" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="+qt4 qt5 test" - -REQUIRED_USE="|| ( qt4 qt5 )" - -RDEPEND=" - dev-libs/glib:2 - >=dev-libs/boost-1.40:= - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtdeclarative:4 - dev-qt/qtgui:4 - dev-qt/qtopengl:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtopengl:5 - dev-qt/qtquick1:5 - dev-qt/qtwidgets:5 - ) - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 -" -DEPEND=" - ${RDEPEND} - test? ( - qt4? ( - dev-qt/qttest:4 - ) - ) -" - -PATCHES=( - "${FILESDIR}/${P}-gstreamer15.patch" - "${FILESDIR}/${P}-boost157.patch" -) - -# bug 497880 -RESTRICT="test" - -pkg_setup() { - MULTIBUILD_VARIANTS=( $(usex qt4 4 '') $(usex qt5 5 '') ) -} - -src_configure() { - myconfigure() { - local mycmakeargs=( - -DQTGSTREAMER_EXAMPLES=OFF - $(cmake-utils_use test QTGSTREAMER_TESTS) - -DQT_VERSION=${MULTIBUILD_VARIANT} - ) - cmake-utils_src_configure - } - - multibuild_foreach_variant myconfigure -} - -src_compile() { - multibuild_foreach_variant cmake-utils_src_compile -} - -src_install() { - multibuild_foreach_variant cmake-utils_src_install -} diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild index ea9bd7bf161f..fedc61e688b0 100644 --- a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild +++ b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 if [[ ${PV} != *9999* ]]; then SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" else EGIT_REPO_URI=( "git://anongit.freedesktop.org/gstreamer/${PN}" ) inherit git-r3 diff --git a/media-video/kamoso/Manifest b/media-video/kamoso/Manifest index a38f6ee87eee..d877cdd9cdd6 100644 --- a/media-video/kamoso/Manifest +++ b/media-video/kamoso/Manifest @@ -1 +1,2 @@ DIST kamoso-3.1.0.tar.xz 131048 SHA256 e0a13bd0db364c2b3f3143dd7ae92ea5a4e0c9474771cf9546de340ad4a2b3d6 SHA512 71a4a516e902dfea45fd0f87bce63fe245c3751a88ab8f7a40b23b15ab4320f5c2be794d3cacfce2fa7a2d9661844184ed7db1f7fdfcd9a261710acffc894347 WHIRLPOOL a5a4e4824aa024ae01720ba0874a36934c632cdc76cdbb6e60eda51d81d0cd72de1d89febc193738c01708ee07eba1d65b59d978ecb6498bc332a682ea0deb77 +DIST kamoso-3.2.tar.xz 148164 SHA256 a21773295e79378060760f0d23dab71b047ae72cedd7b55a024a54e55c7a7f13 SHA512 65cfaa00ae31b74bd31af5bfda519b838ad2b79b55ab3830cf30e0b3dfce8b56d4eb82314086f1f83bef8e867da20040d858390b8ebec4aaa40f7357d0647f88 WHIRLPOOL 43b16aaae7fddbeb2375bf58b3a2d83bd81c08dae71f1d28f76684e9183e349ca87c6b0fb569449719430ea15e2b80fc5da14753b351da69cfdfdd61003e9d0c diff --git a/media-video/kamoso/files/kamoso-3.0-bogus-deps.patch b/media-video/kamoso/files/kamoso-3.0-bogus-deps.patch deleted file mode 100644 index d741995b0203..000000000000 --- a/media-video/kamoso/files/kamoso-3.0-bogus-deps.patch +++ /dev/null @@ -1,57 +0,0 @@ -From d68516ef3522856b09e861a24e6d537b0dba1b77 Mon Sep 17 00:00:00 2001 -From: Michael Palimaka -Date: Fri, 25 Sep 2015 03:14:37 +1000 -Subject: [PATCH] Remove unused dependencies. - -REVIEW: 125379 ---- - CMakeLists.txt | 4 ++-- - src/CMakeLists.txt | 4 ++-- - src/device.h | 1 - - 3 files changed, 4 insertions(+), 5 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 98dc813..f975549 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -5,8 +5,8 @@ cmake_minimum_required(VERSION 2.8.12) - find_package(ECM 0.0.9 REQUIRED NO_MODULE) - set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) - --find_package(Qt5 NO_MODULE REQUIRED COMPONENTS Core Gui Widgets Quick Network OpenGL DBus Test) --find_package(KF5 REQUIRED COMPONENTS WidgetsAddons Config ConfigWidgets DocTools Solid KIO Declarative I18n) -+find_package(Qt5 NO_MODULE REQUIRED COMPONENTS Core Gui Widgets Quick) -+find_package(KF5 REQUIRED COMPONENTS Config DocTools KIO Declarative I18n) - - find_package(Qt5GStreamer 1.1.90 REQUIRED) - find_package(KDEExperimentalPurpose REQUIRED) -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 9fa08a7..5a0f96d 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -24,8 +24,8 @@ add_executable(kamoso - ) - - target_link_libraries(kamoso -- Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Quick Qt5::OpenGL -- KF5::Declarative KF5::KIOWidgets KF5::Solid KF5::KIOWidgets KF5::ConfigGui KF5::I18n -+ Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Quick -+ KF5::Declarative KF5::KIOWidgets KF5::KIOWidgets KF5::ConfigGui KF5::I18n - Qt5GStreamer Qt5GStreamerQuick - ${UDEV_LIBS} - ) -diff --git a/src/device.h b/src/device.h -index 3690830..5eabd56 100644 ---- a/src/device.h -+++ b/src/device.h -@@ -22,7 +22,6 @@ - - #include - --#include - #include - - namespace UdevQt { --- -2.4.9 - diff --git a/media-video/kamoso/kamoso-3.2.ebuild b/media-video/kamoso/kamoso-3.2.ebuild new file mode 100644 index 000000000000..5980be5e31d7 --- /dev/null +++ b/media-video/kamoso/kamoso-3.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 versionator + +DESCRIPTION="Application to take pictures and videos from your webcam by KDE" +HOMEPAGE="https://userbase.kde.org/Kamoso" +SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 1-2)/src/${P}.tar.xz" + +LICENSE="GPL-2+" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/purpose:5 + media-libs/qt-gstreamer[qt5] + virtual/libudev:= +" +RDEPEND="${DEPEND} + media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l] +" diff --git a/media-video/kmplayer/Manifest b/media-video/kmplayer/Manifest index 1c4725bdbdc5..066aff0aaa26 100644 --- a/media-video/kmplayer/Manifest +++ b/media-video/kmplayer/Manifest @@ -1,2 +1,3 @@ DIST kmplayer-0.11.3d.tar.bz2 573173 SHA256 7ebecbc906edcc13e1ae94f4791da80ed4ef73164ef6b81d76c71708c39a6bfb SHA512 c2f0fa1864eecd9a0bf3039639aad41bc36bc6ff8742a8e9714c6df72dd4ee63f80c36036a0582ee8464b48ce22eb96814600ddb199c61fda0b87cfd4c457797 WHIRLPOOL 1a651d1dee10b0ee3609055d645835b4b19e5acf47df39a7773d297749407ea49c893e154f77013469ee4c23724c55ae8c2032b5ca00ddf8f560eb5feb8d1f12 DIST kmplayer-0.11.5.tar.bz2 684467 SHA256 074afea4187b1e5d2899940da558f584e0145fa6a3e9a5eca5c028d4ba516c09 SHA512 15b53eb3c9d1ac867bf762c8f7aa02bc3ecc813116db7b2aa87b2f9f3f0fc50c3fae5514dd92b18baf6fe16fe2f79ca7e9b64ea4fae13e341e5817be6e0ea729 WHIRLPOOL 6efc74f908c93d784c6e29c4052065c2f0bfb3be9353e8887a3f3008298ad10aa3f92751ed024be9e44161023ccbadbc69579c8d0bd50139c733b8fea7ec67db +DIST kmplayer-0.12.0.tar.bz2 681672 SHA256 e927d541f106e8c079f8292fa36ddbbca09429a2bfc063a5fe068c760ce17d0e SHA512 8d062c05c26e4549dd32cca92b3d5a02cb717a7556a417efab8ae36da13338cef3ac809404d084ecb2666c42aa2cb68299427ffb674545653e6ae5c81156f5e9 WHIRLPOOL 1f1f92906c93dc7eede4a189b532491d7ea3764b62f62d98d4bcb16cb321a815dfdffdd9056fe6234af9e7ab126181bfad025f1e210c7d1231f16c474cb4ab46 diff --git a/media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild b/media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild index 84a1c41521fb..77f759395e12 100644 --- a/media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild +++ b/media-video/kmplayer/kmplayer-0.11.3d-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ KDE_HANDBOOK="optional" inherit kde4-base DESCRIPTION="Video player plugin for Konqueror and basic MPlayer frontend" -HOMEPAGE="https://projects.kde.org/projects/extragear/multimedia/kmplayer" +HOMEPAGE="https://kmplayer.kde.org" SRC_URI="https://kmplayer.kde.org/pkgs/${P}.tar.bz2" LICENSE="GPL-2 FDL-1.2 LGPL-2.1" diff --git a/media-video/kmplayer/kmplayer-0.11.5.ebuild b/media-video/kmplayer/kmplayer-0.11.5.ebuild index d74586e00af3..db09f6c2b017 100644 --- a/media-video/kmplayer/kmplayer-0.11.5.ebuild +++ b/media-video/kmplayer/kmplayer-0.11.5.ebuild @@ -7,7 +7,7 @@ EAPI=6 inherit kde4-base DESCRIPTION="Video player plugin for Konqueror and basic MPlayer frontend" -HOMEPAGE="https://projects.kde.org/projects/extragear/multimedia/kmplayer" +HOMEPAGE="https://kmplayer.kde.org" COMMIT_ID="a28ff105e76a227b799c2bbf6e732791de5fb84e" SRC_URI="https://quickgit.kde.org/?p=kmplayer.git&a=snapshot&h=${COMMIT_ID}&fmt=tbz2 -> ${P}.tar.bz2" diff --git a/media-video/kmplayer/kmplayer-0.12.0.ebuild b/media-video/kmplayer/kmplayer-0.12.0.ebuild new file mode 100644 index 000000000000..1fd36ee861ba --- /dev/null +++ b/media-video/kmplayer/kmplayer-0.12.0.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +EGIT_BRANCH="0.12" +inherit kde5 + +DESCRIPTION="Video player plugin for Konqueror and basic MPlayer frontend" +HOMEPAGE="https://kmplayer.kde.org" +COMMIT_ID="266320addf9180b5733d9832f2b8796212c116b1" +SRC_URI="https://quickgit.kde.org/?p=kmplayer.git&a=snapshot&h=${COMMIT_ID}&fmt=tbz2 -> ${P}.tar.bz2" + +LICENSE="GPL-2 FDL-1.2 LGPL-2.1" +KEYWORDS="~amd64 ~x86" +IUSE="cairo npp" + +CDEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kmediaplayer) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + $(add_qt_dep qtxml) + media-libs/phonon[qt5] + x11-libs/libX11 + x11-libs/libxcb + cairo? ( x11-libs/cairo ) + npp? ( + dev-libs/dbus-glib + dev-libs/glib:2 + www-plugins/adobe-flash + >=x11-libs/gtk+-2.10.14:2 + ) +" +DEPEND="${CDEPEND} + sys-devel/gettext +" +RDEPEND="${CDEPEND} + media-video/mplayer + !media-video/kmplayer:4 +" + +if [[ ${KDE_BUILD_TYPE} != live ]] ; then + S="${WORKDIR}/${PN}" +fi + +src_prepare() { + use npp && epatch "${FILESDIR}/${PN}-flash.patch" + + kde5_src_prepare +} + +src_configure() { + # 0.12: expat build broken, check in later releases + local mycmakeargs=( + -DKMPLAYER_BUILT_WITH_EXPAT=OFF + -DKMPLAYER_BUILT_WITH_CAIRO=$(usex cairo) + -DKMPLAYER_BUILT_WITH_NPP=$(usex npp) + ) + + kde5_src_configure +} + +src_install() { + kde5_src_install + + if use npp; then + kwriteconfig5 --file "${ED}/usr/share/config/kmplayerrc" --group "application/x-shockwave-flash" --key player npp + kwriteconfig5 --file "${ED}/usr/share/config/kmplayerrc" --group "application/x-shockwave-flash" --key plugin /usr/lib/nsbrowser/plugins/libflashplayer.so + fi +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 827546f93f8f..e4f5054e0bc5 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Thu, 02 Jun 2016 11:40:50 +0000 +Fri, 03 Jun 2016 10:40:52 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 827546f93f8f..e4f5054e0bc5 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Thu, 02 Jun 2016 11:40:50 +0000 +Fri, 03 Jun 2016 10:40:52 +0000 diff --git a/metadata/md5-cache/app-admin/cgmanager-0.39 b/metadata/md5-cache/app-admin/cgmanager-0.39 index 2797c713b47d..dd61a7deb11a 100644 --- a/metadata/md5-cache/app-admin/cgmanager-0.39 +++ b/metadata/md5-cache/app-admin/cgmanager-0.39 @@ -4,10 +4,10 @@ DESCRIPTION=Control Group manager daemon EAPI=5 HOMEPAGE=https://linuxcontainers.org/cgmanager/introduction/ IUSE=pam selinux -KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ppc64 x86 +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ppc64 x86 LICENSE=LGPL-2.1 RDEPEND=sys-libs/libnih[dbus] sys-apps/dbus selinux? ( sec-policy/selinux-cgmanager ) SLOT=0 SRC_URI=https://linuxcontainers.org/downloads/cgmanager/cgmanager-0.39.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=4ee11d94e11d512ddfb4c73ffd28f68b +_md5_=69190b62ff1855f63478db09ddf34dab diff --git a/metadata/md5-cache/app-admin/denyhosts-3.0-r1 b/metadata/md5-cache/app-admin/denyhosts-3.0-r1 index e26a485ef72b..5bf05642a6b9 100644 --- a/metadata/md5-cache/app-admin/denyhosts-3.0-r1 +++ b/metadata/md5-cache/app-admin/denyhosts-3.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=DenyHosts is a utility to help sys admins thwart ssh hackers EAPI=6 HOMEPAGE=https://github.com/denyhosts/denyhosts IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~alpha amd64 arm ~hppa ~ppc ~sparc ~x86 +KEYWORDS=alpha amd64 arm ~hppa ~ppc ~sparc ~x86 LICENSE=GPL-2 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=https://github.com/denyhosts/denyhosts/archive/v3.0.tar.gz -> denyhosts-3.0.tar.gz _eclasses_=distutils-r1 0a9f65ef41fe0434c3f5f0b455aa9419 eutils 792f83d5ec9536cb5ccef375469d8bde multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=af06a55a48d960a09244e243c082e842 +_md5_=ee10571ef302a5b1a14c3b576b8b8482 diff --git a/metadata/md5-cache/app-benchmarks/httperf-0.9.0-r3 b/metadata/md5-cache/app-benchmarks/httperf-0.9.0-r3 new file mode 100644 index 000000000000..990d694e0f4b --- /dev/null +++ b/metadata/md5-cache/app-benchmarks/httperf-0.9.0-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=A tool from HP for measuring web server performance +EAPI=5 +HOMEPAGE=https://github.com/httperf/httperf +IUSE=debug libressl +KEYWORDS=~amd64 ~mips ~x86 ~amd64-linux ~x64-macos +LICENSE=GPL-2 +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) +SLOT=0 +SRC_URI=https://httperf.googlecode.com/files/httperf-0.9.0.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=85c541d0de9517a61b50345c3e63aac8 diff --git a/metadata/md5-cache/app-benchmarks/siege-3.1.0 b/metadata/md5-cache/app-benchmarks/siege-3.1.0 deleted file mode 100644 index 44a220ad146d..000000000000 --- a/metadata/md5-cache/app-benchmarks/siege-3.1.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare -DEPEND=ssl? ( >=dev-libs/openssl-0.9.6d:= ) sys-devel/libtool !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=A HTTP regression testing and benchmarking utility -EAPI=5 -HOMEPAGE=https://www.joedog.org/siege-home/ -IUSE=ssl -KEYWORDS=~amd64 ~hppa ~mips ~ppc ~x86 ~x64-macos -LICENSE=GPL-2 -RDEPEND=ssl? ( >=dev-libs/openssl-0.9.6d:= ) -SLOT=0 -SRC_URI=http://download.joedog.org/siege/siege-3.1.0.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=a1efbe0b7693b6fee319b415cd3f7a9a diff --git a/metadata/md5-cache/app-benchmarks/siege-3.1.3 b/metadata/md5-cache/app-benchmarks/siege-3.1.3 index 0600c3e9c1aa..ed9e093b2ae3 100644 --- a/metadata/md5-cache/app-benchmarks/siege-3.1.3 +++ b/metadata/md5-cache/app-benchmarks/siege-3.1.3 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst prepare -DEPEND=ssl? ( >=dev-libs/openssl-0.9.6d:= ) sys-devel/libtool !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) sys-devel/libtool !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=A HTTP regression testing and benchmarking utility EAPI=5 HOMEPAGE=https://www.joedog.org/siege-home/ -IUSE=ssl +IUSE=libressl ssl KEYWORDS=~amd64 ~hppa ~mips ~ppc ~x86 ~x64-macos LICENSE=GPL-2 -RDEPEND=ssl? ( >=dev-libs/openssl-0.9.6d:= ) +RDEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) SLOT=0 SRC_URI=http://download.joedog.org/siege/siege-3.1.3.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=1d8114ff753c8827d4cc33e74b106712 +_md5_=e0006d75c74e43124b6840038139899c diff --git a/metadata/md5-cache/app-benchmarks/siege-3.1.4 b/metadata/md5-cache/app-benchmarks/siege-3.1.4 index e9613c6cf214..719c053626b3 100644 --- a/metadata/md5-cache/app-benchmarks/siege-3.1.4 +++ b/metadata/md5-cache/app-benchmarks/siege-3.1.4 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst prepare -DEPEND=ssl? ( >=dev-libs/openssl-0.9.6d:= ) sys-devel/libtool !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) sys-devel/libtool !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=A HTTP regression testing and benchmarking utility EAPI=5 HOMEPAGE=https://www.joedog.org/siege-home/ -IUSE=ssl +IUSE=libressl ssl KEYWORDS=~amd64 ~hppa ~mips ~ppc ~x86 ~x64-macos LICENSE=GPL-2 -RDEPEND=ssl? ( >=dev-libs/openssl-0.9.6d:= ) +RDEPEND=ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) SLOT=0 SRC_URI=http://download.joedog.org/siege/siege-3.1.4.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=1d8114ff753c8827d4cc33e74b106712 +_md5_=e0006d75c74e43124b6840038139899c diff --git a/metadata/md5-cache/app-benchmarks/wrk-3.1.1 b/metadata/md5-cache/app-benchmarks/wrk-3.1.1 index e8d6e5cb97e0..fe55c733f8bd 100644 --- a/metadata/md5-cache/app-benchmarks/wrk-3.1.1 +++ b/metadata/md5-cache/app-benchmarks/wrk-3.1.1 @@ -1,12 +1,13 @@ DEFINED_PHASES=compile install prepare -DEPEND=dev-libs/openssl:0 >=dev-lang/luajit-2.0.2 +DEPEND=>=dev-lang/luajit-2.0.2 !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) DESCRIPTION=A modern HTTP benchmarking tool EAPI=5 HOMEPAGE=https://github.com/wg/wrk +IUSE=libressl KEYWORDS=~x86 ~amd64 LICENSE=Apache-2.0 -RDEPEND=dev-libs/openssl:0 >=dev-lang/luajit-2.0.2 +RDEPEND=>=dev-lang/luajit-2.0.2 !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) SLOT=0 SRC_URI=https://github.com/wg/wrk/archive/3.1.1.tar.gz -> wrk-3.1.1.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=339c61d7e75b5163f304de83d7c08425 +_md5_=7fb2259dd54e18c23c6f98ac9fdff1d8 diff --git a/metadata/md5-cache/app-benchmarks/wrk-3.1.2 b/metadata/md5-cache/app-benchmarks/wrk-3.1.2 index d29b889182db..4eecf1393d9c 100644 --- a/metadata/md5-cache/app-benchmarks/wrk-3.1.2 +++ b/metadata/md5-cache/app-benchmarks/wrk-3.1.2 @@ -1,12 +1,13 @@ DEFINED_PHASES=compile install prepare -DEPEND=dev-libs/openssl:0 >=dev-lang/luajit-2.0.2 +DEPEND=>=dev-lang/luajit-2.0.2 !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) DESCRIPTION=A modern HTTP benchmarking tool EAPI=5 HOMEPAGE=https://github.com/wg/wrk +IUSE=libressl KEYWORDS=~x86 ~amd64 LICENSE=Apache-2.0 -RDEPEND=dev-libs/openssl:0 >=dev-lang/luajit-2.0.2 +RDEPEND=>=dev-lang/luajit-2.0.2 !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) SLOT=0 SRC_URI=https://github.com/wg/wrk/archive/3.1.2.tar.gz -> wrk-3.1.2.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=14bf3dad35ce2b25be63c1f684536ff5 +_md5_=c03ab0cb882c8c3f7b826360f19d3dbc diff --git a/metadata/md5-cache/app-crypt/af_alg-0_pre20120229 b/metadata/md5-cache/app-crypt/af_alg-0_pre20120229 index ff30239017f4..97f70a0902b5 100644 --- a/metadata/md5-cache/app-crypt/af_alg-0_pre20120229 +++ b/metadata/md5-cache/app-crypt/af_alg-0_pre20120229 @@ -1,12 +1,13 @@ DEFINED_PHASES=compile install -DEPEND=dev-libs/openssl +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) DESCRIPTION=AF_ALG for OpenSSL EAPI=5 HOMEPAGE=http://carnivore.it/2011/04/23/openssl_-_af_alg +IUSE=libressl KEYWORDS=~amd64 ~x86 LICENSE=openssl -RDEPEND=dev-libs/openssl +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) SLOT=0 SRC_URI=http://src.carnivore.it/users/common/af_alg/snapshot/af_alg-7b13512edbd77c35d20edb4e53d5d83eeaf05d52.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=751a22d198bb760cd534dafd9eb73c3f +_md5_=f932759b76c34b90cd6f909fd373c45a diff --git a/metadata/md5-cache/app-crypt/cardpeek-0.7.2 b/metadata/md5-cache/app-crypt/cardpeek-0.7.2 index 69c007eec85d..f80c9580ff4a 100644 --- a/metadata/md5-cache/app-crypt/cardpeek-0.7.2 +++ b/metadata/md5-cache/app-crypt/cardpeek-0.7.2 @@ -1,12 +1,13 @@ DEFINED_PHASES=- -DEPEND=>=x11-libs/gtk+-2.12:2 sys-apps/pcsc-lite =dev-lang/lua-5.1* dev-libs/openssl virtual/pkgconfig +DEPEND=>=x11-libs/gtk+-2.12:2 sys-apps/pcsc-lite =dev-lang/lua-5.1* dev-libs/openssl !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) virtual/pkgconfig DESCRIPTION=Tool to read the contents of smartcards EAPI=5 HOMEPAGE=https://code.google.com/p/cardpeek/ +IUSE=libressl KEYWORDS=~amd64 LICENSE=GPL-3 -RDEPEND=>=x11-libs/gtk+-2.12:2 sys-apps/pcsc-lite =dev-lang/lua-5.1* dev-libs/openssl +RDEPEND=>=x11-libs/gtk+-2.12:2 sys-apps/pcsc-lite =dev-lang/lua-5.1* dev-libs/openssl !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) SLOT=0 SRC_URI=https://cardpeek.googlecode.com/files/cardpeek-0.7.2.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=f3d96e4eb4098d72fd0eb78c4e5abbe1 +_md5_=8e345edfde360f417556c5f1590d1888 diff --git a/metadata/md5-cache/app-crypt/cardpeek-0.8.4 b/metadata/md5-cache/app-crypt/cardpeek-0.8.4 index 797b06cebab3..12416d7219fa 100644 --- a/metadata/md5-cache/app-crypt/cardpeek-0.8.4 +++ b/metadata/md5-cache/app-crypt/cardpeek-0.8.4 @@ -1,11 +1,12 @@ DEFINED_PHASES=- -DEPEND=sys-apps/pcsc-lite dev-lang/lua:5.2 x11-libs/gtk+:3 net-misc/curl dev-libs/openssl:* virtual/pkgconfig +DEPEND=sys-apps/pcsc-lite dev-lang/lua:5.2 x11-libs/gtk+:3 net-misc/curl !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) virtual/pkgconfig DESCRIPTION=Tool to read the contents of smartcards EAPI=5 HOMEPAGE=http://pannetrat.com/Cardpeek +IUSE=libressl LICENSE=GPL-3 -RDEPEND=sys-apps/pcsc-lite dev-lang/lua:5.2 x11-libs/gtk+:3 net-misc/curl dev-libs/openssl:* +RDEPEND=sys-apps/pcsc-lite dev-lang/lua:5.2 x11-libs/gtk+:3 net-misc/curl !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) SLOT=0 SRC_URI=http://downloads.pannetrat.com/install/cardpeek-0.8.4.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=6f76429c15dc3aeb3c560c65161ca0e1 +_md5_=14f8ca9dda705732bb09a54e4bc6bbfa diff --git a/metadata/md5-cache/app-crypt/chntpw-140201 b/metadata/md5-cache/app-crypt/chntpw-140201 index 2744ab1ae0f1..6bd146194edd 100644 --- a/metadata/md5-cache/app-crypt/chntpw-140201 +++ b/metadata/md5-cache/app-crypt/chntpw-140201 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install prepare -DEPEND=dev-libs/openssl:0 app-arch/unzip static? ( dev-libs/openssl:0[static-libs] ) +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) app-arch/unzip static? ( dev-libs/openssl:0[static-libs] ) DESCRIPTION=Offline Windows NT Password & Registry Editor EAPI=5 HOMEPAGE=http://pogostick.net/~pnh/ntpasswd/ -IUSE=static +IUSE=libressl static KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 LGPL-2.1 -RDEPEND=dev-libs/openssl:0 +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) SLOT=0 SRC_URI=http://pogostick.net/~pnh/ntpasswd/chntpw-source-140201.zip _eclasses_=multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=c0c0497c2957ed1ddcb2d63daab5d22c +_md5_=04f4f108029a1d6f51b87a75dd8d4674 diff --git a/metadata/md5-cache/app-crypt/crackpkcs12-0.2.10 b/metadata/md5-cache/app-crypt/crackpkcs12-0.2.10 new file mode 100644 index 000000000000..0da16debf547 --- /dev/null +++ b/metadata/md5-cache/app-crypt/crackpkcs12-0.2.10 @@ -0,0 +1,12 @@ +DEFINED_PHASES=- +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) +DESCRIPTION=multithreaded program to crack PKCS#12 files +EAPI=5 +HOMEPAGE=http://crackpkcs12.sourceforge.net/ +IUSE=libressl +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3+ +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) +SLOT=0 +SRC_URI=mirror://sourceforge/crackpkcs12/crackpkcs12-0.2.10.tar.gz +_md5_=6dc886d08add7a891b88d80c371b19f5 diff --git a/metadata/md5-cache/app-crypt/crackpkcs12-0.2.9 b/metadata/md5-cache/app-crypt/crackpkcs12-0.2.9 index 345319af1f10..c1a27c358b1c 100644 --- a/metadata/md5-cache/app-crypt/crackpkcs12-0.2.9 +++ b/metadata/md5-cache/app-crypt/crackpkcs12-0.2.9 @@ -1,11 +1,12 @@ DEFINED_PHASES=- -DEPEND=dev-libs/openssl +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) DESCRIPTION=multithreaded program to crack PKCS#12 files -EAPI=4 +EAPI=5 HOMEPAGE=http://crackpkcs12.sourceforge.net/ +IUSE=libressl KEYWORDS=~amd64 ~x86 LICENSE=GPL-3+ -RDEPEND=dev-libs/openssl +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) SLOT=0 SRC_URI=mirror://sourceforge/crackpkcs12/crackpkcs12-0.2.9.tar.gz -_md5_=6615c90fd418ef0d135f33f8f51b2b4b +_md5_=6dc886d08add7a891b88d80c371b19f5 diff --git a/metadata/md5-cache/app-crypt/efitools-1.4.2-r1 b/metadata/md5-cache/app-crypt/efitools-1.4.2-r1 index f28fe2c2d7c5..dc37cb47409e 100644 --- a/metadata/md5-cache/app-crypt/efitools-1.4.2-r1 +++ b/metadata/md5-cache/app-crypt/efitools-1.4.2-r1 @@ -1,11 +1,12 @@ DEFINED_PHASES=- -DEPEND=dev-libs/openssl sys-apps/util-linux sys-apps/help2man >=sys-boot/gnu-efi-3.0u app-crypt/sbsigntool virtual/pkgconfig dev-perl/File-Slurp +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-apps/util-linux sys-apps/help2man >=sys-boot/gnu-efi-3.0u app-crypt/sbsigntool virtual/pkgconfig dev-perl/File-Slurp DESCRIPTION=Tools for manipulating UEFI secure boot platforms -EAPI=4 +EAPI=5 HOMEPAGE=https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git +IUSE=libressl KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=dev-libs/openssl sys-apps/util-linux +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-apps/util-linux SLOT=0 SRC_URI=http://blog.hansenpartnership.com/wp-uploads/2013/efitools-1.4.2.tar.gz -_md5_=e240d93cf035bf794203109fea287d57 +_md5_=0408c6e39016b2de3b28fd11a26a58bf diff --git a/metadata/md5-cache/app-crypt/efitools-1.7.0 b/metadata/md5-cache/app-crypt/efitools-1.7.0 index c9108f570f57..76f1752c8b3a 100644 --- a/metadata/md5-cache/app-crypt/efitools-1.7.0 +++ b/metadata/md5-cache/app-crypt/efitools-1.7.0 @@ -1,11 +1,12 @@ DEFINED_PHASES=unpack -DEPEND=dev-libs/openssl sys-apps/util-linux sys-apps/help2man >=sys-boot/gnu-efi-3.0u app-crypt/sbsigntool virtual/pkgconfig dev-perl/File-Slurp >=dev-vcs/git-1.8.2.1 +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-apps/util-linux sys-apps/help2man >=sys-boot/gnu-efi-3.0u app-crypt/sbsigntool virtual/pkgconfig dev-perl/File-Slurp >=dev-vcs/git-1.8.2.1 DESCRIPTION=Tools for manipulating UEFI secure boot platforms -EAPI=4 +EAPI=5 HOMEPAGE=https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git +IUSE=libressl KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=dev-libs/openssl sys-apps/util-linux +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-apps/util-linux SLOT=0 _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde git-r3 00f60a84fc7b499c99edfe99caea9f95 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=d839371e64473f4ddd4cfc0299d8d61d +_md5_=b4ca153ca6e435bc346ef87b8ac70506 diff --git a/metadata/md5-cache/app-crypt/gnupg-pkcs11-scd-0.7.3 b/metadata/md5-cache/app-crypt/gnupg-pkcs11-scd-0.7.3 index af85797b6c07..9bd978b6d02a 100644 --- a/metadata/md5-cache/app-crypt/gnupg-pkcs11-scd-0.7.3 +++ b/metadata/md5-cache/app-crypt/gnupg-pkcs11-scd-0.7.3 @@ -1,11 +1,12 @@ DEFINED_PHASES=configure -DEPEND==dev-libs/libassuan-2* >=dev-libs/libgcrypt-1.2.2:0 >=dev-libs/libgpg-error-1.3 >=dev-libs/openssl-0.9.7 >=dev-libs/pkcs11-helper-1.02 virtual/pkgconfig +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) =dev-libs/libassuan-2* >=dev-libs/libgcrypt-1.2.2:0 >=dev-libs/libgpg-error-1.3 >=dev-libs/pkcs11-helper-1.02 virtual/pkgconfig DESCRIPTION=PKCS#11 support for GnuPG -EAPI=4 +EAPI=5 HOMEPAGE=http://gnupg-pkcs11.sourceforge.net +IUSE=libressl KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND==dev-libs/libassuan-2* >=dev-libs/libgcrypt-1.2.2:0 >=dev-libs/libgpg-error-1.3 >=dev-libs/openssl-0.9.7 >=dev-libs/pkcs11-helper-1.02 +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) =dev-libs/libassuan-2* >=dev-libs/libgcrypt-1.2.2:0 >=dev-libs/libgpg-error-1.3 >=dev-libs/pkcs11-helper-1.02 SLOT=0 SRC_URI=mirror://sourceforge/gnupg-pkcs11/gnupg-pkcs11-scd-0.7.3.tar.bz2 -_md5_=33d7a76ed42616b2986cd2ce45e95f40 +_md5_=6c20054e82959853d98c657880ff6f1b diff --git a/metadata/md5-cache/app-crypt/kencfs-1.5.0 b/metadata/md5-cache/app-crypt/kencfs-1.5.0 deleted file mode 100644 index 9e39082fb28a..000000000000 --- a/metadata/md5-cache/app-crypt/kencfs-1.5.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 kde-base/kdelibs:4 -DESCRIPTION=GUI frontend for encfs -EAPI=5 -HOMEPAGE=http://kde-apps.org/content/show.php?content=134003 -KEYWORDS=amd64 x86 -LICENSE=LGPL-2.1 -RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 kde-base/kdelibs:4 kde-apps/kwalletd:4 sys-fs/encfs -SLOT=0 -SRC_URI=http://kde-apps.org/CONTENT/content-files/134003-kencfs-1.5.0.tar.gz -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=4ce594cd462b60acd680da53bf72a962 diff --git a/metadata/md5-cache/app-crypt/kencfs-1.6.0 b/metadata/md5-cache/app-crypt/kencfs-1.6.0 deleted file mode 100644 index 8eeb0f83c666..000000000000 --- a/metadata/md5-cache/app-crypt/kencfs-1.6.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 kde-base/kdelibs:4 -DESCRIPTION=GUI frontend for encfs -EAPI=5 -HOMEPAGE=http://kde-apps.org/content/show.php?content=134003 -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 kde-base/kdelibs:4 kde-apps/kwalletd:4 sys-fs/encfs -SLOT=0 -SRC_URI=http://kde-apps.org/CONTENT/content-files/134003-kencfs-1.6.0.tar.gz -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=d8b0870560d8876dec54cdc3951e42da diff --git a/metadata/md5-cache/app-crypt/kencfs-1.6.2 b/metadata/md5-cache/app-crypt/kencfs-1.6.2 index bcad9b40b71b..5387005fadfb 100644 --- a/metadata/md5-cache/app-crypt/kencfs-1.6.2 +++ b/metadata/md5-cache/app-crypt/kencfs-1.6.2 @@ -3,10 +3,10 @@ DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 kde-base/kdelibs:4 DESCRIPTION=GUI frontend for encfs EAPI=6 HOMEPAGE=http://kde-apps.org/content/show.php?content=134003 -KEYWORDS=amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 kde-base/kdelibs:4 kde-apps/kwalletd:4 sys-fs/encfs SLOT=0 SRC_URI=http://kde-apps.org/CONTENT/content-files/134003-kencfs-1.6.2.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=61409a9451a75d6a57e360e0f40cff44 +_md5_=384563d26238c3d8bacb8ef9608e6703 diff --git a/metadata/md5-cache/app-eselect/eselect-opengl-1.3.1-r4 b/metadata/md5-cache/app-eselect/eselect-opengl-1.3.1-r4 index ae02b0ad310d..5d3d10c87a9d 100644 --- a/metadata/md5-cache/app-eselect/eselect-opengl-1.3.1-r4 +++ b/metadata/md5-cache/app-eselect/eselect-opengl-1.3.1-r4 @@ -3,10 +3,10 @@ DEPEND=app-arch/xz-utils DESCRIPTION=Utility to change the OpenGL interface being used EAPI=5 HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=app-admin/eselect-1.2.4 !=dev-libs/libevent-2.1.5-r4 ) utempter? ( kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) ) sys-libs/ncurses:0= virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Terminal multiplexer +EAPI=6 +HOMEPAGE=http://tmux.github.io/ +IUSE=debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=ISC +RDEPEND=|| ( =dev-libs/libevent-2.0* >=dev-libs/libevent-2.1.5-r4 ) utempter? ( kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) ) sys-libs/ncurses:0= selinux? ( sec-policy/selinux-screen ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) +SLOT=0 +SRC_URI=https://github.com/tmux/tmux/releases/download/2.2/tmux-2.2.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=ce574cd0e3175f601d8dfe6ba6bd8316 diff --git a/metadata/md5-cache/app-misc/tmux-9999 b/metadata/md5-cache/app-misc/tmux-9999 index 13d49579d167..7a53994a24d6 100644 --- a/metadata/md5-cache/app-misc/tmux-9999 +++ b/metadata/md5-cache/app-misc/tmux-9999 @@ -1,12 +1,12 @@ -DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND=>=dev-libs/libevent-2.0.10 kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) sys-libs/ncurses:0= virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1 +DEFINED_PHASES=configure install postinst prepare unpack +DEPEND=>=dev-libs/libevent-2.0.10 utempter? ( kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) ) sys-libs/ncurses:0= virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1 DESCRIPTION=Terminal multiplexer -EAPI=5 +EAPI=6 HOMEPAGE=http://tmux.github.io/ -IUSE=debug selinux vim-syntax kernel_FreeBSD kernel_linux +IUSE=debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux LICENSE=ISC -RDEPEND=>=dev-libs/libevent-2.0.10 kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) sys-libs/ncurses:0= selinux? ( sec-policy/selinux-screen ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) +RDEPEND=>=dev-libs/libevent-2.0.10 utempter? ( kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) ) sys-libs/ncurses:0= selinux? ( sec-policy/selinux-screen ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) SLOT=0 SRC_URI=https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b vim-syntax? ( https://raw.githubusercontent.com/keith/tmux.vim/95f6126c187667cc7f9c573c45c3b356cf69f4ca/syntax/tmux.vim -> tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca ) -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 00f60a84fc7b499c99edfe99caea9f95 libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=297b2adb010da56a5f17b67b31aeeb35 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 00f60a84fc7b499c99edfe99caea9f95 libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=b235c87ba90cdf5f5f991ca8f8bccade diff --git a/metadata/md5-cache/app-text/ebook-tools-0.2.2-r1 b/metadata/md5-cache/app-text/ebook-tools-0.2.2-r1 index 4dd0526b2066..28c677caf7d7 100644 --- a/metadata/md5-cache/app-text/ebook-tools-0.2.2-r1 +++ b/metadata/md5-cache/app-text/ebook-tools-0.2.2-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/libxml2 dev-libs/libzip sys-devel/make >=dev-util/cmake-2.8.12 +DEPEND=dev-libs/libxml2 dev-libs/libzip:= sys-devel/make >=dev-util/cmake-2.8.12 DESCRIPTION=Tools for accessing and converting various ebook file formats EAPI=6 HOMEPAGE=http://sourceforge.net/projects/ebook-tools IUSE=+lit2epub KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd LICENSE=MIT -RDEPEND=dev-libs/libxml2 dev-libs/libzip lit2epub? ( app-text/convertlit ) +RDEPEND=dev-libs/libxml2 dev-libs/libzip:= lit2epub? ( app-text/convertlit ) SLOT=0 SRC_URI=mirror://sourceforge/ebook-tools/ebook-tools-0.2.2.tar.gz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5c382c83beb5bfc0145bf714e640a696 +_md5_=e3c72c5927f4212657a81a9f3899e9a2 diff --git a/metadata/md5-cache/app-text/kchmviewer-7.4 b/metadata/md5-cache/app-text/kchmviewer-7.4 index 91855175f118..524379ff8dd7 100644 --- a/metadata/md5-cache/app-text/kchmviewer-7.4 +++ b/metadata/md5-cache/app-text/kchmviewer-7.4 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst postrm prepare -DEPEND=dev-libs/chmlib dev-libs/libzip qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) +DEPEND=dev-libs/chmlib dev-libs/libzip:= qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) DESCRIPTION=A feature rich chm file viewer, based on Qt EAPI=5 HOMEPAGE=http://www.kchmviewer.net/ IUSE=debug qt5 KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-3+ -RDEPEND=dev-libs/chmlib dev-libs/libzip qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) +RDEPEND=dev-libs/chmlib dev-libs/libzip:= qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) SLOT=0 SRC_URI=mirror://sourceforge/kchmviewer/kchmviewer-7.4.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d multilib d062ae4ba2fc40a19c11de2ad89b6616 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=9519e62e81062abfccf3a05657b0e622 +_md5_=8100b3823ed49a5fc2006759cfb99556 diff --git a/metadata/md5-cache/app-text/kchmviewer-7.5 b/metadata/md5-cache/app-text/kchmviewer-7.5 index b157bba824ae..ff536f21699c 100644 --- a/metadata/md5-cache/app-text/kchmviewer-7.5 +++ b/metadata/md5-cache/app-text/kchmviewer-7.5 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst postrm prepare -DEPEND=dev-libs/chmlib dev-libs/libzip qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) +DEPEND=dev-libs/chmlib dev-libs/libzip:= qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) DESCRIPTION=A feature rich chm file viewer, based on Qt EAPI=5 HOMEPAGE=http://www.kchmviewer.net/ IUSE=qt5 KEYWORDS=amd64 ~ppc ~x86 LICENSE=GPL-3+ -RDEPEND=dev-libs/chmlib dev-libs/libzip qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) +RDEPEND=dev-libs/chmlib dev-libs/libzip:= qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) SLOT=0 SRC_URI=mirror://sourceforge/kchmviewer/kchmviewer-7.5.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d multilib d062ae4ba2fc40a19c11de2ad89b6616 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=0e6bc9115e015bf6bbe797f71bddaa0b +_md5_=d1f6d6ed8186cc884553656acf9220f0 diff --git a/metadata/md5-cache/app-text/kchmviewer-7.5-r1 b/metadata/md5-cache/app-text/kchmviewer-7.5-r1 index 51bde0cc7580..d5e81bba37c6 100644 --- a/metadata/md5-cache/app-text/kchmviewer-7.5-r1 +++ b/metadata/md5-cache/app-text/kchmviewer-7.5-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst postrm prepare -DEPEND=dev-libs/chmlib dev-libs/libzip qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) +DEPEND=dev-libs/chmlib dev-libs/libzip:= qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) DESCRIPTION=Feature rich chm file viewer, based on Qt EAPI=6 HOMEPAGE=http://www.kchmviewer.net/ IUSE=qt5 KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-3+ -RDEPEND=dev-libs/chmlib dev-libs/libzip qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) +RDEPEND=dev-libs/chmlib dev-libs/libzip:= qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 ) SLOT=0 SRC_URI=mirror://sourceforge/kchmviewer/kchmviewer-7.5.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d multilib d062ae4ba2fc40a19c11de2ad89b6616 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=dcd3464e1bed083d689ba9c3a617321e +_md5_=8d9b7e4ad8ffcbe48f49ace58d89bec5 diff --git a/metadata/md5-cache/app-text/xapian-omega-1.3.7 b/metadata/md5-cache/app-text/xapian-omega-1.3.7 new file mode 100644 index 000000000000..6c7188708b2b --- /dev/null +++ b/metadata/md5-cache/app-text/xapian-omega-1.3.7 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install +DEPEND=dev-libs/xapian:0/1.3.7 dev-lang/perl dev-libs/libpcre sys-libs/zlib +DESCRIPTION=An application built on Xapian, consisting of indexers and a CGI search frontend +EAPI=5 +HOMEPAGE=http://www.xapian.org/ +KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/xapian:0/1.3.7 dev-lang/perl dev-libs/libpcre sys-libs/zlib +SLOT=0 +SRC_URI=http://www.oligarchy.co.uk/xapian/1.3.7/xapian-omega-1.3.7.tar.xz +_md5_=3d20a1df8cd56dad8c0c0a844f31b31b diff --git a/metadata/md5-cache/dev-lang/moarvm-2016.01-r1 b/metadata/md5-cache/dev-lang/moarvm-2016.01-r1 deleted file mode 100644 index 8499b746f9c2..000000000000 --- a/metadata/md5-cache/dev-lang/moarvm-2016.01-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=dev-libs/libuv dev-lang/perl -DESCRIPTION=A 6model-based VM for NQP and Rakudo Perl 6 -EAPI=5 -HOMEPAGE=http://moarvm.org -IUSE=doc -KEYWORDS=~amd64 ~x86 -LICENSE=Artistic-2 -RDEPEND=dev-libs/libuv -SLOT=0 -SRC_URI=http://moarvm.org/releases/MoarVM-2016.01.tar.gz -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=4dc2eb41b59d49faa2c359d1f0366237 diff --git a/metadata/md5-cache/dev-lang/moarvm-2016.02 b/metadata/md5-cache/dev-lang/moarvm-2016.02 deleted file mode 100644 index c3a1b0994553..000000000000 --- a/metadata/md5-cache/dev-lang/moarvm-2016.02 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=dev-libs/libuv dev-lang/perl -DESCRIPTION=A 6model-based VM for NQP and Rakudo Perl 6 -EAPI=5 -HOMEPAGE=http://moarvm.org -IUSE=doc -KEYWORDS=~amd64 ~x86 -LICENSE=Artistic-2 -RDEPEND=dev-libs/libuv -SLOT=0 -SRC_URI=http://moarvm.org/releases/MoarVM-2016.02.tar.gz -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=4dc2eb41b59d49faa2c359d1f0366237 diff --git a/metadata/md5-cache/dev-lang/moarvm-2016.04-r1 b/metadata/md5-cache/dev-lang/moarvm-2016.04-r2 similarity index 76% rename from metadata/md5-cache/dev-lang/moarvm-2016.04-r1 rename to metadata/md5-cache/dev-lang/moarvm-2016.04-r2 index 224ae80ef9ad..7cd8b3619403 100644 --- a/metadata/md5-cache/dev-lang/moarvm-2016.04-r1 +++ b/metadata/md5-cache/dev-lang/moarvm-2016.04-r2 @@ -1,14 +1,14 @@ -DEFINED_PHASES=configure prepare +DEFINED_PHASES=configure DEPEND=dev-libs/libatomic_ops dev-libs/libtommath dev-libs/libuv jit? ( dev-lang/lua:0[deprecated] dev-lua/LuaBitOp ) virtual/libffi clang? ( >=sys-devel/clang-3.1 ) dev-lang/perl DESCRIPTION=A 6model-based VM for NQP and Rakudo Perl 6 EAPI=6 HOMEPAGE=http://moarvm.org -IUSE=asan clang debug doc +jit static-libs +system-libs optimize ubsan +IUSE=asan clang debug doc +jit static-libs optimize ubsan KEYWORDS=~amd64 ~x86 LICENSE=Artistic-2 RDEPEND=dev-libs/libatomic_ops dev-libs/libtommath dev-libs/libuv jit? ( dev-lang/lua:0[deprecated] dev-lua/LuaBitOp ) virtual/libffi RESTRICT=test SLOT=0 -SRC_URI=https://moarvm.org/releases/MoarVM-2016.04.tar.gz +SRC_URI=http://moarvm.org/releases/MoarVM-2016.04.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=11d4335ef6edaddad1fe434f23ef71ec +_md5_=9fa61d4f3bbdb782fdcdd1da00a81b5a diff --git a/metadata/md5-cache/dev-lang/moarvm-2016.05 b/metadata/md5-cache/dev-lang/moarvm-2016.05 new file mode 100644 index 000000000000..bec788b3ac31 --- /dev/null +++ b/metadata/md5-cache/dev-lang/moarvm-2016.05 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure +DEPEND=dev-libs/libatomic_ops dev-libs/libtommath dev-libs/libuv jit? ( dev-lang/lua:0[deprecated] dev-lua/LuaBitOp ) virtual/libffi clang? ( >=sys-devel/clang-3.1 ) dev-lang/perl +DESCRIPTION=A 6model-based VM for NQP and Rakudo Perl 6 +EAPI=6 +HOMEPAGE=http://moarvm.org +IUSE=asan clang debug doc +jit static-libs optimize ubsan +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic-2 +RDEPEND=dev-libs/libatomic_ops dev-libs/libtommath dev-libs/libuv jit? ( dev-lang/lua:0[deprecated] dev-lua/LuaBitOp ) virtual/libffi +RESTRICT=test +SLOT=0 +SRC_URI=http://moarvm.org/releases/MoarVM-2016.05.tar.gz +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=929c375f56909a8be7303cd1405f5dd5 diff --git a/metadata/md5-cache/dev-lang/moarvm-9999 b/metadata/md5-cache/dev-lang/moarvm-9999 index 851521f291d1..ff7cde7c104e 100644 --- a/metadata/md5-cache/dev-lang/moarvm-9999 +++ b/metadata/md5-cache/dev-lang/moarvm-9999 @@ -1,12 +1,12 @@ -DEFINED_PHASES=configure prepare unpack +DEFINED_PHASES=configure unpack DEPEND=dev-libs/libatomic_ops dev-libs/libtommath dev-libs/libuv jit? ( dev-lang/lua:0[deprecated] dev-lua/LuaBitOp ) virtual/libffi clang? ( >=sys-devel/clang-3.1 ) dev-lang/perl >=dev-vcs/git-1.8.2.1 DESCRIPTION=A 6model-based VM for NQP and Rakudo Perl 6 EAPI=6 HOMEPAGE=http://moarvm.org -IUSE=asan clang debug doc +jit static-libs +system-libs optimize ubsan +IUSE=asan clang debug doc +jit static-libs optimize ubsan LICENSE=Artistic-2 RDEPEND=dev-libs/libatomic_ops dev-libs/libtommath dev-libs/libuv jit? ( dev-lang/lua:0[deprecated] dev-lua/LuaBitOp ) virtual/libffi RESTRICT=test SLOT=0 _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 00f60a84fc7b499c99edfe99caea9f95 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=11d4335ef6edaddad1fe434f23ef71ec +_md5_=929c375f56909a8be7303cd1405f5dd5 diff --git a/metadata/md5-cache/dev-lang/nqp-2016.01 b/metadata/md5-cache/dev-lang/nqp-2016.01 deleted file mode 100644 index d5b890ac69be..000000000000 --- a/metadata/md5-cache/dev-lang/nqp-2016.01 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install test -DEPEND=java? ( >=virtual/jre-1.7 ) moar? ( ~dev-lang/moarvm-2016.01 ) dev-libs/libffi java? ( >=virtual/jdk-1.7 ) dev-lang/perl -DESCRIPTION=Not Quite Perl, a Perl 6 bootstrapping compiler -EAPI=5 -HOMEPAGE=http://rakudo.org/ -IUSE=doc java +moar -KEYWORDS=~x86 ~amd64 -LICENSE=Artistic-2 -RDEPEND=java? ( >=virtual/jre-1.7 ) moar? ( ~dev-lang/moarvm-2016.01 ) dev-libs/libffi -REQUIRED_USE=|| ( java moar ) -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/perl6/nqp/tarball/2016.01 -> nqp-2016.01.tar.gz -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8fefef07afbcea08260a2ad596eab4f3 diff --git a/metadata/md5-cache/dev-lang/nqp-2016.02 b/metadata/md5-cache/dev-lang/nqp-2016.02 deleted file mode 100644 index 10c87cbe14bf..000000000000 --- a/metadata/md5-cache/dev-lang/nqp-2016.02 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install test -DEPEND=java? ( >=virtual/jre-1.7 ) moar? ( ~dev-lang/moarvm-2016.02 ) dev-libs/libffi java? ( >=virtual/jdk-1.7 ) dev-lang/perl -DESCRIPTION=Not Quite Perl, a Perl 6 bootstrapping compiler -EAPI=5 -HOMEPAGE=http://rakudo.org/ -IUSE=doc java +moar -KEYWORDS=~x86 ~amd64 -LICENSE=Artistic-2 -RDEPEND=java? ( >=virtual/jre-1.7 ) moar? ( ~dev-lang/moarvm-2016.02 ) dev-libs/libffi -REQUIRED_USE=|| ( java moar ) -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/perl6/nqp/tarball/2016.02 -> nqp-2016.02.tar.gz -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9d7d53070bacb5833cce85d5d0a12044 diff --git a/metadata/md5-cache/dev-lang/nqp-2016.04-r2 b/metadata/md5-cache/dev-lang/nqp-2016.04-r2 deleted file mode 100644 index cec3e4651e34..000000000000 --- a/metadata/md5-cache/dev-lang/nqp-2016.04-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test unpack -DEPEND=java? ( >=virtual/jre-1.7:* system-libs? ( dev-java/asm:4 dev-java/jline:0 ) ) moar? ( ~dev-lang/moarvm-2016.04[clang=] ) dev-libs/libffi clang? ( sys-devel/clang ) java? ( >=virtual/jdk-1.7:* ) dev-lang/perl >=dev-java/java-config-2.2.0-r3 -DESCRIPTION=Not Quite Perl, a Perl 6 bootstrapping compiler -EAPI=6 -HOMEPAGE=http://rakudo.org/ -IUSE=doc clang java +moar +system-libs test elibc_FreeBSD -KEYWORDS=~x86 ~amd64 -LICENSE=Artistic-2 -RDEPEND=java? ( >=virtual/jre-1.7:* system-libs? ( dev-java/asm:4 dev-java/jline:0 ) ) moar? ( ~dev-lang/moarvm-2016.04[clang=] ) dev-libs/libffi >=dev-java/java-config-2.2.0-r3 -REQUIRED_USE=|| ( java moar ) -SLOT=0 -SRC_URI=https://github.com/perl6/nqp/tarball/2016.04 -> nqp-2016.04.tar.gz -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=37eed61c7e05be146fd8353731a08503 diff --git a/metadata/md5-cache/dev-lang/nqp-2016.04-r3 b/metadata/md5-cache/dev-lang/nqp-2016.04-r3 new file mode 100644 index 000000000000..8f2a25bf9a5c --- /dev/null +++ b/metadata/md5-cache/dev-lang/nqp-2016.04-r3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install preinst prepare pretend setup test unpack +DEPEND=java? ( dev-java/asm:4 dev-java/jline:0 dev-java/jna:4 ) moar? ( ~dev-lang/moarvm-2016.04[clang=] ) clang? ( sys-devel/clang ) java? ( >=virtual/jdk-1.7 ) dev-lang/perl java? ( >=dev-java/java-config-2.2.0-r3 ) +DESCRIPTION=Not Quite Perl, a Perl 6 bootstrapping compiler +EAPI=5 +HOMEPAGE=http://rakudo.org/ +IUSE=doc clang java +moar test elibc_FreeBSD java +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic-2 +RDEPEND=java? ( dev-java/asm:4 dev-java/jline:0 dev-java/jna:4 ) moar? ( ~dev-lang/moarvm-2016.04[clang=] ) java? ( >=virtual/jre-1.7 ) java? ( >=dev-java/java-config-2.2.0-r3 ) +REQUIRED_USE=|| ( java moar ) +SLOT=0 +SRC_URI=https://github.com/perl6/nqp/tarball/2016.04 -> nqp-2016.04.tar.gz +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb vcs-snapshot b45be87e7012be0af8424e8a5644da1d versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=1952f271da5c2b016349a583fa59aa34 diff --git a/metadata/md5-cache/dev-lang/nqp-2016.05 b/metadata/md5-cache/dev-lang/nqp-2016.05 new file mode 100644 index 000000000000..5fd90495f3aa --- /dev/null +++ b/metadata/md5-cache/dev-lang/nqp-2016.05 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install preinst prepare pretend setup test unpack +DEPEND=java? ( dev-java/asm:4 dev-java/jline:0 dev-java/jna:4 ) moar? ( ~dev-lang/moarvm-2016.05[clang=] ) clang? ( sys-devel/clang ) java? ( >=virtual/jdk-1.7 ) dev-lang/perl java? ( >=dev-java/java-config-2.2.0-r3 ) +DESCRIPTION=Not Quite Perl, a Perl 6 bootstrapping compiler +EAPI=5 +HOMEPAGE=http://rakudo.org/ +IUSE=doc clang java +moar test elibc_FreeBSD java +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic-2 +RDEPEND=java? ( dev-java/asm:4 dev-java/jline:0 dev-java/jna:4 ) moar? ( ~dev-lang/moarvm-2016.05[clang=] ) java? ( >=virtual/jre-1.7 ) java? ( >=dev-java/java-config-2.2.0-r3 ) +REQUIRED_USE=|| ( java moar ) +SLOT=0 +SRC_URI=https://github.com/perl6/nqp/tarball/2016.05 -> nqp-2016.05.tar.gz +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb vcs-snapshot b45be87e7012be0af8424e8a5644da1d versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=6be4048c29553f169e3df6c93431f101 diff --git a/metadata/md5-cache/dev-lang/nqp-9999 b/metadata/md5-cache/dev-lang/nqp-9999 index 3f95b7040eb9..ce5debad663e 100644 --- a/metadata/md5-cache/dev-lang/nqp-9999 +++ b/metadata/md5-cache/dev-lang/nqp-9999 @@ -1,12 +1,12 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test unpack -DEPEND=java? ( >=virtual/jre-1.7:* system-libs? ( dev-java/asm:4 dev-java/jline:0 ) ) moar? ( ~dev-lang/moarvm-9999[clang=] ) dev-libs/libffi clang? ( sys-devel/clang ) java? ( >=virtual/jdk-1.7:* ) dev-lang/perl >=dev-java/java-config-2.2.0-r3 >=dev-vcs/git-1.8.2.1 +DEFINED_PHASES=compile configure install preinst prepare pretend setup test unpack +DEPEND=java? ( dev-java/asm:4 dev-java/jline:0 dev-java/jna:4 ) moar? ( ~dev-lang/moarvm-9999[clang=] ) clang? ( sys-devel/clang ) java? ( >=virtual/jdk-1.7 ) dev-lang/perl java? ( >=dev-java/java-config-2.2.0-r3 ) >=dev-vcs/git-1.8.2.1 DESCRIPTION=Not Quite Perl, a Perl 6 bootstrapping compiler -EAPI=6 +EAPI=5 HOMEPAGE=http://rakudo.org/ -IUSE=doc clang java +moar +system-libs test elibc_FreeBSD +IUSE=doc clang java +moar test elibc_FreeBSD java LICENSE=Artistic-2 -RDEPEND=java? ( >=virtual/jre-1.7:* system-libs? ( dev-java/asm:4 dev-java/jline:0 ) ) moar? ( ~dev-lang/moarvm-9999[clang=] ) dev-libs/libffi >=dev-java/java-config-2.2.0-r3 +RDEPEND=java? ( dev-java/asm:4 dev-java/jline:0 dev-java/jna:4 ) moar? ( ~dev-lang/moarvm-9999[clang=] ) java? ( >=virtual/jre-1.7 ) java? ( >=dev-java/java-config-2.2.0-r3 ) REQUIRED_USE=|| ( java moar ) SLOT=0 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde git-r3 00f60a84fc7b499c99edfe99caea9f95 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7392a5b5bc7f1fb70a23a7e699fd514e +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde git-r3 00f60a84fc7b499c99edfe99caea9f95 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=6be4048c29553f169e3df6c93431f101 diff --git a/metadata/md5-cache/dev-lang/rakudo-2016.01.1 b/metadata/md5-cache/dev-lang/rakudo-2016.01.1 deleted file mode 100644 index 035aa5a59bc5..000000000000 --- a/metadata/md5-cache/dev-lang/rakudo-2016.01.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure test -DEPEND==dev-lang/nqp-2016.01:=[moar] >=dev-lang/perl-5.10 -DESCRIPTION=A compiler for the Perl 6 programming language -EAPI=6 -HOMEPAGE=http://rakudo.org -IUSE=test -KEYWORDS=~amd64 ~x86 -LICENSE=Artistic-2 -RDEPEND==dev-lang/nqp-2016.01:=[moar] -SLOT=0 -SRC_URI=http://rakudo.org/downloads/rakudo/rakudo-2016.01.1.tar.gz -_md5_=de145ce8495089888aa46c4e81fd2ff7 diff --git a/metadata/md5-cache/dev-lang/rakudo-2016.02 b/metadata/md5-cache/dev-lang/rakudo-2016.02 deleted file mode 100644 index 51400fdab9a8..000000000000 --- a/metadata/md5-cache/dev-lang/rakudo-2016.02 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure test -DEPEND==dev-lang/nqp-2016.02:=[moar] >=dev-lang/perl-5.10 -DESCRIPTION=A compiler for the Perl 6 programming language -EAPI=6 -HOMEPAGE=http://rakudo.org -IUSE=test -KEYWORDS=~amd64 ~x86 -LICENSE=Artistic-2 -RDEPEND==dev-lang/nqp-2016.02:=[moar] -SLOT=0 -SRC_URI=http://rakudo.org/downloads/rakudo/rakudo-2016.02.tar.gz -_md5_=aabb08ddd2e0639f8e218ba3d734a7d8 diff --git a/metadata/md5-cache/dev-lang/rakudo-2016.04-r1 b/metadata/md5-cache/dev-lang/rakudo-2016.04-r1 deleted file mode 100644 index c9560792afb2..000000000000 --- a/metadata/md5-cache/dev-lang/rakudo-2016.04-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare pretend setup test -DEPEND=~dev-lang/nqp-2016.04:=[java=,moar=,clang=] clang? ( sys-devel/clang ) >=dev-lang/perl-5.10 >=dev-java/java-config-2.2.0-r3 -DESCRIPTION=A compiler for the Perl 6 programming language -EAPI=6 -HOMEPAGE=http://rakudo.org -IUSE=clang java +moar test elibc_FreeBSD -KEYWORDS=~amd64 ~x86 -LICENSE=Artistic-2 -RDEPEND=~dev-lang/nqp-2016.04:=[java=,moar=,clang=] >=dev-java/java-config-2.2.0-r3 -REQUIRED_USE=|| ( java moar ) -SLOT=0 -SRC_URI=http://rakudo.org/downloads/rakudo/rakudo-2016.04.tar.gz -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=23769dd76da9ec9a9486ab46b60a5541 diff --git a/metadata/md5-cache/dev-lang/rakudo-2016.04-r2 b/metadata/md5-cache/dev-lang/rakudo-2016.04-r2 new file mode 100644 index 000000000000..4745db170f77 --- /dev/null +++ b/metadata/md5-cache/dev-lang/rakudo-2016.04-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install preinst prepare pretend setup test +DEPEND=~dev-lang/nqp-2016.04:0=[java?,moar?,clang=] >=dev-lang/nqp-2016.04-r3 clang? ( sys-devel/clang ) java? ( >=virtual/jdk-1.7 ) >=dev-lang/perl-5.10 java? ( >=dev-java/java-config-2.2.0-r3 ) +DESCRIPTION=A compiler for the Perl 6 programming language +EAPI=5 +HOMEPAGE=http://rakudo.org +IUSE=clang java +moar test elibc_FreeBSD java +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic-2 +RDEPEND=~dev-lang/nqp-2016.04:0=[java?,moar?,clang=] >=dev-lang/nqp-2016.04-r3 java? ( >=virtual/jre-1.7 ) java? ( >=dev-java/java-config-2.2.0-r3 ) +REQUIRED_USE=|| ( java moar ) +SLOT=0 +SRC_URI=http://rakudo.org/downloads/rakudo/rakudo-2016.04.tar.gz +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=5c0109131c60d9a5f87912bc913f29c6 diff --git a/metadata/md5-cache/dev-lang/rakudo-2016.05 b/metadata/md5-cache/dev-lang/rakudo-2016.05 new file mode 100644 index 000000000000..17d40e899b81 --- /dev/null +++ b/metadata/md5-cache/dev-lang/rakudo-2016.05 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install preinst prepare pretend setup test +DEPEND=~dev-lang/nqp-2016.05:0=[java?,moar?,clang=] clang? ( sys-devel/clang ) java? ( >=virtual/jdk-1.7 ) >=dev-lang/perl-5.10 java? ( >=dev-java/java-config-2.2.0-r3 ) +DESCRIPTION=A compiler for the Perl 6 programming language +EAPI=5 +HOMEPAGE=http://rakudo.org +IUSE=clang java +moar test elibc_FreeBSD java +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic-2 +RDEPEND=~dev-lang/nqp-2016.05:0=[java?,moar?,clang=] java? ( >=virtual/jre-1.7 ) java? ( >=dev-java/java-config-2.2.0-r3 ) +REQUIRED_USE=|| ( java moar ) +SLOT=0 +SRC_URI=http://rakudo.org/downloads/rakudo/rakudo-2016.05.tar.gz +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=f7ab5bad6f035a8b5942a10de64752b4 diff --git a/metadata/md5-cache/dev-lang/rakudo-9999 b/metadata/md5-cache/dev-lang/rakudo-9999 index dbce844aa092..071f8eb6597a 100644 --- a/metadata/md5-cache/dev-lang/rakudo-9999 +++ b/metadata/md5-cache/dev-lang/rakudo-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install preinst prepare pretend setup test unpack -DEPEND=~dev-lang/nqp-9999:=[java=,moar=,clang=] clang? ( sys-devel/clang ) >=dev-lang/perl-5.10 >=dev-java/java-config-2.2.0-r3 >=dev-vcs/git-1.8.2.1 +DEPEND=~dev-lang/nqp-9999:0=[java?,moar?,clang=] clang? ( sys-devel/clang ) java? ( >=virtual/jdk-1.7 ) >=dev-lang/perl-5.10 java? ( >=dev-java/java-config-2.2.0-r3 ) >=dev-vcs/git-1.8.2.1 DESCRIPTION=A compiler for the Perl 6 programming language -EAPI=6 +EAPI=5 HOMEPAGE=http://rakudo.org -IUSE=clang java moar test elibc_FreeBSD +IUSE=clang java +moar test elibc_FreeBSD java LICENSE=Artistic-2 -RDEPEND=~dev-lang/nqp-9999:=[java=,moar=,clang=] >=dev-java/java-config-2.2.0-r3 +RDEPEND=~dev-lang/nqp-9999:0=[java?,moar?,clang=] java? ( >=virtual/jre-1.7 ) java? ( >=dev-java/java-config-2.2.0-r3 ) REQUIRED_USE=|| ( java moar ) SLOT=0 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde git-r3 00f60a84fc7b499c99edfe99caea9f95 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=14f68c01aa9cc7e543dc322df450fb5a +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde git-r3 00f60a84fc7b499c99edfe99caea9f95 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=f7ab5bad6f035a8b5942a10de64752b4 diff --git a/metadata/md5-cache/dev-lang/ruby-2.0.0_p648 b/metadata/md5-cache/dev-lang/ruby-2.0.0_p648 index 3251059c60c3..58c4bf3c05fc 100644 --- a/metadata/md5-cache/dev-lang/ruby-2.0.0_p648 +++ b/metadata/md5-cache/dev-lang/ruby-2.0.0_p648 @@ -4,11 +4,11 @@ DESCRIPTION=An object-oriented scripting language EAPI=5 HOMEPAGE=http://www.ruby-lang.org/ IUSE=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline cpu_flags_x86_sse2 -KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=|| ( Ruby-BSD BSD-2 ) PDEPEND=virtual/rubygems[ruby_targets_ruby20] >=dev-ruby/json-1.7.7[ruby_targets_ruby20] >=dev-ruby/rake-0.9.6[ruby_targets_ruby20] rdoc? ( >=dev-ruby/rdoc-4.0.0[ruby_targets_ruby20] ) xemacs? ( app-xemacs/ruby-modes ) RDEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm ) ssl? ( dev-libs/openssl:0 ) socks5? ( >=net-proxy/dante-1.1.13 ) ncurses? ( sys-libs/ncurses:0= ) readline? ( sys-libs/readline:0 ) dev-libs/libyaml virtual/libffi sys-libs/zlib >=app-eselect/eselect-ruby-20100402 !=dev-ruby/json-1.8.1[ruby_targets_ruby21] >=dev-ruby/rake-0.9.6[ruby_targets_ruby21] rdoc? ( >=dev-ruby/rdoc-4.0.1[ruby_targets_ruby21] ) xemacs? ( app-xemacs/ruby-modes ) RDEPEND=berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm ) ssl? ( dev-libs/openssl:0 ) socks5? ( >=net-proxy/dante-1.1.13 ) ncurses? ( sys-libs/ncurses:0= ) readline? ( sys-libs/readline:0 ) dev-libs/libyaml virtual/libffi sys-libs/zlib >=app-eselect/eselect-ruby-20131227 !=dev-libs/dbus-glib-0.98[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.26:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libdbusmenu-0.6.2[gtk,abi_x86_32(-)?,abi_x86_64(-)?,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/libindicator-12.10.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(-)?] x11-libs/gtk+:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?] introspection? ( >=dev-libs/gobject-introspection-1 ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/pygtk[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) virtual/pkgconfig[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] introspection? ( || ( dev-lang/vala:0.30[vapigen(+)] dev-lang/vala:0.28[vapigen(+)] dev-lang/vala:0.26[vapigen(+)] dev-lang/vala:0.24[vapigen(+)] dev-lang/vala:0.22[vapigen(+)] ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=A library to allow applications to export a menu into the Unity Menu bar -EAPI=5 -HOMEPAGE=https://launchpad.net/libappindicator -IUSE=+introspection python abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 python_targets_python2_7 -KEYWORDS=amd64 ~arm ~x86 -LICENSE=LGPL-2.1 LGPL-3 -RDEPEND=>=dev-libs/dbus-glib-0.98[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.26:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libdbusmenu-0.6.2[gtk,abi_x86_32(-)?,abi_x86_64(-)?,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/libindicator-12.10.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(-)?] x11-libs/gtk+:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?] introspection? ( >=dev-libs/gobject-introspection-1 ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/pygtk[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) -REQUIRED_USE=python? ( python_targets_python2_7 ) -SLOT=2 -SRC_URI=https://launchpad.net/libappindicator/12.10/12.10.0/+download/libappindicator-12.10.0.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb vala f946609697ad4b4b1d85b997f0c70204 -_md5_=756a8a0148214966a7bbd3e24a326732 diff --git a/metadata/md5-cache/dev-libs/libappindicator-12.10.0-r201 b/metadata/md5-cache/dev-libs/libappindicator-12.10.0-r201 index 7b6c6c51bf24..72c727c2a918 100644 --- a/metadata/md5-cache/dev-libs/libappindicator-12.10.0-r201 +++ b/metadata/md5-cache/dev-libs/libappindicator-12.10.0-r201 @@ -4,11 +4,11 @@ DESCRIPTION=A library to allow applications to export a menu into the Unity Menu EAPI=6 HOMEPAGE=https://launchpad.net/libappindicator IUSE=+introspection python abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 python_targets_python2_7 -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=LGPL-2.1 LGPL-3 RDEPEND=>=dev-libs/dbus-glib-0.98[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.26:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libdbusmenu-0.6.2[gtk,abi_x86_32(-)?,abi_x86_64(-)?,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/libindicator-12.10.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(-)?] x11-libs/gtk+:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?] introspection? ( >=dev-libs/gobject-introspection-1:= ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-python/pygtk[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) REQUIRED_USE=python? ( python_targets_python2_7 ) SLOT=2 SRC_URI=https://launchpad.net/libappindicator/12.10/12.10.0/+download/libappindicator-12.10.0.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb vala f946609697ad4b4b1d85b997f0c70204 -_md5_=66c52cd80ac651de96c3d32feda58be6 +_md5_=7094f7f7695abec32334fb54e348e04f diff --git a/metadata/md5-cache/dev-libs/libappindicator-12.10.0-r300 b/metadata/md5-cache/dev-libs/libappindicator-12.10.0-r300 deleted file mode 100644 index 3f6b068cf5f5..000000000000 --- a/metadata/md5-cache/dev-libs/libappindicator-12.10.0-r300 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-libs/dbus-glib-0.98[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.26:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libdbusmenu-0.6.2[gtk3,abi_x86_32(-)?,abi_x86_64(-)?,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/libindicator-12.10.0:3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gtk+-3.2:3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?] introspection? ( >=dev-libs/gobject-introspection-1 ) virtual/pkgconfig[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] introspection? ( || ( dev-lang/vala:0.30[vapigen(+)] dev-lang/vala:0.28[vapigen(+)] dev-lang/vala:0.26[vapigen(+)] dev-lang/vala:0.24[vapigen(+)] dev-lang/vala:0.22[vapigen(+)] ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=A library to allow applications to export a menu into the Unity Menu bar -EAPI=5 -HOMEPAGE=https://launchpad.net/libappindicator -IUSE=+introspection abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=amd64 ~arm ~x86 -LICENSE=LGPL-2.1 LGPL-3 -RDEPEND=>=dev-libs/dbus-glib-0.98[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.26:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libdbusmenu-0.6.2[gtk3,abi_x86_32(-)?,abi_x86_64(-)?,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/libindicator-12.10.0:3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gtk+-3.2:3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?] introspection? ( >=dev-libs/gobject-introspection-1 ) -SLOT=3 -SRC_URI=https://launchpad.net/libappindicator/12.10/12.10.0/+download/libappindicator-12.10.0.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb vala f946609697ad4b4b1d85b997f0c70204 -_md5_=92b4392fbc75c15007074813c7a58e54 diff --git a/metadata/md5-cache/dev-libs/libappindicator-12.10.0-r301 b/metadata/md5-cache/dev-libs/libappindicator-12.10.0-r301 index 7c088f4b7b6f..03e07108a4d1 100644 --- a/metadata/md5-cache/dev-libs/libappindicator-12.10.0-r301 +++ b/metadata/md5-cache/dev-libs/libappindicator-12.10.0-r301 @@ -4,10 +4,10 @@ DESCRIPTION=A library to allow applications to export a menu into the Unity Menu EAPI=6 HOMEPAGE=https://launchpad.net/libappindicator IUSE=+introspection abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=LGPL-2.1 LGPL-3 RDEPEND=>=dev-libs/dbus-glib-0.98[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.26:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libdbusmenu-0.6.2[gtk3,abi_x86_32(-)?,abi_x86_64(-)?,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/libindicator-12.10.0:3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gtk+-3.2:3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?] introspection? ( >=dev-libs/gobject-introspection-1:= ) SLOT=3 SRC_URI=https://launchpad.net/libappindicator/12.10/12.10.0/+download/libappindicator-12.10.0.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb vala f946609697ad4b4b1d85b997f0c70204 -_md5_=4b5a3b059eafc855ea373799ae5ce1f9 +_md5_=e4008ed1bcb355c05a5dd5cc677845cf diff --git a/metadata/md5-cache/dev-libs/libevdev-1.4.4 b/metadata/md5-cache/dev-libs/libevdev-1.4.4 index 1c979d253bbe..000b6cda5906 100644 --- a/metadata/md5-cache/dev-libs/libevdev-1.4.4 +++ b/metadata/md5-cache/dev-libs/libevdev-1.4.4 @@ -4,11 +4,11 @@ DESCRIPTION=Handler library for evdev events EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 LICENSE=MIT RDEPEND=abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) RESTRICT=test SLOT=0 SRC_URI=https://www.freedesktop.org/software/libevdev/libevdev-1.4.4.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=79cf988559bd12fb817d3a40183d0fff +_md5_=5aa7b8b0d18b60615444d33251dacedf diff --git a/metadata/md5-cache/dev-libs/libindicator-12.10.1-r201 b/metadata/md5-cache/dev-libs/libindicator-12.10.1-r201 index 10d84f3f6625..e6af867d8e48 100644 --- a/metadata/md5-cache/dev-libs/libindicator-12.10.1-r201 +++ b/metadata/md5-cache/dev-libs/libindicator-12.10.1-r201 @@ -4,10 +4,10 @@ DESCRIPTION=A set of symbols and convience functions that all indicators would l EAPI=5 HOMEPAGE=https://launchpad.net/libindicator IUSE=test test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-3 RDEPEND=>=dev-libs/glib-2.22[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gtk+-2.18:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] SLOT=0 SRC_URI=https://launchpad.net/libindicator/12.10/12.10.1/+download/libindicator-12.10.1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=3a0c70931bbd2eabed0e591410e5388f +_md5_=b5daaa31e8b9a92781a52e8ed87cb2e8 diff --git a/metadata/md5-cache/dev-libs/libindicator-12.10.1-r301 b/metadata/md5-cache/dev-libs/libindicator-12.10.1-r301 index c02b129cda20..c1430dba4a87 100644 --- a/metadata/md5-cache/dev-libs/libindicator-12.10.1-r301 +++ b/metadata/md5-cache/dev-libs/libindicator-12.10.1-r301 @@ -4,10 +4,10 @@ DESCRIPTION=A set of symbols and convience functions that all indicators would l EAPI=5 HOMEPAGE=https://launchpad.net/libindicator IUSE=test test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-3 RDEPEND=>=dev-libs/glib-2.22[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gtk+-3.2:3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] SLOT=3 SRC_URI=https://launchpad.net/libindicator/12.10/12.10.1/+download/libindicator-12.10.1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=583c63366e957a364ead342ec495b712 +_md5_=2cb441522ed74b6fc2351ac7ac4360e5 diff --git a/metadata/md5-cache/dev-libs/purpose-1.1 b/metadata/md5-cache/dev-libs/purpose-1.1 new file mode 100644 index 000000000000..33cedaf04f60 --- /dev/null +++ b/metadata/md5-cache/dev-libs/purpose-1.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-apps/kaccounts-integration-14.12.0:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/accounts-qt sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.21.0:5 test? ( >=dev-qt/qttest-5.5.1:5 ) >=dev-qt/qtcore-5.5.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Library for providing abstractions to get the developer's purposes fulfilled +EAPI=6 +HOMEPAGE=https://www.kde.org/ +IUSE=debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=>=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-apps/kaccounts-integration-14.12.0:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 net-libs/accounts-qt >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.5.1:5 +SLOT=5 +SRC_URI=mirror://kde/stable/purpose/purpose-1.1.tar.xz +_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=cd90ce26425d7a30ce215fa830fe177a diff --git a/metadata/md5-cache/dev-libs/wayland-1.9.0 b/metadata/md5-cache/dev-libs/wayland-1.9.0 index 6f89bbc0edb5..e5f5d5c5a4a4 100644 --- a/metadata/md5-cache/dev-libs/wayland-1.9.0 +++ b/metadata/md5-cache/dev-libs/wayland-1.9.0 @@ -4,10 +4,10 @@ DESCRIPTION=Wayland protocol libraries EAPI=5 HOMEPAGE=https://wayland.freedesktop.org/ IUSE=doc static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 LICENSE=MIT RDEPEND=>=dev-libs/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=virtual/libffi-3.0.13-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] SLOT=0 SRC_URI=https://wayland.freedesktop.org/releases/wayland-1.9.0.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=d4db3bc51de2f349d8eacdedae79592e +_md5_=494105a88b07ca28b0538e7bddcd9150 diff --git a/metadata/md5-cache/dev-libs/xapian-1.3.7 b/metadata/md5-cache/dev-libs/xapian-1.3.7 new file mode 100644 index 000000000000..4c355ee8ec7f --- /dev/null +++ b/metadata/md5-cache/dev-libs/xapian-1.3.7 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install test +DEPEND=sys-libs/zlib +DESCRIPTION=Xapian Probabilistic Information Retrieval library +EAPI=5 +HOMEPAGE=http://www.xapian.org/ +IUSE=doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=sys-libs/zlib +REQUIRED_USE=inmemory? ( chert ) +SLOT=0/1.3.8 +SRC_URI=http://oligarchy.co.uk/xapian/1.3.7/xapian-core-1.3.7.tar.xz +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=786fe8dfacd18e10b423319386da1395 diff --git a/metadata/md5-cache/dev-libs/xapian-bindings-1.3.7 b/metadata/md5-cache/dev-libs/xapian-bindings-1.3.7 new file mode 100644 index 000000000000..83d44554aa7d --- /dev/null +++ b/metadata/md5-cache/dev-libs/xapian-bindings-1.3.7 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install preinst prepare setup unpack +DEPEND=dev-libs/xapian:0/1.3.7 lua? ( dev-lang/lua:= ) perl? ( dev-lang/perl:= ) python? ( dev-python/sphinx >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ruby? ( dev-lang/ruby:= ) tcl? ( dev-lang/tcl:= ) virtual/pkgconfig java? ( >=virtual/jdk-1.6 ) java? ( >=dev-java/java-config-2.2.0-r3 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php? ( php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-6? ( dev-lang/php:5.6 ) ) +DESCRIPTION=SWIG and JNI bindings for Xapian +EAPI=5 +HOMEPAGE=http://www.xapian.org/ +IUSE=java lua perl php python ruby tcl python_targets_python2_7 elibc_FreeBSD java php_targets_php5-5 php_targets_php5-6 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/xapian:0/1.3.7 lua? ( dev-lang/lua:= ) perl? ( dev-lang/perl:= ) python? ( dev-python/sphinx >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ruby? ( dev-lang/ruby:= ) tcl? ( dev-lang/tcl:= ) java? ( >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.2.0-r3 ) php? ( php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-6? ( dev-lang/php:5.6 ) ) +REQUIRED_USE=python? ( python_targets_python2_7 ) php? ( || ( php_targets_php5-5 php_targets_php5-6 ) ) +SLOT=0 +SRC_URI=http://oligarchy.co.uk/xapian/1.3.7/xapian-bindings-1.3.7.tar.xz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c distutils-r1 0a9f65ef41fe0434c3f5f0b455aa9419 eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 php-ext-source-r2 d3d06f8b11fb8481e555b58df7360663 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=63549c412a40ab04a875c8380b56e5a8 diff --git a/metadata/md5-cache/dev-libs/zthread-2.3.2-r4 b/metadata/md5-cache/dev-libs/zthread-2.3.2-r4 new file mode 100644 index 000000000000..04a7ddb51d8b --- /dev/null +++ b/metadata/md5-cache/dev-libs/zthread-2.3.2-r4 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=doc? ( app-doc/doxygen ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=platform-independent multi-threading and synchronization library for C++ +EAPI=6 +HOMEPAGE=http://zthread.sourceforge.net/ +IUSE=debug doc kernel_linux static-libs +KEYWORDS=~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 +LICENSE=MIT +SLOT=0 +SRC_URI=mirror://sourceforge/zthread/ZThread-2.3.2.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=df2a91e9aef7e3590a476367329fe3f1 diff --git a/metadata/md5-cache/dev-ml/ocaml-ctypes-0.6.0 b/metadata/md5-cache/dev-ml/ocaml-ctypes-0.6.0 new file mode 100644 index 000000000000..95ca0dfd406c --- /dev/null +++ b/metadata/md5-cache/dev-ml/ocaml-ctypes-0.6.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install test +DEPEND=>=dev-lang/ocaml-4.02:=[ocamlopt] virtual/libffi test? ( dev-ml/ounit ) >=dev-ml/findlib-1.0.4-r1 +DESCRIPTION=Library for binding to C libraries using pure OCaml +EAPI=5 +HOMEPAGE=https://github.com/ocamllabs/ocaml-ctypes +IUSE=test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=MIT +RDEPEND=>=dev-lang/ocaml-4.02:=[ocamlopt] virtual/libffi +SLOT=0/0.6.0 +SRC_URI=https://github.com/ocamllabs/ocaml-ctypes/archive/0.6.0.tar.gz -> ocaml-ctypes-0.6.0.tar.gz +_eclasses_=findlib 9909e5ca0f77ff5b693885a3d7aeadb7 +_md5_=bdbeec80c14ac764a9bcf3a032f0d1e7 diff --git a/metadata/md5-cache/dev-python/cryptography-1.3.1 b/metadata/md5-cache/dev-python/cryptography-1.3.1 index 027b6ffebece..a37535b398b0 100644 --- a/metadata/md5-cache/dev-python/cryptography-1.3.1 +++ b/metadata/md5-cache/dev-python/cryptography-1.3.1 @@ -4,11 +4,11 @@ DESCRIPTION=Library providing cryptographic recipes and primitives EAPI=5 HOMEPAGE=https://github.com/pyca/cryptography/ https://pypi.python.org/pypi/cryptography/ IUSE=libressl test python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=|| ( Apache-2.0 BSD ) RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) python_targets_python2_7? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_3? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( >=dev-python/cffi-1.4.1:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_pypy? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-)] ) python_targets_python2_7? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-)] ) python_targets_python3_3? ( dev-python/enum34[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_3(-)?,-python_single_target_python3_3(-)] ) >=dev-python/idna-2.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pyasn1-0.1.8[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/six-1.4.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( >=virtual/pypy-2.6.0 ) virtual/python-ipaddress[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_pypy? ( virtual/pypy:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[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_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://pypi/c/cryptography/cryptography-1.3.1.tar.gz _eclasses_=distutils-r1 0a9f65ef41fe0434c3f5f0b455aa9419 eutils 792f83d5ec9536cb5ccef375469d8bde multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=ab96720751c4ac13299b010bfaaa9112 +_md5_=a7446fc31aa3fb29f3cc9fc47839b3a2 diff --git a/metadata/md5-cache/dev-python/cryptography-vectors-1.3.1 b/metadata/md5-cache/dev-python/cryptography-vectors-1.3.1 index ccc8ee59492c..bd8c31ea2621 100644 --- a/metadata/md5-cache/dev-python/cryptography-vectors-1.3.1 +++ b/metadata/md5-cache/dev-python/cryptography-vectors-1.3.1 @@ -4,11 +4,11 @@ DESCRIPTION=Test vectors for the cryptography package EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/cryptography-vectors/ IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +KEYWORDS=alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd LICENSE=|| ( Apache-2.0 BSD ) RDEPEND=python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 SRC_URI=mirror://pypi/c/cryptography-vectors/cryptography_vectors-1.3.1.tar.gz _eclasses_=distutils-r1 0a9f65ef41fe0434c3f5f0b455aa9419 eutils 792f83d5ec9536cb5ccef375469d8bde multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=6c0315d505b45327dbfaac74b75c5cc4 +_md5_=3b967a599537830ed16274a93022ecb7 diff --git a/metadata/md5-cache/dev-ruby/celluloid-0.16.0-r1 b/metadata/md5-cache/dev-ruby/celluloid-0.16.0-r1 index d731cb7c0b11..690ac2d013ec 100644 --- a/metadata/md5-cache/dev-ruby/celluloid-0.16.0-r1 +++ b/metadata/md5-cache/dev-ruby/celluloid-0.16.0-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby23] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) DESCRIPTION=Provides a simple and natural way to build fault-tolerant concurrent programs EAPI=5 HOMEPAGE=https://github.com/celluloid/celluloid -IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby21] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/timers-4.0.0:4[ruby_targets_ruby23] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0 SRC_URI=https://github.com/celluloid/celluloid/archive/v0.16.0.tar.gz -> celluloid-0.16.0-git.tgz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=088b99e68c7335cc7b6834637183ad9b +_md5_=3766e38230b54abbbdd632d4c0c6c56e diff --git a/metadata/md5-cache/dev-ruby/celluloid-io-0.16.2 b/metadata/md5-cache/dev-ruby/celluloid-io-0.16.2 index ada427a9c536..451ab1f2a2a7 100644 --- a/metadata/md5-cache/dev-ruby/celluloid-io-0.16.2 +++ b/metadata/md5-cache/dev-ruby/celluloid-io-0.16.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby19] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby20] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby21] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby20] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby21] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby22] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=Evented IO for Celluloid actors EAPI=5 HOMEPAGE=https://github.com/celluloid/celluloid-io -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby19] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby20] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby21] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby20] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby21] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/celluloid-0.16.0[ruby_targets_ruby22] >=dev-ruby/nio4r-1.1.0[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=mirror://rubygems/celluloid-io-0.16.2.gem _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=78a4143cd87f7db4fbd5385cf871fcc8 +_md5_=88ff85b9adc9a2e68de77381a0b59f57 diff --git a/metadata/md5-cache/dev-ruby/hitimes-1.2.4 b/metadata/md5-cache/dev-ruby/hitimes-1.2.4 index cc6ba64ca351..a2a004b0e42a 100644 --- a/metadata/md5-cache/dev-ruby/hitimes-1.2.4 +++ b/metadata/md5-cache/dev-ruby/hitimes-1.2.4 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) DESCRIPTION=A fast, high resolution timer library EAPI=5 HOMEPAGE=https://github.com/copiousfreetime/hitimes -IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=ISC -RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0 SRC_URI=mirror://rubygems/hitimes-1.2.4.gem _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=74a9c1d0267754f2285bb188f7364c38 +_md5_=0f2079c2e14b87cf0829ca5ab4a7f589 diff --git a/metadata/md5-cache/dev-ruby/origin-1.1.0 b/metadata/md5-cache/dev-ruby/origin-1.1.0 deleted file mode 100644 index 5bd6890b12e8..000000000000 --- a/metadata/md5-cache/dev-ruby/origin-1.1.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( >=dev-ruby/activesupport-3.1[ruby_targets_ruby19] =dev-ruby/activesupport-3*[ruby_targets_ruby19] >=dev-ruby/i18n-0.6:0.6[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.22[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/activesupport-3.1[ruby_targets_ruby20] =dev-ruby/activesupport-3*[ruby_targets_ruby20] >=dev-ruby/i18n-0.6:0.6[ruby_targets_ruby20] >=dev-ruby/tzinfo-0.3.22[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/activesupport-3.1[ruby_targets_ruby21] =dev-ruby/activesupport-3*[ruby_targets_ruby21] >=dev-ruby/i18n-0.6:0.6[ruby_targets_ruby21] >=dev-ruby/tzinfo-0.3.22[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=Origin is a simple DSL for generating MongoDB selectors and options -EAPI=5 -HOMEPAGE=http://mongoid.org/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=https://github.com/mongoid/origin/archive/v1.1.0.tar.gz -> origin-1.1.0.tar.gz -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4d31cd29355f4a3cfc0e267f837e22ba diff --git a/metadata/md5-cache/dev-ruby/origin-2.1.1 b/metadata/md5-cache/dev-ruby/origin-2.1.1 deleted file mode 100644 index 46082df7d727..000000000000 --- a/metadata/md5-cache/dev-ruby/origin-2.1.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( =dev-ruby/activesupport-4*[ruby_targets_ruby19] >=dev-ruby/i18n-0.6:0.6[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3.22:0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( =dev-ruby/activesupport-4*[ruby_targets_ruby20] >=dev-ruby/i18n-0.6:0.6[ruby_targets_ruby20] >=dev-ruby/tzinfo-0.3.22:0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( =dev-ruby/activesupport-4*[ruby_targets_ruby21] >=dev-ruby/i18n-0.6:0.6[ruby_targets_ruby21] >=dev-ruby/tzinfo-0.3.22:0[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) -DESCRIPTION=Origin is a simple DSL for generating MongoDB selectors and options -EAPI=5 -HOMEPAGE=http://mongoid.org/ -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) -SLOT=0 -SRC_URI=https://github.com/mongoid/origin/archive/v2.1.1.tar.gz -> origin-2.1.1.tar.gz -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eb0fd5b3398a346724d945d83a328056 diff --git a/metadata/md5-cache/dev-ruby/origin-2.2.0 b/metadata/md5-cache/dev-ruby/origin-2.2.0 index 1827436305a9..d0f184eaf812 100644 --- a/metadata/md5-cache/dev-ruby/origin-2.2.0 +++ b/metadata/md5-cache/dev-ruby/origin-2.2.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby20? ( test? ( =dev-ruby/activesupport-4*[ruby_targets_ruby20] >=dev-ruby/i18n-0.6:0.6[ruby_targets_ruby20] >=dev-ruby/tzinfo-0.3.22:0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( =dev-ruby/activesupport-4*[ruby_targets_ruby21] >=dev-ruby/i18n-0.6:0.6[ruby_targets_ruby21] >=dev-ruby/tzinfo-0.3.22:0[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( =dev-ruby/activesupport-4*[ruby_targets_ruby20] >=dev-ruby/i18n-0.6:0.6[ruby_targets_ruby20] >=dev-ruby/tzinfo-0.3.22:0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( =dev-ruby/activesupport-4*[ruby_targets_ruby21] >=dev-ruby/i18n-0.6:0.6[ruby_targets_ruby21] >=dev-ruby/tzinfo-0.3.22:0[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( =dev-ruby/activesupport-4*[ruby_targets_ruby22] >=dev-ruby/i18n-0.6:0.6[ruby_targets_ruby22] >=dev-ruby/tzinfo-0.3.22:0[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) DESCRIPTION=Origin is a simple DSL for generating MongoDB selectors and options EAPI=5 HOMEPAGE=http://mongoid.org/ -IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) SLOT=0 SRC_URI=https://github.com/mongoid/origin/archive/v2.2.0.tar.gz -> origin-2.2.0.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9e3873578169093554ced3d3d7c6eaa5 +_md5_=cd8db79183c695a1c30ba9c041e89625 diff --git a/metadata/md5-cache/dev-ruby/patron-0.6.4 b/metadata/md5-cache/dev-ruby/patron-0.6.4 new file mode 100644 index 000000000000..ff4a0f7b358c --- /dev/null +++ b/metadata/md5-cache/dev-ruby/patron-0.6.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=net-misc/curl ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) +DESCRIPTION=Patron is a Ruby HTTP client library based on libcurl +EAPI=5 +HOMEPAGE=https://toland.github.com/patron/ +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test +KEYWORDS=~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=net-misc/curl ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) +SLOT=0 +SRC_URI=mirror://rubygems/patron-0.6.4.gem +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=074a738baeb50e931c82df9af5c64f46 diff --git a/metadata/md5-cache/dev-ruby/rack-protection-1.5.3 b/metadata/md5-cache/dev-ruby/rack-protection-1.5.3 index e5503f1beda6..086d65c60c87 100644 --- a/metadata/md5-cache/dev-ruby/rack-protection-1.5.3 +++ b/metadata/md5-cache/dev-ruby/rack-protection-1.5.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/rack-test[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rack-test[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/rack-test[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) DESCRIPTION=This gem protects against typical web attacks EAPI=5 HOMEPAGE=https://github.com/rkh/rack-protection -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 test test KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ) SLOT=1 SRC_URI=mirror://rubygems/rack-protection-1.5.3.gem _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=949f5426455538b72a989960f687d22a +_md5_=090b8c23557a780a03ee804d7725e4d6 diff --git a/metadata/md5-cache/dev-ruby/rack-protection-1.5.3-r1 b/metadata/md5-cache/dev-ruby/rack-protection-1.5.3-r1 index 780ea1134a0c..ef463532806e 100644 --- a/metadata/md5-cache/dev-ruby/rack-protection-1.5.3-r1 +++ b/metadata/md5-cache/dev-ruby/rack-protection-1.5.3-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/rack-test[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rack-test[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rack-test[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=ruby_targets_ruby20? ( test? ( dev-ruby/rack-test[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rack-test[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rack-test[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rack-test[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby23] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) DESCRIPTION=This gem protects against typical web attacks EAPI=5 HOMEPAGE=https://github.com/rkh/rack-protection -IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=1 SRC_URI=mirror://rubygems/rack-protection-1.5.3.gem _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e00a4e9c2703615cf2817a4d6409a46a +_md5_=d6049f0c28bdeec4922238032ae8e944 diff --git a/metadata/md5-cache/dev-ruby/rack-test-0.6.3 b/metadata/md5-cache/dev-ruby/rack-test-0.6.3 index 7d73335b02e1..b7eeb6e0f37e 100644 --- a/metadata/md5-cache/dev-ruby/rack-test-0.6.3 +++ b/metadata/md5-cache/dev-ruby/rack-test-0.6.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/sinatra-1.2.6[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/sinatra-1.2.6[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/sinatra-1.2.6[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/sinatra-1.2.6[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/sinatra-1.2.6[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/sinatra-1.2.6[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/sinatra-1.2.6[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby23] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) DESCRIPTION=Rack::Test is a small, simple testing API for Rack apps EAPI=5 HOMEPAGE=https://github.com/brynary/rack-test -IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( >=dev-ruby/rack-1.0:*[ruby_targets_ruby23] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0.6 SRC_URI=mirror://rubygems/rack-test-0.6.3.gem _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=74c1992406bcce674398d7ef8763a01f +_md5_=136123337cbf2a6aa51f39955d9e5549 diff --git a/metadata/md5-cache/dev-ruby/sinatra-1.4.7 b/metadata/md5-cache/dev-ruby/sinatra-1.4.7 index 747b992bb61c..6792b9ae318d 100644 --- a/metadata/md5-cache/dev-ruby/sinatra-1.4.7 +++ b/metadata/md5-cache/dev-ruby/sinatra-1.4.7 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby20? ( =dev-ruby/rack-1*:*[ruby_targets_ruby20] >=dev-ruby/rack-1.5:*[ruby_targets_ruby20] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby20] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby20] =dev-ruby/rack-1.5:*[ruby_targets_ruby21] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby21] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby21] =dev-ruby/rack-1.5:*[ruby_targets_ruby22] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby22] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby22] =dev-ruby/rack-test-0.5.6[ruby_targets_ruby20] dev-ruby/erubis[ruby_targets_ruby20] dev-ruby/builder[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/rack-test-0.5.6[ruby_targets_ruby21] dev-ruby/erubis[ruby_targets_ruby21] dev-ruby/builder[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/rack-test-0.5.6[ruby_targets_ruby22] dev-ruby/erubis[ruby_targets_ruby22] dev-ruby/builder[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/haml-3.0[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( =dev-ruby/rack-1*:*[ruby_targets_ruby20] >=dev-ruby/rack-1.5:*[ruby_targets_ruby20] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby20] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby20] =dev-ruby/rack-1.5:*[ruby_targets_ruby21] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby21] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby21] =dev-ruby/rack-1.5:*[ruby_targets_ruby22] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby22] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby22] =dev-ruby/rack-1.5:*[ruby_targets_ruby23] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby23] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby23] =dev-ruby/rack-test-0.5.6[ruby_targets_ruby20] dev-ruby/erubis[ruby_targets_ruby20] dev-ruby/builder[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/rack-test-0.5.6[ruby_targets_ruby21] dev-ruby/erubis[ruby_targets_ruby21] dev-ruby/builder[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/rack-test-0.5.6[ruby_targets_ruby22] dev-ruby/erubis[ruby_targets_ruby22] dev-ruby/builder[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/rack-test-0.5.6[ruby_targets_ruby23] dev-ruby/erubis[ruby_targets_ruby23] dev-ruby/builder[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/haml-3.0[ruby_targets_ruby20] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) DESCRIPTION=A DSL for quickly creating web applications in Ruby with minimal effort EAPI=5 HOMEPAGE=http://www.sinatrarb.com/ -IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby20? ( =dev-ruby/rack-1*:*[ruby_targets_ruby20] >=dev-ruby/rack-1.5:*[ruby_targets_ruby20] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby20] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby20] =dev-ruby/rack-1.5:*[ruby_targets_ruby21] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby21] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby21] =dev-ruby/rack-1.5:*[ruby_targets_ruby22] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby22] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby22] =dev-ruby/rack-1.5:*[ruby_targets_ruby20] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby20] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby20] =dev-ruby/rack-1.5:*[ruby_targets_ruby21] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby21] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby21] =dev-ruby/rack-1.5:*[ruby_targets_ruby22] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby22] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby22] =dev-ruby/rack-1.5:*[ruby_targets_ruby23] >=dev-ruby/rack-protection-1.4:1[ruby_targets_ruby23] >=dev-ruby/tilt-1.3.4:*[ruby_targets_ruby23] =dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( dev-ruby/hitimes[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/hitimes[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/hitimes[ruby_targets_ruby22] ) ruby_targets_ruby23? ( dev-ruby/hitimes[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby23] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) DESCRIPTION=Pure Ruby one-shot and periodic timers EAPI=5 HOMEPAGE=https://github.com/tarcieri/timers -IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby20? ( dev-ruby/hitimes[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/hitimes[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/hitimes[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-ruby/hitimes[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/hitimes[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/hitimes[ruby_targets_ruby22] ) ruby_targets_ruby23? ( dev-ruby/hitimes[ruby_targets_ruby23] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=4 SRC_URI=mirror://rubygems/timers-4.0.1.gem _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=31b24062a07409d23334f4bf59ccbf48 +_md5_=69b846685972eef9d4c7473014953c59 diff --git a/metadata/md5-cache/dev-ruby/timers-4.1.1 b/metadata/md5-cache/dev-ruby/timers-4.1.1 index e5b22db3b33c..cf59b1c26314 100644 --- a/metadata/md5-cache/dev-ruby/timers-4.1.1 +++ b/metadata/md5-cache/dev-ruby/timers-4.1.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby20? ( dev-ruby/hitimes[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/hitimes[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/hitimes[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DEPEND=test? ( ruby_targets_ruby20? ( dev-ruby/hitimes[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/hitimes[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/hitimes[ruby_targets_ruby22] ) ruby_targets_ruby23? ( dev-ruby/hitimes[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby23] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) DESCRIPTION=Pure Ruby one-shot and periodic timers EAPI=5 HOMEPAGE=https://github.com/tarcieri/timers -IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=ruby_targets_ruby20? ( dev-ruby/hitimes[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/hitimes[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/hitimes[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) -REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +RDEPEND=ruby_targets_ruby20? ( dev-ruby/hitimes[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/hitimes[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/hitimes[ruby_targets_ruby22] ) ruby_targets_ruby23? ( dev-ruby/hitimes[ruby_targets_ruby23] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=4 SRC_URI=mirror://rubygems/timers-4.1.1.gem _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=31b24062a07409d23334f4bf59ccbf48 +_md5_=69b846685972eef9d4c7473014953c59 diff --git a/metadata/md5-cache/dev-util/oprofile-0.9.9-r2 b/metadata/md5-cache/dev-util/oprofile-0.9.9-r2 index 7536b3ab8b9a..25af5ecf2218 100644 --- a/metadata/md5-cache/dev-util/oprofile-0.9.9-r2 +++ b/metadata/md5-cache/dev-util/oprofile-0.9.9-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A transparent low-overhead system-wide profiler EAPI=5 HOMEPAGE=http://oprofile.sourceforge.net IUSE=java pch qt4 elibc_FreeBSD java -KEYWORDS=~alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc ~x86 +KEYWORDS=alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=dev-libs/popt-1.7-r1 sys-libs/binutils-libs >=sys-libs/glibc-2.3.2-r1 ppc64? ( dev-libs/libpfm ) qt4? ( dev-qt/qtgui:4[qt3support] ) java? ( >=virtual/jdk-1.5:= ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=mirror://sourceforge/oprofile/oprofile-0.9.9.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=203ee5c59002e74ad8f3a600e0a7aa98 +_md5_=aafac4dab103d88aad6c1c3bdf1856a0 diff --git a/metadata/md5-cache/dev-util/oprofile-1.1.0-r1 b/metadata/md5-cache/dev-util/oprofile-1.1.0-r1 index 3e57907ea63d..76cc96f2ba2b 100644 --- a/metadata/md5-cache/dev-util/oprofile-1.1.0-r1 +++ b/metadata/md5-cache/dev-util/oprofile-1.1.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A transparent low-overhead system-wide profiler EAPI=5 HOMEPAGE=http://oprofile.sourceforge.net IUSE=java pch elibc_FreeBSD java -KEYWORDS=~alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc ~x86 +KEYWORDS=alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=dev-libs/popt-1.7-r1 sys-libs/binutils-libs >=sys-libs/glibc-2.3.2-r1 java? ( >=virtual/jdk-1.5:= ) ppc64? ( dev-libs/libpfm ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=mirror://sourceforge/oprofile/oprofile-1.1.0.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ee7a713e17e4e0644048e30d7829d7db +_md5_=9a8b64c7b1a996cca3adb9dd7410b0b1 diff --git a/metadata/md5-cache/dev-util/shtool-2.0.8 b/metadata/md5-cache/dev-util/shtool-2.0.8 deleted file mode 100644 index 4808b2bd980c..000000000000 --- a/metadata/md5-cache/dev-util/shtool-2.0.8 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=>=dev-lang/perl-5.6 -DESCRIPTION=A compilation of small but very stable and portable shell scripts into a single shell tool -EAPI=0 -HOMEPAGE=https://www.gnu.org/software/shtool/shtool.html -KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc x86 -LICENSE=GPL-2 -RDEPEND=>=dev-lang/perl-5.6 -SLOT=0 -SRC_URI=mirror://gnu/shtool/shtool-2.0.8.tar.gz -_md5_=cb11d2ce1364ceac0c7d3ef96db13a09 diff --git a/metadata/md5-cache/dev-util/shtool-2.0.8-r1 b/metadata/md5-cache/dev-util/shtool-2.0.8-r1 index 1d55da155325..d6cfe9c14de7 100644 --- a/metadata/md5-cache/dev-util/shtool-2.0.8-r1 +++ b/metadata/md5-cache/dev-util/shtool-2.0.8-r1 @@ -1,10 +1,10 @@ DEFINED_PHASES=install -DEPEND=>=dev-lang/perl-5.6 +DEPEND=dev-lang/perl DESCRIPTION=Set of stable and portable shell scripts EAPI=6 HOMEPAGE=https://www.gnu.org/software/shtool/shtool.html -KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 +KEYWORDS=amd64 arm hppa ia64 ppc s390 sh sparc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://gnu/shtool/shtool-2.0.8.tar.gz -_md5_=9f9c992666915215b05aad3d61228e6d +_md5_=9da17bb1cf0f7d5d9e56c2642cf659ba diff --git a/metadata/md5-cache/dev-util/xmlindent-0.2.17-r2 b/metadata/md5-cache/dev-util/xmlindent-0.2.17-r2 new file mode 100644 index 000000000000..9515d05b2cbc --- /dev/null +++ b/metadata/md5-cache/dev-util/xmlindent-0.2.17-r2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install prepare +DEPEND=sys-devel/flex +DESCRIPTION=XML stream reformatter written in ANSI C +EAPI=6 +HOMEPAGE=http://xmlindent.sourceforge.net/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://sourceforge/xmlindent/xmlindent-0.2.17.tar.gz +_eclasses_=multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=c81e1cc2aa564c621eb3b6b0d6744311 diff --git a/metadata/md5-cache/games-util/nml-0.4.4 b/metadata/md5-cache/games-util/nml-0.4.4 index 869af205e35e..6d340470347f 100644 --- a/metadata/md5-cache/games-util/nml-0.4.4 +++ b/metadata/md5-cache/games-util/nml-0.4.4 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/pillow[zlib,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/ply[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DEPEND=dev-python/pillow[zlib,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/ply[python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-)] DESCRIPTION=Compiler of NML files into grf/nfo files EAPI=5 HOMEPAGE=http://dev.openttdcoop.org/projects/nml -IUSE=python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +IUSE=python_targets_python3_3 python_targets_python3_4 KEYWORDS=amd64 ~arm ~ppc ~x86 LICENSE=GPL-2+ -RDEPEND=dev-python/pillow[zlib,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/ply[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +RDEPEND=dev-python/pillow[zlib,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/ply[python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( python_targets_python3_3 python_targets_python3_4 ) SLOT=0 SRC_URI=http://bundles.openttdcoop.org/nml/releases/0.4.4/nml-0.4.4.tar.gz _eclasses_=distutils-r1 0a9f65ef41fe0434c3f5f0b455aa9419 eutils 792f83d5ec9536cb5ccef375469d8bde multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=23087a4b949c67f14b53ce679b2977bb +_md5_=15a7c4e8c3b23335a036a68fdcb9e34b diff --git a/metadata/md5-cache/kde-apps/kde-meta-4.14.3 b/metadata/md5-cache/kde-apps/kde-meta-4.14.3 index 9f004bd34508..6b8109f2375f 100644 --- a/metadata/md5-cache/kde-apps/kde-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kde-meta-4.14.3 @@ -8,5 +8,5 @@ LICENSE=metapackage RDEPEND=>=kde-apps/kate-4.14.3:4[aqua=] >=kde-apps/kdeadmin-meta-4.14.3:4[aqua=] kde-apps/kdeartwork-meta:* >=kde-apps/kdebase-meta-4.14.3:4[aqua=] >=kde-apps/kdeedu-meta-4.14.3:4[aqua=] >=kde-apps/kdegames-meta-4.14.3:4[aqua=] >=kde-apps/kdegraphics-meta-4.14.3:4[aqua=] >=kde-apps/kdemultimedia-meta-4.14.3:4[aqua=] >=kde-apps/kdenetwork-meta-4.14.3:4[aqua=] >=kde-apps/kdeutils-meta-4.14.3:4[aqua=] accessibility? ( >=kde-apps/kdeaccessibility-meta-4.14.3:4[aqua=] ) kdepim? ( >=kde-apps/kdepim-meta-4.4.11.1:4[aqua=] ) nls? ( >=kde-apps/kde4-l10n-4.14.3:4[aqua=] ) sdk? ( >=kde-apps/kdebindings-meta-4.14.3:4[aqua=] >=kde-apps/kdesdk-meta-4.14.3:4[aqua=] >=kde-apps/kdewebdev-meta-4.14.3:4[aqua=] ) !minimal? ( >=kde-base/kdeplasma-addons-4.14.3:4[aqua=] ) REQUIRED_USE=minimal? ( !kdepim ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=949cb6ceb70f8cff4970aafdf40eee90 diff --git a/metadata/md5-cache/kde-apps/kde-meta-4.14.3-r1 b/metadata/md5-cache/kde-apps/kde-meta-4.14.3-r1 index 7d1b0bac9398..0f78b645a7ba 100644 --- a/metadata/md5-cache/kde-apps/kde-meta-4.14.3-r1 +++ b/metadata/md5-cache/kde-apps/kde-meta-4.14.3-r1 @@ -8,5 +8,5 @@ LICENSE=metapackage RDEPEND=>=kde-apps/kate-4.14.3:4[aqua=] >=kde-apps/kdeadmin-meta-4.14.3:4[aqua=] kde-apps/kdeartwork-meta:* >=kde-apps/kdebase-meta-4.14.3:4[aqua=] >=kde-apps/kdeedu-meta-4.14.3:4[aqua=] >=kde-apps/kdegames-meta-4.14.3:4[aqua=] >=kde-apps/kdegraphics-meta-4.14.3:4[aqua=] >=kde-apps/kdemultimedia-meta-4.14.3:4[aqua=] >=kde-apps/kdenetwork-meta-4.14.3:4[aqua=] >=kde-apps/kdeutils-meta-4.14.3:4[aqua=] accessibility? ( >=kde-apps/kdeaccessibility-meta-4.14.3:4[aqua=] ) kdepim? ( >=kde-apps/kdepim-meta-4.4.11.1:4[aqua=] ) nls? ( >=kde-apps/kde4-l10n-4.14.3-r1:4[aqua=] ) sdk? ( >=kde-apps/kdebindings-meta-4.14.3:4[aqua=] >=kde-apps/kdesdk-meta-4.14.3:4[aqua=] >=kde-apps/kdewebdev-meta-4.14.3:4[aqua=] ) !minimal? ( >=kde-base/kdeplasma-addons-4.14.3:4[aqua=] ) REQUIRED_USE=minimal? ( !kdepim ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=33b28c173c274f053df22a8bf7705f37 diff --git a/metadata/md5-cache/kde-apps/kdeaccessibility-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdeaccessibility-meta-4.14.3 index 121bf88db82d..43e438cab55d 100644 --- a/metadata/md5-cache/kde-apps/kdeaccessibility-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdeaccessibility-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/jovie-4.14.3:4[aqua=] >=kde-apps/kaccessible-4.14.3:4[aqua=] >=kde-apps/kmag-4.14.3:4[aqua=] >=kde-apps/kmousetool-4.14.3:4[aqua=] >=kde-apps/kmouth-4.14.3:4[aqua=] SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=cb68e4bc396874480dbdecf9e8c18d00 diff --git a/metadata/md5-cache/kde-apps/kdeadmin-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdeadmin-meta-4.14.3 index 443ce08d4c9b..57280cfea9b4 100644 --- a/metadata/md5-cache/kde-apps/kdeadmin-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdeadmin-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/ksystemlog-4.14.3:4[aqua=] >=kde-apps/kuser-4.14.3:4[aqua=] cron? ( >=kde-apps/kcron-4.14.3:4[aqua=] ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=c7f4010f3292dc7e7df2d5dd4b435d20 diff --git a/metadata/md5-cache/kde-apps/kdeartwork-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdeartwork-meta-4.14.3 index 3e8591c6c0fe..fe45e13e1a15 100644 --- a/metadata/md5-cache/kde-apps/kdeartwork-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdeartwork-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/kdeartwork-colorschemes-4.14.3:4[aqua=] >=kde-apps/kdeartwork-desktopthemes-4.14.3:4[aqua=] >=kde-apps/kdeartwork-emoticons-4.14.3:4[aqua=] >=kde-apps/kdeartwork-iconthemes-4.14.3:4[aqua=] >=kde-apps/kdeartwork-kscreensaver-4.14.3:4[aqua=] >=kde-apps/kdeartwork-wallpapers-4.14.3:4[aqua=] >=kde-apps/kdeartwork-weatherwallpapers-4.14.3:4[aqua=] !minimal? ( >=kde-apps/kdeartwork-styles-4.14.3:4[aqua=] ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=c62fb547e4d710be13bfbc12dd3a45a2 diff --git a/metadata/md5-cache/kde-apps/kdebase-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdebase-meta-4.14.3 index 069fa50bdbf1..8d1dcdd9305e 100644 --- a/metadata/md5-cache/kde-apps/kdebase-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdebase-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/dolphin-4.14.3:4[aqua=] >=kde-base/kcheckpass-4.11:4[aqua=] wallpapers? ( >=kde-apps/kde-wallpapers-4.11:4[aqua=] ) >=kde-apps/kde-base-artwork-4.14.3:4[aqua=] >=kde-apps/kdebase-runtime-meta-4.14.3:4[aqua=] >=kde-apps/kdialog-4.14.3:4[aqua=] >=kde-apps/keditbookmarks-4.14.3:4[aqua=] >=kde-base/kephal-4.11:4[aqua=] >=kde-apps/kfind-4.14.3:4[aqua=] >=kde-apps/kfmclient-4.14.3:4[aqua=] >=kde-apps/konq-plugins-4.14.3:4[aqua=] >=kde-apps/konqueror-4.14.3:4[aqua=] >=kde-apps/konsole-4.14.3:4[aqua=] >=kde-base/kscreensaver-4.11:4[aqua=] >=kde-base/kstartupconfig-4.11:4[aqua=] >=kde-base/kstyles-4.11:4[aqua=] >=kde-base/ksystraycmd-4.11:4[aqua=] >=kde-apps/kwrite-4.14.3:4[aqua=] >=kde-apps/libkonq-4.14.3:4[aqua=] >=kde-base/liboxygenstyle-4.11:4[aqua=] >=kde-base/libplasmaclock-4.11:4[aqua=] >=kde-apps/nsplugins-4.14.3:4[aqua=] >=kde-apps/phonon-kde-4.14.3:4[aqua=] >=kde-apps/plasma-apps-4.14.3:4[aqua=] >=kde-base/qguiplatformplugin_kde-4.11:4[aqua=] !minimal? ( >=kde-base/freespacenotifier-4.11:4[aqua=] >=kde-base/kcminit-4.11:4[aqua=] >=kde-base/kdebase-cursors-4.11:4[aqua=] >=kde-base/kdebase-startkde-4.11:4[aqua=] >=kde-apps/kdepasswd-4.14.3:4[aqua=] >=kde-base/khotkeys-4.11:4[aqua=] >=kde-base/kinfocenter-4.11:4[aqua=] >=kde-base/klipper-4.11:4[aqua=] >=kde-base/kmenuedit-4.11:4[aqua=] >=kde-base/krunner-4.11:4[aqua=] >=kde-base/ksmserver-4.11:4[aqua=] >=kde-base/ksplash-4.11:4[aqua=] >=kde-base/ksysguard-4.11:4[aqua=] >=kde-base/kwin-4.11:4[aqua=] >=kde-base/kwrited-4.11:4[aqua=] >=kde-base/libkworkspace-4.11:4[aqua=] >=kde-base/libplasmagenericshell-4.11:4[aqua=] >=kde-base/libtaskmanager-4.11:4[aqua=] >=kde-base/plasma-workspace-4.11:4[aqua=] >=kde-base/powerdevil-4.11:4[aqua=] >=kde-base/solid-actions-kcm-4.11:4[aqua=] >=kde-base/systemsettings-4.11:4[aqua=] !prefix? ( display-manager? ( || ( >=kde-base/kdm-4.11:4[aqua=] x11-misc/lightdm x11-misc/sddm ) ) ) ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=38b18a1fb1cf553b6fd83c0cdafb320b diff --git a/metadata/md5-cache/kde-apps/kdebase-meta-4.14.3-r2 b/metadata/md5-cache/kde-apps/kdebase-meta-4.14.3-r2 index 4041ec5eebea..954f12640ab5 100644 --- a/metadata/md5-cache/kde-apps/kdebase-meta-4.14.3-r2 +++ b/metadata/md5-cache/kde-apps/kdebase-meta-4.14.3-r2 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/dolphin-4.14.3:4[aqua=] >=kde-apps/kde-base-artwork-4.14.3:4[aqua=] >=kde-apps/kdebase-runtime-meta-4.14.3:4[aqua=] >=kde-apps/kdialog-4.14.3:4[aqua=] >=kde-apps/keditbookmarks-4.14.3:4[aqua=] >=kde-apps/kfind-4.14.3:4[aqua=] >=kde-apps/kfmclient-4.14.3:4[aqua=] >=kde-apps/konq-plugins-4.14.3:4[aqua=] >=kde-apps/konqueror-4.14.3:4[aqua=] >=kde-apps/konsolepart-4.14.3:4[aqua=] >=kde-apps/konsole-4.14.3:4[aqua=] >=kde-apps/kwrite-4.14.3:4[aqua=] >=kde-apps/libkonq-4.14.3:4[aqua=] >=kde-apps/nsplugins-4.14.3:4[aqua=] >=kde-apps/phonon-kde-4.14.3:4[aqua=] wallpapers? ( >=kde-apps/kde-wallpapers-15.08.3:4[aqua=] ) !minimal? ( >=kde-base/freespacenotifier-4.11:4[aqua=] >=kde-base/kcheckpass-4.11.22-r1:4[aqua=] >=kde-base/kcminit-4.11:4[aqua=] >=kde-base/kdebase-cursors-4.11:4[aqua=] >=kde-base/kdebase-startkde-4.11:4[aqua=] >=kde-apps/kdepasswd-4.14.3:4[aqua=] >=kde-base/kephal-4.11:4[aqua=] >=kde-base/khotkeys-4.11:4[aqua=] >=kde-base/kinfocenter-4.11:4[aqua=] >=kde-base/klipper-4.11:4[aqua=] >=kde-base/kmenuedit-4.11:4[aqua=] >=kde-base/krunner-4.11:4[aqua=] >=kde-base/kscreensaver-4.11:4[aqua=] >=kde-base/ksmserver-4.11:4[aqua=] >=kde-base/ksplash-4.11:4[aqua=] >=kde-base/kstartupconfig-4.11:4[aqua=] >=kde-base/kstyles-4.11:4[aqua=] >=kde-base/ksysguard-4.11:4[aqua=] >=kde-base/ksystraycmd-4.11:4[aqua=] >=kde-base/kwin-4.11:4[aqua=] >=kde-base/kwrited-4.11:4[aqua=] >=kde-base/libkworkspace-4.11:4[aqua=] >=kde-base/liboxygenstyle-4.11:4[aqua=] >=kde-base/libplasmaclock-4.11:4[aqua=] >=kde-base/libplasmagenericshell-4.11:4[aqua=] >=kde-base/libtaskmanager-4.11:4[aqua=] >=kde-apps/plasma-apps-4.14.3:4[aqua=] >=kde-base/plasma-workspace-4.11:4[aqua=] >=kde-base/powerdevil-4.11:4[aqua=] >=kde-base/qguiplatformplugin_kde-4.11:4[aqua=] >=kde-base/solid-actions-kcm-4.11:4[aqua=] >=kde-base/systemsettings-4.11:4[aqua=] !prefix? ( display-manager? ( || ( >=kde-base/kdm-4.11:4[aqua=] x11-misc/lightdm x11-misc/sddm ) ) ) ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=410ed552014085c405eed9679cca918a diff --git a/metadata/md5-cache/kde-apps/kdebase-runtime-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdebase-runtime-meta-4.14.3 index 78fd66498d78..1a78490a20ba 100644 --- a/metadata/md5-cache/kde-apps/kdebase-runtime-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdebase-runtime-meta-4.14.3 @@ -8,5 +8,5 @@ LICENSE=metapackage RDEPEND=>=kde-apps/kcmshell-4.14.3:4[aqua=] >=kde-apps/kdebase-data-4.14.3:4[aqua=] >=kde-apps/kdebase-desktoptheme-4.14.3:4[aqua=] >=kde-apps/kdebase-kioslaves-4.14.3:4[aqua=] >=kde-apps/kdebase-menu-4.14.3:4[aqua=] >=kde-apps/kdebase-menu-icons-4.14.3:4[aqua=] >=kde-apps/kdebugdialog-4.14.3:4[aqua=] >=kde-apps/kdesu-4.14.3:4[aqua=] >=kde-apps/kdontchangethehostname-4.14.3:4[aqua=] >=kde-apps/keditfiletype-4.14.3:4[aqua=] >=kde-apps/kfile-4.14.3:4[aqua=] >=kde-apps/kglobalaccel-4.14.3:4[aqua=] >=kde-apps/kiconfinder-4.14.3:4[aqua=] >=kde-apps/kimgio-4.14.3:4[aqua=] >=kde-apps/kioclient-4.14.3:4[aqua=] >=kde-apps/kmimetypefinder-4.14.3:4[aqua=] >=kde-apps/knewstuff-4.14.3:4[aqua=] >=kde-apps/knotify-4.14.3:4[aqua=] >=kde-apps/kpasswdserver-4.14.3:4[aqua=] >=kde-apps/kquitapp-4.14.3:4[aqua=] >=kde-apps/kstart-4.14.3:4[aqua=] >=kde-apps/ktimezoned-4.14.3:4[aqua=] >=kde-apps/ktraderclient-4.14.3:4[aqua=] >=kde-apps/kuiserver-4.14.3:4[aqua=] >=kde-apps/kurifilter-plugins-4.14.3:4[aqua=] >=kde-apps/kwalletd-4.14.3:4[aqua=] >=kde-apps/kwalletmanager-4.14.3:4[aqua=] >=kde-apps/plasma-runtime-4.14.3:4[aqua=] >=kde-apps/renamedlg-plugins-4.14.3:4[aqua=] >=kde-apps/solid-runtime-4.14.3:4[aqua=] crash-reporter? ( >=kde-apps/drkonqi-4.14.3:4[aqua=] ) handbook? ( kde-apps/khelpcenter:* ) minimal? ( >=kde-apps/solid-runtime-4.14.3:4[aqua=,-bluetooth] ) !minimal? ( >=kde-apps/attica-4.14.3:4[aqua=] >=kde-apps/kcontrol-4.14.3:4[aqua=] >=kde-apps/knetattach-4.14.3:4[aqua=] ) REQUIRED_USE=minimal? ( !crash-reporter ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=531bdf1d2a4f33c4fe0a01daf2d664e6 diff --git a/metadata/md5-cache/kde-apps/kdebindings-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdebindings-meta-4.14.3 index 0f6a913454b3..36bef56405eb 100644 --- a/metadata/md5-cache/kde-apps/kdebindings-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdebindings-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-base/smokegen-4.14.3:4[aqua=] >=kde-base/smokekde-4.14.3:4[aqua=] >=kde-base/smokeqt-4.14.3:4[aqua=] java? ( >=kde-base/krossjava-4.14.3:4[aqua=] ) perl? ( >=kde-base/perlkde-4.14.3:4[aqua=] >=kde-base/perlqt-4.14.3:4[aqua=] ) python? ( >=kde-base/krosspython-4.14.3:4[aqua=] >=kde-base/pykde4-4.14.3:4[aqua=] ) ruby? ( >=kde-base/korundum-4.14.3:4[aqua=] >=kde-base/krossruby-4.14.3:4[aqua=] >=kde-base/qtruby-4.14.3:4[aqua=] ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=3a44665f711c45b550dc7133336a1388 diff --git a/metadata/md5-cache/kde-apps/kdeedu-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdeedu-meta-4.14.3 index 6d76f2426ee8..e5e83845fa6b 100644 --- a/metadata/md5-cache/kde-apps/kdeedu-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdeedu-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/analitza-4.14.3:4[aqua=] >=kde-apps/artikulate-4.14.3:4[aqua=] >=kde-apps/blinken-4.14.3:4[aqua=] >=kde-apps/cantor-4.14.3:4[aqua=] >=kde-apps/kalgebra-4.14.3:4[aqua=] >=kde-apps/kalzium-4.14.3:4[aqua=] >=kde-apps/kanagram-4.14.3:4[aqua=] >=kde-apps/kbruch-4.14.3:4[aqua=] >=kde-apps/kgeography-4.14.3:4[aqua=] >=kde-apps/khangman-4.14.3:4[aqua=] >=kde-apps/kig-4.14.3:4[aqua=] >=kde-apps/kiten-4.14.3:4[aqua=] >=kde-apps/klettres-4.14.3:4[aqua=] >=kde-apps/kmplot-4.14.3:4[aqua=] >=kde-apps/kqtquickcharts-4.14.3:4[aqua=] >=kde-apps/kstars-4.14.3:4[aqua=] >=kde-apps/ktouch-4.14.3:4[aqua=] >=kde-apps/kturtle-4.14.3:4[aqua=] >=kde-apps/kwordquiz-4.14.3:4[aqua=] >=kde-apps/libkdeedu-4.14.3:4[aqua=] >=kde-apps/marble-4.14.3:4[aqua=] >=kde-apps/parley-4.14.3:4[aqua=] >=kde-apps/rocs-4.14.3:4[aqua=] >=kde-apps/step-4.14.3:4[aqua=] SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=32a16503d49b42567e589dae1f9060f3 diff --git a/metadata/md5-cache/kde-apps/kdegames-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdegames-meta-4.14.3 index c1016fec531c..c916fcf12fbf 100644 --- a/metadata/md5-cache/kde-apps/kdegames-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdegames-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/bomber-4.14.3:4[aqua=] >=kde-apps/bovo-4.14.3:4[aqua=] >=kde-apps/granatier-4.14.3:4[aqua=] >=kde-apps/kapman-4.14.3:4[aqua=] >=kde-apps/katomic-4.14.3:4[aqua=] >=kde-apps/kblackbox-4.14.3:4[aqua=] >=kde-apps/kblocks-4.14.3:4[aqua=] >=kde-apps/kbounce-4.14.3:4[aqua=] >=kde-apps/kbreakout-4.14.3:4[aqua=] >=kde-apps/kdiamond-4.14.3:4[aqua=] >=kde-apps/kfourinline-4.14.3:4[aqua=] >=kde-apps/kgoldrunner-4.14.3:4[aqua=] >=kde-apps/killbots-4.14.3:4[aqua=] >=kde-apps/kigo-4.14.3:4[aqua=] >=kde-apps/kiriki-4.14.3:4[aqua=] >=kde-apps/kjumpingcube-4.14.3:4[aqua=] >=kde-apps/klickety-4.14.3:4[aqua=] >=kde-apps/klines-4.14.3:4[aqua=] >=kde-apps/kmahjongg-4.14.3:4[aqua=] >=kde-apps/kmines-4.14.3:4[aqua=] >=kde-apps/knavalbattle-4.14.3:4[aqua=] >=kde-apps/knetwalk-4.14.3:4[aqua=] >=kde-apps/kolf-4.14.3:4[aqua=] >=kde-apps/kollision-4.14.3:4[aqua=] >=kde-apps/konquest-4.14.3:4[aqua=] >=kde-apps/kpat-4.14.3:4[aqua=] >=kde-apps/kreversi-4.14.3:4[aqua=] >=kde-apps/kshisen-4.14.3:4[aqua=] >=kde-apps/ksirk-4.14.3:4[aqua=] >=kde-apps/ksnakeduel-4.14.3:4[aqua=] >=kde-apps/kspaceduel-4.14.3:4[aqua=] >=kde-apps/ksquares-4.14.3:4[aqua=] >=kde-apps/ktuberling-4.14.3:4[aqua=] >=kde-apps/kubrick-4.14.3:4[aqua=] >=kde-apps/libkdegames-4.14.3:4[aqua=] >=kde-apps/libkmahjongg-4.14.3:4[aqua=] >=kde-apps/lskat-4.14.3:4[aqua=] >=kde-apps/palapeli-4.14.3:4[aqua=] >=kde-apps/picmi-4.14.3:4[aqua=] opengl? ( >=kde-apps/ksudoku-4.14.3:4[aqua=] ) python? ( >=kde-apps/kajongg-4.14.3:4[aqua=] ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=63e1882be21f6d8e184a007c7b3cbb60 diff --git a/metadata/md5-cache/kde-apps/kdegraphics-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdegraphics-meta-4.14.3 index b6152c9a7a4c..4cb39cef2b35 100644 --- a/metadata/md5-cache/kde-apps/kdegraphics-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdegraphics-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/gwenview-4.14.3:4[aqua=] >=kde-apps/kamera-4.14.3:4[aqua=] >=kde-apps/kcolorchooser-4.14.3:4[aqua=] >=kde-apps/kdegraphics-mobipocket-4.14.3:4[aqua=] >=kde-apps/kgamma-4.14.3:4[aqua=] >=kde-apps/kolourpaint-4.14.3:4[aqua=] >=kde-apps/kruler-4.14.3:4[aqua=] >=kde-apps/ksnapshot-4.14.3:4[aqua=] >=kde-apps/libkdcraw-4.14.3:4[aqua=] >=kde-apps/libkexiv2-4.14.3:4[aqua=] >=kde-apps/libkipi-4.14.3:4[aqua=] >=kde-apps/okular-4.14.3:4[aqua=] >=kde-apps/svgpart-4.14.3:4[aqua=] >=kde-apps/thumbnailers-4.14.3:4[aqua=] scanner? ( >=kde-apps/ksaneplugin-4.14.3:4[aqua=] >=kde-apps/libksane-4.14.3:4[aqua=] ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=97c45c6271ab9e4ae30275fd414690ba diff --git a/metadata/md5-cache/kde-apps/kdemultimedia-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdemultimedia-meta-4.14.3 index 1cca876bd655..f85dc2afb527 100644 --- a/metadata/md5-cache/kde-apps/kdemultimedia-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdemultimedia-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/dragon-4.14.3:4[aqua=] >=kde-apps/juk-4.14.3:4[aqua=] >=kde-apps/audiocd-kio-4.14.3:4[aqua=] >=kde-apps/kmix-4.14.3:4[aqua=] >=kde-apps/kscd-4.14.3:4[aqua=] >=kde-apps/libkcddb-4.14.3:4[aqua=] >=kde-apps/libkcompactdisc-4.14.3:4[aqua=] mplayer? ( >=kde-apps/mplayerthumbs-4.14.3:4[aqua=] ) ffmpeg? ( >=kde-apps/ffmpegthumbs-4.14.3:4[aqua=] ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=9adc122201d0517000a973f3709b1d0e diff --git a/metadata/md5-cache/kde-apps/kdenetwork-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdenetwork-meta-4.14.3 index 5c6d3b22e03e..c0ea36b8c650 100644 --- a/metadata/md5-cache/kde-apps/kdenetwork-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdenetwork-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/kdenetwork-filesharing-4.14.3:4[aqua=] >=kde-apps/kget-4.14.3:4[aqua=] >=kde-apps/kopete-4.14.3:4[aqua=] >=kde-apps/krdc-4.14.3:4[aqua=] >=kde-apps/krfb-4.14.3:4[aqua=] >=kde-apps/zeroconf-ioslave-4.14.3:4[aqua=] ppp? ( >=kde-apps/kppp-4.14.3:4[aqua=] ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=a40ccec034ff0fe3cada518d4e5c639c diff --git a/metadata/md5-cache/kde-apps/kdepim-meta-4.14.10-r1 b/metadata/md5-cache/kde-apps/kdepim-meta-4.14.10-r1 index 706842f14409..608edcf795e1 100644 --- a/metadata/md5-cache/kde-apps/kdepim-meta-4.14.10-r1 +++ b/metadata/md5-cache/kde-apps/kdepim-meta-4.14.10-r1 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/akonadiconsole-4.14.10:4[aqua=] >=kde-apps/akregator-4.14.10:4[aqua=] >=kde-apps/blogilo-4.14.10:4[aqua=] >=kde-apps/calendarjanitor-4.14.10:4[aqua=] >=kde-apps/kabcclient-4.14.10:4[aqua=] >=kde-apps/kaddressbook-4.14.10:4[aqua=] >=kde-apps/kalarm-4.14.10:4[aqua=] || ( >=kde-apps/kdepim-icons-4.14.3:4[aqua=] >=kde-frameworks/oxygen-icons-5.19.0:5 ) >=kde-apps/kdepim-kresources-4.14.10:4[aqua=] >=kde-apps/kdepim-runtime-4.14.10:4[aqua=] >=kde-apps/kjots-4.14.10:4[aqua=] >=kde-apps/kleopatra-4.14.10:4[aqua=] >=kde-apps/kmail-4.14.10:4[aqua=] >=kde-apps/knode-4.14.10:4[aqua=] >=kde-apps/knotes-4.14.10:4[aqua=] >=kde-apps/konsolekalendar-4.14.10:4[aqua=] >=kde-apps/kontact-4.14.10:4[aqua=] >=kde-apps/korganizer-4.14.10:4[aqua=] >=kde-apps/ktimetracker-4.14.10:4[aqua=] >=kde-apps/ktnef-4.14.10:4[aqua=] nls? ( >=kde-apps/kde4-l10n-4.14.3-r1:4[aqua=] >=kde-apps/kdepim-l10n-4.14.3-r1:4[aqua=] ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=fd34070c2c23c8e0afc9389f5437e682 diff --git a/metadata/md5-cache/kde-apps/kdepim-meta-4.14.11_pre20160211 b/metadata/md5-cache/kde-apps/kdepim-meta-4.14.11_pre20160211 index 7846b6046b79..10476923bdeb 100644 --- a/metadata/md5-cache/kde-apps/kdepim-meta-4.14.11_pre20160211 +++ b/metadata/md5-cache/kde-apps/kdepim-meta-4.14.11_pre20160211 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/akonadiconsole-4.14.11_pre20160211:4[aqua=] >=kde-apps/akregator-4.14.11_pre20160211:4[aqua=] >=kde-apps/blogilo-4.14.11_pre20160211:4[aqua=] >=kde-apps/calendarjanitor-4.14.11_pre20160211:4[aqua=] >=kde-apps/kabcclient-4.14.11_pre20160211:4[aqua=] >=kde-apps/kaddressbook-4.14.11_pre20160211:4[aqua=] >=kde-apps/kalarm-4.14.11_pre20160211:4[aqua=] || ( >=kde-apps/kdepim-icons-4.14.3:4[aqua=] >=kde-frameworks/oxygen-icons-5.19.0:5 ) >=kde-apps/kdepim-kresources-4.14.11_pre20160211:4[aqua=] >=kde-apps/kdepim-runtime-4.14.11_pre20160211:4[aqua=] >=kde-apps/kjots-4.14.11_pre20160211:4[aqua=] >=kde-apps/kleopatra-4.14.11_pre20160211:4[aqua=] >=kde-apps/kmail-4.14.11_pre20160211:4[aqua=] >=kde-apps/knode-4.14.11_pre20160211:4[aqua=] >=kde-apps/knotes-4.14.11_pre20160211:4[aqua=] >=kde-apps/konsolekalendar-4.14.11_pre20160211:4[aqua=] >=kde-apps/kontact-4.14.11_pre20160211:4[aqua=] >=kde-apps/korganizer-4.14.11_pre20160211:4[aqua=] >=kde-apps/ktimetracker-4.14.11_pre20160211:4[aqua=] >=kde-apps/ktnef-4.14.11_pre20160211:4[aqua=] nls? ( >=kde-apps/kde4-l10n-4.14.3-r1:4[aqua=] >=kde-apps/kdepim-l10n-4.14.3-r1:4[aqua=] ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=d4a1ce5fe0bc9461deb40bedf812e6ee diff --git a/metadata/md5-cache/kde-apps/kdepim-meta-4.4.2015.06 b/metadata/md5-cache/kde-apps/kdepim-meta-4.4.2015.06 index 2fd9585ae05f..0a0b1825d301 100644 --- a/metadata/md5-cache/kde-apps/kdepim-meta-4.4.2015.06 +++ b/metadata/md5-cache/kde-apps/kdepim-meta-4.4.2015.06 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~ppc x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/akregator-4.4.2015.06:4[aqua=] >=kde-apps/blogilo-4.4.2015.06:4[aqua=] >=kde-apps/kabcclient-4.4.2015.06:4[aqua=] >=kde-apps/kaddressbook-4.4.2015.06:4[aqua=] >=kde-apps/kalarm-4.4.2015.06:4[aqua=] || ( >=kde-apps/kdepim-icons-4.4.2015.06:4[aqua=] >=kde-frameworks/oxygen-icons-5.19.0:5 ) >=kde-apps/kdepim-kresources-4.4.2015.06:4[aqua=] >=kde-apps/kdepim-wizards-4.4.2015.06:4[aqua=] >=kde-apps/kjots-4.4.2015.06:4[aqua=] >=kde-apps/kleopatra-4.4.2015.06:4[aqua=] >=kde-apps/kmail-4.4.2015.06:4[aqua=] >=kde-apps/knode-4.4.2015.06:4[aqua=] >=kde-apps/knotes-4.4.2015.06:4[aqua=] >=kde-apps/konsolekalendar-4.4.2015.06:4[aqua=] >=kde-apps/kontact-4.4.2015.06:4[aqua=] >=kde-apps/korganizer-4.4.2015.06:4[aqua=] >=kde-apps/ktimetracker-4.4.2015.06:4[aqua=] >=kde-apps/libkdepim-4.4.2015.06:4[aqua=] >=kde-apps/libkleo-4.4.2015.06:4[aqua=] >=kde-apps/libkpgp-4.4.2015.06:4[aqua=] nls? ( >=kde-apps/kde4-l10n-4.14.3:4[aqua=] >=kde-apps/kdepim-l10n-4.4.11.1-r1:4[aqua=] ) !kde-apps/kdepim-runtime SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=0d407a5ff82cfcd1077e290a2fed4cdf diff --git a/metadata/md5-cache/kde-apps/kdepim-meta-4.4.2016.01 b/metadata/md5-cache/kde-apps/kdepim-meta-4.4.2016.01 index f118e3a4ac58..7703cc6eea36 100644 --- a/metadata/md5-cache/kde-apps/kdepim-meta-4.4.2016.01 +++ b/metadata/md5-cache/kde-apps/kdepim-meta-4.4.2016.01 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/akregator-4.4.2016.01:4[aqua=] >=kde-apps/blogilo-4.4.2016.01:4[aqua=] >=kde-apps/kabcclient-4.4.2016.01:4[aqua=] >=kde-apps/kaddressbook-4.4.2016.01:4[aqua=] >=kde-apps/kalarm-4.4.2016.01:4[aqua=] || ( >=kde-apps/kdepim-icons-4.4.2016.01:4[aqua=] >=kde-frameworks/oxygen-icons-5.19.0:5 ) >=kde-apps/kdepim-kresources-4.4.2016.01:4[aqua=] >=kde-apps/kdepim-wizards-4.4.2016.01:4[aqua=] >=kde-apps/kjots-4.4.2016.01:4[aqua=] >=kde-apps/kleopatra-4.4.2016.01:4[aqua=] >=kde-apps/kmail-4.4.2016.01:4[aqua=] >=kde-apps/knode-4.4.2016.01:4[aqua=] >=kde-apps/knotes-4.4.2016.01:4[aqua=] >=kde-apps/konsolekalendar-4.4.2016.01:4[aqua=] >=kde-apps/kontact-4.4.2016.01:4[aqua=] >=kde-apps/korganizer-4.4.2016.01:4[aqua=] >=kde-apps/ktimetracker-4.4.2016.01:4[aqua=] >=kde-apps/libkdepim-4.4.2016.01:4[aqua=] >=kde-apps/libkleo-4.4.2016.01:4[aqua=] >=kde-apps/libkpgp-4.4.2016.01:4[aqua=] nls? ( >=kde-apps/kde4-l10n-4.14.3:4[aqua=] >=kde-apps/kdepim-l10n-4.4.11.1-r1:4[aqua=] ) !kde-apps/kdepim-runtime SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=595821f80f5723c557467486f9d7de1e diff --git a/metadata/md5-cache/kde-apps/kdesdk-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdesdk-meta-4.14.3 index b464e8f13fc6..bc70946b151c 100644 --- a/metadata/md5-cache/kde-apps/kdesdk-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdesdk-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=cvs? ( >=kde-apps/cervisia-4.14.3:4[aqua=] ) >=kde-apps/dolphin-plugins-4.14.3:4[aqua=] >=kde-apps/kapptemplate-4.14.3:4[aqua=] >=kde-apps/kate-4.14.3:4[aqua=] >=kde-apps/kcachegrind-4.14.3:4[aqua=] >=kde-apps/kde-dev-scripts-4.14.3:4[aqua=] >=kde-apps/kde-dev-utils-4.14.3:4[aqua=] >=kde-apps/kdesdk-kioslaves-4.14.3:4[aqua=] >=kde-apps/kompare-4.14.3:4[aqua=] >=kde-apps/libkomparediff2-4.14.3:4[aqua=] >=kde-apps/lokalize-4.14.3:4[aqua=] >=kde-apps/okteta-4.14.3:4[aqua=] >=kde-apps/poxml-4.14.3:4[aqua=] >=kde-apps/umbrello-4.14.3:4[aqua=] SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=696fc48e3c6fe5387c7c594e765fe638 diff --git a/metadata/md5-cache/kde-apps/kdetoys-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdetoys-meta-4.14.3 index 034d72689ad6..a6cc1dc71095 100644 --- a/metadata/md5-cache/kde-apps/kdetoys-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdetoys-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/amor-4.14.3:4[aqua=] >=kde-apps/kteatime-4.14.3:4[aqua=] >=kde-apps/ktux-4.14.3:4[aqua=] SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=42bf192ae829c1bce829446e5f270514 diff --git a/metadata/md5-cache/kde-apps/kdeutils-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdeutils-meta-4.14.3 index 4ee8964d8969..a1b6be2d589f 100644 --- a/metadata/md5-cache/kde-apps/kdeutils-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdeutils-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/ark-4.14.3:4[aqua=] >=kde-apps/filelight-4.14.3:4[aqua=] >=kde-apps/kcalc-4.14.3:4[aqua=] >=kde-apps/kcharselect-4.14.3:4[aqua=] >=kde-apps/kdf-4.14.3:4[aqua=] >=kde-apps/kgpg-4.14.3:4[aqua=] >=kde-apps/ktimer-4.14.3:4[aqua=] >=kde-apps/kwalletmanager-4.14.3:4[aqua=] >=kde-apps/sweeper-4.14.3:4[aqua=] cups? ( >=kde-apps/print-manager-4.14.3:4[aqua=] ) floppy? ( >=kde-apps/kfloppy-4.14.3:4[aqua=] ) lirc? ( >=kde-apps/kremotecontrol-4.14.3:4[aqua=] ) SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=e6fabb3a062ea621c49aded46e6cd1e0 diff --git a/metadata/md5-cache/kde-apps/kdewebdev-meta-4.14.3 b/metadata/md5-cache/kde-apps/kdewebdev-meta-4.14.3 index 7086aab010db..301491c7a52c 100644 --- a/metadata/md5-cache/kde-apps/kdewebdev-meta-4.14.3 +++ b/metadata/md5-cache/kde-apps/kdewebdev-meta-4.14.3 @@ -7,5 +7,5 @@ KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=metapackage RDEPEND=>=kde-apps/kfilereplace-4.14.3:4[aqua=] >=kde-apps/kimagemapeditor-4.14.3:4[aqua=] >=kde-apps/klinkstatus-4.14.3:4[aqua=] >=kde-apps/kommander-4.14.3:4[aqua=] SLOT=4 -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg 97cd16869157d1165551fafffa23eedc multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde4-functions 88bc45dff8c885002aca6e4c0adbe541 kde4-meta-pkg c44f6f251d9dd5378f5b40877eb9eb4f multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=94e523129305641ca08d0474340ece88 diff --git a/metadata/md5-cache/kde-apps/khelpcenter-16.04.1 b/metadata/md5-cache/kde-apps/khelpcenter-16.04.1 index e78cfa17e7d8..1ba9333a0fcf 100644 --- a/metadata/md5-cache/kde-apps/khelpcenter-16.04.1 +++ b/metadata/md5-cache/kde-apps/khelpcenter-16.04.1 @@ -4,10 +4,10 @@ DESCRIPTION=The KDE Help Center EAPI=6 HOMEPAGE=https://www.kde.org/ https://userbase.kde.org/KHelpCenter IUSE=debug +handbook -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/karchive-5.20.0:5 >=kde-frameworks/kbookmarks-5.20.0:5 >=kde-frameworks/kcodecs-5.20.0:5 >=kde-frameworks/kcompletion-5.20.0:5 >=kde-frameworks/kconfig-5.20.0:5 >=kde-frameworks/kconfigwidgets-5.20.0:5 >=kde-frameworks/kcoreaddons-5.20.0:5 >=kde-frameworks/kdbusaddons-5.20.0:5 >=kde-frameworks/khtml-5.20.0:5 >=kde-frameworks/ki18n-5.20.0:5 >=kde-frameworks/kinit-5.20.0:5 >=kde-frameworks/kio-5.20.0:5 >=kde-frameworks/kparts-5.20.0:5 >=kde-frameworks/kservice-5.20.0:5 >=kde-frameworks/kwidgetsaddons-5.20.0:5 >=kde-frameworks/kwindowsystem-5.20.0:5 >=kde-frameworks/kxmlgui-5.20.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 dev-libs/grantlee:5 dev-libs/libxml2 dev-libs/xapian:= >=kde-plasma/kde-cli-tools-5.4.1:5 !kde-base/khelpcenter:4 !kde-plasma/khelpcenter >=kde-frameworks/kf-env-3 !kde-apps/khelpcenter:4 >=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/applications/16.04.1/src/khelpcenter-16.04.1.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=6027667bb5838b49035bda3346639ce3 +_md5_=67d8439733bbbd55d0d7bcb2b57db490 diff --git a/metadata/md5-cache/kde-apps/khelpcenter-5.5.5-r1 b/metadata/md5-cache/kde-apps/khelpcenter-5.5.5-r1 index f620b88f992f..770ad613bd17 100644 --- a/metadata/md5-cache/kde-apps/khelpcenter-5.5.5-r1 +++ b/metadata/md5-cache/kde-apps/khelpcenter-5.5.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=The KDE Help Center EAPI=6 HOMEPAGE=https://www.kde.org/ https://userbase.kde.org/KHelpCenter IUSE=debug +handbook -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcmutils-5.21.0:5 >=kde-frameworks/kcodecs-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/khtml-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kinit-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kparts-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 >=kde-plasma/kde-cli-tools-5.4.1:5 >=kde-frameworks/kf-env-3 !kde-apps/khelpcenter:4 >=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/khelpcenter-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=d3e87909d75ee3c49f8254689c362efc +_md5_=11644b50ace089cd3412d6dc31407f14 diff --git a/metadata/md5-cache/kde-apps/kio-extras-15.12.3 b/metadata/md5-cache/kde-apps/kio-extras-15.12.3 index cdfeaa2a9672..8221c9258fd9 100644 --- a/metadata/md5-cache/kde-apps/kio-extras-15.12.3 +++ b/metadata/md5-cache/kde-apps/kio-extras-15.12.3 @@ -4,11 +4,11 @@ DESCRIPTION=KIO plugins present a filesystem-like view of arbitrary data EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kio-extras IUSE=exif mtp openexr phonon samba +sftp slp test debug +handbook test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/karchive-5.21.0:5[bzip2,lzma] >=kde-frameworks/kbookmarks-5.21.0:5 >=kde-frameworks/kcodecs-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/kdnssd-5.21.0:5 >=kde-frameworks/kguiaddons-5.21.0:5 >=kde-frameworks/khtml-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kparts-5.21.0:5 >=kde-frameworks/kpty-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=kde-frameworks/solid-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtsvg-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 virtual/jpeg:0 exif? ( media-gfx/exiv2:= ) mtp? ( media-libs/libmtp:= ) openexr? ( media-libs/openexr ) phonon? ( media-libs/phonon[qt5] ) samba? ( || ( =net-fs/samba-4.0.0_alpha1[client] ) ) sftp? ( >=net-libs/libssh-0.6.0:=[sftp] ) slp? ( net-libs/openslp ) >=kde-frameworks/kded-5.21.0:5 !=kde-frameworks/kf-env-3 !kde-apps/kio-extras:4 >=dev-qt/qtcore-5.5.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/applications/15.12.3/src/kio-extras-15.12.3.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=e1fe262e7e85356672e0a3b9af65adc6 +_md5_=1da95fca09cc8495c0576d47f69303c1 diff --git a/metadata/md5-cache/kde-frameworks/kwayland-5.5.5 b/metadata/md5-cache/kde-frameworks/kwayland-5.5.5 index e8331e43380f..eae804fb3fd0 100644 --- a/metadata/md5-cache/kde-frameworks/kwayland-5.5.5 +++ b/metadata/md5-cache/kde-frameworks/kwayland-5.5.5 @@ -4,11 +4,11 @@ DESCRIPTION=Qt-style client and server library wrapper for Wayland libraries EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kwayland IUSE=doc debug test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=LGPL-2.1 RDEPEND=>=dev-qt/qtgui-5.5.1:5 >=dev-libs/wayland-1.7.0 media-libs/mesa[egl] !kde-plasma/kwayland >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 RESTRICT=test SLOT=5/5.5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kwayland-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=550b8e763555e6f87851eee2e09e7018 +_md5_=99a2f9f10b1b62396fd3dae8459fdfda diff --git a/metadata/md5-cache/kde-misc/kdiff3-0.9.98 b/metadata/md5-cache/kde-misc/kdiff3-0.9.98 deleted file mode 100644 index 5ab9ebb461c1..000000000000 --- a/metadata/md5-cache/kde-misc/kdiff3-0.9.98 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 kde? ( >=kde-base/kdelibs-4.4:4[aqua=] ) sys-devel/gettext >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] ) -DESCRIPTION=Qt/KDE based frontend to diff3 -EAPI=5 -HOMEPAGE=http://kdiff3.sourceforge.net/ -IUSE=debug kde linguas_ar linguas_bg linguas_br linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_fr linguas_ga linguas_gl linguas_hi linguas_hne linguas_hr linguas_hu linguas_is linguas_it linguas_ja linguas_ka linguas_lt linguas_mai linguas_ml linguas_nb linguas_nds linguas_nl linguas_nn linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_rw linguas_sk linguas_sv linguas_ta linguas_tg linguas_tr linguas_ug linguas_uk linguas_zh_CN linguas_zh_TW +handbook aqua kde -KEYWORDS=amd64 ~ppc x86 ~amd64-linux -LICENSE=GPL-2 -RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 kde? ( >=kde-base/kdelibs-4.4:4[aqua=] ) sys-apps/diffutils kde? ( kde-frameworks/oxygen-icons linguas_ar? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ar(+)] ) linguas_bg? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bg(+)] ) linguas_br? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_br(+)] ) linguas_bs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bs(+)] ) linguas_ca? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca(+)] ) linguas_ca@valencia? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca@valencia(+)] ) linguas_cs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_cs(+)] ) linguas_cy? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_cy(+)] ) linguas_da? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_en_GB? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_en_GB(+)] ) linguas_eo? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_eo(+)] ) linguas_es? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_fr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_ga? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ga(+)] ) linguas_gl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_gl(+)] ) linguas_hi? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hi(+)] ) linguas_hne? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hne(+)] ) linguas_hr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hr(+)] ) linguas_hu? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_is? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_is(+)] ) linguas_it? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_ja? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ja(+)] ) linguas_ka? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ka(+)] ) linguas_lt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_lt(+)] ) linguas_mai? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_mai(+)] ) linguas_ml? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ml(+)] ) linguas_nb? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nds? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nds(+)] ) linguas_nl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_nn? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nn(+)] ) linguas_pl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_ro? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ro(+)] ) linguas_ru? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ru(+)] ) linguas_rw? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_rw(+)] ) linguas_sk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sv? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_ta? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ta(+)] ) linguas_tg? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_tg(+)] ) linguas_tr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_tr(+)] ) linguas_ug? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ug(+)] ) linguas_uk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_CN? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) linguas_zh_TW? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] ) -RESTRICT=!kde? ( test ) -SLOT=4 -SRC_URI=mirror://sourceforge/kdiff3/kdiff3-0.9.98.tar.gz -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base b645ec50ff5f1ffa0e9b8c505cf7be41 kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib d062ae4ba2fc40a19c11de2ad89b6616 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=586cf9d2dd333a98d1ae0308da9e4478 diff --git a/metadata/md5-cache/kde-misc/kdiff3-0.9.98-r1 b/metadata/md5-cache/kde-misc/kdiff3-0.9.98-r1 index d6fd390249f5..c2f995a300c9 100644 --- a/metadata/md5-cache/kde-misc/kdiff3-0.9.98-r1 +++ b/metadata/md5-cache/kde-misc/kdiff3-0.9.98-r1 @@ -4,7 +4,7 @@ DESCRIPTION=Qt/KDE based frontend to diff3 EAPI=5 HOMEPAGE=http://kdiff3.sourceforge.net/ IUSE=debug kde +qt4 qt5 linguas_ar linguas_bg linguas_br linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_fr linguas_ga linguas_gl linguas_hi linguas_hne linguas_hr linguas_hu linguas_is linguas_it linguas_ja linguas_ka linguas_lt linguas_mai linguas_ml linguas_nb linguas_nds linguas_nl linguas_nn linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_rw linguas_sk linguas_sv linguas_ta linguas_tg linguas_tr linguas_ug linguas_uk linguas_zh_CN linguas_zh_TW +handbook aqua kde -KEYWORDS=amd64 ~ppc ~x86 ~amd64-linux +KEYWORDS=amd64 ~ppc x86 ~amd64-linux LICENSE=GPL-2 RDEPEND=qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 ) kde? ( >=kde-base/kdelibs-4.4:4[aqua=] ) sys-apps/diffutils kde? ( kde-frameworks/oxygen-icons linguas_ar? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ar(+)] ) linguas_bg? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bg(+)] ) linguas_br? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_br(+)] ) linguas_bs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bs(+)] ) linguas_ca? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca(+)] ) linguas_ca@valencia? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca@valencia(+)] ) linguas_cs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_cs(+)] ) linguas_cy? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_cy(+)] ) linguas_da? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_en_GB? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_en_GB(+)] ) linguas_eo? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_eo(+)] ) linguas_es? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_fr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_ga? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ga(+)] ) linguas_gl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_gl(+)] ) linguas_hi? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hi(+)] ) linguas_hne? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hne(+)] ) linguas_hr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hr(+)] ) linguas_hu? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_is? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_is(+)] ) linguas_it? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_ja? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ja(+)] ) linguas_ka? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ka(+)] ) linguas_lt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_lt(+)] ) linguas_mai? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_mai(+)] ) linguas_ml? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ml(+)] ) linguas_nb? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nds? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nds(+)] ) linguas_nl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_nn? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nn(+)] ) linguas_pl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_ro? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ro(+)] ) linguas_ru? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ru(+)] ) linguas_rw? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_rw(+)] ) linguas_sk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sv? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_ta? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ta(+)] ) linguas_tg? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_tg(+)] ) linguas_tr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_tr(+)] ) linguas_ug? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ug(+)] ) linguas_uk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_CN? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) linguas_zh_TW? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] ) REQUIRED_USE=kde? ( qt4 ) ^^ ( qt4 qt5 ) @@ -12,4 +12,4 @@ RESTRICT=!kde? ( test ) SLOT=4 SRC_URI=mirror://sourceforge/kdiff3/kdiff3-0.9.98.tar.gz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base b645ec50ff5f1ffa0e9b8c505cf7be41 kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib d062ae4ba2fc40a19c11de2ad89b6616 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=92b7c154e1f85f0b7f8bb1dd5e69e19e +_md5_=b49e2649f3053ba6a8b7dfccb53fb60b diff --git a/metadata/md5-cache/kde-misc/krusader-2.4.0_beta3-r1 b/metadata/md5-cache/kde-misc/krusader-2.4.0_beta3-r1 deleted file mode 100644 index 54ff8174d338..000000000000 --- a/metadata/md5-cache/kde-misc/krusader-2.4.0_beta3-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-apps/libkonq-4.4:4[aqua=] sys-libs/zlib bookmarks? ( >=kde-apps/keditbookmarks-4.4:4[aqua=] ) sys-devel/gettext >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] -DESCRIPTION=An advanced twin-panel (commander-style) file-manager for KDE with many extras -EAPI=5 -HOMEPAGE=https://quickgit.kde.org/?p=krusader.git -IUSE=+bookmarks debug linguas_bg linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hr linguas_hu linguas_it linguas_ja linguas_ko linguas_lt linguas_mai linguas_nb linguas_nds linguas_nl linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_ug linguas_uk linguas_zh_CN linguas_zh_TW +handbook aqua -KEYWORDS=amd64 ~ppc x86 -LICENSE=GPL-2 -RDEPEND=>=kde-apps/libkonq-4.4:4[aqua=] sys-libs/zlib bookmarks? ( >=kde-apps/keditbookmarks-4.4:4[aqua=] ) kde-frameworks/oxygen-icons linguas_bg? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bg(+)] ) linguas_bs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bs(+)] ) linguas_ca? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca(+)] ) linguas_ca@valencia? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca@valencia(+)] ) linguas_cs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_cs(+)] ) linguas_da? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_en_GB? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_en_GB(+)] ) linguas_eo? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_eo(+)] ) linguas_es? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_fi? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_fi(+)] ) linguas_fr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_ga? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ga(+)] ) linguas_gl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_gl(+)] ) linguas_hr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hr(+)] ) linguas_hu? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_it? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_ja? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ja(+)] ) linguas_ko? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ko(+)] ) linguas_lt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_lt(+)] ) linguas_mai? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_mai(+)] ) linguas_nb? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nds? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nds(+)] ) linguas_nl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_pa? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pa(+)] ) linguas_pl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_ro? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ro(+)] ) linguas_ru? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ru(+)] ) linguas_sk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sl(+)] ) linguas_sr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr(+)] ) linguas_sr@ijekavian? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@ijekavian(+)] ) linguas_sr@ijekavianlatin? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@ijekavianlatin(+)] ) linguas_sr@latin? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@latin(+)] ) linguas_sv? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_tr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_tr(+)] ) linguas_ug? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ug(+)] ) linguas_uk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_CN? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) linguas_zh_TW? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] -SLOT=4 -SRC_URI=mirror://sourceforge/krusader/krusader-2.4.0-beta3.tar.bz2 -_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base b645ec50ff5f1ffa0e9b8c505cf7be41 kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b363b3a3cd0b11e8d0289c6dcaa322c1 diff --git a/metadata/md5-cache/kde-misc/krusader-2.4.0_beta3-r2 b/metadata/md5-cache/kde-misc/krusader-2.4.0_beta3-r2 index 166534282650..60b51e3b7e6c 100644 --- a/metadata/md5-cache/kde-misc/krusader-2.4.0_beta3-r2 +++ b/metadata/md5-cache/kde-misc/krusader-2.4.0_beta3-r2 @@ -4,10 +4,10 @@ DESCRIPTION=An advanced twin-panel (commander-style) file-manager for KDE with m EAPI=6 HOMEPAGE=https://quickgit.kde.org/?p=krusader.git IUSE=+bookmarks debug linguas_bg linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_fi linguas_fr linguas_ga linguas_gl linguas_hr linguas_hu linguas_it linguas_ja linguas_ko linguas_lt linguas_mai linguas_nb linguas_nds linguas_nl linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_ug linguas_uk linguas_zh_CN linguas_zh_TW +handbook aqua -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=amd64 ~ppc x86 LICENSE=GPL-2 RDEPEND=>=kde-apps/libkonq-4.4:4[aqua=] sys-libs/zlib bookmarks? ( >=kde-apps/keditbookmarks-4.4:4[aqua=] ) kde-frameworks/oxygen-icons linguas_bg? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bg(+)] ) linguas_bs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_bs(+)] ) linguas_ca? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca(+)] ) linguas_ca@valencia? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ca@valencia(+)] ) linguas_cs? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_cs(+)] ) linguas_da? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_en_GB? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_en_GB(+)] ) linguas_eo? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_eo(+)] ) linguas_es? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_fi? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_fi(+)] ) linguas_fr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_ga? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ga(+)] ) linguas_gl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_gl(+)] ) linguas_hr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hr(+)] ) linguas_hu? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_it? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_ja? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ja(+)] ) linguas_ko? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ko(+)] ) linguas_lt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_lt(+)] ) linguas_mai? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_mai(+)] ) linguas_nb? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nds? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nds(+)] ) linguas_nl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_pa? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pa(+)] ) linguas_pl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_ro? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ro(+)] ) linguas_ru? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ru(+)] ) linguas_sk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sl? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sl(+)] ) linguas_sr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr(+)] ) linguas_sr@ijekavian? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@ijekavian(+)] ) linguas_sr@ijekavianlatin? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@ijekavianlatin(+)] ) linguas_sr@latin? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sr@latin(+)] ) linguas_sv? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_tr? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_tr(+)] ) linguas_ug? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_ug(+)] ) linguas_uk? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_CN? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) linguas_zh_TW? ( >=kde-apps/kde4-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] SLOT=4 SRC_URI=mirror://sourceforge/krusader/krusader-2.4.0-beta3.tar.bz2 _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base b645ec50ff5f1ffa0e9b8c505cf7be41 kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=e0abf39470f1622666c96d975bd9e4c6 +_md5_=f4a4aa00a2c9103703ab9f70b2f81ade diff --git a/metadata/md5-cache/kde-plasma/bluedevil-5.5.5 b/metadata/md5-cache/kde-plasma/bluedevil-5.5.5 index 818fb11b7532..832a212e711c 100644 --- a/metadata/md5-cache/kde-plasma/bluedevil-5.5.5 +++ b/metadata/md5-cache/kde-plasma/bluedevil-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Bluetooth stack for KDE EAPI=6 HOMEPAGE=https://projects.kde.org/projects/extragear/base/bluedevil IUSE=debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/bluez-qt-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kded-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/knotifications-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-frameworks/plasma-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=kde-plasma/kde-cli-tools-5.5.5:5 !app-mobilephone/obexd !app-mobilephone/obex-data-server !net-wireless/bluedevil !net-wireless/kbluetooth >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/bluedevil-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8c0e7a9674907a35e0cdfbed733b1150 +_md5_=d40b91eb382e53d5042495702f5cda19 diff --git a/metadata/md5-cache/kde-plasma/breeze-5.5.5 b/metadata/md5-cache/kde-plasma/breeze-5.5.5 index 8e52104865b1..f123992af3b6 100644 --- a/metadata/md5-cache/kde-plasma/breeze-5.5.5 +++ b/metadata/md5-cache/kde-plasma/breeze-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Breeze visual style for the Plasma desktop EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze IUSE=qt4 debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND==kde-frameworks/frameworkintegration-5.21.0:5 >=kde-frameworks/kcmutils-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kguiaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-frameworks/plasma-5.21.0:5 >=kde-plasma/kdecoration-5.5.5:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 x11-libs/libxcb qt4? ( kde-base/kdelibs:4 x11-libs/libX11 ) >=kde-frameworks/breeze-icons-5.21.0:5 >=kde-plasma/kde-cli-tools-5.5.5:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/breeze-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=6c4704f7d6d5305fe75c821156adee46 +_md5_=b7bcf5e1d40eb61d0e7a0584e8b888ca diff --git a/metadata/md5-cache/kde-plasma/breeze-gtk-5.5.5 b/metadata/md5-cache/kde-plasma/breeze-gtk-5.5.5 index 54eb52801405..61b0ba868112 100644 --- a/metadata/md5-cache/kde-plasma/breeze-gtk-5.5.5 +++ b/metadata/md5-cache/kde-plasma/breeze-gtk-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Official GTK+ port of KDE's Breeze widget style EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/breeze-gtk IUSE=debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=LGPL-2.1+ RDEPEND=>=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/breeze-gtk-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=f769b56981d5322ea8969dcf696fea17 +_md5_=47c28b14eee9c7dfdfa2cdee536a682a diff --git a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.5.5 b/metadata/md5-cache/kde-plasma/kde-cli-tools-5.5.5 index 39650cf8c4ed..5d272086d295 100644 --- a/metadata/md5-cache/kde-plasma/kde-cli-tools-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kde-cli-tools-5.5.5 @@ -4,11 +4,11 @@ DESCRIPTION=Tools based on KDE Frameworks 5 to better interact with the system EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kde-cli-tools IUSE=+kdesu X test debug +handbook test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcmutils-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtsvg-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 kdesu? ( >=kde-frameworks/kdesu-5.21.0:5 ) X? ( >=kde-frameworks/kdelibs4support-5.21.0:5 >=dev-qt/qtx11extras-5.5.1:5 x11-libs/libX11 ) handbook? ( !kde-apps/kdesu[handbook] ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kde-cli-tools-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=f0fb0cc0d8ad6e80637262298fb9a147 +_md5_=6f38859ddb7ef8ba6a61591714337432 diff --git a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.5.5 b/metadata/md5-cache/kde-plasma/kde-gtk-config-5.5.5 index 47b35ead6189..c9068e0febc7 100644 --- a/metadata/md5-cache/kde-plasma/kde-gtk-config-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kde-gtk-config-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE systemsettings kcm to set GTK application look&feel EAPI=6 HOMEPAGE=https://projects.kde.org/kde-gtk-config IUSE=+gtk3 test debug test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-3 RDEPEND=>=kde-frameworks/karchive-5.21.0:5 >=kde-frameworks/kcmutils-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/knewstuff-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 dev-libs/glib:2 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 x11-libs/gtk+:2 gtk3? ( x11-libs/gtk+:3 ) >=kde-plasma/kde-cli-tools-5.5.5:5 !kde-base/kde-gtk-config:4 !kde-misc/kde-gtk-config >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kde-gtk-config-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=ca8b0390a3dcd893b002bac567431eb0 +_md5_=0dd132cc4ea4fa2703994cba4a609230 diff --git a/metadata/md5-cache/kde-plasma/kdecoration-5.5.5 b/metadata/md5-cache/kde-plasma/kdecoration-5.5.5 index 94ca08b680fa..a750ee575aca 100644 --- a/metadata/md5-cache/kde-plasma/kdecoration-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kdecoration-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Plugin based library to create window decorations EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=|| ( LGPL-2.1 LGPL-3 ) RDEPEND=>=dev-qt/qtgui-5.5.1:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kdecoration-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5148abaaeb3032b21837f56be0030def +_md5_=717e113a30eeb2a1e511b5fa7085b955 diff --git a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.5.5 b/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.5.5 index 5cf68fc4808f..453337e73cb1 100644 --- a/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kdeplasma-addons-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Extra Plasma applets and engines EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=ibus scim debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 LGPL-2 RDEPEND=>=kde-frameworks/kactivities-5.21.0:5 >=kde-frameworks/karchive-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcmutils-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/knewstuff-5.21.0:5 >=kde-frameworks/knotifications-5.21.0:5 >=kde-frameworks/kpackage-5.21.0:5 >=kde-frameworks/kross-5.21.0:5 >=kde-frameworks/krunner-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/kunitconversion-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=kde-frameworks/plasma-5.21.0:5 >=kde-frameworks/sonnet-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 ibus? ( app-i18n/ibus dev-libs/glib:2 >=dev-qt/qtx11extras-5.5.1:5 x11-libs/libxcb x11-libs/xcb-util-keysyms ) scim? ( app-i18n/scim ) >=kde-plasma/plasma-workspace-5.5.5:5 !kde-base/kdeplasma-addons:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kdeplasma-addons-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=f528837a0a7421bb735aa77fab141122 +_md5_=2e60dfba8e2c1308b758099a0df0cae4 diff --git a/metadata/md5-cache/kde-plasma/kgamma-5.5.5 b/metadata/md5-cache/kde-plasma/kgamma-5.5.5 index 084ad33c6178..e1f4b0625ff6 100644 --- a/metadata/md5-cache/kde-plasma/kgamma-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kgamma-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Screen gamma values kcontrol module EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 x11-libs/libX11 x11-libs/libXxf86vm >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kgamma5-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=fadb5d0242668fc3b065f1dd41e0d4e0 +_md5_=00ade981c1e38302bb97e5725e3281f9 diff --git a/metadata/md5-cache/kde-plasma/khotkeys-5.5.5 b/metadata/md5-cache/kde-plasma/khotkeys-5.5.5 index aaebfdf2f460..5aad043fe8ce 100644 --- a/metadata/md5-cache/kde-plasma/khotkeys-5.5.5 +++ b/metadata/md5-cache/kde-plasma/khotkeys-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE workspace hotkey module EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug +handbook -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5[X] >=kde-frameworks/kglobalaccel-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/ktextwidgets-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=kde-plasma/plasma-workspace-5.5.5:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 x11-libs/libX11 >=kde-frameworks/kded-5.21.0:5 >=kde-plasma/kde-cli-tools-5.5.5:5 !kde-base/khotkeys:4 !kde-base/systemsettings:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/khotkeys-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=56f47dfaef1c2138cf8cfc757c826676 +_md5_=22efa73b5aea7098431339f62828aef7 diff --git a/metadata/md5-cache/kde-plasma/kinfocenter-5.5.5 b/metadata/md5-cache/kde-plasma/kinfocenter-5.5.5 index fe2b057a3c7d..419c5db2a52b 100644 --- a/metadata/md5-cache/kde-plasma/kinfocenter-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kinfocenter-5.5.5 @@ -4,11 +4,11 @@ DESCRIPTION=A utility that provides information about a computer system EAPI=6 HOMEPAGE=https://www.kde.org/applications/system/kinfocenter/ IUSE=egl gles ieee1394 +opengl +pci samba nfs wayland X debug +handbook -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcmutils-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kdeclarative-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kpackage-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=kde-frameworks/solid-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5[opengl(+)] >=dev-qt/qtwidgets-5.5.1:5 gles? ( >=dev-qt/qtgui-5.5.1:5[gles2] || ( media-libs/mesa[egl,gles1] media-libs/mesa[egl,gles2] ) ) ieee1394? ( sys-libs/libraw1394 ) nfs? ( net-fs/nfs-utils ) opengl? ( virtual/glu virtual/opengl ) pci? ( sys-apps/pciutils ) samba? ( net-fs/samba[server(+)] ) wayland? ( >=kde-frameworks/kwayland-5.5.5:5 ) X? ( x11-libs/libX11 ) >=kde-plasma/kde-cli-tools-5.5.5:5 !kde-base/kcontrol:4 !kde-base/kinfocenter:4 !kde-misc/about-distro >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 REQUIRED_USE=egl? ( || ( gles opengl ) ) SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kinfocenter-5.5.5.tar.xz https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=e74df89b689fa1fe0c81e29a5d5f09bd +_md5_=9902f3dfd38f416b850077f0a58745d4 diff --git a/metadata/md5-cache/kde-plasma/kmenuedit-5.5.5 b/metadata/md5-cache/kde-plasma/kmenuedit-5.5.5 index e53d40e93e77..eb1c2f6bca04 100644 --- a/metadata/md5-cache/kde-plasma/kmenuedit-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kmenuedit-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE menu editor EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kmenuedit IUSE=+hotkeys debug +handbook -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=kde-frameworks/sonnet-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 hotkeys? ( >=kde-plasma/khotkeys-5.5.5:5 ) !kde-base/kmenuedit:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kmenuedit-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=ee115928e7b21fc0243006997d6054e4 +_md5_=ba442a5bf17db78572c9e90e1199a5ca diff --git a/metadata/md5-cache/kde-plasma/kscreen-5.5.5 b/metadata/md5-cache/kde-plasma/kscreen-5.5.5 index a9f46ffaebad..444aa71d07b8 100644 --- a/metadata/md5-cache/kde-plasma/kscreen-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kscreen-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE screen management EAPI=6 HOMEPAGE=https://projects.kde.org/projects/extragear/base/kscreen IUSE=debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-plasma/libkscreen-5.5.5:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kglobalaccel-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5[widgets] >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=kde-plasma/kde-cli-tools-5.5.5:5 >=dev-qt/qtgraphicaleffects-5.5.1:5 !kde-misc/kscreen >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kscreen-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=1b7897336cf637f4ec3cf89bb8add6ee +_md5_=013bfcf132c41785274eca6d9133bdfb diff --git a/metadata/md5-cache/kde-plasma/kscreenlocker-5.5.5 b/metadata/md5-cache/kde-plasma/kscreenlocker-5.5.5 index 9ec52d19b420..4edd3ac1ca8f 100644 --- a/metadata/md5-cache/kde-plasma/kscreenlocker-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kscreenlocker-5.5.5 @@ -4,11 +4,11 @@ DESCRIPTION=Library and components for secure lock screen architecture EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=pam test debug test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcmutils-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kcrash-5.21.0:5 >=kde-frameworks/kdeclarative-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/kglobalaccel-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kidletime-5.21.0:5 >=kde-frameworks/knotifications-5.21.0:5 >=kde-frameworks/kpackage-5.21.0:5 >=kde-frameworks/kwayland-5.5.5:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=kde-frameworks/plasma-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5[widgets] >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.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.5.5:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kscreenlocker-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2b31f413078c6ff4243e8537310add5a +_md5_=9b7847a709890e954d1cd9a50cddf6b5 diff --git a/metadata/md5-cache/kde-plasma/ksshaskpass-5.5.5 b/metadata/md5-cache/kde-plasma/ksshaskpass-5.5.5 index 188e1f577597..5a9f9fc9a737 100644 --- a/metadata/md5-cache/kde-plasma/ksshaskpass-5.5.5 +++ b/metadata/md5-cache/kde-plasma/ksshaskpass-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE implementation of ssh-askpass with Kwallet integration EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/ksshaskpass IUSE=debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kwallet-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=dev-qt/qtwidgets-5.5.1:5 !net-misc/ksshaskpass >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/ksshaskpass-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=95a11a23ca375054562cdaa076338100 +_md5_=1da70ecbaa0a1f73d0c68e8e09c39286 diff --git a/metadata/md5-cache/kde-plasma/ksysguard-5.5.5 b/metadata/md5-cache/kde-plasma/ksysguard-5.5.5 index b8c188a16543..8d35b99b085b 100644 --- a/metadata/md5-cache/kde-plasma/ksysguard-5.5.5 +++ b/metadata/md5-cache/kde-plasma/ksysguard-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Network-enabled task manager and system monitor EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=lm_sensors debug +handbook -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2+ RDEPEND=>=kde-plasma/libksysguard-5.5.5:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kitemviews-5.21.0:5 >=kde-frameworks/knewstuff-5.21.0:5 >=kde-frameworks/knotifications-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 lm_sensors? ( sys-apps/lm_sensors ) !kde-base/ksysguard:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/ksysguard-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=bd8be8be05ecf9d52e245d627ce411df +_md5_=d8020d4e0557f29043de39edc956fc12 diff --git a/metadata/md5-cache/kde-plasma/kwallet-pam-5.6.4-r1 b/metadata/md5-cache/kde-plasma/kwallet-pam-5.6.4-r1 index be82e69eb033..60ab0581b3c2 100644 --- a/metadata/md5-cache/kde-plasma/kwallet-pam-5.6.4-r1 +++ b/metadata/md5-cache/kde-plasma/kwallet-pam-5.6.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=KWallet PAM module to not enter password again EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=+oldwallet debug -KEYWORDS=amd64 ~arm ~x86 +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.6.4/kwallet-pam-5.6.4.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=587c76adb6b58318819b808556364498 +_md5_=18f72bab02549221f0ae90ed526f0d5c diff --git a/metadata/md5-cache/kde-plasma/kwayland-integration-5.5.5 b/metadata/md5-cache/kde-plasma/kwayland-integration-5.5.5 index 9aabe6b78575..9211b3d5f691 100644 --- a/metadata/md5-cache/kde-plasma/kwayland-integration-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kwayland-integration-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Provides integration plugins for various KDE frameworks for Wayland EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/kwayland-integration IUSE=debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=LGPL-2.1 RDEPEND=>=kde-frameworks/kidletime-5.21.0:5 >=kde-frameworks/kwayland-5.5.5:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kwayland-integration-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=fcefbca384b738b80ce5207ca6f23bd7 +_md5_=b4ca251a987f79d1efc79f652dc61e58 diff --git a/metadata/md5-cache/kde-plasma/kwin-5.5.5 b/metadata/md5-cache/kde-plasma/kwin-5.5.5 index 18394fe1558f..b7b8fe65a872 100644 --- a/metadata/md5-cache/kde-plasma/kwin-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kwin-5.5.5 @@ -4,11 +4,11 @@ DESCRIPTION=KDE window manager EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=gles2 multimedia test debug +handbook test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/kactivities-5.21.0:5 >=kde-frameworks/kauth-5.21.0:5 >=kde-frameworks/kcmutils-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kcrash-5.21.0:5 >=kde-frameworks/kdeclarative-5.21.0:5 >=kde-frameworks/kglobalaccel-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kidletime-5.21.0:5 >=kde-frameworks/kinit-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/knewstuff-5.21.0:5 >=kde-frameworks/knotifications-5.21.0:5 >=kde-frameworks/kpackage-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/kwayland-5.5.5:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5[X] >=kde-frameworks/kxmlgui-5.21.0:5 >=kde-frameworks/plasma-5.21.0:5 >=kde-plasma/kdecoration-5.5.5:5 >=kde-plasma/kscreenlocker-5.5.5:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5[gles2=,opengl(+)] >=dev-qt/qtscript-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 >=dev-libs/libinput-0.10 >=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/libdrm >=x11-libs/libxcb-1.10 >=x11-libs/libxkbcommon-0.4.1 x11-libs/xcb-util-cursor x11-libs/xcb-util-image x11-libs/xcb-util-keysyms >=kde-plasma/kde-cli-tools-5.5.5:5 multimedia? ( || ( >=dev-qt/qtmultimedia-5.5.1:5[gstreamer,qml] >=dev-qt/qtmultimedia-5.5.1:5[gstreamer010,qml] ) ) !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kwin-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=204677b47b2a6029a326bad41b8ea8db +_md5_=02128b06bd462bcf221baf580cb4f10a diff --git a/metadata/md5-cache/kde-plasma/kwrited-5.5.5 b/metadata/md5-cache/kde-plasma/kwrited-5.5.5 index 72d855d7277c..1835164dfc8c 100644 --- a/metadata/md5-cache/kde-plasma/kwrited-5.5.5 +++ b/metadata/md5-cache/kde-plasma/kwrited-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE daemon listening for wall and write messages EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/knotifications-5.21.0:5 >=kde-frameworks/kpty-5.21.0:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 !kde-base/kwrited:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/kwrited-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=fe1ae1d50bdffdff904cd3b9fb8f6183 +_md5_=e9a080d825788f4efed218b2ba9ac675 diff --git a/metadata/md5-cache/kde-plasma/libkscreen-5.5.5 b/metadata/md5-cache/kde-plasma/libkscreen-5.5.5 index d34956b7296a..9dca0a039c3d 100644 --- a/metadata/md5-cache/kde-plasma/libkscreen-5.5.5 +++ b/metadata/md5-cache/kde-plasma/libkscreen-5.5.5 @@ -4,11 +4,11 @@ DESCRIPTION=KDE screen management library EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=test debug test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 x11-libs/libxcb !x11-libs/libkscreen:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/libkscreen-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b5e8ca83f53598853d1fa052252a8f3a +_md5_=195e1fca82de4f7ec4489d8bb689f0c1 diff --git a/metadata/md5-cache/kde-plasma/libksysguard-5.5.5 b/metadata/md5-cache/kde-plasma/libksysguard-5.5.5 index 837a34bc1aba..7d4824d0d0af 100644 --- a/metadata/md5-cache/kde-plasma/libksysguard-5.5.5 +++ b/metadata/md5-cache/kde-plasma/libksysguard-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Task management and system monitoring library EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=+detailedmemory X test debug test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=LGPL-2+ RDEPEND=>=kde-frameworks/kauth-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 sys-libs/zlib detailedmemory? ( >=dev-qt/qtwebkit-5.5.1:5 ) X? ( >=dev-qt/qtx11extras-5.5.1:5 x11-libs/libX11 x11-libs/libXres ) !kde-base/ksysguard:4 !kde-base/libksysguard:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/libksysguard-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=be33b130639e2a6c6dc601fd464ae1f9 +_md5_=db5f8d675c900515d09b0d9c918ba096 diff --git a/metadata/md5-cache/kde-plasma/milou-5.5.5 b/metadata/md5-cache/kde-plasma/milou-5.5.5 index 07de4ded6580..4d4255136920 100644 --- a/metadata/md5-cache/kde-plasma/milou-5.5.5 +++ b/metadata/md5-cache/kde-plasma/milou-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Dedicated search application built on top of Baloo EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/milou IUSE=debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=>=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdeclarative-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/krunner-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/plasma-5.21.0:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 !kde-misc/milou:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/milou-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=ae9a067383526a373c0d915a67f35179 +_md5_=a1098683af33ee0c2e5dd1df3eeb7c88 diff --git a/metadata/md5-cache/kde-plasma/oxygen-5.5.5 b/metadata/md5-cache/kde-plasma/oxygen-5.5.5 index 1f56509003a6..d1c51a4d393f 100644 --- a/metadata/md5-cache/kde-plasma/oxygen-5.5.5 +++ b/metadata/md5-cache/kde-plasma/oxygen-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE window manager theme EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kde/workspace/oxygen IUSE=debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND==kde-frameworks/frameworkintegration-5.21.0:5 >=kde-frameworks/kcmutils-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kguiaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-plasma/kdecoration-5.5.5:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 x11-libs/libxcb !kde-base/kdebase-cursors:4 !kde-base/oxygen:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/oxygen-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=7d2612ab5e0ca1a1daf3ca927b8cf98d +_md5_=257cba463e093bf0550182e0b2008752 diff --git a/metadata/md5-cache/kde-plasma/plasma-desktop-5.5.5-r1 b/metadata/md5-cache/kde-plasma/plasma-desktop-5.5.5-r1 index 810d5b426e74..cf7ca02da2bc 100644 --- a/metadata/md5-cache/kde-plasma/plasma-desktop-5.5.5-r1 +++ b/metadata/md5-cache/kde-plasma/plasma-desktop-5.5.5-r1 @@ -4,11 +4,11 @@ DESCRIPTION=KDE Plasma desktop EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=+evdev +fontconfig gtk2 gtk3 legacy-systray pulseaudio +qt4 touchpad test debug +handbook test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/attica-5.19.0:5 >=kde-frameworks/baloo-5.19.0:5 >=kde-frameworks/kactivities-5.19.0:5 >=kde-frameworks/karchive-5.19.0:5 >=kde-frameworks/kauth-5.19.0:5 >=kde-frameworks/kbookmarks-5.19.0:5 >=kde-frameworks/kcmutils-5.19.0:5 >=kde-frameworks/kcodecs-5.19.0:5 >=kde-frameworks/kcompletion-5.19.0:5 >=kde-frameworks/kconfig-5.19.0:5 >=kde-frameworks/kconfigwidgets-5.19.0:5 >=kde-frameworks/kcoreaddons-5.19.0:5 >=kde-frameworks/kdbusaddons-5.19.0:5 >=kde-frameworks/kdeclarative-5.19.0:5 >=kde-frameworks/kded-5.19.0:5 >=kde-frameworks/kdelibs4support-5.19.0:5 >=kde-frameworks/kemoticons-5.19.0:5 >=kde-frameworks/kglobalaccel-5.19.0:5 >=kde-frameworks/kguiaddons-5.19.0:5 >=kde-frameworks/ki18n-5.19.0:5 >=kde-frameworks/kiconthemes-5.19.0:5 >=kde-frameworks/kio-5.19.0:5 >=kde-frameworks/kitemmodels-5.19.0:5 >=kde-frameworks/kitemviews-5.19.0:5 >=kde-frameworks/kjobwidgets-5.19.0:5 >=kde-frameworks/knewstuff-5.19.0:5 >=kde-frameworks/knotifications-5.19.0:5 >=kde-frameworks/knotifyconfig-5.19.0:5 >=kde-frameworks/kparts-5.19.0:5 >=kde-frameworks/kpeople-5.19.0:5 >=kde-frameworks/krunner-5.19.0:5 >=kde-frameworks/kservice-5.19.0:5 >=kde-frameworks/kwallet-5.19.0:5 >=kde-frameworks/kwidgetsaddons-5.19.0:5 >=kde-frameworks/kwindowsystem-5.19.0:5 >=kde-frameworks/kxmlgui-5.19.0:5 >=kde-frameworks/plasma-5.19.0:5 >=kde-frameworks/solid-5.19.0:5 >=kde-frameworks/sonnet-5.19.0:5 >=kde-plasma/kwin-5.5.5:5 >=kde-plasma/plasma-workspace-5.5.5:5 >=dev-qt/qtconcurrent-5.5.1:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtprintsupport-5.5.1:5 >=dev-qt/qtsql-5.5.1:5 >=dev-qt/qtsvg-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXi x11-libs/libxcb x11-libs/libxkbfile fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) pulseaudio? ( dev-libs/glib:2 media-libs/libcanberra media-sound/pulseaudio ) touchpad? ( x11-drivers/xf86-input-synaptics ) >=kde-plasma/breeze-5.5.5:5 >=kde-plasma/kde-cli-tools-5.5.5:5 >=kde-plasma/oxygen-5.5.5:5 >=dev-qt/qtgraphicaleffects-5.5.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.5.5:5 ) qt4? ( kde-base/qguiplatformplugin_kde ) !kde-apps/kcontrol !kde-apps/kdepasswd !kde-apps/knetattach[handbook] !kde-base/plasma-desktop:4 !kde-base/plasma-workspace:4 !kde-base/solid-actions-kcm:4 !kde-base/systemsettings:4 !kde-misc/kcm_touchpad !kde-misc/kcm-touchpad !kde-plasma/kcm-touchpad >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 REQUIRED_USE=legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray ) SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/plasma-desktop-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b2004b5f6e7a3b64f0483f7e0e6734d0 +_md5_=fbd0e31c22735a7c7f15e72dc3f28523 diff --git a/metadata/md5-cache/kde-plasma/plasma-mediacenter-5.5.5 b/metadata/md5-cache/kde-plasma/plasma-mediacenter-5.5.5 index 4855f658fa2b..cecae19c376e 100644 --- a/metadata/md5-cache/kde-plasma/plasma-mediacenter-5.5.5 +++ b/metadata/md5-cache/kde-plasma/plasma-mediacenter-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Unified media experience for any device capable of running KDE EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=semantic-desktop debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kactivities-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdeclarative-5.21.0:5 >=kde-frameworks/kguiaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/plasma-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 media-libs/taglib semantic-desktop? ( >=kde-frameworks/baloo-5.21.0:5 >=kde-frameworks/kfilemetadata-5.21.0:5 ) >=kde-plasma/plasma-workspace-5.5.5:5 >=dev-qt/qtmultimedia-5.5.1:5[qml] !media-video/plasma-mediacenter >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/plasma-mediacenter-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=87e0362e76626327cfcdc5341af8628b +_md5_=0f884f26d3d53866e7ab20e7d14ec9b2 diff --git a/metadata/md5-cache/kde-plasma/plasma-meta-5.5.5 b/metadata/md5-cache/kde-plasma/plasma-meta-5.5.5 index c73c153626d5..3281e349d643 100644 --- a/metadata/md5-cache/kde-plasma/plasma-meta-5.5.5 +++ b/metadata/md5-cache/kde-plasma/plasma-meta-5.5.5 @@ -3,9 +3,9 @@ DESCRIPTION=Merge this to pull in all Plasma 5 packages EAPI=6 HOMEPAGE=https://www.kde.org/workspaces/plasmadesktop/ IUSE=bluetooth +display-manager gtk mediacenter networkmanager pam pulseaudio +sddm sdk +wallpapers -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=metapackage RDEPEND=>=kde-plasma/breeze-5.5.5:5 >=kde-plasma/kde-cli-tools-5.5.5:5 >=kde-plasma/kdecoration-5.5.5:5 >=kde-plasma/kdeplasma-addons-5.5.5:5 >=kde-plasma/kgamma-5.5.5:5 >=kde-plasma/khotkeys-5.5.5:5 >=kde-plasma/kinfocenter-5.5.5:5 >=kde-plasma/kmenuedit-5.5.5:5 >=kde-plasma/kscreen-5.5.5:5 >=kde-plasma/kscreenlocker-5.5.5:5 >=kde-plasma/ksshaskpass-5.5.5:5 >=kde-plasma/ksysguard-5.5.5:5 >=kde-plasma/kwayland-integration-5.5.5:5 >=kde-plasma/kwin-5.5.5:5 >=kde-plasma/kwrited-5.5.5:5 >=kde-plasma/libkscreen-5.5.5:5 >=kde-plasma/libksysguard-5.5.5:5 >=kde-plasma/milou-5.5.5:5 >=kde-plasma/oxygen-5.5.5:5 >=kde-plasma/plasma-desktop-5.5.5:5 >=kde-plasma/plasma-workspace-5.5.5:5 >=kde-plasma/polkit-kde-agent-5.5.5:5 >=kde-plasma/powerdevil-5.5.5:5 >=kde-plasma/systemsettings-5.5.5:5 >=kde-plasma/user-manager-5.5.5:5 >=kde-apps/khelpcenter-5.5.5:5 bluetooth? ( >=kde-plasma/bluedevil-5.5.5:5 ) display-manager? ( sddm? ( x11-misc/sddm ) !sddm? ( x11-misc/lightdm ) ) gtk? ( >=kde-plasma/breeze-gtk-5.5.5:5 >=kde-plasma/kde-gtk-config-5.5.5:5 ) mediacenter? ( >=kde-plasma/plasma-mediacenter-5.5.5:5 ) networkmanager? ( >=kde-plasma/plasma-nm-5.5.5:5 ) pam? ( >=kde-plasma/kwallet-pam-5.5.5:5 ) pulseaudio? ( >=kde-plasma/plasma-pa-5.5.5:5 ) sddm? ( >=kde-plasma/sddm-kcm-5.5.5:5 ) sdk? ( >=kde-plasma/plasma-sdk-5.5.5:5 ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-5.5.5:5 ) SLOT=5 _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5637e8a38e175839f077397d7b53d77a +_md5_=a151c31bf61fa7fd123a05ebf38347a2 diff --git a/metadata/md5-cache/kde-plasma/plasma-nm-5.5.5 b/metadata/md5-cache/kde-plasma/plasma-nm-5.5.5 index 96fc2743b720..aaba8dfe9fec 100644 --- a/metadata/md5-cache/kde-plasma/plasma-nm-5.5.5 +++ b/metadata/md5-cache/kde-plasma/plasma-nm-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE Plasma applet for NetworkManager EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=modemmanager openconnect teamd debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=>=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kdeclarative-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kitemviews-5.21.0:5 >=kde-frameworks/knotifications-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/kwallet-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=kde-frameworks/networkmanager-qt-5.21.0:5[teamd=] >=kde-frameworks/plasma-5.21.0:5 >=kde-frameworks/solid-5.21.0:5 >=app-crypt/qca-2.1.0.3-r1:2[qt5] >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=net-misc/networkmanager-0.9.10.0[teamd=] modemmanager? ( >=kde-frameworks/modemmanager-qt-5.21.0:5 >=dev-qt/qtxml-5.5.1:5 net-misc/mobile-broadband-provider-info ) openconnect? ( >=dev-qt/qtxml-5.5.1:5 net-misc/networkmanager-openconnect net-misc/openconnect:= ) >=kde-plasma/plasma-workspace-5.5.5:5 !kde-misc/plasma-nm >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/plasma-nm-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=67b52db493ac15c3cd20ccc4226fe165 +_md5_=4742286532380c4afee1eefcc221ec92 diff --git a/metadata/md5-cache/kde-plasma/plasma-pa-5.5.5 b/metadata/md5-cache/kde-plasma/plasma-pa-5.5.5 index ad4800a072c8..cc6312fb920a 100644 --- a/metadata/md5-cache/kde-plasma/plasma-pa-5.5.5 +++ b/metadata/md5-cache/kde-plasma/plasma-pa-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Plasma applet for audio volume management using PulseAudio EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdeclarative-5.21.0:5 >=kde-frameworks/kglobalaccel-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/plasma-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 media-sound/pulseaudio >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/plasma-pa-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2fe4dd20d1d532f4c3bf8211fd978b50 +_md5_=ddff0baa4ed29f9bd8e8a64917c38ce1 diff --git a/metadata/md5-cache/kde-plasma/plasma-sdk-5.5.5-r1 b/metadata/md5-cache/kde-plasma/plasma-sdk-5.5.5-r1 index 99bf09f78b69..b59dc2fb1ad5 100644 --- a/metadata/md5-cache/kde-plasma/plasma-sdk-5.5.5-r1 +++ b/metadata/md5-cache/kde-plasma/plasma-sdk-5.5.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Useful applications for Plasma development EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=plasmate test debug test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/karchive-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kdeclarative-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kitemmodels-5.21.0:5 >=kde-frameworks/kpackage-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/ktexteditor-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/plasma-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 plasmate? ( >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/knewstuff-5.21.0:5 >=kde-frameworks/kparts-5.21.0:5 >=dev-qt/qtwebkit-5.5.1:5 dev-util/kdevplatform:5 ) !dev-util/plasmate >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/plasma-sdk-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b8d7c136dcf2ec8b9c72b94639d0986b +_md5_=f23ec71ec34151cdaec24c9b479a92c1 diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.5-r2 b/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.5-r2 index 867475246b8a..945aa6eaf592 100644 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.5-r2 +++ b/metadata/md5-cache/kde-plasma/plasma-workspace-5.5.5-r2 @@ -4,11 +4,11 @@ DESCRIPTION=KDE Plasma workspace EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=dbus +geolocation gps prison qalculate test debug +handbook test -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/baloo-5.21.0:5 >=kde-frameworks/kactivities-5.21.0:5 >=kde-frameworks/kauth-5.21.0:5 >=kde-frameworks/kbookmarks-5.21.0:5 >=kde-frameworks/kcmutils-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kcrash-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kdeclarative-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/kdesu-5.21.0:5 >=kde-frameworks/kglobalaccel-5.21.0:5 >=kde-frameworks/kguiaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kidletime-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kitemviews-5.21.0:5 >=kde-frameworks/kjobwidgets-5.21.0:5 >=kde-frameworks/kjs-5.21.0:5 >=kde-frameworks/kjsembed-5.21.0:5 >=kde-frameworks/knewstuff-5.21.0:5 >=kde-frameworks/knotifications-5.21.0:5 >=kde-frameworks/knotifyconfig-5.21.0:5 >=kde-frameworks/kpackage-5.21.0:5 >=kde-frameworks/krunner-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/ktexteditor-5.21.0:5 >=kde-frameworks/ktextwidgets-5.21.0:5 >=kde-frameworks/kwallet-5.21.0:5 >=kde-frameworks/kwayland-5.5.5:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=kde-frameworks/kxmlrpcclient-5.21.0:5 >=kde-frameworks/plasma-5.21.0:5 >=kde-frameworks/solid-5.21.0:5 >=kde-plasma/kscreenlocker-5.5.5:5 >=kde-plasma/kwin-5.5.5:5 >=kde-plasma/libkscreen-5.5.5:5 >=kde-plasma/libksysguard-5.5.5:5 >=dev-qt/qtconcurrent-5.5.1:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtdeclarative-5.5.1:5[widgets] >=dev-qt/qtgui-5.5.1:5[jpeg] >=dev-qt/qtnetwork-5.5.1:5 >=dev-qt/qtscript-5.5.1:5 >=dev-qt/qtsql-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 >=dev-qt/qtxml-5.5.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 dbus? ( dev-libs/libdbusmenu-qt[qt5] ) geolocation? ( >=kde-frameworks/networkmanager-qt-5.21.0:5 ) gps? ( sci-geosciences/gpsd ) prison? ( media-libs/prison:5 ) qalculate? ( sci-libs/libqalculate ) >=kde-frameworks/kded-5.21.0:5 >=kde-apps/kio-extras-14.12.0:5 >=kde-plasma/kde-cli-tools-5.5.5:5 >=kde-plasma/ksysguard-5.5.5:5 >=kde-plasma/milou-5.5.5:5 >=dev-qt/qdbus-5.5.1:5 >=dev-qt/qtgraphicaleffects-5.5.1:5 >=dev-qt/qtpaths-5.5.1:5 >=dev-qt/qtquickcontrols-5.5.1:5[widgets] x11-apps/mkfontdir x11-apps/xmessage x11-apps/xprop x11-apps/xrdb x11-apps/xset x11-apps/xsetroot !dev-libs/xembed-sni-proxy !kde-base/freespacenotifier:4 !kde-base/libtaskmanager:4 !kde-base/kcminit:4 !kde-base/kdebase-startkde:4 !kde-base/klipper:4 !kde-base/krunner:4 !kde-base/ksmserver:4 !kde-base/ksplash:4 !kde-base/plasma-workspace:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/plasma-workspace-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=38c9c894187708c4bf28d64ea854279e +_md5_=48ea501a410d58c7586aff0836b59113 diff --git a/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.5.5 b/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.5.5 index 32206eaba811..475894105e71 100644 --- a/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.5.5 +++ b/metadata/md5-cache/kde-plasma/plasma-workspace-wallpapers-5.5.5 @@ -3,10 +3,10 @@ DEPEND=>=kde-frameworks/extra-cmake-modules-5.21.0:5 >=dev-qt/qtcore-5.5.1:5 sys DESCRIPTION=Additional wallpapers for the Plasma workspace EAPI=6 HOMEPAGE=https://www.kde.org/ -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=!=kde-frameworks/kactivities-5.21.0:5 >=kde-frameworks/kauth-5.21.0:5[policykit] >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/kglobalaccel-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kidletime-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/knotifications-5.21.0:5 >=kde-frameworks/knotifyconfig-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/kwayland-5.5.5:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=kde-frameworks/solid-5.21.0:5 >=kde-plasma/libkscreen-5.5.5:5 >=kde-plasma/plasma-workspace-5.5.5:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 virtual/libudev:= x11-libs/libxcb >=kde-plasma/kde-cli-tools-5.5.5:5 systemd? ( >=sys-power/upower-0.9.23 ) !systemd? ( 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-base/powerdevil:4 !kde-base/systemsettings:4[handbook] >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/powerdevil-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2fe6c06b5b9cafcdca12332f7b375b65 +_md5_=20ea29d7e18eba513908dc0a2286d6ea diff --git a/metadata/md5-cache/kde-plasma/sddm-kcm-5.5.5 b/metadata/md5-cache/kde-plasma/sddm-kcm-5.5.5 index 67f17265d984..e729b8d4ed00 100644 --- a/metadata/md5-cache/kde-plasma/sddm-kcm-5.5.5 +++ b/metadata/md5-cache/kde-plasma/sddm-kcm-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=KDE control module for SDDM EAPI=6 HOMEPAGE=https://projects.kde.org/projects/kdereview/sddm-kcm IUSE=debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2+ RDEPEND=>=kde-frameworks/kauth-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=dev-qt/qtdeclarative-5.5.1:5[widgets] >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 x11-libs/libX11 x11-libs/libXcursor >=kde-plasma/kde-cli-tools-5.5.5:5 x11-misc/sddm !kde-misc/sddm-kcm >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/sddm-kcm-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=db0660aa2d78a1495329bea7b4d2cc07 +_md5_=22406f6ef3811c38348ed07de3fe0930 diff --git a/metadata/md5-cache/kde-plasma/systemsettings-5.5.5 b/metadata/md5-cache/kde-plasma/systemsettings-5.5.5 index 8a15c850750f..cef75701d836 100644 --- a/metadata/md5-cache/kde-plasma/systemsettings-5.5.5 +++ b/metadata/md5-cache/kde-plasma/systemsettings-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=System settings utility EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=classic gtk debug +handbook -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kauth-5.21.0:5 >=kde-frameworks/kcmutils-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kitemviews-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 classic? ( >=kde-frameworks/khtml-5.21.0:5 ) gtk? ( >=kde-plasma/kde-gtk-config-5.5.5:5 ) !kde-base/systemsettings:4 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/systemsettings-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=c823cc6c9bdb91a76df53c7470f86603 +_md5_=3ffa1b73eb35b383e1769ccbe8d75ac4 diff --git a/metadata/md5-cache/kde-plasma/user-manager-5.5.5 b/metadata/md5-cache/kde-plasma/user-manager-5.5.5 index d2f59823d2ed..9f47afc55f35 100644 --- a/metadata/md5-cache/kde-plasma/user-manager-5.5.5 +++ b/metadata/md5-cache/kde-plasma/user-manager-5.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=Simple system settings module to manage the users of your system EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=debug -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-libs/libpwquality-1.3.0 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/plasma/5.5.5/user-manager-5.5.5.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=49217f4ce8f8dc9196d58ab5b39ce49d +_md5_=bfb2e3cb607e0270cce447d56892100d diff --git a/metadata/md5-cache/media-fonts/font-alias-1.0.3-r1 b/metadata/md5-cache/media-fonts/font-alias-1.0.3-r1 index ee3cf1e1ddc3..542fa5ab00e3 100644 --- a/metadata/md5-cache/media-fonts/font-alias-1.0.3-r1 +++ b/metadata/md5-cache/media-fonts/font-alias-1.0.3-r1 @@ -3,9 +3,9 @@ DEPEND=x11-apps/mkfontscale >=media-fonts/font-util-1.1.1-r1 !=sys-devel/automake-1.15:1.15 ) >=s DESCRIPTION=X.Org font utilities EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/font/font-util-1.3.1.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=45a0c95b2d131e9f368fab0eb9378448 +_md5_=cfefa39c3ca1ac98c5e6db822d0a71ca diff --git a/metadata/md5-cache/media-gfx/graphicsmagick-1.3.24 b/metadata/md5-cache/media-gfx/graphicsmagick-1.3.24 index c39e41b1ad2c..a20c9b6e9a89 100644 --- a/metadata/md5-cache/media-gfx/graphicsmagick-1.3.24 +++ b/metadata/md5-cache/media-gfx/graphicsmagick-1.3.24 @@ -4,10 +4,10 @@ DESCRIPTION=Collection of tools and libraries for many image formats EAPI=6 HOMEPAGE=http://www.graphicsmagick.org/ IUSE=bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp perl png postscript q16 q32 static-libs svg threads tiff truetype webp wmf X zlib -KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=~alpha amd64 ~hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos LICENSE=MIT RDEPEND=>=sys-devel/libtool-2.2.6b bzip2? ( app-arch/bzip2 ) fpx? ( media-libs/libfpx ) imagemagick? ( !media-gfx/imagemagick ) jbig? ( media-libs/jbigkit ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/jasper ) lcms? ( media-libs/lcms:2 ) lzma? ( app-arch/xz-utils ) perl? ( dev-lang/perl ) png? ( media-libs/libpng:0 ) postscript? ( app-text/ghostscript-gpl ) svg? ( dev-libs/libxml2 ) tiff? ( media-libs/tiff:0 ) truetype? ( media-fonts/urw-fonts >=media-libs/freetype-2 ) webp? ( media-libs/libwebp ) wmf? ( media-libs/libwmf ) X? ( x11-libs/libSM x11-libs/libXext ) zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://sourceforge/graphicsmagick/GraphicsMagick-1.3.24.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=7b782dfbf4bf2a92d403dee6f2991c8a +_md5_=2b144a9a77f42575ab3cf965643ff4d3 diff --git a/metadata/md5-cache/media-gfx/imagemagick-6.9.4.6 b/metadata/md5-cache/media-gfx/imagemagick-6.9.4.6 index f140c92d7fc8..c20a63f00ee8 100644 --- a/metadata/md5-cache/media-gfx/imagemagick-6.9.4.6 +++ b/metadata/md5-cache/media-gfx/imagemagick-6.9.4.6 @@ -4,7 +4,7 @@ DESCRIPTION=A collection of tools and libraries for many image formats EAPI=6 HOMEPAGE=http://www.imagemagick.org/ IUSE=autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q64 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=imagemagick RDEPEND=dev-libs/libltdl:0 autotrace? ( >=media-gfx/autotrace-0.31.1 ) bzip2? ( app-arch/bzip2 ) corefonts? ( media-fonts/corefonts ) djvu? ( app-text/djvu ) fftw? ( sci-libs/fftw:3.0 ) fontconfig? ( media-libs/fontconfig ) fpx? ( >=media-libs/libfpx-1.3.0-r1 ) graphviz? ( media-gfx/graphviz ) jbig? ( >=media-libs/jbigkit-2:= ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 ) lcms? ( media-libs/lcms:2= ) lqr? ( media-libs/liblqr ) opencl? ( virtual/opencl ) openexr? ( media-libs/openexr:0= ) pango? ( x11-libs/pango ) perl? ( >=dev-lang/perl-5.8.8:0= ) png? ( media-libs/libpng:0= ) postscript? ( app-text/ghostscript-gpl ) raw? ( media-gfx/ufraw ) svg? ( gnome-base/librsvg ) tiff? ( media-libs/tiff:0= ) truetype? ( media-fonts/urw-fonts >=media-libs/freetype-2 ) webp? ( media-libs/libwebp:0= ) wmf? ( media-libs/libwmf ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libXext x11-libs/libXt ) xml? ( dev-libs/libxml2:= ) lzma? ( app-arch/xz-utils ) zlib? ( sys-libs/zlib:= ) REQUIRED_USE=corefonts? ( truetype ) test? ( corefonts ) @@ -12,4 +12,4 @@ RESTRICT=perl? ( userpriv ) SLOT=0/6.9.4.6 SRC_URI=mirror://imagemagick/ImageMagick-6.9.4-6.tar.xz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eb032adc67f4bafd724742437c340b55 +_md5_=5dc1ec44134646046624bb90d5846948 diff --git a/metadata/md5-cache/media-libs/freeglut-3.0.0 b/metadata/md5-cache/media-libs/freeglut-3.0.0 index 1575c48995a8..89012322f57f 100644 --- a/metadata/md5-cache/media-libs/freeglut-3.0.0 +++ b/metadata/md5-cache/media-libs/freeglut-3.0.0 @@ -4,10 +4,10 @@ DESCRIPTION=A completely OpenSourced alternative to the OpenGL Utility Toolkit ( EAPI=5 HOMEPAGE=http://freeglut.sourceforge.net/ IUSE=debug static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=MIT RDEPEND=>=virtual/glu-9.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(-)?] >=virtual/opengl-7.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(-)?] >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXi-1.7.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) SLOT=0 SRC_URI=mirror://sourceforge/freeglut/freeglut-3.0.0.tar.gz _eclasses_=cmake-multilib 273c15f5a0a06438a38bb5c3e98fa2db cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5c4f6f6bc2d7d91042915af0e61951ef +_md5_=da35de26da7560cd654ef3488f13eb8b diff --git a/metadata/md5-cache/media-libs/libepoxy-1.3.1 b/metadata/md5-cache/media-libs/libepoxy-1.3.1 index 9a74c4ce05c5..f85fa462eaa9 100644 --- a/metadata/md5-cache/media-libs/libepoxy-1.3.1 +++ b/metadata/md5-cache/media-libs/libepoxy-1.3.1 @@ -4,9 +4,9 @@ DESCRIPTION=Epoxy is a library for handling OpenGL function pointer management f EAPI=5 HOMEPAGE=https://github.com/anholt/libepoxy IUSE=test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 LICENSE=MIT SLOT=0 SRC_URI=https://github.com/anholt/libepoxy/archive/v1.3.1.tar.gz -> libepoxy-1.3.1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=db2e6a2c72016464deb89052abffa21d +_md5_=f8b1bea02ca9560466a9022b45ef4e20 diff --git a/metadata/md5-cache/media-libs/mesa-11.0.6 b/metadata/md5-cache/media-libs/mesa-11.0.6 index 85421d722dc1..5786757c330a 100644 --- a/metadata/md5-cache/media-libs/mesa-11.0.6 +++ b/metadata/md5-cache/media-libs/mesa-11.0.6 @@ -4,7 +4,7 @@ DESCRIPTION=OpenGL-like graphic library for Linux EAPI=5 HOMEPAGE=http://mesa3d.sourceforge.net/ IUSE=video_cards_i915 video_cards_i965 video_cards_ilo video_cards_intel video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_radeonsi video_cards_freedreno video_cards_nouveau video_cards_vmware bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm +nptl opencl osmesa pax_kernel openmax pic selinux +udev vaapi vdpau wayland xvmc xa kernel_FreeBSD abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=!=app-eselect/eselect-opengl-1.3.0 udev? ( kernel_linux? ( >=virtual/libudev-215:=[abi_x86_32(-)?,abi_x86_64(-)?,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/expat-2.1.0-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] gbm? ( >=virtual/libudev-215:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dri3? ( >=virtual/libudev-215:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=x11-libs/libX11-1.6.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxshmfence-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libxcb-1.9.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXfixes:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] llvm? ( !kernel_FreeBSD? ( video_cards_radeonsi? ( || ( >=dev-libs/elfutils-0.155-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libelf-0.8.13-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(-)?] ) ) !video_cards_r600? ( video_cards_radeon? ( || ( >=dev-libs/elfutils-0.155-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libelf-0.8.13-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(-)?] ) ) ) ) >=sys-devel/llvm-3.4.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] =dev-libs/elfutils-0.155-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libelf-0.8.13-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(-)?] ) ) ) openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-0.35.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(-)?] ) vdpau? ( >=x11-libs/libvdpau-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wayland? ( >=dev-libs/wayland-1.2.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=x11-libs/libdrm-2.4.64[video_cards_freedreno?,video_cards_nouveau?,video_cards_vmware?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_i915? ( >=x11-libs/libdrm-2.4.64[video_cards_intel] ) video_cards_i965? ( >=x11-libs/libdrm-2.4.64[video_cards_intel] ) video_cards_ilo? ( >=x11-libs/libdrm-2.4.64[video_cards_intel] ) video_cards_intel? ( >=x11-libs/libdrm-2.4.64[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.64[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.64[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.64[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.64[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.64[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.64[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.64[video_cards_amdgpu] ) REQUIRED_USE=d3d9? ( dri3 gallium ) llvm? ( gallium ) opencl? ( gallium llvm ) openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) vaapi? ( gallium ) vdpau? ( gallium ) wayland? ( egl gbm ) xa? ( gallium ) video_cards_freedreno? ( gallium ) video_cards_intel? ( classic ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_ilo? ( gallium ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) gallium? ( x86? ( llvm ) amd64? ( llvm ) ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium x86? ( llvm ) amd64? ( llvm ) ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vmware? ( gallium ) @@ -12,4 +12,4 @@ RESTRICT=!bindist? ( bindist ) SLOT=0 SRC_URI=ftp://ftp.freedesktop.org/pub/mesa/11.0.6/mesa-11.0.6.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=d0e8d21651ae4a6b25d8941e0964fc62 +_md5_=d02cf75e97ce0a938c0d34600d1f0376 diff --git a/metadata/md5-cache/media-libs/qt-gstreamer-1.2.0-r1 b/metadata/md5-cache/media-libs/qt-gstreamer-1.2.0-r1 deleted file mode 100644 index 1b38cbc4d07b..000000000000 --- a/metadata/md5-cache/media-libs/qt-gstreamer-1.2.0-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-libs/glib:2 >=dev-libs/boost-1.40:= qt4? ( dev-qt/qtcore:4 dev-qt/qtdeclarative:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtquick1:5 dev-qt/qtwidgets:5 ) media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 test? ( qt4? ( dev-qt/qttest:4 ) ) sys-devel/make >=dev-util/cmake-2.8.12 -DESCRIPTION=QtGStreamer provides C++ bindings for GStreamer with a Qt-style API -EAPI=5 -HOMEPAGE=https://gstreamer.freedesktop.org/modules/qt-gstreamer.html -IUSE=+qt4 qt5 test -KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 -LICENSE=LGPL-2.1 -RDEPEND=dev-libs/glib:2 >=dev-libs/boost-1.40:= qt4? ( dev-qt/qtcore:4 dev-qt/qtdeclarative:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtquick1:5 dev-qt/qtwidgets:5 ) media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 -REQUIRED_USE=|| ( qt4 qt5 ) -RESTRICT=test -SLOT=0 -SRC_URI=https://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-1.2.0.tar.xz -_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a1d7942f07db438a9bdeca8f685c4bcb diff --git a/metadata/md5-cache/media-libs/qt-gstreamer-1.2.0-r2 b/metadata/md5-cache/media-libs/qt-gstreamer-1.2.0-r2 index 7f0b87959c01..bd9985f40898 100644 --- a/metadata/md5-cache/media-libs/qt-gstreamer-1.2.0-r2 +++ b/metadata/md5-cache/media-libs/qt-gstreamer-1.2.0-r2 @@ -4,7 +4,7 @@ DESCRIPTION=C++ bindings for GStreamer with a Qt-style API EAPI=6 HOMEPAGE=https://gstreamer.freedesktop.org/modules/qt-gstreamer.html IUSE=+qt4 qt5 test -KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 LICENSE=LGPL-2.1 RDEPEND=dev-libs/glib:2 >=dev-libs/boost-1.40:= media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 qt4? ( dev-qt/qtcore:4 dev-qt/qtdeclarative:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtwidgets:5 ) REQUIRED_USE=|| ( qt4 qt5 ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-1.2.0.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0248a956af95d7f8d967881197fd1ae6 +_md5_=29ca4ef288e565d136a73ca71611dafa diff --git a/metadata/md5-cache/media-video/kamoso-3.2 b/metadata/md5-cache/media-video/kamoso-3.2 new file mode 100644 index 000000000000..d7345035b25c --- /dev/null +++ b/metadata/md5-cache/media-video/kamoso-3.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdeclarative-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 dev-libs/purpose:5 media-libs/qt-gstreamer[qt5] virtual/libudev:= sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.21.0:5 handbook? ( >=kde-frameworks/kdoctools-5.21.0:5 ) >=dev-qt/qtcore-5.5.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Application to take pictures and videos from your webcam by KDE +EAPI=6 +HOMEPAGE=https://userbase.kde.org/Kamoso +IUSE=debug +handbook +KEYWORDS=~amd64 +LICENSE=GPL-2+ +RDEPEND=>=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdeclarative-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=dev-qt/qtdeclarative-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 dev-libs/purpose:5 media-libs/qt-gstreamer[qt5] virtual/libudev:= media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l] >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.5.1:5 +SLOT=5 +SRC_URI=mirror://kde/stable/kamoso/3.2/src/kamoso-3.2.tar.xz +_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=d24eabef973356c8b0f2424fbb78f09a diff --git a/metadata/md5-cache/media-video/kmplayer-0.11.3d-r3 b/metadata/md5-cache/media-video/kmplayer-0.11.3d-r3 index 32b654571b05..035cefb4ad63 100644 --- a/metadata/md5-cache/media-video/kmplayer-0.11.3d-r3 +++ b/metadata/md5-cache/media-video/kmplayer-0.11.3d-r3 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup t DEPEND=media-libs/phonon[qt4] x11-libs/libX11 expat? ( >=dev-libs/expat-2.0.1 ) cairo? ( x11-libs/cairo x11-libs/pango ) npp? ( dev-libs/dbus-glib >=kde-apps/kreadconfig-4.4:4[aqua=] >=x11-libs/gtk+-2.10.14:2 www-plugins/adobe-flash ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] DESCRIPTION=Video player plugin for Konqueror and basic MPlayer frontend EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/extragear/multimedia/kmplayer +HOMEPAGE=https://kmplayer.kde.org IUSE=cairo debug expat npp linguas_bg linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_fr linguas_ga linguas_gl linguas_hr linguas_hu linguas_it linguas_ja linguas_km linguas_ku linguas_lt linguas_lv linguas_mai linguas_nb linguas_nds linguas_nl linguas_nn linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sr linguas_sr@latin linguas_sv linguas_th linguas_tr linguas_ug linguas_uk linguas_zh_CN linguas_zh_TW +handbook aqua KEYWORDS=amd64 x86 LICENSE=GPL-2 FDL-1.2 LGPL-2.1 @@ -10,4 +10,4 @@ RDEPEND=media-libs/phonon[qt4] x11-libs/libX11 expat? ( >=dev-libs/expat-2.0.1 ) SLOT=4 SRC_URI=https://kmplayer.kde.org/pkgs/kmplayer-0.11.3d.tar.bz2 _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base b645ec50ff5f1ffa0e9b8c505cf7be41 kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=446b0cfdc517e095b8db50b64a32d574 +_md5_=57e8f5e1b858f63f4d1579964c92e41e diff --git a/metadata/md5-cache/media-video/kmplayer-0.11.5 b/metadata/md5-cache/media-video/kmplayer-0.11.5 index 95cb9d5fba26..988efe9b7317 100644 --- a/metadata/md5-cache/media-video/kmplayer-0.11.5 +++ b/metadata/md5-cache/media-video/kmplayer-0.11.5 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup t DEPEND=media-libs/phonon[qt4] x11-libs/libX11 cairo? ( x11-libs/cairo x11-libs/pango ) expat? ( >=dev-libs/expat-2.0.1 ) npp? ( >=kde-apps/kreadconfig-4.4:4[aqua=] dev-libs/dbus-glib www-plugins/adobe-flash >=x11-libs/gtk+-2.10.14:2 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] DESCRIPTION=Video player plugin for Konqueror and basic MPlayer frontend EAPI=6 -HOMEPAGE=https://projects.kde.org/projects/extragear/multimedia/kmplayer +HOMEPAGE=https://kmplayer.kde.org IUSE=cairo debug expat npp aqua KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 FDL-1.2 LGPL-2.1 @@ -10,4 +10,4 @@ RDEPEND=media-libs/phonon[qt4] x11-libs/libX11 cairo? ( x11-libs/cairo x11-libs/ SLOT=4 SRC_URI=https://quickgit.kde.org/?p=kmplayer.git&a=snapshot&h=a28ff105e76a227b799c2bbf6e732791de5fb84e&fmt=tbz2 -> kmplayer-0.11.5.tar.bz2 _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base b645ec50ff5f1ffa0e9b8c505cf7be41 kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=580309ab98c7ad6887c97c784178a661 +_md5_=7a31c9004c761571ad3cd72418dcae8c diff --git a/metadata/md5-cache/media-video/kmplayer-0.12.0 b/metadata/md5-cache/media-video/kmplayer-0.12.0 new file mode 100644 index 000000000000..545d2ea3473e --- /dev/null +++ b/metadata/md5-cache/media-video/kmplayer-0.12.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kbookmarks-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kmediaplayer-5.21.0:5 >=kde-frameworks/kparts-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtsvg-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libxcb cairo? ( x11-libs/cairo ) npp? ( dev-libs/dbus-glib dev-libs/glib:2 www-plugins/adobe-flash >=x11-libs/gtk+-2.10.14:2 ) sys-devel/gettext sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.21.0:5 >=dev-qt/qtcore-5.5.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Video player plugin for Konqueror and basic MPlayer frontend +EAPI=6 +HOMEPAGE=https://kmplayer.kde.org +IUSE=cairo npp debug +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 FDL-1.2 LGPL-2.1 +RDEPEND=>=kde-frameworks/kbookmarks-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdelibs4support-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kmediaplayer-5.21.0:5 >=kde-frameworks/kparts-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtsvg-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtx11extras-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 media-libs/phonon[qt5] x11-libs/libX11 x11-libs/libxcb cairo? ( x11-libs/cairo ) npp? ( dev-libs/dbus-glib dev-libs/glib:2 www-plugins/adobe-flash >=x11-libs/gtk+-2.10.14:2 ) media-video/mplayer !media-video/kmplayer:4 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.5.1:5 +SLOT=5 +SRC_URI=https://quickgit.kde.org/?p=kmplayer.git&a=snapshot&h=266320addf9180b5733d9832f2b8796212c116b1&fmt=tbz2 -> kmplayer-0.12.0.tar.bz2 +_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=ab57bf057f255dd2236186063fec586e diff --git a/metadata/md5-cache/net-analyzer/bro-2.4.1-r1 b/metadata/md5-cache/net-analyzer/bro-2.4.1-r2 similarity index 61% rename from metadata/md5-cache/net-analyzer/bro-2.4.1-r1 rename to metadata/md5-cache/net-analyzer/bro-2.4.1-r2 index 33e701af3c09..45fa99884707 100644 --- a/metadata/md5-cache/net-analyzer/bro-2.4.1-r1 +++ b/metadata/md5-cache/net-analyzer/bro-2.4.1-r2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=app-shells/bash:0 dev-libs/openssl:0 net-analyzer/ipsumdump net-dns/bind-tools net-libs/libpcap sys-libs/zlib broker? ( =dev-libs/actor-framework-0.13.2* ) broctl? ( virtual/mta ) curl? ( net-misc/curl ) geoip? ( dev-libs/geoip ) ipv6? ( net-analyzer/ipsumdump[ipv6] ) jemalloc? ( dev-libs/jemalloc ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ruby? ( >=dev-lang/ruby-1.8:= ) tcmalloc? ( dev-util/google-perftools ) >=dev-lang/swig-3.0.3 dev-lang/perl sys-devel/make >=dev-util/cmake-2.8.12 +DEPEND=app-shells/bash:0 dev-libs/openssl:0 net-analyzer/ipsumdump net-dns/bind-tools net-libs/libpcap sys-libs/zlib broker? ( =dev-libs/actor-framework-0.13.2* ) broctl? ( virtual/mta ) curl? ( net-misc/curl ) geoip? ( dev-libs/geoip ) ipv6? ( net-analyzer/ipsumdump[ipv6] ) jemalloc? ( dev-libs/jemalloc ) python? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ruby? ( >=dev-lang/ruby-1.8:= ) tcmalloc? ( dev-util/google-perftools ) >=dev-lang/swig-3.0.3 dev-lang/perl sys-devel/make >=dev-util/cmake-2.8.12 DESCRIPTION=The Bro Network Security Monitor EAPI=6 HOMEPAGE=https://www.bro.org IUSE=+broccoli +broctl -broker curl debug geoip ipv6 jemalloc +python -ruby tcmalloc static-libs +tools python_targets_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=app-shells/bash:0 dev-libs/openssl:0 net-analyzer/ipsumdump net-dns/bind-tools net-libs/libpcap sys-libs/zlib broker? ( =dev-libs/actor-framework-0.13.2* ) broctl? ( virtual/mta ) curl? ( net-misc/curl ) geoip? ( dev-libs/geoip ) ipv6? ( net-analyzer/ipsumdump[ipv6] ) jemalloc? ( dev-libs/jemalloc ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ruby? ( >=dev-lang/ruby-1.8:= ) tcmalloc? ( dev-util/google-perftools ) +RDEPEND=app-shells/bash:0 dev-libs/openssl:0 net-analyzer/ipsumdump net-dns/bind-tools net-libs/libpcap sys-libs/zlib broker? ( =dev-libs/actor-framework-0.13.2* ) broctl? ( virtual/mta ) curl? ( net-misc/curl ) geoip? ( dev-libs/geoip ) ipv6? ( net-analyzer/ipsumdump[ipv6] ) jemalloc? ( dev-libs/jemalloc ) python? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) ruby? ( >=dev-lang/ruby-1.8:= ) tcmalloc? ( dev-util/google-perftools ) REQUIRED_USE=broker? ( python ) broctl? ( python ) python? ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://www.bro.org/downloads/release/bro-2.4.1.tar.gz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2d09821cfbbba287730ec5a0a622f58b +_md5_=1e5e3653cc331a082c7eaa1a37e8bcd4 diff --git a/metadata/md5-cache/net-irc/konversation-1.6 b/metadata/md5-cache/net-irc/konversation-1.6 index d92535ce5110..7ae2a32224f4 100644 --- a/metadata/md5-cache/net-irc/konversation-1.6 +++ b/metadata/md5-cache/net-irc/konversation-1.6 @@ -4,10 +4,10 @@ DESCRIPTION=A user friendly IRC Client EAPI=6 HOMEPAGE=https://kde.org/applications/internet/konversation/ https://konversation.kde.org IUSE=+crypt debug +handbook -KEYWORDS=amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=kde-frameworks/karchive-5.21.0:5 >=kde-frameworks/kbookmarks-5.21.0:5 >=kde-frameworks/kcodecs-5.21.0:5 >=kde-frameworks/kcompletion-5.21.0:5 >=kde-frameworks/kconfig-5.21.0:5 >=kde-frameworks/kconfigwidgets-5.21.0:5 >=kde-frameworks/kcoreaddons-5.21.0:5 >=kde-frameworks/kdbusaddons-5.21.0:5 >=kde-frameworks/kemoticons-5.21.0:5 >=kde-frameworks/kglobalaccel-5.21.0:5 >=kde-frameworks/ki18n-5.21.0:5 >=kde-frameworks/kiconthemes-5.21.0:5 >=kde-frameworks/kidletime-5.21.0:5 >=kde-frameworks/kio-5.21.0:5 >=kde-frameworks/kitemviews-5.21.0:5 >=kde-frameworks/knotifications-5.21.0:5 >=kde-frameworks/knotifyconfig-5.21.0:5 >=kde-frameworks/kparts-5.21.0:5 >=kde-frameworks/kservice-5.21.0:5 >=kde-frameworks/ktextwidgets-5.21.0:5 >=kde-frameworks/kwallet-5.21.0:5 >=kde-frameworks/kwidgetsaddons-5.21.0:5 >=kde-frameworks/kwindowsystem-5.21.0:5 >=kde-frameworks/kxmlgui-5.21.0:5 >=kde-frameworks/solid-5.21.0:5 >=kde-frameworks/sonnet-5.21.0:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-qt/qtxml-5.5.1:5 media-libs/phonon[qt5] sys-devel/gettext crypt? ( app-crypt/qca:2[qt5] ) !net-irc/konversation:4 crypt? ( app-crypt/qca:2[openssl] ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.5.1:5 SLOT=5 SRC_URI=mirror://kde/stable/konversation/1.6/src/konversation-1.6.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=02200ff4b55e0f83eab7a97c04a4eba4 +_md5_=0a4a1684eeb0e65603ce9e02b0681b91 diff --git a/metadata/md5-cache/net-libs/libmicrohttpd-0.9.50 b/metadata/md5-cache/net-libs/libmicrohttpd-0.9.50 new file mode 100644 index 000000000000..413d71e8cee2 --- /dev/null +++ b/metadata/md5-cache/net-libs/libmicrohttpd-0.9.50 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install test +DEPEND=ssl? ( dev-libs/libgcrypt:0= net-libs/gnutls ) test? ( ssl? ( net-misc/curl[ssl] ) ) +DESCRIPTION=Small C library to run an HTTP server as part of another application +EAPI=5 +HOMEPAGE=https://www.gnu.org/software/libmicrohttpd/ +IUSE=epoll messages ssl static-libs test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2.1 +RDEPEND=ssl? ( dev-libs/libgcrypt:0= net-libs/gnutls ) +SLOT=0/12 +SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.50.tar.gz +_md5_=a7a2ecd22e26e6f85c286404eb78336b diff --git a/metadata/md5-cache/net-libs/libssh-0.7.3-r1 b/metadata/md5-cache/net-libs/libssh-0.7.3-r1 index 7d1f7673d514..cd36e4edf063 100644 --- a/metadata/md5-cache/net-libs/libssh-0.7.3-r1 +++ b/metadata/md5-cache/net-libs/libssh-0.7.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Access a working SSH implementation by means of a library EAPI=6 HOMEPAGE=http://www.libssh.org/ IUSE=debug doc examples gcrypt gssapi libressl pcap +sftp ssh1 server static-libs test zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2.1 RDEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3: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(-)?] ) gssapi? ( >=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(-)?] ) SLOT=0/4 SRC_URI=https://red.libssh.org/attachments/download/195/libssh-0.7.3.tar.xz -> libssh-0.7.3.tar.xz _eclasses_=cmake-multilib 273c15f5a0a06438a38bb5c3e98fa2db cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=49cde81450b125109ca78da9d8e4e582 +_md5_=3548a59e2748f48b7a973cd1157dc1fa diff --git a/metadata/md5-cache/net-libs/libwebsockets-1.4 b/metadata/md5-cache/net-libs/libwebsockets-1.4 deleted file mode 100644 index 4e304f5db4f4..000000000000 --- a/metadata/md5-cache/net-libs/libwebsockets-1.4 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-util/cmake sys-devel/make >=dev-util/cmake-2.8.12 -DESCRIPTION=C/C++ websockets library -EAPI=5 -HOMEPAGE=http://libwebsockets.org/ -KEYWORDS=~amd64 -LICENSE=libwebsockets -SLOT=0 -SRC_URI=http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/libwebsockets-1.4-chrome43-firefox-36.tar.gz -_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=670939e839f55bdb6059f0d038bb2258 diff --git a/metadata/md5-cache/net-libs/libwebsockets-1.6.0 b/metadata/md5-cache/net-libs/libwebsockets-1.6.0 deleted file mode 100644 index b59a41536afc..000000000000 --- a/metadata/md5-cache/net-libs/libwebsockets-1.6.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-util/cmake sys-devel/make >=dev-util/cmake-2.8.12 -DESCRIPTION=C/C++ websockets library -EAPI=5 -HOMEPAGE=http://libwebsockets.org/ -KEYWORDS=~amd64 ~x86 -LICENSE=libwebsockets -SLOT=0 -SRC_URI=http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/libwebsockets-1.6.0-chrome48-firefox42.tar.gz -_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6a8c8da0010a09e244c91041ecf146a9 diff --git a/metadata/md5-cache/net-libs/libwebsockets-1.7.6 b/metadata/md5-cache/net-libs/libwebsockets-1.7.6 deleted file mode 100644 index 018bb4982a66..000000000000 --- a/metadata/md5-cache/net-libs/libwebsockets-1.7.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=ssl? ( dev-libs/openssl:0 ) zlib? ( sys-libs/zlib ) sys-devel/make >=dev-util/cmake-2.8.12 -DESCRIPTION=canonical libwebsockets.org websocket library -EAPI=6 -HOMEPAGE=https://libwebsockets.org/ -IUSE=+ssl +zlib static-libs +http2 ipv6 +server -client -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=ssl? ( dev-libs/openssl:0 ) zlib? ( sys-libs/zlib ) -SLOT=0 -SRC_URI=https://github.com/warmcat/libwebsockets/archive/v1.7.6.tar.gz -> libwebsockets-1.7.6.tar.gz -_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=04c995f3d8bc0c0b5e359338b2521d94 diff --git a/metadata/md5-cache/net-libs/libwebsockets-2.0.2 b/metadata/md5-cache/net-libs/libwebsockets-2.0.2 new file mode 100644 index 000000000000..fe652c58f568 --- /dev/null +++ b/metadata/md5-cache/net-libs/libwebsockets-2.0.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=sys-libs/zlib libev? ( dev-libs/libev ) libuv? ( dev-libs/libuv ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) dev-lang/perl sys-devel/make >=dev-util/cmake-2.8.12 +DESCRIPTION=canonical libwebsockets.org websocket library +EAPI=6 +HOMEPAGE=https://libwebsockets.org/ +IUSE=+http2 +ssl client ipv6 libev libressl libuv static-libs +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 +RDEPEND=sys-libs/zlib libev? ( dev-libs/libev ) libuv? ( dev-libs/libuv ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) +REQUIRED_USE=libressl? ( ssl ) +SLOT=0 +SRC_URI=https://github.com/warmcat/libwebsockets/archive/v2.0.2.tar.gz -> libwebsockets-2.0.2.tar.gz +_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=1b2982225d514e350de6aee1d3d26097 diff --git a/metadata/md5-cache/net-libs/telepathy-qt-0.9.6.1 b/metadata/md5-cache/net-libs/telepathy-qt-0.9.6.1 index 1f153aeffc09..cc44cd38c9d2 100644 --- a/metadata/md5-cache/net-libs/telepathy-qt-0.9.6.1 +++ b/metadata/md5-cache/net-libs/telepathy-qt-0.9.6.1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( qt4 qt5 ) SLOT=0 SRC_URI=https://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-0.9.6.1.tar.gz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=ba85ff9c41fe7e2d2e4bc8e9ccd9d1af +_md5_=4fb47283902531ab0064bb068e83a1aa diff --git a/metadata/md5-cache/net-libs/telepathy-qt-0.9.6.1-r1 b/metadata/md5-cache/net-libs/telepathy-qt-0.9.6.1-r1 new file mode 100644 index 000000000000..2e84b9d0ce8b --- /dev/null +++ b/metadata/md5-cache/net-libs/telepathy-qt-0.9.6.1-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=farstream? ( >=net-libs/telepathy-farstream-0.2.2 >=net-libs/telepathy-glib-0.18.0 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 ) !net-libs/telepathy-qt4 || ( >=dev-lang/python-2.7.5-r2:2.7 ) virtual/pkgconfig test? ( dev-libs/dbus-glib dev-libs/glib:2 dev-python/dbus-python qt4? ( dev-qt/qttest:4 ) qt5? ( dev-qt/qttest:5 ) ) sys-devel/make >=dev-util/cmake-2.8.12 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Qt bindings for the Telepathy D-Bus protocol +EAPI=6 +HOMEPAGE=https://telepathy.freedesktop.org/ +IUSE=debug farstream +qt4 qt5 test test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2.1 +RDEPEND=farstream? ( >=net-libs/telepathy-farstream-0.2.2 >=net-libs/telepathy-glib-0.18.0 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 ) !net-libs/telepathy-qt4 +REQUIRED_USE=|| ( qt4 qt5 ) +RESTRICT=test +SLOT=0 +SRC_URI=https://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-0.9.6.1.tar.gz +_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 +_md5_=55173f3be5a344d0c138f4c122afd95a diff --git a/metadata/md5-cache/net-misc/ntp-4.2.8_p8 b/metadata/md5-cache/net-misc/ntp-4.2.8_p8 new file mode 100644 index 000000000000..ecec6abebd38 --- /dev/null +++ b/metadata/md5-cache/net-misc/ntp-4.2.8_p8 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst prepare setup +DEPEND=readline? ( >=sys-libs/readline-4.1:0= ) >=dev-libs/libevent-2.0.9[threads?] kernel_linux? ( caps? ( sys-libs/libcap ) ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) !openntpd? ( !net-misc/openntpd ) snmp? ( net-analyzer/net-snmp ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) ) parse-clocks? ( net-misc/pps-tools ) virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=Network Time Protocol suite/programs +EAPI=5 +HOMEPAGE=http://www.ntp.org/ +IUSE=caps debug ipv6 libressl openntpd parse-clocks readline samba selinux snmp ssl +threads vim-syntax zeroconf +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~m68k-mint +LICENSE=HPND BSD ISC +PDEPEND=openntpd? ( net-misc/openntpd ) +RDEPEND=readline? ( >=sys-libs/readline-4.1:0= ) >=dev-libs/libevent-2.0.9[threads?] kernel_linux? ( caps? ( sys-libs/libcap ) ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) !openntpd? ( !net-misc/openntpd ) snmp? ( net-analyzer/net-snmp ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) ) parse-clocks? ( net-misc/pps-tools ) selinux? ( sec-policy/selinux-ntp ) vim-syntax? ( app-vim/ntp-syntax ) +SLOT=0 +SRC_URI=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p8.tar.gz https://dev.gentoo.org/~polynomial-c/ntp-4.2.8p8-manpages.tar.xz +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=400a829a32a4306f957fae374d1eb7d0 diff --git a/metadata/md5-cache/net-misc/openntpd-6.0_p1 b/metadata/md5-cache/net-misc/openntpd-6.0_p1 index e17972fb7394..bfa054cd3f38 100644 --- a/metadata/md5-cache/net-misc/openntpd-6.0_p1 +++ b/metadata/md5-cache/net-misc/openntpd-6.0_p1 @@ -4,10 +4,10 @@ DESCRIPTION=Lightweight NTP server ported from OpenBSD EAPI=5 HOMEPAGE=http://www.openntpd.org/ IUSE=libressl selinux -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd LICENSE=BSD GPL-2 RDEPEND=!<=net-misc/ntp-4.2.0-r2 !net-misc/ntp[-openntpd] libressl? ( >=dev-libs/libressl-2.3.2 ) selinux? ( sec-policy/selinux-ntp ) SLOT=0 SRC_URI=mirror://openbsd/OpenNTPD/openntpd-6.0p1.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=ee4d70fda2520d8354378a078db473bd +_md5_=77ba087388787ca1e5d795f9706d89e4 diff --git a/metadata/md5-cache/net-misc/tigervnc-1.4.2-r2 b/metadata/md5-cache/net-misc/tigervnc-1.4.2-r2 index 28a98e5f909c..a157ab035261 100644 --- a/metadata/md5-cache/net-misc/tigervnc-1.4.2-r2 +++ b/metadata/md5-cache/net-misc/tigervnc-1.4.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Remote desktop viewer display system EAPI=4 HOMEPAGE=http://www.tigervnc.org IUSE=gnutls java nptl +opengl pam server +xorgmodule elibc_FreeBSD java -KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 +KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 LICENSE=GPL-2 RDEPEND=virtual/jpeg:0 sys-libs/zlib >=x11-libs/libXtst-1.0.99.2 >=x11-libs/fltk-1.3.1 gnutls? ( net-libs/gnutls ) java? ( >=virtual/jre-1.5 ) pam? ( virtual/pam ) server? ( dev-lang/perl >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 x11-libs/libXrender >=x11-libs/pixman-0.27.2 >=x11-apps/xauth-1.0.3 x11-apps/xsetroot >=x11-misc/xkeyboard-config-2.4.1-r3 opengl? ( >=app-eselect/eselect-opengl-1.0.8 ) xorgmodule? ( =x11-base/xorg-server-1.17* ) ) !net-misc/vnc !net-misc/tightvnc !net-misc/xf4vnc java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=https://github.com/TigerVNC/tigervnc/archive/v1.4.2.tar.gz -> tigervnc-1.4.2.tar.gz mirror://gentoo/tigervnc.png mirror://gentoo/tigervnc-1.4.2-patches-0.1.tar.bz2 https://dev.gentoo.org/~armin76/dist/tigervnc-1.4.2-patches-0.1.tar.bz2 server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-1.17.1.tar.bz2 ) _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1b83f1e487ff3c21c5e9266c6aec0908 +_md5_=9e7a31fb3a7d8bb113b6d67b485b78a7 diff --git a/metadata/md5-cache/net-p2p/ktorrent-5.0 b/metadata/md5-cache/net-p2p/ktorrent-5.0 index 1bb85c03a3bf..b4887c6b8b78 100644 --- a/metadata/md5-cache/net-p2p/ktorrent-5.0 +++ b/metadata/md5-cache/net-p2p/ktorrent-5.0 @@ -10,4 +10,4 @@ RDEPEND=>=kde-frameworks/karchive-5.21.0:5 >=kde-frameworks/kcmutils-5.21.0:5 >= SLOT=5 SRC_URI=mirror://kde/stable/ktorrent/5.0/ktorrent-5.0.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5474be11fde9b5b733b460f900d41fdf +_md5_=df5fcf0168019bc2cce5ec85fa25c5cf diff --git a/metadata/md5-cache/net-p2p/ktorrent-5.0.1 b/metadata/md5-cache/net-p2p/ktorrent-5.0.1 index ca93410a88f8..10831adc0b14 100644 --- a/metadata/md5-cache/net-p2p/ktorrent-5.0.1 +++ b/metadata/md5-cache/net-p2p/ktorrent-5.0.1 @@ -10,4 +10,4 @@ RDEPEND=>=kde-frameworks/karchive-5.21.0:5 >=kde-frameworks/kcmutils-5.21.0:5 >= SLOT=5 SRC_URI=mirror://kde/stable/ktorrent/5.0/ktorrent-5.0.1.tar.xz _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 21d16de16b973609ba860715a3d5c397 kde5-functions 664f1e251ae4f3902015f39e2a216329 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=14abd1831b9d70d64375df160f5c4c0b +_md5_=8e7295a8887bb1005a64fa50495a543b diff --git a/metadata/md5-cache/net-print/cups-filters-1.5.0 b/metadata/md5-cache/net-print/cups-filters-1.5.0 index bc39bba99c68..fe53c2d1b2d7 100644 --- a/metadata/md5-cache/net-print/cups-filters-1.5.0 +++ b/metadata/md5-cache/net-print/cups-filters-1.5.0 @@ -10,4 +10,4 @@ RDEPEND=>=app-text/ghostscript-gpl-9.09 >=app-text/poppler-0.32:=[cxx,jpeg?,lcms SLOT=0 SRC_URI=http://www.openprinting.org/download/cups-filters/cups-filters-1.5.0.tar.xz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module c584f9e0fe426f3dcc2c46c6f7cb95ce systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=49b79a162f0370a34aedde594fbbe09c +_md5_=98e149c693e15e147808f99cd227e6de diff --git a/metadata/md5-cache/net-print/cups-filters-1.6.0 b/metadata/md5-cache/net-print/cups-filters-1.6.0 index 82e8db45cd1a..b2d8421056b5 100644 --- a/metadata/md5-cache/net-print/cups-filters-1.6.0 +++ b/metadata/md5-cache/net-print/cups-filters-1.6.0 @@ -10,4 +10,4 @@ RDEPEND=>=app-text/ghostscript-gpl-9.09 >=app-text/poppler-0.32:=[cxx,jpeg?,lcms SLOT=0 SRC_URI=http://www.openprinting.org/download/cups-filters/cups-filters-1.6.0.tar.xz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module c584f9e0fe426f3dcc2c46c6f7cb95ce systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb unpacker 45d07319df5f40ee6af58418b0f930be -_md5_=3773ce6690fd29e928d30bf7a19d12d3 +_md5_=75823d234c7a05b973241c4174ea8e01 diff --git a/metadata/md5-cache/net-print/hplip-3.14.10 b/metadata/md5-cache/net-print/hplip-3.14.10 index adf58ae65025..034ea66e9cb3 100644 --- a/metadata/md5-cache/net-print/hplip-3.14.10 +++ b/metadata/md5-cache/net-print/hplip-3.14.10 @@ -1,6 +1,6 @@ DEFINED_PHASES=configure install postinst prepare setup DEPEND=virtual/jpeg:0 hpijs? ( || ( >=net-print/cups-filters-1.0.43-r1[foomatic] >=net-print/foomatic-filters-3.0.20080507[cups] ) ) !minimal? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=net-print/cups-1.4.0 !libusb0? ( virtual/libusb:1 ) libusb0? ( virtual/libusb:0 ) scanner? ( >=media-gfx/sane-backends-1.0.19-r1 ) fax? ( >=sys-apps/dbus-1.6.8-r1 ) snmp? ( net-analyzer/net-snmp dev-libs/openssl:0 ) ) virtual/pkgconfig virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=HP Linux Imaging and Printing. Includes printer, scanner, fax drivers and service tools +DESCRIPTION=HP Linux Imaging and Printing - Print, scan, fax drivers and service tools EAPI=5 HOMEPAGE=http://hplipopensource.com/hplip-web/index.html IUSE=doc fax +hpcups hpijs kde libnotify -libusb0 minimal parport policykit qt4 scanner snmp static-ppds X python_targets_python2_7 @@ -11,4 +11,4 @@ REQUIRED_USE=!minimal? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://sourceforge/hplip/hplip-3.14.10.tar.gz https://dev.gentoo.org/~billie/distfiles/hplip-3.14.10-patches-1.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb udev 73058269b3e70e34e084fa3981282338 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c4d089c2994f50fcb11511afa7e6c483 +_md5_=936d1ad794f054aaf98906420de1d279 diff --git a/metadata/md5-cache/net-print/hplip-3.16.5 b/metadata/md5-cache/net-print/hplip-3.16.5 new file mode 100644 index 000000000000..d6c0497edd1b --- /dev/null +++ b/metadata/md5-cache/net-print/hplip-3.16.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst prepare setup +DEPEND=virtual/jpeg:0 hpijs? ( || ( >=net-print/cups-filters-1.0.43-r1[foomatic] >=net-print/foomatic-filters-3.0.20080507[cups] ) ) !minimal? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] >=net-print/cups-1.4.0 !libusb0? ( virtual/libusb:1 ) libusb0? ( virtual/libusb:0 ) scanner? ( >=media-gfx/sane-backends-1.0.19-r1 ) fax? ( >=sys-apps/dbus-1.6.8-r1 ) snmp? ( net-analyzer/net-snmp dev-libs/openssl:0 ) ) virtual/pkgconfig virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=HP Linux Imaging and Printing - Print, scan, fax drivers and service tools +EAPI=6 +HOMEPAGE=http://hplipopensource.com/hplip-web/index.html +IUSE=doc fax +hpcups hpijs kde -libusb0 minimal parport policykit +qt4 qt5 scanner +snmp static-ppds X python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 +KEYWORDS=~amd64 ~arm ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=virtual/jpeg:0 hpijs? ( || ( >=net-print/cups-filters-1.0.43-r1[foomatic] >=net-print/foomatic-filters-3.0.20080507[cups] ) ) !minimal? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] >=net-print/cups-1.4.0 !libusb0? ( virtual/libusb:1 ) libusb0? ( virtual/libusb:0 ) scanner? ( >=media-gfx/sane-backends-1.0.19-r1 ) fax? ( >=sys-apps/dbus-1.6.8-r1 ) snmp? ( net-analyzer/net-snmp dev-libs/openssl:0 ) ) >=app-text/ghostscript-gpl-8.71-r3 policykit? ( sys-auth/polkit ) !minimal? ( >=dev-python/dbus-python-1.2.0-r1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] dev-python/pygobject[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] kernel_linux? ( virtual/udev ) scanner? ( >=dev-python/reportlab-3.1.44-r2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] >=dev-python/pillow-3.1.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] X? ( || ( kde? ( kde-misc/skanlite ) media-gfx/xsane media-gfx/sane-frontends ) ) ) fax? ( >=dev-python/reportlab-3.1.44-r2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) qt4? ( >=dev-python/PyQt4-4.11.1[dbus,X,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) ) +REQUIRED_USE=!minimal? ( ^^ ( python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) ) ^^ ( qt4 qt5 ) +SLOT=0 +SRC_URI=mirror://sourceforge/hplip/hplip-3.16.5.tar.gz https://dev.gentoo.org/~billie/distfiles/hplip-3.16.5-patches-1.tar.xz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb udev 73058269b3e70e34e084fa3981282338 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=3f91b0c8b9cbc46a25fc30062a54c790 diff --git a/metadata/md5-cache/net-wireless/gqrx-2.5.3 b/metadata/md5-cache/net-wireless/gqrx-2.5.3 new file mode 100644 index 000000000000..de92d1c664f2 --- /dev/null +++ b/metadata/md5-cache/net-wireless/gqrx-2.5.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=>=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter] >=net-wireless/gr-osmosdr-0.1.0:= dev-libs/boost:= dev-qt/qtcore:4 dev-qt/qtgui:4 pulseaudio? ( media-sound/pulseaudio:= ) +DESCRIPTION=Software defined radio receiver powered by GNU Radio and Qt +EAPI=5 +HOMEPAGE=http://gqrx.dk/ +IUSE=pulseaudio +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-3 +RDEPEND=>=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter] >=net-wireless/gr-osmosdr-0.1.0:= dev-libs/boost:= dev-qt/qtcore:4 dev-qt/qtgui:4 pulseaudio? ( media-sound/pulseaudio:= ) dev-qt/qtsvg:4 +SLOT=0 +SRC_URI=https://github.com/csete/gqrx/archive/v2.5.3.tar.gz -> gqrx-2.5.3.tar.gz +_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=1e10eb8fdff58f25e593ce003b870859 diff --git a/metadata/md5-cache/net-wireless/gqrx-9999 b/metadata/md5-cache/net-wireless/gqrx-9999 index 8929b03d8051..18b4521a1dc9 100644 --- a/metadata/md5-cache/net-wireless/gqrx-9999 +++ b/metadata/md5-cache/net-wireless/gqrx-9999 @@ -8,4 +8,4 @@ LICENSE=GPL-3 RDEPEND=>=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter] >=net-wireless/gr-osmosdr-0.1.0:= dev-libs/boost:= dev-qt/qtcore:4 dev-qt/qtgui:4 pulseaudio? ( media-sound/pulseaudio:= ) dev-qt/qtsvg:4 SLOT=0 _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 792f83d5ec9536cb5ccef375469d8bde git-r3 00f60a84fc7b499c99edfe99caea9f95 multilib d062ae4ba2fc40a19c11de2ad89b6616 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=e0f1e66ebaac45e405f6b3f7a81ddc89 +_md5_=1e10eb8fdff58f25e593ce003b870859 diff --git a/metadata/md5-cache/sys-apps/systemd-230-r1 b/metadata/md5-cache/sys-apps/systemd-230-r1 index 07fb8eed87ee..18410c4d8c46 100644 --- a/metadata/md5-cache/sys-apps/systemd-230-r1 +++ b/metadata/md5-cache/sys-apps/systemd-230-r1 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install postinst prepare prerm pretend setup test unpack -DEPEND=>=sys-apps/util-linux-2.27.1:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap: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-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) curl? ( net-misc/curl:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) http? ( >=net-libs/libmicrohttpd-0.9.33:0= ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) idn? ( net-dns/libidn:0= ) importd? ( app-arch/bzip2:0= sys-libs/zlib:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p131: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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1: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(-)?] ) nat? ( net-firewall/iptables:0= ) pam? ( virtual/pam:= ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) sysv-utils? ( !sys-apps/systemd-sysv-utils !sys-apps/sysvinit ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-apps/coreutils-8.16 >=sys-devel/binutils-2.23.1 >=sys-devel/gcc-4.6 >=sys-kernel/linux-headers-3.11 virtual/pkgconfig gnuefi? ( >=sys-boot/gnu-efi-3.0.2 ) test? ( >=sys-apps/dbus-1.6.8-r1:0 ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt:0 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig +DEPEND=>=sys-apps/util-linux-2.27.1:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap: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-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) curl? ( net-misc/curl:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) http? ( >=net-libs/libmicrohttpd-0.9.33:0= ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) idn? ( net-dns/libidn:0= ) importd? ( app-arch/bzip2:0= sys-libs/zlib:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p131: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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1: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(-)?] ) nat? ( net-firewall/iptables:0= ) pam? ( virtual/pam:= ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) sysv-utils? ( !sys-apps/systemd-sysv-utils !sys-apps/sysvinit ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-apps/coreutils-8.16 >=sys-devel/binutils-2.23.1 >=sys-devel/gcc-4.6 >=sys-kernel/linux-headers-3.11 virtual/pkgconfig gnuefi? ( >=sys-boot/gnu-efi-3.0.2 ) test? ( >=sys-apps/dbus-1.6.8-r1:0 ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt:0 doc? ( || ( ( dev-lang/python:3.5 dev-python/lxml[python_targets_python3_5(-),python_single_target_python3_5(+)] ) ( dev-lang/python:3.4 dev-python/lxml[python_targets_python3_4(-),python_single_target_python3_4(+)] ) ( >=dev-lang/python-3.3.2-r2:3.3 dev-python/lxml[python_targets_python3_3(-),python_single_target_python3_3(+)] ) ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/lxml[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig DESCRIPTION=System and service manager for Linux EAPI=6 HOMEPAGE=https://www.freedesktop.org/wiki/Software/systemd -IUSE=acl apparmor audit cryptsetup curl elfutils +gcrypt gnuefi http idn importd +kdbus +kmod +lz4 lzma nat pam policykit qrcode +seccomp selinux ssl sysv-utils test vanilla xkb abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +IUSE=acl apparmor audit cryptsetup curl doc elfutils +gcrypt gnuefi http idn importd +kdbus +kmod +lz4 lzma nat pam policykit qrcode +seccomp selinux ssl sysv-utils test vanilla xkb abi_x86_32 abi_x86_64 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 LGPL-2.1 MIT public-domain PDEPEND=>=sys-apps/dbus-1.8.8:0[systemd] >=sys-apps/hwids-20150417[udev] >=sys-fs/udev-init-scripts-25 policykit? ( sys-auth/polkit ) !vanilla? ( sys-apps/gentoo-systemd-integration ) RDEPEND=>=sys-apps/util-linux-2.27.1:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap: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-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) curl? ( net-misc/curl:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) http? ( >=net-libs/libmicrohttpd-0.9.33:0= ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) idn? ( net-dns/libidn:0= ) importd? ( app-arch/bzip2:0= sys-libs/zlib:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p131: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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1: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(-)?] ) nat? ( net-firewall/iptables:0= ) pam? ( virtual/pam:= ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) sysv-utils? ( !sys-apps/systemd-sysv-utils !sys-apps/sysvinit ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) >=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-systemd ) !sys-auth/nss-myhostname !sys-fs/eudev !sys-fs/udev REQUIRED_USE=importd? ( curl gcrypt lzma ) SLOT=0/2 -SRC_URI=https://github.com/systemd/systemd/archive/v230.tar.gz -> systemd-230.tar.gz https://dev.gentoo.org/~floppym/dist/systemd-230-patches.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=06e2b7ce32357d8b1cbf0b303be9c3cc +SRC_URI=https://github.com/systemd/systemd/archive/v230.tar.gz -> systemd-230.tar.gz !doc? ( https://dev.gentoo.org/~floppym/dist/systemd-230-man.tar.gz ) https://dev.gentoo.org/~floppym/dist/systemd-230-patches.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=15e0ef01a80c7e66c57f07b5760c9fbc diff --git a/metadata/md5-cache/sys-apps/systemd-9999 b/metadata/md5-cache/sys-apps/systemd-9999 index f55ca74450c9..7d378bce3472 100644 --- a/metadata/md5-cache/sys-apps/systemd-9999 +++ b/metadata/md5-cache/sys-apps/systemd-9999 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst prepare prerm pretend setup test unpack -DEPEND=>=sys-apps/util-linux-2.27.1:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap: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-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) curl? ( net-misc/curl:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) http? ( >=net-libs/libmicrohttpd-0.9.33:0= ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) idn? ( net-dns/libidn:0= ) importd? ( app-arch/bzip2:0= sys-libs/zlib:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p131: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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1: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(-)?] ) nat? ( net-firewall/iptables:0= ) pam? ( virtual/pam:= ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) sysv-utils? ( !sys-apps/systemd-sysv-utils !sys-apps/sysvinit ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-apps/coreutils-8.16 >=sys-devel/binutils-2.23.1 >=sys-devel/gcc-4.6 >=sys-kernel/linux-headers-3.11 virtual/pkgconfig gnuefi? ( >=sys-boot/gnu-efi-3.0.2 ) test? ( >=sys-apps/dbus-1.6.8-r1:0 ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt:0 >=dev-vcs/git-1.8.2.1 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig +DEPEND=>=sys-apps/util-linux-2.27.1:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap: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-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) curl? ( net-misc/curl:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) http? ( >=net-libs/libmicrohttpd-0.9.33:0= ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) idn? ( net-dns/libidn:0= ) importd? ( app-arch/bzip2:0= sys-libs/zlib:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p131: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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1: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(-)?] ) nat? ( net-firewall/iptables:0= ) pam? ( virtual/pam:= ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) sysv-utils? ( !sys-apps/systemd-sysv-utils !sys-apps/sysvinit ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-apps/coreutils-8.16 >=sys-devel/binutils-2.23.1 >=sys-devel/gcc-4.6 >=sys-kernel/linux-headers-3.11 virtual/pkgconfig gnuefi? ( >=sys-boot/gnu-efi-3.0.2 ) test? ( >=sys-apps/dbus-1.6.8-r1:0 ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt:0 doc? ( || ( ( dev-lang/python:3.5 dev-python/lxml[python_targets_python3_5(-),python_single_target_python3_5(+)] ) ( dev-lang/python:3.4 dev-python/lxml[python_targets_python3_4(-),python_single_target_python3_4(+)] ) ( >=dev-lang/python-3.3.2-r2:3.3 dev-python/lxml[python_targets_python3_3(-),python_single_target_python3_3(+)] ) ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/lxml[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) ) >=dev-vcs/git-1.8.2.1 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig DESCRIPTION=System and service manager for Linux EAPI=6 HOMEPAGE=https://www.freedesktop.org/wiki/Software/systemd -IUSE=acl apparmor audit cryptsetup curl elfutils +gcrypt gnuefi http idn importd +kdbus +kmod +lz4 lzma nat pam policykit qrcode +seccomp selinux ssl sysv-utils test vanilla xkb abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +IUSE=acl apparmor audit cryptsetup curl doc elfutils +gcrypt gnuefi http idn importd +kdbus +kmod +lz4 lzma nat pam policykit qrcode +seccomp selinux ssl sysv-utils test vanilla xkb abi_x86_32 abi_x86_64 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-2 LGPL-2.1 MIT public-domain PDEPEND=>=sys-apps/dbus-1.8.8:0[systemd] >=sys-apps/hwids-20150417[udev] >=sys-fs/udev-init-scripts-25 policykit? ( sys-auth/polkit ) !vanilla? ( sys-apps/gentoo-systemd-integration ) RDEPEND=>=sys-apps/util-linux-2.27.1:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap: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-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) curl? ( net-misc/curl:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) http? ( >=net-libs/libmicrohttpd-0.9.33:0= ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) idn? ( net-dns/libidn:0= ) importd? ( app-arch/bzip2:0= sys-libs/zlib:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p131: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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1: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(-)?] ) nat? ( net-firewall/iptables:0= ) pam? ( virtual/pam:= ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) sysv-utils? ( !sys-apps/systemd-sysv-utils !sys-apps/sysvinit ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) >=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-systemd ) !sys-auth/nss-myhostname !sys-fs/eudev !sys-fs/udev REQUIRED_USE=importd? ( curl gcrypt lzma ) SLOT=0/2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 00f60a84fc7b499c99edfe99caea9f95 libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2f1d670645e87bbba0dcfc49b0af32a3 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 00f60a84fc7b499c99edfe99caea9f95 libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=856d316104773bb0b9e1b046277a9146 diff --git a/metadata/md5-cache/sys-apps/texinfo-6.1 b/metadata/md5-cache/sys-apps/texinfo-6.1 index b30292fe89fd..4afcdfc8cad3 100644 --- a/metadata/md5-cache/sys-apps/texinfo-6.1 +++ b/metadata/md5-cache/sys-apps/texinfo-6.1 @@ -4,10 +4,10 @@ DESCRIPTION=The GNU info program and utilities EAPI=5 HOMEPAGE=https://www.gnu.org/software/texinfo/ IUSE=nls static -KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=GPL-3 RDEPEND=!=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2:0= dev-lang/perl:= dev-perl/libintl-perl dev-perl/Unicode-EastAsianWidth dev-perl/Text-Unidecode nls? ( virtual/libintl ) SLOT=0 SRC_URI=mirror://gnu/texinfo/texinfo-6.1.tar.xz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=44dd90e4ff9a49e484550e15adb08fcf +_md5_=c2d21d39ce1351a27645075ec2ee94c9 diff --git a/metadata/md5-cache/sys-auth/consolekit-1.1.0 b/metadata/md5-cache/sys-auth/consolekit-1.1.0 index 3c6d2ba5772a..e7a42f75f0ae 100644 --- a/metadata/md5-cache/sys-auth/consolekit-1.1.0 +++ b/metadata/md5-cache/sys-auth/consolekit-1.1.0 @@ -4,10 +4,10 @@ DESCRIPTION=Framework for defining and tracking users, login sessions and seats EAPI=6 HOMEPAGE=https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit IUSE=acl cgroups debug doc kernel_linux pam pm-utils policykit selinux test -KEYWORDS=~alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.40:2=[dbus] >=sys-devel/gettext-0.19 sys-apps/dbus sys-libs/zlib:= x11-libs/libX11:= acl? ( sys-apps/acl:= >=virtual/udev-200 ) cgroups? ( app-admin/cgmanager >=sys-libs/libnih-1.0.2[dbus] ) pam? ( virtual/pam ) policykit? ( >=sys-auth/polkit-0.110 ) kernel_linux? ( sys-apps/coreutils[acl?] ) pm-utils? ( sys-power/pm-utils ) selinux? ( sec-policy/selinux-consolekit ) SLOT=0 SRC_URI=https://github.com/ConsoleKit2/ConsoleKit2/releases/download/1.1.0/ConsoleKit2-1.1.0.tar.bz2 https://launchpad.net/debian/+archive/primary/+files/consolekit_0.4.6-4.debian.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=26afe3ca3cafe602ea3d0a424af75b8d +_md5_=affc4b16f900c0e85378e9c904724e88 diff --git a/metadata/md5-cache/sys-cluster/torque-2.5.13 b/metadata/md5-cache/sys-cluster/torque-2.5.13-r1 similarity index 67% rename from metadata/md5-cache/sys-cluster/torque-2.5.13 rename to metadata/md5-cache/sys-cluster/torque-2.5.13-r1 index 91e2159782d9..f51af1ba7ccc 100644 --- a/metadata/md5-cache/sys-cluster/torque-2.5.13 +++ b/metadata/md5-cache/sys-cluster/torque-2.5.13-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile config configure install postinst preinst prepare setup test -DEPEND=sys-libs/ncurses sys-libs/readline munge? ( sys-auth/munge ) tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat sys-apps/ed !sys-cluster/slurm +DEPEND=sys-libs/readline:0= munge? ( sys-auth/munge ) tk? ( dev-lang/tk:0= dev-lang/tcl:0= ) syslog? ( virtual/logger ) !!games-util/qstat sys-libs/ncurses:* sys-apps/ed !!sys-cluster/slurm DESCRIPTION=Resource manager and queuing system based on OpenPBS -EAPI=4 +EAPI=5 HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque IUSE=cpusets +crypt doc drmaa kernel_linux munge server static-libs +syslog threads tk xml KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 LICENSE=torque-2.5 -RDEPEND=sys-libs/ncurses sys-libs/readline munge? ( sys-auth/munge ) tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat crypt? ( net-misc/openssh ) !crypt? ( net-misc/netkit-rsh ) +RDEPEND=sys-libs/readline:0= munge? ( sys-auth/munge ) tk? ( dev-lang/tk:0= dev-lang/tcl:0= ) syslog? ( virtual/logger ) !!games-util/qstat crypt? ( net-misc/openssh ) !crypt? ( net-misc/netkit-rsh ) SLOT=0 SRC_URI=http://www.adaptivecomputing.com/index.php?wpfb_dl=1643 -> torque-2.5.13.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=883e92923d530e635c147ce417835150 +_md5_=e40cf39c3fc942f6e56c7ff2208405f0 diff --git a/metadata/md5-cache/sys-cluster/torque-4.1.7 b/metadata/md5-cache/sys-cluster/torque-4.1.7 deleted file mode 100644 index ffd1f2f9b360..000000000000 --- a/metadata/md5-cache/sys-cluster/torque-4.1.7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=config configure install postinst preinst prepare setup -DEPEND=sys-libs/ncurses sys-libs/readline cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat !sys-cluster/slurm -DESCRIPTION=Resource manager and queuing system based on OpenPBS -EAPI=5 -HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque -IUSE=cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk -KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 -LICENSE=torque-2.5 -RDEPEND=sys-libs/ncurses sys-libs/readline cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat crypt? ( net-misc/openssh ) !crypt? ( net-misc/netkit-rsh ) !dev-libs/uthash -SLOT=0 -SRC_URI=http://www.adaptivecomputing.com/index.php?wpfb_dl=1690 -> torque-4.1.7.tar.gz -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e83201b2f5dc8c48f10101b3c4c486f2 diff --git a/metadata/md5-cache/sys-cluster/torque-4.1.7-r1 b/metadata/md5-cache/sys-cluster/torque-4.1.7-r1 new file mode 100644 index 000000000000..b36e4868430d --- /dev/null +++ b/metadata/md5-cache/sys-cluster/torque-4.1.7-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=config configure install postinst preinst prepare setup +DEPEND=sys-libs/zlib sys-libs/readline:0= libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0= ) cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk:0= dev-lang/tcl:0= ) syslog? ( virtual/logger ) !!games-util/qstat sys-libs/ncurses:* !!sys-cluster/slurm +DESCRIPTION=Resource manager and queuing system based on OpenPBS +EAPI=5 +HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque +IUSE=cpusets +crypt doc drmaa kernel_linux libressl munge nvidia server +syslog tk +KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 +LICENSE=torque-2.5 +RDEPEND=sys-libs/zlib sys-libs/readline:0= libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0= ) cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk:0= dev-lang/tcl:0= ) syslog? ( virtual/logger ) !!games-util/qstat crypt? ( net-misc/openssh ) !crypt? ( net-misc/netkit-rsh ) !dev-libs/uthash +SLOT=0 +SRC_URI=http://www.adaptivecomputing.com/index.php?wpfb_dl=1690 -> torque-4.1.7.tar.gz +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=4326fd6635cb46d0d3ad67604607f118 diff --git a/metadata/md5-cache/sys-cluster/torque-4.2.9-r4 b/metadata/md5-cache/sys-cluster/torque-4.2.9-r4 deleted file mode 100644 index d4b5215470e5..000000000000 --- a/metadata/md5-cache/sys-cluster/torque-4.2.9-r4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst preinst prepare setup -DEPEND=sys-libs/ncurses sys-libs/readline:* cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk:0 ) syslog? ( virtual/logger ) !games-util/qstat !sys-cluster/slurm -DESCRIPTION=Resource manager and queuing system based on OpenPBS -EAPI=5 -HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque -IUSE=cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 -LICENSE=torque-2.5 -RDEPEND=sys-libs/ncurses sys-libs/readline:* cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk:0 ) syslog? ( virtual/logger ) !games-util/qstat crypt? ( net-misc/openssh ) !crypt? ( net-misc/netkit-rsh ) !dev-libs/uthash -SLOT=0 -SRC_URI=http://www.adaptivecomputing.com/index.php?wpfb_dl=2849 -> torque-4.2.9.tar.gz -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f78b4608813a645d9fe665536d7668a1 diff --git a/metadata/md5-cache/sys-cluster/torque-4.2.9-r5 b/metadata/md5-cache/sys-cluster/torque-4.2.9-r5 new file mode 100644 index 000000000000..20ddaf23f7fc --- /dev/null +++ b/metadata/md5-cache/sys-cluster/torque-4.2.9-r5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst preinst prepare setup +DEPEND=sys-libs/zlib sys-libs/readline:0= dev-libs/libxml2 !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk:0= dev-lang/tcl:0= ) syslog? ( virtual/logger ) !!games-util/qstat sys-libs/ncurses:* !!sys-cluster/slurm +DESCRIPTION=Resource manager and queuing system based on OpenPBS +EAPI=5 +HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque +IUSE=cpusets +crypt doc drmaa kernel_linux libressl munge nvidia server +syslog tk +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=torque-2.5 +RDEPEND=sys-libs/zlib sys-libs/readline:0= dev-libs/libxml2 !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk:0= dev-lang/tcl:0= ) syslog? ( virtual/logger ) !!games-util/qstat crypt? ( net-misc/openssh ) !crypt? ( net-misc/netkit-rsh ) !dev-libs/uthash +SLOT=0 +SRC_URI=http://www.adaptivecomputing.com/index.php?wpfb_dl=2849 -> torque-4.2.9.tar.gz +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=b162316d04779e6edf4b61edde54883f diff --git a/metadata/md5-cache/sys-devel/crossdev-20150602 b/metadata/md5-cache/sys-devel/crossdev-20150602 deleted file mode 100644 index 8a511ec97183..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20150602 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20150602.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20150602.tar.xz -_md5_=503724924a4c2f80abf10ef32e402e1a diff --git a/metadata/md5-cache/sys-devel/crossdev-20150716 b/metadata/md5-cache/sys-devel/crossdev-20150716 deleted file mode 100644 index 40e0102d716f..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20150716 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20150716.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20150716.tar.xz -_md5_=503724924a4c2f80abf10ef32e402e1a diff --git a/metadata/md5-cache/sys-devel/crossdev-20151026 b/metadata/md5-cache/sys-devel/crossdev-20151026 deleted file mode 100644 index 4fc69bebdf21..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20151026 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20151026.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20151026.tar.xz -_md5_=849794e93db62202f3b7bb8c07707003 diff --git a/metadata/md5-cache/sys-devel/crossdev-20151026-r1 b/metadata/md5-cache/sys-devel/crossdev-20151026-r1 index e207352105a3..04e54b23bb66 100644 --- a/metadata/md5-cache/sys-devel/crossdev-20151026-r1 +++ b/metadata/md5-cache/sys-devel/crossdev-20151026-r1 @@ -3,10 +3,10 @@ DEPEND=app-arch/xz-utils DESCRIPTION=Gentoo Cross-toolchain generator EAPI=5 HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash sys-apps/gentoo-functions !sys-devel/crossdev-wrappers SLOT=0 SRC_URI=mirror://gentoo/crossdev-20151026.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20151026.tar.xz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=acbe2aa8dd5b435c94036373a87ba43d +_md5_=426ed794e3c2a575b52b1d0b2021bedb diff --git a/metadata/md5-cache/sys-devel/crossdev-20160602 b/metadata/md5-cache/sys-devel/crossdev-20160602 new file mode 100644 index 000000000000..bfd6c060be03 --- /dev/null +++ b/metadata/md5-cache/sys-devel/crossdev-20160602 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare +DEPEND=app-arch/xz-utils +DESCRIPTION=Gentoo Cross-toolchain generator +EAPI=5 +HOMEPAGE=https://www.gentoo.org/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=>=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash sys-apps/gentoo-functions !sys-devel/crossdev-wrappers +SLOT=0 +SRC_URI=mirror://gentoo/crossdev-20160602.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20160602.tar.xz +_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb +_md5_=acbe2aa8dd5b435c94036373a87ba43d diff --git a/metadata/md5-cache/sys-devel/gettext-0.19.7 b/metadata/md5-cache/sys-devel/gettext-0.19.7 index b3e6110659ff..34af4fd8439c 100644 --- a/metadata/md5-cache/sys-devel/gettext-0.19.7 +++ b/metadata/md5-cache/sys-devel/gettext-0.19.7 @@ -4,11 +4,11 @@ DESCRIPTION=GNU locale utilities EAPI=5 HOMEPAGE=https://www.gnu.org/software/gettext/ IUSE=acl -cvs +cxx doc emacs git java ncurses nls openmp static-libs elibc_FreeBSD java abi_x86_32 abi_x86_64 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 +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=GPL-3+ cxx? ( LGPL-2.1+ ) PDEPEND=emacs? ( app-emacs/po-mode ) RDEPEND=>=virtual/libiconv-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(-)?] >=virtual/libintl-0-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(-)?] dev-libs/libxml2:= dev-libs/expat acl? ( virtual/acl ) ncurses? ( sys-libs/ncurses:0= ) java? ( >=virtual/jdk-1.4 ) !git? ( cvs? ( dev-vcs/cvs ) ) git? ( dev-vcs/git ) java? ( >=virtual/jre-1.4 ) java? ( >=dev-java/java-config-2.2.0-r3 ) SLOT=0 SRC_URI=mirror://gnu/gettext/gettext-0.19.7.tar.gz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f libtool 4890219c51da247200223277f993e054 mono-env 10809200679bcceefebac9e72bebb6e6 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=49ef0bb872f90ff82debad72e0fa372f +_md5_=4ff68736edd50c9de087809ca4252ce8 diff --git a/metadata/md5-cache/sys-firmware/midisport-firmware-1.2 b/metadata/md5-cache/sys-firmware/midisport-firmware-1.2 new file mode 100644 index 000000000000..48f99c76c78f --- /dev/null +++ b/metadata/md5-cache/sys-firmware/midisport-firmware-1.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure prepare setup +DEPEND=sys-apps/fxload virtual/udev virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig +DESCRIPTION=Firmware for M-Audio/Midiman USB MIDI devices +EAPI=6 +HOMEPAGE=http://usb-midi-fw.sourceforge.net +KEYWORDS=~amd64 ~x86 +LICENSE=Midisport +RDEPEND=sys-apps/fxload virtual/udev +SLOT=0 +SRC_URI=http://downloads.sourceforge.net/usb-midi-fw/midisport-firmware-1.2.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb udev 73058269b3e70e34e084fa3981282338 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=8a31292b1a3418252fe2767f7154ee5f diff --git a/metadata/md5-cache/sys-freebsd/freebsd-sources-10.2-r6 b/metadata/md5-cache/sys-freebsd/freebsd-sources-10.2-r7 similarity index 91% rename from metadata/md5-cache/sys-freebsd/freebsd-sources-10.2-r6 rename to metadata/md5-cache/sys-freebsd/freebsd-sources-10.2-r7 index e2ebb06ac8fe..30145bc3a88a 100644 --- a/metadata/md5-cache/sys-freebsd/freebsd-sources-10.2-r6 +++ b/metadata/md5-cache/sys-freebsd/freebsd-sources-10.2-r7 @@ -9,6 +9,6 @@ LICENSE=BSD RDEPEND=dtrace? ( >=sys-freebsd/freebsd-cddl-9.2_rc1 ) =sys-freebsd/freebsd-mk-defs-10.2* !sys-freebsd/virtio-kmod !sys-fs/fuse4bsd ! freebsd-src-10.2.tar.xz https://security.freebsd.org/patches/SA-16:01/sctp.patch -> freebsd-sources-SA-1601-sctp.patch https://security.freebsd.org/patches/SA-16:03/linux.patch -> freebsd-sources-SA-1603-linux.patch https://security.freebsd.org/patches/SA-16:04/linux.patch -> freebsd-sources-SA-1604-linux.patch https://security.freebsd.org/patches/SA-16:05/tcp.patch -> freebsd-sources-SA-1605-tcp.patch https://security.freebsd.org/patches/SA-16:10/linux.patch -> freebsd-sources-SA-1610-linux.patch https://security.freebsd.org/patches/SA-16:15/sysarch.patch -> freebsd-sources-SA-1615-sysarch.patch https://security.freebsd.org/patches/SA-16:18/atkbd.patch -> freebsd-sources-SA-1618-atkbd.patch https://security.freebsd.org/patches/SA-16:19/sendmsg.patch -> freebsd-sources-SA-1619-sendmsg.patch https://security.freebsd.org/patches/EN-15:19/kqueue.patch -> freebsd-sources-EN-1519-kqueue.patch https://security.freebsd.org/patches/EN-15:20/vm.patch -> freebsd-sources-EN-1520-vm.patch https://security.freebsd.org/patches/EN-16:01/filemon.patch -> freebsd-sources-EN-1601-filemon.patch https://security.freebsd.org/patches/EN-16:02/pf-10.2.patch -> freebsd-sources-EN-1602-pf-10.2.patch https://security.freebsd.org/patches/EN-16:04/hyperv.patch -> freebsd-sources-EN-1604-hyperv.patch https://security.freebsd.org/patches/EN-16:05/hv_netvsc.patch -> freebsd-sources-EN-1605-hv_netvsc.patch https://security.freebsd.org/patches/EN-16:07/ipi.patch -> freebsd-sources-EN-1607-ipi.patch https://security.freebsd.org/patches/EN-16:08/zfs.patch -> freebsd-sources-EN-1608-zfs.patch +SRC_URI=mirror://freebsd/releases/i386/10.2-RELEASE/src.txz -> freebsd-src-10.2.tar.xz https://security.freebsd.org/patches/SA-16:01/sctp.patch -> freebsd-sources-SA-1601-sctp.patch https://security.freebsd.org/patches/SA-16:03/linux.patch -> freebsd-sources-SA-1603-linux.patch https://security.freebsd.org/patches/SA-16:04/linux.patch -> freebsd-sources-SA-1604-linux.patch https://security.freebsd.org/patches/SA-16:05/tcp.patch -> freebsd-sources-SA-1605-tcp.patch https://security.freebsd.org/patches/SA-16:10/linux.patch -> freebsd-sources-SA-1610-linux.patch https://security.freebsd.org/patches/SA-16:15/sysarch.patch -> freebsd-sources-SA-1615-sysarch.patch https://security.freebsd.org/patches/SA-16:18/atkbd.patch -> freebsd-sources-SA-1618-atkbd.patch https://security.freebsd.org/patches/SA-16:19/sendmsg.patch -> freebsd-sources-SA-1619-sendmsg.patch https://security.freebsd.org/patches/SA-16:20/linux.patch -> freebsd-sources-SA-1620-linux.patch https://security.freebsd.org/patches/SA-16:21/stat.patch -> freebsd-sources-SA-1621-stat.patch https://security.freebsd.org/patches/EN-15:19/kqueue.patch -> freebsd-sources-EN-1519-kqueue.patch https://security.freebsd.org/patches/EN-15:20/vm.patch -> freebsd-sources-EN-1520-vm.patch https://security.freebsd.org/patches/EN-16:01/filemon.patch -> freebsd-sources-EN-1601-filemon.patch https://security.freebsd.org/patches/EN-16:02/pf-10.2.patch -> freebsd-sources-EN-1602-pf-10.2.patch https://security.freebsd.org/patches/EN-16:04/hyperv.patch -> freebsd-sources-EN-1604-hyperv.patch https://security.freebsd.org/patches/EN-16:05/hv_netvsc.patch -> freebsd-sources-EN-1605-hv_netvsc.patch https://security.freebsd.org/patches/EN-16:07/ipi.patch -> freebsd-sources-EN-1607-ipi.patch https://security.freebsd.org/patches/EN-16:08/zfs.patch -> freebsd-sources-EN-1608-zfs.patch _eclasses_=bsdmk 2d20496ff432a0ca089345cf400e5c87 eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e freebsd f8e66e6d6da923be35831f93abf8742b multilib d062ae4ba2fc40a19c11de2ad89b6616 portability bb1a0ed8ea152b957d17339f01d4d7f5 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3d6f72d9db838ae4c4a36b1501e2b570 +_md5_=21839a536a5e3b07c94a4e78baa8bacb diff --git a/metadata/md5-cache/sys-freebsd/freebsd-sources-10.3-r2 b/metadata/md5-cache/sys-freebsd/freebsd-sources-10.3-r3 similarity index 86% rename from metadata/md5-cache/sys-freebsd/freebsd-sources-10.3-r2 rename to metadata/md5-cache/sys-freebsd/freebsd-sources-10.3-r3 index 23fe5f06ec91..d1a1d50a4454 100644 --- a/metadata/md5-cache/sys-freebsd/freebsd-sources-10.3-r2 +++ b/metadata/md5-cache/sys-freebsd/freebsd-sources-10.3-r3 @@ -9,6 +9,6 @@ LICENSE=BSD zfs? ( CDDL ) RDEPEND=dtrace? ( >=sys-freebsd/freebsd-cddl-9.2_rc1 ) =sys-freebsd/freebsd-mk-defs-10.3* !sys-freebsd/virtio-kmod !sys-fs/fuse4bsd ! freebsd-src-10.3.tar.xz https://security.freebsd.org/patches/SA-16:18/atkbd.patch -> freebsd-sources-SA-1618-atkbd.patch https://security.freebsd.org/patches/SA-16:19/sendmsg.patch -> freebsd-sources-SA-1619-sendmsg.patch https://security.freebsd.org/patches/EN-16:07/ipi.patch -> freebsd-sources-EN-1607-ipi.patch https://security.freebsd.org/patches/EN-16:08/zfs.patch -> freebsd-sources-EN-1608-zfs.patch +SRC_URI=mirror://freebsd/releases/i386/10.3-RELEASE/src.txz -> freebsd-src-10.3.tar.xz https://security.freebsd.org/patches/SA-16:18/atkbd.patch -> freebsd-sources-SA-1618-atkbd.patch https://security.freebsd.org/patches/SA-16:19/sendmsg.patch -> freebsd-sources-SA-1619-sendmsg.patch https://security.freebsd.org/patches/SA-16:20/linux.patch -> freebsd-sources-SA-1620-linux.patch https://security.freebsd.org/patches/SA-16:21/stat.patch -> freebsd-sources-SA-1621-stat.patch https://security.freebsd.org/patches/EN-16:07/ipi.patch -> freebsd-sources-EN-1607-ipi.patch https://security.freebsd.org/patches/EN-16:08/zfs.patch -> freebsd-sources-EN-1608-zfs.patch _eclasses_=bsdmk 2d20496ff432a0ca089345cf400e5c87 eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e freebsd f8e66e6d6da923be35831f93abf8742b multilib d062ae4ba2fc40a19c11de2ad89b6616 portability bb1a0ed8ea152b957d17339f01d4d7f5 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=aa7d50bbf65008ab68b2eb8047df0d73 +_md5_=5582e7fd96de77cbb7a4f888a60e1dc1 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.58 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.58 deleted file mode 100644 index 3fc9ef645afb..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.58 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.12 kernel tree -EAPI=5 -HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches -IUSE=experimental symlink build -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.12.58 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz mirror://gentoo/genpatches-3.12-55.base.tar.xz mirror://gentoo/genpatches-3.12-55.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-55.experimental.tar.xz ) -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9bc88ad130054783cf697af335801e57 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.59 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.59 deleted file mode 100644 index f365ae0430e6..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.59 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.12 kernel tree -EAPI=5 -HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches -IUSE=experimental symlink build -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.12.59 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz mirror://gentoo/genpatches-3.12-58.base.tar.xz mirror://gentoo/genpatches-3.12-58.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-58.experimental.tar.xz ) -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2f0b3deb6800e80474367755f74361f5 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.57 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.14.71 similarity index 66% rename from metadata/md5-cache/sys-kernel/gentoo-sources-3.12.57 rename to metadata/md5-cache/sys-kernel/gentoo-sources-3.14.71 index 1e1eff2cd3a9..208f06c2517f 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-3.12.57 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.14.71 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install postinst postrm preinst setup test unpack DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.12 kernel tree +DESCRIPTION=Full sources including the Gentoo patchset for the 3.14 kernel tree EAPI=5 HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches IUSE=experimental symlink build -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.12.57 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz mirror://gentoo/genpatches-3.12-54.base.tar.xz mirror://gentoo/genpatches-3.12-54.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-54.experimental.tar.xz ) +SLOT=3.14.71 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.14.tar.xz mirror://gentoo/genpatches-3.14-78.base.tar.xz mirror://gentoo/genpatches-3.14-78.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.14-78.experimental.tar.xz ) _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8ad062cecb195efa54f8e21de873779c +_md5_=c847d1d1abd4a736a06d48f2b6b9f561 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.10 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.10 deleted file mode 100644 index 74cab6d98e50..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 4.4 kernel tree -EAPI=5 -HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches -IUSE=experimental symlink build kdbus -KEYWORDS=~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.4.10 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz mirror://gentoo/genpatches-4.4-12.base.tar.xz mirror://gentoo/genpatches-4.4-12.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.4-12.experimental.tar.xz ) -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=848245398d5a82597d75812e99dba0f0 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.11 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.12 similarity index 81% rename from metadata/md5-cache/sys-kernel/gentoo-sources-4.4.11 rename to metadata/md5-cache/sys-kernel/gentoo-sources-4.4.12 index 5413682487e0..71087066dc82 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.11 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.12 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spar LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.4.11 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz mirror://gentoo/genpatches-4.4-13.base.tar.xz mirror://gentoo/genpatches-4.4-13.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.4-13.experimental.tar.xz ) +SLOT=4.4.12 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz mirror://gentoo/genpatches-4.4-14.base.tar.xz mirror://gentoo/genpatches-4.4-14.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.4-14.experimental.tar.xz ) _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=488f650807157788ae664e332b3a5bb9 +_md5_=4aa9cee1e7f7e120c0981f9e6a31937f diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.7 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.7 deleted file mode 100644 index 85f604a3deea..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 4.4 kernel tree -EAPI=5 -HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches -IUSE=experimental symlink build kdbus -KEYWORDS=~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.4.7 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz mirror://gentoo/genpatches-4.4-9.base.tar.xz mirror://gentoo/genpatches-4.4-9.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.4-9.experimental.tar.xz ) -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=10baed0bd5e5dcf05d71e3350988f27c diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.8 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.8 deleted file mode 100644 index 122172f1c1a4..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.8 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 4.4 kernel tree -EAPI=5 -HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches -IUSE=experimental symlink build kdbus -KEYWORDS=~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.4.8 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz mirror://gentoo/genpatches-4.4-10.base.tar.xz mirror://gentoo/genpatches-4.4-10.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.4-10.experimental.tar.xz ) -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4e7595f5265b313cab0bcb097bca4e0e diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.9 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.9 deleted file mode 100644 index f36325c6d8d8..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.4.9 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 4.4 kernel tree -EAPI=5 -HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches -IUSE=experimental symlink build kdbus -KEYWORDS=~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.4.9 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz mirror://gentoo/genpatches-4.4-11.base.tar.xz mirror://gentoo/genpatches-4.4-11.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.4-11.experimental.tar.xz ) -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=feb8b5f8d4ae9e198ed0276cb31aac95 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.2 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.2 deleted file mode 100644 index 081677149047..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 4.5 kernel tree -EAPI=5 -HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches -IUSE=experimental symlink build kdbus -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.5.2 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.5.tar.xz mirror://gentoo/genpatches-4.5-4.base.tar.xz mirror://gentoo/genpatches-4.5-4.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.5-4.experimental.tar.xz ) -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5b14e17d9c65cb20f8c3feafadfd1db4 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.3 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.3 deleted file mode 100644 index 4397381f99a9..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 4.5 kernel tree -EAPI=5 -HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches -IUSE=experimental symlink build kdbus -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.5.3 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.5.tar.xz mirror://gentoo/genpatches-4.5-5.base.tar.xz mirror://gentoo/genpatches-4.5-5.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.5-5.experimental.tar.xz ) -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4410296fc40b4d7b405df181d3810188 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.4 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.4 deleted file mode 100644 index 2dd6341cd6e0..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 4.5 kernel tree -EAPI=5 -HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches -IUSE=experimental symlink build kdbus -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.5.4 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.5.tar.xz mirror://gentoo/genpatches-4.5-6.base.tar.xz mirror://gentoo/genpatches-4.5-6.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.5-6.experimental.tar.xz ) -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1a935a8acb5fe535b30edd0164675c13 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.5 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.5 deleted file mode 100644 index a44ae2972822..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.5 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 4.5 kernel tree -EAPI=5 -HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches -IUSE=experimental symlink build kdbus -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 freedist -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=4.5.5 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.5.tar.xz mirror://gentoo/genpatches-4.5-7.base.tar.xz mirror://gentoo/genpatches-4.5-7.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.5-7.experimental.tar.xz ) -_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=64f915baceae17b8ca2c60c30cac37a0 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.1 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.6 similarity index 81% rename from metadata/md5-cache/sys-kernel/gentoo-sources-4.5.1 rename to metadata/md5-cache/sys-kernel/gentoo-sources-4.5.6 index 65871998d9dc..ce5594b7cedf 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.1 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.6 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spar LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.5.1 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.5.tar.xz mirror://gentoo/genpatches-4.5-3.base.tar.xz mirror://gentoo/genpatches-4.5-3.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.5-3.experimental.tar.xz ) +SLOT=4.5.6 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.5.tar.xz mirror://gentoo/genpatches-4.5-8.base.tar.xz mirror://gentoo/genpatches-4.5-8.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.5-8.experimental.tar.xz ) _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=68b82bfa4f113fc16dc8ac594f34a72f +_md5_=61b7406eb6ccc89d8c90168d8f0a8b76 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.0-r1 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.6.1 similarity index 77% rename from metadata/md5-cache/sys-kernel/gentoo-sources-4.5.0-r1 rename to metadata/md5-cache/sys-kernel/gentoo-sources-4.6.1 index 4a9e0fac1e08..b462e26b24d2 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-4.5.0-r1 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.6.1 @@ -1,6 +1,6 @@ DEFINED_PHASES=compile install postinst postrm preinst setup test unpack DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources including the Gentoo patchset for the 4.5 kernel tree +DESCRIPTION=Full sources including the Gentoo patchset for the 4.6 kernel tree EAPI=5 HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches IUSE=experimental symlink build kdbus @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spar LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.5.0-r1 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.5.tar.xz mirror://gentoo/genpatches-4.5-2.base.tar.xz mirror://gentoo/genpatches-4.5-2.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.5-2.experimental.tar.xz ) +SLOT=4.6.1 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.6.tar.xz mirror://gentoo/genpatches-4.6-2.base.tar.xz mirror://gentoo/genpatches-4.6-2.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.6-2.experimental.tar.xz ) _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=227933e8118f2ca4ec0d2fa077f24826 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.14.70 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.14.71 similarity index 91% rename from metadata/md5-cache/sys-kernel/vanilla-sources-3.14.70 rename to metadata/md5-cache/sys-kernel/vanilla-sources-3.14.71 index c27a7d06d63c..46493906b11e 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-3.14.70 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-3.14.71 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.14.70 -SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.14.70.xz mirror://kernel/linux/kernel/v3.x/linux-3.14.tar.xz +SLOT=3.14.71 +SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.14.71.xz mirror://kernel/linux/kernel/v3.x/linux-3.14.tar.xz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=0dc8fcb8286cc84f96e1568a488616d6 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.11 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.12 similarity index 91% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.4.11 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.4.12 index f7eaa529feb4..0ae88a541dfd 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.11 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.4.12 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.4.11 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.4.11.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz +SLOT=4.4.12 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.4.12.xz mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=0dc8fcb8286cc84f96e1568a488616d6 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.5.5 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.5.6 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.5.5 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.5.6 index cce109098ef3..1878f8771a44 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.5.5 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.5.6 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.5.5 -SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.5.5.xz mirror://kernel/linux/kernel/v4.x/linux-4.5.tar.xz +SLOT=4.5.6 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.5.6.xz mirror://kernel/linux/kernel/v4.x/linux-4.5.tar.xz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=0dc8fcb8286cc84f96e1568a488616d6 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-4.6.0 b/metadata/md5-cache/sys-kernel/vanilla-sources-4.6.1 similarity index 87% rename from metadata/md5-cache/sys-kernel/vanilla-sources-4.6.0 rename to metadata/md5-cache/sys-kernel/vanilla-sources-4.6.1 index 043b2600c634..db6003599d89 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-4.6.0 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-4.6.1 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 freedist RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=4.6.0 -SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.6.tar.xz +SLOT=4.6.1 +SRC_URI=mirror://kernel/linux/kernel/v4.x/patch-4.6.1.xz mirror://kernel/linux/kernel/v4.x/linux-4.6.tar.xz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde kernel-2 f745fe70cd0e35af07412905687b9a7f multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=0dc8fcb8286cc84f96e1568a488616d6 diff --git a/metadata/md5-cache/sys-libs/libnih-1.0.3-r3 b/metadata/md5-cache/sys-libs/libnih-1.0.3-r3 index 5c958a8c6209..4cf40ad940e6 100644 --- a/metadata/md5-cache/sys-libs/libnih-1.0.3-r3 +++ b/metadata/md5-cache/sys-libs/libnih-1.0.3-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Light-weight 'standard library' of C functions EAPI=4 HOMEPAGE=https://launchpad.net/libnih IUSE=+dbus nls static-libs +threads -KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~mips ~ppc64 x86 +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~mips ~ppc64 x86 LICENSE=GPL-2 RDEPEND=dbus? ( dev-libs/expat >=sys-apps/dbus-1.2.16 ) SLOT=0 SRC_URI=https://launchpad.net/libnih/1.0/1.0.3/+download/libnih-1.0.3.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e005e4530ae46b9b267dc05a48a9d255 +_md5_=1383e9d25899df6a8bdb49ff0b6d8e1d diff --git a/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r15 b/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r15 index 6f40243e333f..b8ade9b65c02 100644 --- a/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r15 +++ b/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r15 @@ -10,4 +10,4 @@ RESTRICT=strip SLOT=0 SRC_URI=https://uclibc.org/downloads/uClibc-0.9.33.2.tar.bz2 mirror://gentoo/uClibc-0.9.33.2-patches-17.tar.bz2 _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 portability bb1a0ed8ea152b957d17339f01d4d7f5 savedconfig 7de7daa586f6bf361639e77d6f2299db toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=c1f96ad0affb6f3db1cfa5f219668c83 +_md5_=4cdc840c79a4db645174e42bec0a7fc4 diff --git a/metadata/md5-cache/sys-power/cpupower-4.2 b/metadata/md5-cache/sys-power/cpupower-4.2 index 427bc379df25..6c4be5f7eb47 100644 --- a/metadata/md5-cache/sys-power/cpupower-4.2 +++ b/metadata/md5-cache/sys-power/cpupower-4.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=sys-apps/pciutils !=net-print/cups-1.3.11:= ) >=dev-libs/elfutils-0.149 dev-libs/expat:= dev-libs/glib:= >=dev-libs/jsoncpp-0.5.0-r1:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= media-libs/libexif:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= ) sys-apps/dbus:= sys-apps/pciutils:= >=sys-libs/libcap-2.22:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:= gtk3? ( x11-libs/gtk+:3= ) !gtk3? ( x11-libs/gtk+:2= ) x11-libs/libdrm x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXinerama:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= kerberos? ( virtual/krb5 ) !gn? ( >=app-accessibility/speech-dispatcher-0.8:= app-arch/snappy:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= media-libs/flac:= >=media-libs/harfbuzz-0.9.41:=[icu(+)] >=media-libs/libjpeg-turbo-1.2.0-r1:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] ) !arm? ( dev-lang/yasm ) dev-lang/perl dev-perl/JSON >=dev-util/gperf-3.0.3 dev-util/ninja sys-apps/hwids[usb(+)] >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/beautifulsoup:python-2[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/beautifulsoup:4[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/html5lib[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/jinja[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/ply[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/simplejson[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) >=dev-libs/elfutils-0.149 dev-libs/expat:= dev-libs/glib:= >=dev-libs/jsoncpp-0.5.0-r1:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= media-libs/libexif:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= ) sys-apps/dbus:= sys-apps/pciutils:= >=sys-libs/libcap-2.22:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:= gtk3? ( x11-libs/gtk+:3= ) !gtk3? ( x11-libs/gtk+:2= ) x11-libs/libdrm x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXinerama:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= kerberos? ( virtual/krb5 ) !gn? ( >=app-accessibility/speech-dispatcher-0.8:= app-arch/snappy:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= media-libs/flac:= >=media-libs/harfbuzz-0.9.41:=[icu(+)] >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] ) !arm? ( dev-lang/yasm ) dev-lang/perl dev-perl/JSON >=dev-util/gperf-3.0.3 dev-util/ninja sys-apps/hwids[usb(+)] >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/beautifulsoup:python-2[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/beautifulsoup:4[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/html5lib[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/jinja[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/ply[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/simplejson[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Open-source version of Google Chrome web browser EAPI=5 HOMEPAGE=http://chromium.org/ IUSE=cups gn gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos neon pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc widevine custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_419 +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=BSD hotwording? ( no-source-code ) -RDEPEND=app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) >=dev-libs/elfutils-0.149 dev-libs/expat:= dev-libs/glib:= >=dev-libs/jsoncpp-0.5.0-r1:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= media-libs/libexif:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= ) sys-apps/dbus:= sys-apps/pciutils:= >=sys-libs/libcap-2.22:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:= gtk3? ( x11-libs/gtk+:3= ) !gtk3? ( x11-libs/gtk+:2= ) x11-libs/libdrm x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXinerama:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= kerberos? ( virtual/krb5 ) !gn? ( >=app-accessibility/speech-dispatcher-0.8:= app-arch/snappy:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= media-libs/flac:= >=media-libs/harfbuzz-0.9.41:=[icu(+)] >=media-libs/libjpeg-turbo-1.2.0-r1:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] ) !=www-client/chromium-9999 !=net-print/cups-1.3.11:= ) >=dev-libs/elfutils-0.149 dev-libs/expat:= dev-libs/glib:= >=dev-libs/jsoncpp-0.5.0-r1:= dev-libs/nspr:= >=dev-libs/nss-3.14.3:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= media-libs/libexif:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= ) sys-apps/dbus:= sys-apps/pciutils:= >=sys-libs/libcap-2.22:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:= gtk3? ( x11-libs/gtk+:3= ) !gtk3? ( x11-libs/gtk+:2= ) x11-libs/libdrm x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXinerama:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= kerberos? ( virtual/krb5 ) !gn? ( >=app-accessibility/speech-dispatcher-0.8:= app-arch/snappy:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= media-libs/flac:= >=media-libs/harfbuzz-0.9.41:=[icu(+)] >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] ) !=www-client/chromium-9999 !=dev-libs/openssl-1.0.1:0 gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango[X] RESTRICT=bindist mirror SLOT=0 SRC_URI=amd64? ( https://downloads.vivaldi.com/stable/vivaldi-stable_1.1.453.52-1_amd64.deb -> vivaldi-1.1.453.52_p1-amd64.deb ) x86? ( https://downloads.vivaldi.com/stable/vivaldi-stable_1.1.453.52-1_i386.deb -> vivaldi-1.1.453.52_p1-i386.deb ) _eclasses_=chromium 68a1fdd848f60137c312a25c9888fbd1 eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=08857b7d8d8fcbaab425c6f14cd7692f +_md5_=1157a65043f290762874159e6d8693c2 diff --git a/metadata/md5-cache/www-client/vivaldi-1.2.490.27_p1 b/metadata/md5-cache/www-client/vivaldi-1.2.490.27_p1 deleted file mode 100644 index 3410bb79db3c..000000000000 --- a/metadata/md5-cache/www-client/vivaldi-1.2.490.27_p1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst postrm preinst prepare setup unpack -DEPEND=>=sys-apps/sed-4 -DESCRIPTION=A new browser for our friends -EAPI=5 -HOMEPAGE=http://vivaldi.com/ -IUSE=+linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_en_US +linguas_es_419 +linguas_es +linguas_et +linguas_fa +linguas_fil +linguas_fi +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW -KEYWORDS=-* ~amd64 ~x86 -LICENSE=Vivaldi -RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss >=dev-libs/openssl-1.0.1:0 gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango[X] -RESTRICT=bindist mirror -SLOT=0 -SRC_URI=amd64? ( http://downloads.vivaldi.com/snapshot/vivaldi-snapshot_1.2.490.27-1_amd64.deb -> vivaldi-1.2.490.27_p1-amd64.deb ) x86? ( http://downloads.vivaldi.com/snapshot/vivaldi-snapshot_1.2.490.27-1_i386.deb -> vivaldi-1.2.490.27_p1-i386.deb ) -_eclasses_=chromium 68a1fdd848f60137c312a25c9888fbd1 eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=aca19b2a66c4c9b65de8f7d6f121ce49 diff --git a/metadata/md5-cache/www-client/vivaldi-1.2.490.32_p1 b/metadata/md5-cache/www-client/vivaldi-1.2.490.35_p1 similarity index 86% rename from metadata/md5-cache/www-client/vivaldi-1.2.490.32_p1 rename to metadata/md5-cache/www-client/vivaldi-1.2.490.35_p1 index 3ec32362d699..e05bd110b9e4 100644 --- a/metadata/md5-cache/www-client/vivaldi-1.2.490.32_p1 +++ b/metadata/md5-cache/www-client/vivaldi-1.2.490.35_p1 @@ -9,6 +9,6 @@ LICENSE=Vivaldi RDEPEND=dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss >=dev-libs/openssl-1.0.1:0 gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango[X] RESTRICT=bindist mirror SLOT=0 -SRC_URI=amd64? ( http://downloads.vivaldi.com/snapshot/vivaldi-snapshot_1.2.490.32-1_amd64.deb -> vivaldi-1.2.490.32_p1-amd64.deb ) x86? ( http://downloads.vivaldi.com/snapshot/vivaldi-snapshot_1.2.490.32-1_i386.deb -> vivaldi-1.2.490.32_p1-i386.deb ) +SRC_URI=amd64? ( https://downloads.vivaldi.com/stable/vivaldi-stable_1.2.490.35-1_amd64.deb -> vivaldi-1.2.490.35_p1-amd64.deb ) x86? ( https://downloads.vivaldi.com/stable/vivaldi-stable_1.2.490.35-1_i386.deb -> vivaldi-1.2.490.35_p1-i386.deb ) _eclasses_=chromium 68a1fdd848f60137c312a25c9888fbd1 eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb unpacker 45d07319df5f40ee6af58418b0f930be versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=aca19b2a66c4c9b65de8f7d6f121ce49 +_md5_=df59f0cdee17e5b187e6f6117c52a82b diff --git a/metadata/md5-cache/www-servers/xsp-2014.12-r2014120900 b/metadata/md5-cache/www-servers/xsp-2014.12-r2014120900 index 99d631735a7a..fb5e69bbe852 100644 --- a/metadata/md5-cache/www-servers/xsp-2014.12-r2014120900 +++ b/metadata/md5-cache/www-servers/xsp-2014.12-r2014120900 @@ -10,4 +10,4 @@ RDEPEND=dev-db/sqlite:3 SLOT=0 SRC_URI=https://github.com/mono/xsp/archive/e272a2c006211b6b03be2ef5bbb9e3f8fefd0768.zip -> xsp-2014.12.zip _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb base 3fe4f8980633fd7bc69e9887209ba2fe dotnet b8788d81fe4ec93fda9fc56fed2981d0 eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 mono-env 10809200679bcceefebac9e72bebb6e6 multilib d062ae4ba2fc40a19c11de2ad89b6616 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs d513d423d449877e49d99af3f7af7acb user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=af57d10d847a9878e5dfc09a34225dfc +_md5_=de9b1f52edb8ec285d3e694fa960266b diff --git a/metadata/md5-cache/x11-apps/setxkbmap-1.3.1 b/metadata/md5-cache/x11-apps/setxkbmap-1.3.1 index f4c9d290b696..dd658468085e 100644 --- a/metadata/md5-cache/x11-apps/setxkbmap-1.3.1 +++ b/metadata/md5-cache/x11-apps/setxkbmap-1.3.1 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libxkbfile x11-libs/libX11 !=sys DESCRIPTION=Session Manager Proxy EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=x11-libs/libXt x11-libs/libXmu SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/smproxy-1.0.6.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=f4212cb3b5ae613914aab0b858bba1be +_md5_=75614dc53ba2ac6bbb460856ca117525 diff --git a/metadata/md5-cache/x11-apps/x11perf-1.6.0 b/metadata/md5-cache/x11-apps/x11perf-1.6.0 index 58c2c5ddaab8..189627d138b5 100644 --- a/metadata/md5-cache/x11-apps/x11perf-1.6.0 +++ b/metadata/md5-cache/x11-apps/x11perf-1.6.0 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libX11 x11-libs/libXmu x11-libs/libXft x11-libs/libXrender x11-l DESCRIPTION=X rendering operation stress test utility EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=x11-libs/libX11 x11-libs/libXmu x11-libs/libXft x11-libs/libXrender x11-libs/libXext SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/x11perf-1.6.0.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=eefdc11e6dcd924387403fea607250f7 +_md5_=0a32202fe284e7adf952f4c841e2b942 diff --git a/metadata/md5-cache/x11-apps/xauth-1.0.9-r2 b/metadata/md5-cache/x11-apps/xauth-1.0.9-r2 index 98bf2c569daf..bfc2fba2891d 100644 --- a/metadata/md5-cache/x11-apps/xauth-1.0.9-r2 +++ b/metadata/md5-cache/x11-apps/xauth-1.0.9-r2 @@ -4,10 +4,10 @@ DESCRIPTION=X authority file utility EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=ipv6 -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=x11-libs/libX11 x11-libs/libXau x11-libs/libXext x11-libs/libXmu SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/xauth-1.0.9.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=17de8e6ab6ef7827903c957e1d09abf4 +_md5_=00edf0a932af5228f8c7234e3d6ddd54 diff --git a/metadata/md5-cache/x11-apps/xcmsdb-1.0.5 b/metadata/md5-cache/x11-apps/xcmsdb-1.0.5 index 1f217882f23e..2a1f3724de70 100644 --- a/metadata/md5-cache/x11-apps/xcmsdb-1.0.5 +++ b/metadata/md5-cache/x11-apps/xcmsdb-1.0.5 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libX11 !=sys-devel/automake DESCRIPTION=Device Color Characterization utility for X Color Management System EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=x11-libs/libX11 SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/xcmsdb-1.0.5.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=543e5a723a550f92f0bde631468bb831 +_md5_=95921a78aa60a38f46d75ae348878b45 diff --git a/metadata/md5-cache/x11-apps/xdpyinfo-1.3.2 b/metadata/md5-cache/x11-apps/xdpyinfo-1.3.2 index 23938bf5f4c1..c5a6b90f9d1b 100644 --- a/metadata/md5-cache/x11-apps/xdpyinfo-1.3.2 +++ b/metadata/md5-cache/x11-apps/xdpyinfo-1.3.2 @@ -4,10 +4,10 @@ DESCRIPTION=Display information utility for X EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dga dmx xinerama -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXi x11-libs/libXrender x11-libs/libXtst x11-libs/libXxf86vm x11-libs/libxcb dga? ( x11-libs/libXxf86dga ) dmx? ( x11-libs/libdmx ) xinerama? ( x11-libs/libXinerama ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/xdpyinfo-1.3.2.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=5c0012a0caeea58c979fb3fa1188c41f +_md5_=335e1ef87411d51a5441fc52bca87a58 diff --git a/metadata/md5-cache/x11-apps/xdriinfo-1.0.5 b/metadata/md5-cache/x11-apps/xdriinfo-1.0.5 index ebe2834a0978..cd7bf3bf5026 100644 --- a/metadata/md5-cache/x11-apps/xdriinfo-1.0.5 +++ b/metadata/md5-cache/x11-apps/xdriinfo-1.0.5 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libX11 virtual/opengl x11-proto/glproto !=x11-libs/libX11-1.3 x11-libs/libXext >=x11-libs/libXi-1.5.99.1 x11-libs DESCRIPTION=Utility to set XInput device parameters EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-libs/libX11-1.3 x11-libs/libXext >=x11-libs/libXi-1.5.99.1 x11-libs/libXinerama x11-libs/libXrandr SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/xinput-1.6.2.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=d5d3baf06e8c460cc3272f61dacc977c +_md5_=990c2ffff17441d79e2d7fad28e3ed48 diff --git a/metadata/md5-cache/x11-apps/xkbevd-1.1.4 b/metadata/md5-cache/x11-apps/xkbevd-1.1.4 index 0f55ce41742a..25cc5b2f3680 100644 --- a/metadata/md5-cache/x11-apps/xkbevd-1.1.4 +++ b/metadata/md5-cache/x11-apps/xkbevd-1.1.4 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libX11 x11-libs/libxkbfile sys-devel/bison !=sys-devel/automake DESCRIPTION=list interned atoms defined on server EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=x11-libs/libxcb SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/xlsatoms-1.1.2.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=e34dccd1c25251ec8e134cfb0c79a16e +_md5_=c96fd4a7cc8cd72e50d98281d78e329f diff --git a/metadata/md5-cache/x11-apps/xlsfonts-1.0.5 b/metadata/md5-cache/x11-apps/xlsfonts-1.0.5 index 14bbd490552f..e7147d469802 100644 --- a/metadata/md5-cache/x11-apps/xlsfonts-1.0.5 +++ b/metadata/md5-cache/x11-apps/xlsfonts-1.0.5 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libX11 !=sys-devel/automake DESCRIPTION=X.Org xlsfonts application EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris LICENSE=MIT RDEPEND=x11-libs/libX11 SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/xlsfonts-1.0.5.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=2425d376af77c800c643274d4225d884 +_md5_=3ca814114bdfc1938adf06b29efc5f9a diff --git a/metadata/md5-cache/x11-apps/xman-1.1.4 b/metadata/md5-cache/x11-apps/xman-1.1.4 index d2d7ec74ceb8..77cbcbf5249e 100644 --- a/metadata/md5-cache/x11-apps/xman-1.1.4 +++ b/metadata/md5-cache/x11-apps/xman-1.1.4 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libXaw x11-libs/libXt x11-libs/libXmu x11-proto/xproto !=sys-devel/automake DESCRIPTION=utility for modifying keymaps and pointer button mappings in X EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=x11-libs/libX11 SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/xmodmap-1.0.9.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=a17fd7c725c94d2732bf089fe75dc1af +_md5_=11c8266ffe95bb4f3ac72d8bce7b165e diff --git a/metadata/md5-cache/x11-apps/xvinfo-1.1.3 b/metadata/md5-cache/x11-apps/xvinfo-1.1.3 index 8602effdaafc..375917820dc1 100644 --- a/metadata/md5-cache/x11-apps/xvinfo-1.1.3 +++ b/metadata/md5-cache/x11-apps/xvinfo-1.1.3 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libXv x11-libs/libX11 !=sys DESCRIPTION=Print out X-Video extension adaptor information EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=x11-libs/libXv x11-libs/libX11 SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/xvinfo-1.1.3.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=87b3cb93df2d43f1b44edf8ec1b8431b +_md5_=884a294befb9eec47a45982068f8b040 diff --git a/metadata/md5-cache/x11-base/xorg-drivers-1.17 b/metadata/md5-cache/x11-base/xorg-drivers-1.17 index b6c9c7ed2111..7dd9af9fe3eb 100644 --- a/metadata/md5-cache/x11-base/xorg-drivers-1.17 +++ b/metadata/md5-cache/x11-base/xorg-drivers-1.17 @@ -3,8 +3,8 @@ DESCRIPTION=Meta package containing deps on all xorg drivers EAPI=5 HOMEPAGE=https://www.gentoo.org/ IUSE=video_cards_amdgpu video_cards_apm video_cards_ast video_cards_chips video_cards_cirrus video_cards_dummy video_cards_epson video_cards_fbdev video_cards_freedreno video_cards_geode video_cards_glint video_cards_i128 video_cards_i740 video_cards_intel video_cards_mach64 video_cards_mga video_cards_neomagic video_cards_nouveau video_cards_nv video_cards_omap video_cards_omapfb video_cards_qxl video_cards_r128 video_cards_radeon video_cards_radeonsi video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sisusb video_cards_sunbw2 video_cards_suncg14 video_cards_suncg3 video_cards_suncg6 video_cards_sunffb video_cards_sunleo video_cards_suntcx video_cards_tdfx video_cards_tegra video_cards_tga video_cards_trident video_cards_tseng video_cards_vesa video_cards_via video_cards_virtualbox video_cards_vmware video_cards_voodoo video_cards_fglrx video_cards_nvidia input_devices_acecad input_devices_aiptek input_devices_elographics input_devices_evdev input_devices_fpit input_devices_hyperpen input_devices_joystick input_devices_keyboard input_devices_libinput input_devices_mouse input_devices_mutouch input_devices_penmount input_devices_tslib input_devices_vmmouse input_devices_void input_devices_synaptics input_devices_wacom -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=metapackage PDEPEND=input_devices_acecad? ( x11-drivers/xf86-input-acecad ) input_devices_aiptek? ( x11-drivers/xf86-input-aiptek ) input_devices_elographics? ( x11-drivers/xf86-input-elographics ) input_devices_evdev? ( x11-drivers/xf86-input-evdev ) input_devices_fpit? ( x11-drivers/xf86-input-fpit ) input_devices_hyperpen? ( x11-drivers/xf86-input-hyperpen ) input_devices_joystick? ( x11-drivers/xf86-input-joystick ) input_devices_keyboard? ( x11-drivers/xf86-input-keyboard ) input_devices_libinput? ( x11-drivers/xf86-input-libinput ) input_devices_mouse? ( x11-drivers/xf86-input-mouse ) input_devices_mutouch? ( x11-drivers/xf86-input-mutouch ) input_devices_penmount? ( x11-drivers/xf86-input-penmount ) input_devices_tslib? ( x11-drivers/xf86-input-tslib ) input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse ) input_devices_void? ( x11-drivers/xf86-input-void ) input_devices_synaptics? ( x11-drivers/xf86-input-synaptics ) input_devices_wacom? ( x11-drivers/xf86-input-wacom ) video_cards_amdgpu? ( x11-drivers/xf86-video-amdgpu ) video_cards_apm? ( x11-drivers/xf86-video-apm ) video_cards_ast? ( x11-drivers/xf86-video-ast ) video_cards_chips? ( x11-drivers/xf86-video-chips ) video_cards_cirrus? ( x11-drivers/xf86-video-cirrus ) video_cards_dummy? ( x11-drivers/xf86-video-dummy ) video_cards_fbdev? ( x11-drivers/xf86-video-fbdev ) video_cards_freedreno? ( x11-drivers/xf86-video-freedreno ) video_cards_geode? ( x11-drivers/xf86-video-geode ) video_cards_glint? ( x11-drivers/xf86-video-glint ) video_cards_i128? ( x11-drivers/xf86-video-i128 ) video_cards_i740? ( x11-drivers/xf86-video-i740 ) video_cards_intel? ( x11-drivers/xf86-video-intel ) video_cards_mach64? ( x11-drivers/xf86-video-mach64 ) video_cards_mga? ( x11-drivers/xf86-video-mga ) video_cards_neomagic? ( x11-drivers/xf86-video-neomagic ) video_cards_nouveau? ( x11-drivers/xf86-video-nouveau ) video_cards_nv? ( x11-drivers/xf86-video-nv ) video_cards_omap? ( x11-drivers/xf86-video-omap ) video_cards_omapfb? ( x11-drivers/xf86-video-omapfb ) video_cards_qxl? ( x11-drivers/xf86-video-qxl ) video_cards_nvidia? ( x11-drivers/nvidia-drivers ) video_cards_fglrx? ( x11-drivers/ati-drivers ) video_cards_r128? ( x11-drivers/xf86-video-r128 ) video_cards_radeon? ( x11-drivers/xf86-video-ati ) video_cards_radeonsi? ( x11-drivers/xf86-video-ati[glamor] ) video_cards_rendition? ( x11-drivers/xf86-video-rendition ) video_cards_s3? ( x11-drivers/xf86-video-s3 ) video_cards_s3virge? ( x11-drivers/xf86-video-s3virge ) video_cards_savage? ( x11-drivers/xf86-video-savage ) video_cards_siliconmotion? ( x11-drivers/xf86-video-siliconmotion ) video_cards_sisusb? ( x11-drivers/xf86-video-sisusb ) video_cards_suncg14? ( x11-drivers/xf86-video-suncg14 ) video_cards_suncg3? ( x11-drivers/xf86-video-suncg3 ) video_cards_suncg6? ( x11-drivers/xf86-video-suncg6 ) video_cards_sunffb? ( x11-drivers/xf86-video-sunffb ) video_cards_sunleo? ( x11-drivers/xf86-video-sunleo ) video_cards_suntcx? ( x11-drivers/xf86-video-suntcx ) video_cards_tdfx? ( x11-drivers/xf86-video-tdfx ) video_cards_tegra? ( x11-drivers/xf86-video-opentegra ) video_cards_tga? ( x11-drivers/xf86-video-tga ) video_cards_trident? ( x11-drivers/xf86-video-trident ) video_cards_tseng? ( x11-drivers/xf86-video-tseng ) video_cards_vesa? ( x11-drivers/xf86-video-vesa ) video_cards_via? ( x11-drivers/xf86-video-openchrome ) video_cards_virtualbox? ( x11-drivers/xf86-video-virtualbox ) video_cards_vmware? ( x11-drivers/xf86-video-vmware ) video_cards_voodoo? ( x11-drivers/xf86-video-voodoo ) !x11-drivers/xf86-input-citron !x11-drivers/xf86-video-cyrix !x11-drivers/xf86-video-impact !x11-drivers/xf86-video-nsc !x11-drivers/xf86-video-sunbw2 !<=x11-drivers/xf86-video-ark-0.7.5 !<=x11-drivers/xf86-video-newport-0.2.4 !<=x11-drivers/xf86-video-sis-0.10.7 !<=x11-drivers/xf86-video-v4l-0.2.0 SLOT=0 -_md5_=fbd80b55644a249126778aee24a6ef15 +_md5_=d7214173230e3a11aacd9afb14d601ec diff --git a/metadata/md5-cache/x11-base/xorg-server-1.16.4 b/metadata/md5-cache/x11-base/xorg-server-1.16.4 index 0daa3ac077b6..277a081f86de 100644 --- a/metadata/md5-cache/x11-base/xorg-server-1.16.4 +++ b/metadata/md5-cache/x11-base/xorg-server-1.16.4 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm prepare pretend test unpack -DEPEND=>=app-eselect/eselect-opengl-1.0.8 !>=app-eselect/eselect-opengl-1.3.0 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.3 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy media-libs/mesa[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-9.2.0[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3 systemd? ( sys-apps/dbus sys-apps/systemd ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.1.3 >=x11-proto/glproto-1.4.17 >=x11-proto/inputproto-2.2.99.1 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.2.99.901 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.26 >=x11-proto/presentproto-1.0 >=x11-proto/dri3proto-1.0 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) +DEPEND=>=app-eselect/eselect-opengl-1.0.8 !>=app-eselect/eselect-opengl-1.3.0 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.3 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy media-libs/mesa[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-9.2.0[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3 systemd? ( sys-apps/dbus =x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.1.3 >=x11-proto/glproto-1.4.17 >=x11-proto/inputproto-2.2.99.1 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.2.99.901 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.26 >=x11-proto/presentproto-1.0 >=x11-proto/dri3proto-1.0 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) DESCRIPTION=X.Org X servers EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ @@ -7,9 +7,9 @@ IUSE=dmx kdrive xnest xorg xvfb glamor ipv6 minimal nptl selinux +suid systemd t KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=MIT PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.16 ) -RDEPEND=>=app-eselect/eselect-opengl-1.0.8 !>=app-eselect/eselect-opengl-1.3.0 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.3 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy media-libs/mesa[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-9.2.0[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3 systemd? ( sys-apps/dbus sys-apps/systemd ) selinux? ( sec-policy/selinux-xserver ) +RDEPEND=>=app-eselect/eselect-opengl-1.0.8 !>=app-eselect/eselect-opengl-1.3.0 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.3 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy media-libs/mesa[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-9.2.0[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3 systemd? ( sys-apps/dbus =app-eselect/eselect-opengl-1.3.0 dev-libs/openssl:0 media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.3 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy >=media-libs/mesa-10.3.4-r1[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-10.3.4-r1[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3 systemd? ( sys-apps/dbus sys-apps/systemd ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.1.3 >=x11-proto/glproto-1.4.17-r1 >=x11-proto/inputproto-2.2.99.1 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.2.99.901 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.26 >=x11-proto/presentproto-1.0 >=x11-proto/dri3proto-1.0 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) +DEPEND=>=app-eselect/eselect-opengl-1.3.0 dev-libs/openssl:0 media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.3 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy >=media-libs/mesa-10.3.4-r1[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-10.3.4-r1[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3 systemd? ( sys-apps/dbus =x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.1.3 >=x11-proto/glproto-1.4.17-r1 >=x11-proto/inputproto-2.2.99.1 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.2.99.901 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.26 >=x11-proto/presentproto-1.0 >=x11-proto/dri3proto-1.0 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) DESCRIPTION=X.Org X servers EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ @@ -7,9 +7,9 @@ IUSE=dmx kdrive xnest xorg xvfb glamor ipv6 minimal nptl selinux +suid systemd t KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=MIT PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.16 ) -RDEPEND=>=app-eselect/eselect-opengl-1.3.0 dev-libs/openssl:0 media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.3 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy >=media-libs/mesa-10.3.4-r1[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-10.3.4-r1[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3 systemd? ( sys-apps/dbus sys-apps/systemd ) selinux? ( sec-policy/selinux-xserver ) +RDEPEND=>=app-eselect/eselect-opengl-1.3.0 dev-libs/openssl:0 media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.3 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy >=media-libs/mesa-10.3.4-r1[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-10.3.4-r1[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3 systemd? ( sys-apps/dbus =app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.46 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.5 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy >=media-libs/mesa-10.3.4-r1[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) xephyr? ( x11-libs/libxcb x11-libs/xcb-util x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-10.3.4-r1[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3.3-r1 systemd? ( sys-apps/dbus sys-apps/systemd ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.1.3 >=x11-proto/glproto-1.4.17-r1 >=x11-proto/inputproto-2.2.99.1 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.2.99.901 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.26 >=x11-proto/presentproto-1.0 >=x11-proto/dri3proto-1.0 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) +DEPEND=>=app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.46 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.5 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy >=media-libs/mesa-10.3.4-r1[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) xephyr? ( x11-libs/libxcb x11-libs/xcb-util x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-10.3.4-r1[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3.3-r1 systemd? ( sys-apps/dbus =x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.1.3 >=x11-proto/glproto-1.4.17-r1 >=x11-proto/inputproto-2.2.99.1 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.2.99.901 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.26 >=x11-proto/presentproto-1.0 >=x11-proto/dri3proto-1.0 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.18 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) DESCRIPTION=X.Org X servers EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dmx kdrive xephyr xnest xorg xvfb glamor ipv6 libressl minimal nptl selinux +suid systemd tslib +udev unwind wayland static-libs doc -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=MIT PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.17 ) -RDEPEND=>=app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.46 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.5 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy >=media-libs/mesa-10.3.4-r1[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) xephyr? ( x11-libs/libxcb x11-libs/xcb-util x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-10.3.4-r1[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3.3-r1 systemd? ( sys-apps/dbus sys-apps/systemd ) selinux? ( sec-policy/selinux-xserver ) !x11-drivers/xf86-video-modesetting +RDEPEND=>=app-eselect/eselect-opengl-1.3.0 !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.46 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.5 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) glamor? ( media-libs/libepoxy >=media-libs/mesa-10.3.4-r1[egl,gbm] !x11-libs/glamor ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) xephyr? ( x11-libs/libxcb x11-libs/xcb-util x11-libs/xcb-util-image x11-libs/xcb-util-keysyms x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-10.3.4-r1[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) wayland? ( >=dev-libs/wayland-1.3.0 media-libs/libepoxy ) >=x11-apps/xinit-1.3.3-r1 systemd? ( sys-apps/dbus =x11-base/xorg-server-1.12[udev] dev-libs/libevdev sys-libs/mtdev >=x11- DESCRIPTION=Generic Linux input driver EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.12[udev] dev-libs/libevdev sys-libs/mtdev x11-base/xorg-server:= x11-base/xorg-server[xorg] SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-2.9.2.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=04d9ef8364f15a297c05eb7e90b24e0e +_md5_=7e0a1eefaef31c37e5b2a14d36409a0b diff --git a/metadata/md5-cache/x11-drivers/xf86-input-keyboard-1.8.1 b/metadata/md5-cache/x11-drivers/xf86-input-keyboard-1.8.1 index bf00ed77db78..a8680b1cc411 100644 --- a/metadata/md5-cache/x11-drivers/xf86-input-keyboard-1.8.1 +++ b/metadata/md5-cache/x11-drivers/xf86-input-keyboard-1.8.1 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.6.3 !=sys-d DESCRIPTION=Keyboard input driver EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.6.3 x11-base/xorg-server:= x11-base/xorg-server[xorg] SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-1.8.1.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=648a23bd3007229eacfd38cf86110ce4 +_md5_=c2dfaf030fef19d0d0998ab55a385c37 diff --git a/metadata/md5-cache/x11-drivers/xf86-input-void-1.4.1 b/metadata/md5-cache/x11-drivers/xf86-input-void-1.4.1 index dd964807f28e..e30577d7b21d 100644 --- a/metadata/md5-cache/x11-drivers/xf86-input-void-1.4.1 +++ b/metadata/md5-cache/x11-drivers/xf86-input-void-1.4.1 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.9.99.1 !=sy DESCRIPTION=null input driver EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.9.99.1 x11-base/xorg-server:= x11-base/xorg-server[xorg] SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-input-void-1.4.1.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=26e8caad1c74a107a5c68d754d7710f2 +_md5_=dfc8b7fe4ea5e7b7148775bf1cbd1714 diff --git a/metadata/md5-cache/x11-drivers/xf86-input-wacom-0.31.0 b/metadata/md5-cache/x11-drivers/xf86-input-wacom-0.31.0 index 4fee796ab52b..141db08c27ab 100644 --- a/metadata/md5-cache/x11-drivers/xf86-input-wacom-0.31.0 +++ b/metadata/md5-cache/x11-drivers/xf86-input-wacom-0.31.0 @@ -4,10 +4,10 @@ DESCRIPTION=Driver for Wacom tablets and drawing devices EAPI=5 HOMEPAGE=http://linuxwacom.sourceforge.net/ IUSE=debug -KEYWORDS=~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 +KEYWORDS=alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=dev-libs/libwacom virtual/udev >=x11-base/xorg-server-1.7 x11-libs/libX11 x11-libs/libXext x11-libs/libXi x11-libs/libXrandr x11-libs/libXinerama x11-base/xorg-server:= x11-base/xorg-server[xorg] SLOT=0 SRC_URI=mirror://sourceforge/linuxwacom/xf86-input-wacom/xf86-input-wacom-0.31.0.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=dda9d2838a508ba69292d38150ce2610 +_md5_=2cd08e837442d2301ac53373c2f94fc8 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-mga-1.6.4 b/metadata/md5-cache/x11-drivers/xf86-video-mga-1.6.4 index cb47b5a6cfe1..c7ca99fc3bb8 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-mga-1.6.4 +++ b/metadata/md5-cache/x11-drivers/xf86-video-mga-1.6.4 @@ -4,10 +4,10 @@ DESCRIPTION=Matrox video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dri -KEYWORDS=~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mga-1.6.4.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=36f9ca315eaf60f9af083b56476e84dc +_md5_=b7e5ed0ec6629b8262cfd64a57d009c2 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-r128-6.10.0 b/metadata/md5-cache/x11-drivers/xf86-video-r128-6.10.0 index b7a67b08c81d..56d91de8c546 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-r128-6.10.0 +++ b/metadata/md5-cache/x11-drivers/xf86-video-r128-6.10.0 @@ -4,10 +4,10 @@ DESCRIPTION=ATI Rage128 video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dri dri -KEYWORDS=~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.2 dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-r128-6.10.0.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=c5bf1532f09c86dd6b8d0634c0090bc7 +_md5_=0366153174d91fd16b3f708c95aa415e diff --git a/metadata/md5-cache/x11-drivers/xf86-video-vesa-2.3.4 b/metadata/md5-cache/x11-drivers/xf86-video-vesa-2.3.4 index 705b6c90005b..1c669eb29d11 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-vesa-2.3.4 +++ b/metadata/md5-cache/x11-drivers/xf86-video-vesa-2.3.4 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.6 >=x11-libs/libpciaccess-0.12.901 !=x11-base/xorg-server-1.6 >=x11-libs/libpciaccess-0.12.901 x11-base/xorg-server:= x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-2.3.4.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=c684132f2a037f6d5c0850200ad256cc +_md5_=f12bdfd8e54c49fffba4217a62457d3b diff --git a/metadata/md5-cache/x11-libs/libFS-1.0.7 b/metadata/md5-cache/x11-libs/libFS-1.0.7 index 8e88efa2e03a..e56208a98476 100644 --- a/metadata/md5-cache/x11-libs/libFS-1.0.7 +++ b/metadata/md5-cache/x11-libs/libFS-1.0.7 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org FS library EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=ipv6 static-libs -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd LICENSE=MIT RDEPEND=x11-libs/xtrans x11-proto/xproto x11-proto/fontsproto SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libFS-1.0.7.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=2a84e7e7beebf4db941a89cd61e899d7 +_md5_=a43b5822a67ed53b7de30afa9f5640f3 diff --git a/metadata/md5-cache/x11-libs/libGLw-8.0.0 b/metadata/md5-cache/x11-libs/libGLw-8.0.0 index dc34a8b2c3f6..ea354104d217 100644 --- a/metadata/md5-cache/x11-libs/libGLw-8.0.0 +++ b/metadata/md5-cache/x11-libs/libGLw-8.0.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=!media-libs/mesa[motif] x11-libs/libX11 x11-libs/libXt x11-libs/motif virtual/opengl virtual/pkgconfig +DEPEND=!media-libs/mesa[motif] x11-libs/libX11 x11-libs/libXt x11-libs/motif:0 virtual/opengl virtual/pkgconfig DESCRIPTION=Mesa GLw library EAPI=4 HOMEPAGE=http://mesa3d.sourceforge.net/ IUSE=+motif static-libs KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=MIT -RDEPEND=!media-libs/mesa[motif] x11-libs/libX11 x11-libs/libXt x11-libs/motif virtual/opengl +RDEPEND=!media-libs/mesa[motif] x11-libs/libX11 x11-libs/libXt x11-libs/motif:0 virtual/opengl SLOT=0 SRC_URI=ftp://ftp.freedesktop.org/pub/mesa/glw/glw-8.0.0.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=17cde3e6922a0563ebbba716bc3a9ba6 +_md5_=5a8d4b842bc723f63aaca781f37d7791 diff --git a/metadata/md5-cache/x11-libs/libX11-1.6.3 b/metadata/md5-cache/x11-libs/libX11-1.6.3 index 79ead2d12d6e..f959ee977a60 100644 --- a/metadata/md5-cache/x11-libs/libX11-1.6.3 +++ b/metadata/md5-cache/x11-libs/libX11-1.6.3 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org X11 library EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=ipv6 test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs doc -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=>=x11-libs/libxcb-1.9.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/xtrans >=x11-proto/xproto-7.0.24[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xf86bigfontproto-1.2.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(-)?] >=x11-proto/inputproto-2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/kbproto-1.0.6-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xextproto-7.2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libX11-1.6.3.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=3c583f8f9d9b773d16aebca9811f664a +_md5_=5472fab0a7e8312f671936ec0c51bee3 diff --git a/metadata/md5-cache/x11-libs/libXaw-1.0.13 b/metadata/md5-cache/x11-libs/libXaw-1.0.13 index 54111621bad6..2a05d8c26059 100644 --- a/metadata/md5-cache/x11-libs/libXaw-1.0.13 +++ b/metadata/md5-cache/x11-libs/libXaw-1.0.13 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org Xaw library EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=deprecated abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs doc -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=>=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXt-1.1.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXmu-1.1.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXpm-3.5.10-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xproto-7.0.24[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xextproto-7.2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libXaw-1.0.13.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=59413d62f0a6e2988e27c4f81b108d19 +_md5_=dd20779f1e49ad59de711c35a961546f diff --git a/metadata/md5-cache/x11-libs/libXdmcp-1.1.2 b/metadata/md5-cache/x11-libs/libXdmcp-1.1.2 index 2928b3dc0a4b..0efd40c6a98a 100644 --- a/metadata/md5-cache/x11-libs/libXdmcp-1.1.2 +++ b/metadata/md5-cache/x11-libs/libXdmcp-1.1.2 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org X Display Manager Control Protocol library EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs doc -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=x11-proto/xproto abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-1.1.2.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=ea424250acbf972501f6aeb93c8e9d6b +_md5_=f9c2042c48550cd457e154c7d6d42ecc diff --git a/metadata/md5-cache/x11-libs/libXi-1.7.5 b/metadata/md5-cache/x11-libs/libXi-1.7.5 index 0d77018fbd44..d8b78feab28b 100644 --- a/metadata/md5-cache/x11-libs/libXi-1.7.5 +++ b/metadata/md5-cache/x11-libs/libXi-1.7.5 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org Xi library EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs doc -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=>=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/inputproto-2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xproto-7.0.24[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xextproto-7.2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libXi-1.7.5.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=9e4f99fd04d337e6e636f414ffd50974 +_md5_=4e76d435de3d2aac9de90bfe067d25be diff --git a/metadata/md5-cache/x11-libs/libXrandr-1.5.0 b/metadata/md5-cache/x11-libs/libXrandr-1.5.0 index 3818f9203501..2ab884f3afbb 100644 --- a/metadata/md5-cache/x11-libs/libXrandr-1.5.0 +++ b/metadata/md5-cache/x11-libs/libXrandr-1.5.0 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org Xrandr library EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=>=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXrender-0.9.8[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/randrproto-1.5.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/renderproto-0.11.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xextproto-7.2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libXrandr-1.5.0.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=cc17f2bb8dc4e38c980ed68e817c29f6 +_md5_=b5202cffd63a9363b75fcea6cd6fe9da diff --git a/metadata/md5-cache/x11-libs/libXrender-0.9.9 b/metadata/md5-cache/x11-libs/libXrender-0.9.9 index f4b78619835a..1ba0f358deb9 100644 --- a/metadata/md5-cache/x11-libs/libXrender-0.9.9 +++ b/metadata/md5-cache/x11-libs/libXrender-0.9.9 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org Xrender library EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=>=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/renderproto-0.11.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xproto-7.0.24[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libXrender-0.9.9.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=3e5f9bc55e6f6ad6a0529d46ada50d97 +_md5_=b8008c9e9fd5586aab13ca6b022302ca diff --git a/metadata/md5-cache/x11-libs/libXt-1.1.5 b/metadata/md5-cache/x11-libs/libXt-1.1.5 index 34e9f68069ab..44c5f8b0a578 100644 --- a/metadata/md5-cache/x11-libs/libXt-1.1.5 +++ b/metadata/md5-cache/x11-libs/libXt-1.1.5 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org X Toolkit Intrinsics library EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=>=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libSM-1.2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libICE-1.0.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xproto-7.0.24[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/kbproto-1.0.6-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libXt-1.1.5.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=de5ece68c219e4db1e2b0e0f7ca27bae +_md5_=256bd18f515f4f8ae44062b4b1572e64 diff --git a/metadata/md5-cache/x11-libs/libXvMC-1.0.9 b/metadata/md5-cache/x11-libs/libXvMC-1.0.9 index e224e6e3338c..75547d5b308c 100644 --- a/metadata/md5-cache/x11-libs/libXvMC-1.0.9 +++ b/metadata/md5-cache/x11-libs/libXvMC-1.0.9 @@ -4,11 +4,11 @@ DESCRIPTION=X.Org XvMC library EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-solaris LICENSE=MIT PDEPEND=app-eselect/eselect-xvmc RDEPEND=>=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXv-1.0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/videoproto-2.3.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xproto-7.0.24[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libXvMC-1.0.9.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=00e06b0aa5f126dcae0bbff43b0e796b +_md5_=eec06a27e645eb89d30a1777329001e9 diff --git a/metadata/md5-cache/x11-libs/libdrm-2.4.65 b/metadata/md5-cache/x11-libs/libdrm-2.4.65 index abeb3d5d09ab..b41733dad788 100644 --- a/metadata/md5-cache/x11-libs/libdrm-2.4.65 +++ b/metadata/md5-cache/x11-libs/libdrm-2.4.65 @@ -4,11 +4,11 @@ DESCRIPTION=X.Org libdrm library EAPI=5 HOMEPAGE=https://dri.freedesktop.org/ IUSE=video_cards_amdgpu video_cards_exynos video_cards_freedreno video_cards_intel video_cards_nouveau video_cards_omap video_cards_radeon video_cards_tegra video_cards_vmware libkms valgrind abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=MIT RDEPEND=>=dev-libs/libpthread-stubs-0.3-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] ) abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) RESTRICT=test SLOT=0 SRC_URI=https://dri.freedesktop.org/libdrm/libdrm-2.4.65.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=757daf7fbc5782eded25e3c6f2d3e793 +_md5_=bc01ced33a5dae5f165d5dc8e6f6c74d diff --git a/metadata/md5-cache/x11-libs/libfontenc-1.1.3 b/metadata/md5-cache/x11-libs/libfontenc-1.1.3 index ff63cb3fddcf..06d1bf5ee2f5 100644 --- a/metadata/md5-cache/x11-libs/libfontenc-1.1.3 +++ b/metadata/md5-cache/x11-libs/libfontenc-1.1.3 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org fontenc library EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=static-libs -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=sys-libs/zlib x11-proto/xproto SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libfontenc-1.1.3.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=737a5fd2e90c38ea19e277564d0d0b2a +_md5_=701527015e514c27512fdf2c903e5c42 diff --git a/metadata/md5-cache/x11-libs/libpciaccess-0.13.4 b/metadata/md5-cache/x11-libs/libpciaccess-0.13.4 index a1b4b3dbee9d..9e0a9cf00b87 100644 --- a/metadata/md5-cache/x11-libs/libpciaccess-0.13.4 +++ b/metadata/md5-cache/x11-libs/libpciaccess-0.13.4 @@ -4,10 +4,10 @@ DESCRIPTION=Library providing generic access to the PCI bus and devices EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=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 static-libs -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=!=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sys-apps/hwids abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libpciaccess-0.13.4.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=a0c5a2bac5c9e530f11df08bc42dbb73 +_md5_=ed9b4c875af8686601e46c26248456c9 diff --git a/metadata/md5-cache/x11-libs/libxcb-1.11.1 b/metadata/md5-cache/x11-libs/libxcb-1.11.1 index 19dfba465e13..63ff2e2d52ac 100644 --- a/metadata/md5-cache/x11-libs/libxcb-1.11.1 +++ b/metadata/md5-cache/x11-libs/libxcb-1.11.1 @@ -4,10 +4,10 @@ DESCRIPTION=X C-language Bindings library EAPI=5 HOMEPAGE=https://xcb.freedesktop.org/ IUSE=doc selinux test xkb abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs doc -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=>=dev-libs/libpthread-stubs-0.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0/1.11.1 SRC_URI=https://xcb.freedesktop.org/dist/libxcb-1.11.1.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=5c75546fff8314da8ca290f5a863c345 +_md5_=cca4c4489745635722143469a39a8fe8 diff --git a/metadata/md5-cache/x11-libs/libxkbfile-1.0.9 b/metadata/md5-cache/x11-libs/libxkbfile-1.0.9 index cab3a5c68954..3ae6092caafe 100644 --- a/metadata/md5-cache/x11-libs/libxkbfile-1.0.9 +++ b/metadata/md5-cache/x11-libs/libxkbfile-1.0.9 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org xkbfile library EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=static-libs -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=x11-libs/libX11 x11-proto/kbproto SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-1.0.9.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=518f59d639a6d017ab1e125ab022920a +_md5_=4cf7e3fc159ee6f5f90031c1b02273d8 diff --git a/metadata/md5-cache/x11-libs/xcb-util-cursor-0.1.2 b/metadata/md5-cache/x11-libs/xcb-util-cursor-0.1.2 index ae36a80faa5a..02e4c42dbf10 100644 --- a/metadata/md5-cache/x11-libs/xcb-util-cursor-0.1.2 +++ b/metadata/md5-cache/x11-libs/xcb-util-cursor-0.1.2 @@ -4,10 +4,10 @@ DESCRIPTION=X C-language Bindings sample implementations EAPI=5 HOMEPAGE=https://xcb.freedesktop.org/ IUSE=test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 static-libs doc -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris LICENSE=MIT RDEPEND=>=x11-libs/libxcb-1.9.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/xcb-util-image-0.3.9-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/xcb-util-renderutil-0.3.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xcb-proto-1.8-r3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-proto/xproto-7.0.24:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=https://xcb.freedesktop.org/dist//xcb-util-cursor-0.1.2.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=697307fff8e058b641d7c1787de4cd06 +_md5_=0be1b8f8488a5a1a478189e24491aade diff --git a/metadata/md5-cache/x11-misc/gdevilspie-0.5-r1 b/metadata/md5-cache/x11-misc/gdevilspie-0.5-r1 index 0aa36609d04f..f64500d9b0fc 100644 --- a/metadata/md5-cache/x11-misc/gdevilspie-0.5-r1 +++ b/metadata/md5-cache/x11-misc/gdevilspie-0.5-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://gdevilspie.googlecode.com/files/gdevilspie-0.5.tar.bz2 _eclasses_=distutils-r1 0a9f65ef41fe0434c3f5f0b455aa9419 eutils 792f83d5ec9536cb5ccef375469d8bde multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 13d5b02ea59b21da41c77c9294f3b7f7 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=9d8189ca17e43ef27252483ba2d6b48c +_md5_=b8477fc988b86718a043ac942022ec4c diff --git a/metadata/md5-cache/x11-misc/xkeyboard-config-2.16 b/metadata/md5-cache/x11-misc/xkeyboard-config-2.16 index 4fec04eabd92..644c5377a61f 100644 --- a/metadata/md5-cache/x11-misc/xkeyboard-config-2.16 +++ b/metadata/md5-cache/x11-misc/xkeyboard-config-2.16 @@ -3,10 +3,10 @@ DEPEND=>=x11-apps/xkbcomp-1.2.3 >=x11-libs/libX11-1.4.3 dev-util/intltool >=x11- DESCRIPTION=X keyboard configuration database EAPI=5 HOMEPAGE=https://www.freedesktop.org/wiki/Software/XKeyboardConfig -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=MIT RDEPEND=>=x11-apps/xkbcomp-1.2.3 >=x11-libs/libX11-1.4.3 SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.16.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=9538e496388f11ac7d8924c2b28ab518 +_md5_=b48822fc310d1d63af2662d6f6740a7a diff --git a/metadata/md5-cache/x11-misc/xtscal-0.6.3-r1 b/metadata/md5-cache/x11-misc/xtscal-0.6.3-r1 index 02bd0eadf4ff..b117594a1bf1 100644 --- a/metadata/md5-cache/x11-misc/xtscal-0.6.3-r1 +++ b/metadata/md5-cache/x11-misc/xtscal-0.6.3-r1 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libX11 x11-libs/libXCalibrate x11-libs/libXft x11-proto/xcalibra DESCRIPTION=Touchscreen calibration utility EAPI=5 HOMEPAGE=http://gpe.linuxtogo.org/ -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=x11-libs/libX11 SLOT=0 SRC_URI=http://gpe.linuxtogo.org/download/source/xtscal-0.6.3.tar.bz2 mirror://gentoo/xtscal-0.6.3-patches-0.2.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=5ca59535697556f2db5a100f4126254b +_md5_=fa96f73600cae4286c82f33592231056 diff --git a/metadata/md5-cache/x11-proto/glproto-1.4.17-r1 b/metadata/md5-cache/x11-proto/glproto-1.4.17-r1 index 497446d1c726..c387c236cfa3 100644 --- a/metadata/md5-cache/x11-proto/glproto-1.4.17-r1 +++ b/metadata/md5-cache/x11-proto/glproto-1.4.17-r1 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org GL protocol headers EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=abi_x86_32 abi_x86_64 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 ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=SGI-B-2.0 RDEPEND=>=app-eselect/eselect-opengl-1.3.0 abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/proto/glproto-1.4.17.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=e993b88f533dd2e518e0b67d4d3a6d82 +_md5_=c255559e54a297596141e7ef1a63d64b diff --git a/metadata/md5-cache/x11-proto/kbproto-1.0.7 b/metadata/md5-cache/x11-proto/kbproto-1.0.7 index c022279247ff..6f5bbbc39b0a 100644 --- a/metadata/md5-cache/x11-proto/kbproto-1.0.7 +++ b/metadata/md5-cache/x11-proto/kbproto-1.0.7 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org KB protocol headers EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=abi_x86_32 abi_x86_64 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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/proto/kbproto-1.0.7.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=2bdb94f48aa3d9302247e076f1102adf +_md5_=bcdd1e81cbbb82c38928cfb349cf6550 diff --git a/metadata/md5-cache/x11-proto/randrproto-1.5.0 b/metadata/md5-cache/x11-proto/randrproto-1.5.0 index 769b7fe45931..976cbd631711 100644 --- a/metadata/md5-cache/x11-proto/randrproto-1.5.0 +++ b/metadata/md5-cache/x11-proto/randrproto-1.5.0 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org Randr protocol headers EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/proto/randrproto-1.5.0.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=fb165b72051d04342989c63db1f201af +_md5_=0ff47526fe35cc3c8d4ee6264c37643a diff --git a/metadata/md5-cache/x11-proto/xproto-7.0.28 b/metadata/md5-cache/x11-proto/xproto-7.0.28 index 57e97341b77b..231f51bf7c67 100644 --- a/metadata/md5-cache/x11-proto/xproto-7.0.28 +++ b/metadata/md5-cache/x11-proto/xproto-7.0.28 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org xproto protocol headers EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 doc -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/proto/xproto-7.0.28.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=bf42dc2e77372f656d3f89bb4aa77735 +_md5_=6117dbfc32babfc1ef65217f092e417d diff --git a/metadata/md5-cache/x11-terms/xterm-320 b/metadata/md5-cache/x11-terms/xterm-320 index fb87e3266c33..bc2fcc13c720 100644 --- a/metadata/md5-cache/x11-terms/xterm-320 +++ b/metadata/md5-cache/x11-terms/xterm-320 @@ -4,10 +4,10 @@ DESCRIPTION=Terminal Emulator for X Windows EAPI=5 HOMEPAGE=http://invisible-island.net/xterm/ IUSE=+openpty toolbar truetype unicode Xaw3d -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) >=sys-libs/ncurses-5.7-r7:0= x11-apps/xmessage x11-libs/libX11 x11-libs/libXaw x11-libs/libXft x11-libs/libxkbfile x11-libs/libXmu x11-libs/libXrender x11-libs/libXt unicode? ( x11-apps/luit ) Xaw3d? ( x11-libs/libXaw3d ) media-fonts/font-misc-misc SLOT=0 SRC_URI=ftp://invisible-island.net/xterm/xterm-320.tgz _eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb -_md5_=95d868cd8d5416c79bd7d36b948f5ad0 +_md5_=6eb3dcb9df1fd0ff9597439bb9c71a44 diff --git a/metadata/md5-cache/x11-themes/qtcurve-1.8.17-r1 b/metadata/md5-cache/x11-themes/qtcurve-1.8.17-r1 index 11dfab127f35..0249add97394 100644 --- a/metadata/md5-cache/x11-themes/qtcurve-1.8.17-r1 +++ b/metadata/md5-cache/x11-themes/qtcurve-1.8.17-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=gtk? ( X ) windeco? ( kde X ) || ( gtk qt4 qt5 ) SLOT=0 SRC_URI=https://github.com/QtCurve/qtcurve/archive/1.8.17.tar.gz -> qtcurve-1.8.17.tar.gz https://github.com/QtCurve/qtcurve/commit/69047935dd4a9549d238cbc457e9c3cfa37386ae.patch -> qtcurve-1.8.17-old_config_file.patch _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base b645ec50ff5f1ffa0e9b8c505cf7be41 kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=5adcd1c5d5f6540d5b9b655547566046 +_md5_=d7a2f5146c61a09f2a56cdafe7bf6310 diff --git a/metadata/md5-cache/x11-themes/qtcurve-1.8.18-r1 b/metadata/md5-cache/x11-themes/qtcurve-1.8.18-r1 index 7d2747d8206a..d80ab92bd6d3 100644 --- a/metadata/md5-cache/x11-themes/qtcurve-1.8.18-r1 +++ b/metadata/md5-cache/x11-themes/qtcurve-1.8.18-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=gtk? ( X ) windeco? ( kde X ) || ( gtk qt4 qt5 ) SLOT=0 SRC_URI=https://github.com/QtCurve/qtcurve/archive/1.8.18.tar.gz -> qtcurve-1.8.18.tar.gz https://github.com/QtCurve/qtcurve/commit/020b70404f6202490d5ca131f0ec084355cb98e3.patch -> qtcurve-1.8.18-dont_use_c++11.patch _eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde4-base b645ec50ff5f1ffa0e9b8c505cf7be41 kde4-functions 88bc45dff8c885002aca6e4c0adbe541 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b65d20a1384f6eda601f750a53f2f3e0 +_md5_=d84f9f49ca134e56779271b3c0a4b3e1 diff --git a/metadata/md5-cache/x11-wm/twm-1.0.9 b/metadata/md5-cache/x11-wm/twm-1.0.9 index 32ee1b461ed8..b3e9f2f352d8 100644 --- a/metadata/md5-cache/x11-wm/twm-1.0.9 +++ b/metadata/md5-cache/x11-wm/twm-1.0.9 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXt x11-libs/libXmu x11-libs/ DESCRIPTION=X.Org twm application EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXt x11-libs/libXmu x11-libs/libICE x11-libs/libSM SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/twm-1.0.9.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb xorg-2 b41f09eee8d441f780b7413dba7e120b -_md5_=05c99adfef7d66d08d5312fc784b70f6 +_md5_=1719874be71e3bc46c8edfb982edcf12 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 827546f93f8f..e4f5054e0bc5 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Thu, 02 Jun 2016 11:40:50 +0000 +Fri, 03 Jun 2016 10:40:52 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index b210911334ed..049418c3112e 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Thu Jun 2 11:39:55 UTC 2016 +Fri Jun 3 10:39:57 UTC 2016 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 778c4697e626..44bbe418470a 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Thu, 02 Jun 2016 12:00:01 +0000 +Fri, 03 Jun 2016 11:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 6c364146efc1..4f07c17c961c 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1464867601 Thu 02 Jun 2016 11:40:01 AM UTC +1464950401 Fri 03 Jun 2016 10:40:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index 827546f93f8f..e4f5054e0bc5 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Thu, 02 Jun 2016 11:40:50 +0000 +Fri, 03 Jun 2016 10:40:52 +0000 diff --git a/net-analyzer/bro/bro-2.4.1-r1.ebuild b/net-analyzer/bro/bro-2.4.1-r2.ebuild similarity index 92% rename from net-analyzer/bro/bro-2.4.1-r1.ebuild rename to net-analyzer/bro/bro-2.4.1-r2.ebuild index d72a43d53176..543aecc54031 100644 --- a/net-analyzer/bro/bro-2.4.1-r1.ebuild +++ b/net-analyzer/bro/bro-2.4.1-r2.ebuild @@ -4,13 +4,13 @@ EAPI=6 +PYTHON_REQ_USE="sqlite" PYTHON_COMPAT=( python2_7 ) inherit cmake-utils python-single-r1 DESCRIPTION="The Bro Network Security Monitor" HOMEPAGE="https://www.bro.org" SRC_URI="https://www.bro.org/downloads/release/${P}.tar.gz" - LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -38,17 +38,13 @@ DEPEND="${RDEPEND} REQUIRED_USE="broker? ( python ) broctl? ( python ) python? ( ${PYTHON_REQUIRED_USE} )" +PATCHES=( "${FILESDIR}/bro-2.4.1-remove-unnecessary-remove.patch" + "${FILESDIR}/bro-2.4.1-fix-python-install-dir.patch" ) pkg_setup() { use python && python-single-r1_pkg_setup } -src_prepare() { - eapply "${FILESDIR}/bro-2.4.1-remove-unnecessary-remove.patch" - eapply "${FILESDIR}/bro-2.4.1-fix-python-install-dir.patch" - eapply_user -} - src_configure() { local mycmakeargs=( -DENABLE_DEBUG=$(usex debug true false) diff --git a/net-irc/konversation/konversation-1.6.ebuild b/net-irc/konversation/konversation-1.6.ebuild index 3c4faef70b97..48609f0f589b 100644 --- a/net-irc/konversation/konversation-1.6.ebuild +++ b/net-irc/konversation/konversation-1.6.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://kde.org/applications/internet/konversation/ https://konversati SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+crypt" DEPEND=" diff --git a/net-libs/libmicrohttpd/Manifest b/net-libs/libmicrohttpd/Manifest index 14660f975c69..9e994ca1acf1 100644 --- a/net-libs/libmicrohttpd/Manifest +++ b/net-libs/libmicrohttpd/Manifest @@ -1,3 +1,4 @@ DIST libmicrohttpd-0.9.47.tar.gz 1075636 SHA256 96bdab4352a09fd3952a346bc01898536992f50127d0adea1c3096a8ec9f658c SHA512 c6a0d8602246c72bdec63140310fa72f1e73b569ffec5a46bddd92b8be434b334c74f9afb2fab828dd3e0387f02ac5f518580d13c5e7548dc0367e43233196c7 WHIRLPOOL 0087f9856ffd9fae983b7c82d82254f5dc3c416c0cdd9d2b8318793a0d727eb3f1dd038f4d222817cb665d17e912dbbc2f765ae3a06c010d35e53b0d332c108e DIST libmicrohttpd-0.9.48.tar.gz 1077473 SHA256 87667e158f2bf8c691a002e256ffe30885d4121a9ee4143af0320c47cdf8a2a4 SHA512 67155356b01c2294f5b87db68ac275d8c739e06590fc0ae5bcc0c9b4cfc42027b227fd64862ec3197695727c937b5c5d8c815ffbfc770beba918c0e3ca6a37f0 WHIRLPOOL 6267832952d2f1c1b4222597da2c67a8eb298781e5f1d26fe760f19ca14b4364f35e11a458c580968b6142454cb5969ed067fb2fd55e73ea38583df604eac78e DIST libmicrohttpd-0.9.49.tar.gz 1087716 SHA256 9407d8252548ab97ace3276e0032f073820073c0599d43baff832902a8dab11c SHA512 9bae8d187e9567ef706a6d1b806417f2b5f667195adf7a86f96f156982e4cbcf472da10b3220c0679aeceb2c74e7778153160f3b697ac7444de038505b6e94f8 WHIRLPOOL 837c8612eb227c266ed3af773912bdbc215cbadc29766c5de10bce4a0588301213ea6ea140d3c15e6ec96c3dc3bc6b50caee892f30350d1c5e05b83639a61223 +DIST libmicrohttpd-0.9.50.tar.gz 1122992 SHA256 d1b6385068abded29b6470e383287aa7705de05ae3c08ad0bf5747ac4dc6ebd7 SHA512 55530314cae84e883df302ac2bc61d8dd9accc729d5b67b9a173e34aa11a76b244534c94416d5db613f9cdfc642c71b6caa3e707e3db7634660887e610181f42 WHIRLPOOL 5b13bbabdea99fe6a9c3b6fc2e7fe9d42584e8048e9b94930f50e4b37c6ab82bbee1c5b31abd5afc192d08931c9e3fc2b8cc5bd0c18e6845bac05af4c0ca33f1 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.50.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.50.ebuild new file mode 100644 index 000000000000..51e6dc43baa1 --- /dev/null +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.50.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +MY_P="${P/_/}" + +DESCRIPTION="Small C library to run an HTTP server as part of another application" +HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" +SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/12" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="epoll messages ssl static-libs test" + +RDEPEND="ssl? ( + dev-libs/libgcrypt:0= + net-libs/gnutls + )" + +# We disable tests below because they're broken, +# but if enabled, we'll need this. +DEPEND="${RDEPEND} + test? ( + ssl? ( net-misc/curl[ssl] ) + )" + +S=${WORKDIR}/${MY_P} + +DOCS="AUTHORS NEWS README ChangeLog" + +src_configure() { + econf \ + --enable-bauth \ + --enable-dauth \ + --disable-examples \ + --enable-postprocessor \ + --runstatedir=/run \ + $(use_enable epoll) \ + $(use_enable test curl) \ + $(use_enable messages) \ + $(use_enable ssl https) \ + $(use_with ssl gnutls) \ + $(use_enable static-libs static) +} + +# tests are broken in the portage environment. +src_test() { + : +} + +src_install() { + default + + use static-libs || find "${ED}" -name '*.la' -delete +} diff --git a/net-libs/libssh/libssh-0.7.3-r1.ebuild b/net-libs/libssh/libssh-0.7.3-r1.ebuild index 57555325cd16..5fd63216ce8e 100644 --- a/net-libs/libssh/libssh-0.7.3-r1.ebuild +++ b/net-libs/libssh/libssh-0.7.3-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/195/${MY_P}.tar.xz -> ${P}.tar.xz" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" SLOT="0/4" # subslot = soname major version IUSE="debug doc examples gcrypt gssapi libressl pcap +sftp ssh1 server static-libs test zlib" # Maintainer: check IUSE-defaults at DefineOptions.cmake diff --git a/net-libs/libwebsockets/Manifest b/net-libs/libwebsockets/Manifest index 09359d420cce..c3afaa783ecd 100644 --- a/net-libs/libwebsockets/Manifest +++ b/net-libs/libwebsockets/Manifest @@ -1,5 +1,3 @@ -DIST libwebsockets-1.4-chrome43-firefox-36.tar.gz 2841449 SHA256 e11492477e582ef0b1a6ea2f18d81a9619b449170a3a5c43f32a9468461a9798 SHA512 46dd538193e001a54a1fc78f238c6ff94252b79239b110c0e57bd354082cc6adc12578cd7c7afddd8c9de6319e31ab511189ee5decf101075402874a9f6932cb WHIRLPOOL ebfd79a3855824df81da0c8d3a93f15d282b87189cdcd94627842c3f4c8400cecfe148fa6fc20a608cea4c278794f6e9f94facfa37fa8f047b571e8b1fd01d2b -DIST libwebsockets-1.6.0-chrome48-firefox42.tar.gz 2861394 SHA256 0b97d9f5f8a57fc3d34c17ac9e2bca578629ac407cca0f23b3491fda9bd6cba3 SHA512 d185b15922c007b85083423e997e96ebfed1da3debc9a352bc135f712f3b9828d58fdcc514dcd24c051d5b2d3a623444036068bc402bf64ab38a4139eefc57f4 WHIRLPOOL 67ea0cecccf9ad1e14834f681e29e95680d808f60ce603e8d75ff4123b731a581be7bd7e60907b0ab79eec2def60279c2287874f307daaeddc182533619589f6 -DIST libwebsockets-1.7.6.tar.gz 2914276 SHA256 b6f738d85baa568f70c16ad724855d346355a31f05fb62b75e7f2b45d504d2ff SHA512 7e85d0f58a12057eb7b295e5913fef273efacc3adc918262a1af738a74a9b3badaf419e0f8b0b039423f79cc8f3047856186d41df555802b695103d4f6679f09 WHIRLPOOL 4e189973dc7ba7eba66cb2b04fcd3ee622fda83005389b1f21e964b9d5500ca060e81cbab82e8c28fbb96b511d7973e54081ea8ea5340de660a32b90be6c0879 DIST libwebsockets-1.7.8.tar.gz 2914823 SHA256 59809ed49e1143933d7a178b92e01db2dc9a68b5582faa425224dac3b813c744 SHA512 43599347275f5b3e92749691f00eea57a434e8a123111119fe624b56a7267dbd85d4257bd0d1386b13504a0b4102920dfc337629b6fd218f0e5e17c37d692768 WHIRLPOOL 50e60db2784172674c8cc34e67c98ae52e5367b6958bd8a8ae839ce08cf9101944513ca8ca697b2da8a565a927af4aecc049c9d1e87d06f9ee8e68a16aba5a5a DIST libwebsockets-2.0.1.tar.gz 2997361 SHA256 f98cf9e35385863cfe64a5f181403bf3113cc5d82604c4811e1373ba8676ef88 SHA512 90a4ee45753cfca67a6093ce8ef9b3eb9dffdcd213888555d29fe09d8fdf36a6e927d121bc0cc0cd12570b2d48952501b0639e95614bf356419f6eb53cb3819d WHIRLPOOL 0c982eb09b0bcd56fbcddca7c15af2460bdc62117644cf6e01dbbe11e46ab8b8d489fd30f2df92332a2781de30cdb8ebaa3855bb7e50c8cfb9d691168035d683 +DIST libwebsockets-2.0.2.tar.gz 2998585 SHA256 7ab40b7c28b25d7a3776283219447876502163d89269b3c05739cfc3753525bc SHA512 6cd0cfe14ab9aa2ce26624d41290ed3bd0ae4167e93d5db738883dbbe2db851bd75037929a417922c2ef78eae3ff00583134d42da575d961c777e4a1ad0fef4a WHIRLPOOL 576e16dd9638822056142b3c72a53ba2d3582d5c15b3f0c971abc6017d3d34d3c7df503414f33cc3b68cf8033b5ff5cb6dc9b286d1c9c5d890bc0928f61a1439 diff --git a/net-libs/libwebsockets/libwebsockets-1.4.ebuild b/net-libs/libwebsockets/libwebsockets-1.4.ebuild deleted file mode 100644 index 7de36197d1c3..000000000000 --- a/net-libs/libwebsockets/libwebsockets-1.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -MY_TAG="chrome43-firefox-36" -DESCRIPTION="C/C++ websockets library" -HOMEPAGE="http://libwebsockets.org/" -SRC_URI="http://git.libwebsockets.org/cgi-bin/cgit/${PN}/snapshot/${P}-${MY_TAG}.tar.gz" -S="${S}-${MY_TAG}" - -LICENSE="libwebsockets" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-util/cmake" -RDEPEND="" diff --git a/net-libs/libwebsockets/libwebsockets-1.6.0.ebuild b/net-libs/libwebsockets/libwebsockets-1.6.0.ebuild deleted file mode 100644 index 5c141bcf2682..000000000000 --- a/net-libs/libwebsockets/libwebsockets-1.6.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -MY_TAG="chrome48-firefox42" -DESCRIPTION="C/C++ websockets library" -HOMEPAGE="http://libwebsockets.org/" -SRC_URI="http://git.libwebsockets.org/cgi-bin/cgit/${PN}/snapshot/${P}-${MY_TAG}.tar.gz" -S="${S}-${MY_TAG}" - -LICENSE="libwebsockets" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-util/cmake" -RDEPEND="" diff --git a/net-libs/libwebsockets/libwebsockets-1.7.6.ebuild b/net-libs/libwebsockets/libwebsockets-1.7.6.ebuild deleted file mode 100644 index 22e639b60d22..000000000000 --- a/net-libs/libwebsockets/libwebsockets-1.7.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="canonical libwebsockets.org websocket library" -HOMEPAGE="https://libwebsockets.org/" -SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+ssl +zlib static-libs +http2 ipv6 +server -client" - -RDEPEND=" - ssl? ( dev-libs/openssl:0 ) - zlib? ( sys-libs/zlib ) - " -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DLWS_WITH_STATIC=$(usex static-libs) - -DLWS_LINK_TESTAPPS_DYNAMIC=$(usex !static-libs) - -DLWS_WITH_SSL=$(usex ssl) - -DLWS_WITHOUT_CLIENT=$(usex !client) - -DLWS_WITHOUT_SERVER=$(usex !server) - -DLWS_WITH_HTTP2=$(usex http2) - -DLWS_IPV6=$(usex ipv6) - ) - - cmake-utils_src_configure -} diff --git a/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild b/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild new file mode 100644 index 000000000000..86a6fb699875 --- /dev/null +++ b/net-libs/libwebsockets/libwebsockets-2.0.2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="canonical libwebsockets.org websocket library" +HOMEPAGE="https://libwebsockets.org/" +SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+http2 +ssl client ipv6 libev libressl libuv static-libs" + +REQUIRED_USE="libressl? ( ssl )" + +RDEPEND=" + sys-libs/zlib + libev? ( dev-libs/libev ) + libuv? ( dev-libs/libuv ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) +" +DEPEND="${RDEPEND} + dev-lang/perl +" + +src_configure() { + local mycmakeargs=( + -DLWS_IPV6=$(usex ipv6 ON OFF) + -DLWS_LINK_TESTAPPS_DYNAMIC=$(usex !static-libs ON OFF) + -DLWS_WITH_HTTP2=$(usex http2 ON OFF) + -DLWS_WITH_STATIC=$(usex static-libs ON OFF) + -DLWS_WITH_LIBEV=$(usex libev ON OFF) + -DLWS_WITH_LIBUV=$(usex libuv ON OFF) + -DLWS_WITH_SSL=$(usex ssl ON OFF) + -DLWS_WITHOUT_CLIENT=$(usex !client ON OFF) + -DLWS_WITHOUT_TEST_CLIENT=$(usex !client ON OFF) + -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON + ) + + cmake-utils_src_configure +} diff --git a/net-libs/libwebsockets/metadata.xml b/net-libs/libwebsockets/metadata.xml index ad8fbe6dad32..1682ab96600f 100644 --- a/net-libs/libwebsockets/metadata.xml +++ b/net-libs/libwebsockets/metadata.xml @@ -23,6 +23,5 @@ Support the HTTP/2 protocol Support event loops via dev-libs/libev Support asynchronous I/O via dev-libs/libuv - The server part of the library diff --git a/net-libs/telepathy-qt/files/0.9.6.1-default-source.patch b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-default-source.patch similarity index 100% rename from net-libs/telepathy-qt/files/0.9.6.1-default-source.patch rename to net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-default-source.patch diff --git a/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-includes.patch b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-includes.patch new file mode 100644 index 000000000000..6496d25a9de9 --- /dev/null +++ b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-includes.patch @@ -0,0 +1,24 @@ +From 1e1f53e9d91684918c34ec50392f86287e001a1e Mon Sep 17 00:00:00 2001 +From: Alexandr Akulich +Date: Fri, 15 Jan 2016 18:52:59 +0500 +Subject: [PATCH] BaseChannel: Reduced includes (doesn't depend on client stuff + anymore). + +--- + TelepathyQt/base-channel.cpp | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/TelepathyQt/base-channel.cpp b/TelepathyQt/base-channel.cpp +index eb41463..720d58e 100644 +--- a/TelepathyQt/base-channel.cpp ++++ b/TelepathyQt/base-channel.cpp +@@ -26,7 +26,8 @@ + + #include "TelepathyQt/_gen/base-channel.moc.hpp" + #include "TelepathyQt/_gen/base-channel-internal.moc.hpp" +-#include "TelepathyQt/future-internal.h" ++#include "TelepathyQt/_gen/future-constants.h" ++#include "TelepathyQt/_gen/future-types.h" + + #include "TelepathyQt/debug-internal.h" + diff --git a/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-python.patch b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-python.patch new file mode 100644 index 000000000000..9eb6c32f03e8 --- /dev/null +++ b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-python.patch @@ -0,0 +1,43 @@ +From 3716c048d65d4984513591cb8b1031858201db6c Mon Sep 17 00:00:00 2001 +From: Alex Merry +Date: Sun, 16 Aug 2015 20:30:41 +0100 +Subject: [PATCH] Tell CMake what version of Python we want to find. + +This ensures that Python 2 is found if possible, rather than Python 3. + +https://bugs.freedesktop.org/show_bug.cgi?id=91659 + +Reviewed-by: Alexandr Akulich +--- + CMakeLists.txt | 2 +- + cmake/modules/FindPythonLibrary.cmake | 3 ++- + 2 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 9a014ce..a01b586 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -133,8 +133,8 @@ macro_log_feature(QT_GLIB_SUPPORT "Qt Glib Support" + set(CMAKE_REQUIRED_FLAGS "") + + # Find python version >= 2.5 +-find_package(PythonLibrary REQUIRED) + set(REQUIRED_PY 2.5) ++find_package(PythonLibrary ${REQUIRED_PY} REQUIRED) + if(${PYTHON_SHORT_VERSION} VERSION_GREATER ${REQUIRED_PY} OR ${PYTHON_SHORT_VERSION} VERSION_EQUAL ${REQUIRED_PY}) + message(STATUS "Python ${PYTHON_SHORT_VERSION} found") + else(${PYTHON_SHORT_VERSION} VERSION_GREATER ${REQUIRED_PY} OR ${PYTHON_SHORT_VERSION} VERSION_EQUAL ${REQUIRED_PY}) +diff --git a/cmake/modules/FindPythonLibrary.cmake b/cmake/modules/FindPythonLibrary.cmake +index 2585859..c6bb712 100644 +--- a/cmake/modules/FindPythonLibrary.cmake ++++ b/cmake/modules/FindPythonLibrary.cmake +@@ -28,7 +28,8 @@ if(EXISTS PYTHON_LIBRARY) + # Already in cache, be silent + set(PYTHONLIBRARY_FOUND TRUE) + else(EXISTS PYTHON_LIBRARY) +- FIND_PACKAGE(PythonInterp) ++ message(STATUS "PythonLibrary find version: ${PythonLibrary_FIND_VERSION}") ++ FIND_PACKAGE(PythonInterp ${PythonLibrary_FIND_VERSION}) + + if(PYTHONINTERP_FOUND) + FIND_FILE(_find_lib_python_py FindLibPython.py PATHS ${CMAKE_MODULE_PATH}) diff --git a/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-qtpath.patch b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-qtpath.patch index 3753b90ecfac..a14e1da1a658 100644 --- a/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-qtpath.patch +++ b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-qtpath.patch @@ -8,8 +8,8 @@ is necessary to find the correct version explicitly. Once qmake is found, it is queried for the correct location of all other items. ---- cmake/modules/FindQt.cmake -+++ cmake/modules/FindQt.cmake +--- a/cmake/modules/FindQt.cmake ++++ b/cmake/modules/FindQt.cmake @@ -19,7 +19,7 @@ IF(NOT QT5_INSTALLED) IF(NOT QT_QMAKE_EXECUTABLE) diff --git a/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-service-dependencies.patch b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-service-dependencies.patch new file mode 100644 index 000000000000..1b3bd7608caf --- /dev/null +++ b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-service-dependencies.patch @@ -0,0 +1,22 @@ +From 7389dc990c67d4269f3a79c924c054e87f2e4ac5 Mon Sep 17 00:00:00 2001 +From: Alexandr Akulich +Date: Fri, 15 Jan 2016 18:54:09 +0500 +Subject: [PATCH] CMakeLists: Added missing service dependence. + +telepathy-qt-service depends on generated stable and future types and consts. +--- + TelepathyQt/CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/TelepathyQt/CMakeLists.txt b/TelepathyQt/CMakeLists.txt +index 58668cd..1b32d32 100644 +--- a/TelepathyQt/CMakeLists.txt ++++ b/TelepathyQt/CMakeLists.txt +@@ -953,6 +953,7 @@ if(ENABLE_SERVICE_SUPPORT) + #endif (ENABLE_COMPILER_COVERAGE) + # lets build a static only library until we have a stable API/ABI + add_library(telepathy-qt${QT_VERSION_MAJOR}-service STATIC ${telepathy_qt_service_SRCS}) ++ add_dependencies(telepathy-qt${QT_VERSION_MAJOR}-service stable-typesgen future-typesgen) + + # generate service moc files + foreach(moc_src ${telepathy_qt_service_MOC_SRCS}) diff --git a/net-libs/telepathy-qt/files/0.9.6.1-yes-release.patch b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch similarity index 100% rename from net-libs/telepathy-qt/files/0.9.6.1-yes-release.patch rename to net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.6.1-r1.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.6.1-r1.ebuild new file mode 100644 index 000000000000..1ac2c4439463 --- /dev/null +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.6.1-r1.ebuild @@ -0,0 +1,112 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +inherit python-any-r1 cmake-utils virtualx multibuild + +DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol" +HOMEPAGE="https://telepathy.freedesktop.org/" +SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="debug farstream +qt4 qt5 test" + +REQUIRED_USE="|| ( qt4 qt5 )" + +RDEPEND=" + farstream? ( + >=net-libs/telepathy-farstream-0.2.2 + >=net-libs/telepathy-glib-0.18.0 + ) + qt4? ( + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtxml:5 + ) + !net-libs/telepathy-qt4 +" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + virtual/pkgconfig + test? ( + dev-libs/dbus-glib + dev-libs/glib:2 + dev-python/dbus-python + qt4? ( dev-qt/qttest:4 ) + qt5? ( dev-qt/qttest:5 ) + ) +" + +DOCS=( AUTHORS ChangeLog HACKING NEWS README ) + +PATCHES=( + "${FILESDIR}/${P}-default-source.patch" + "${FILESDIR}/${P}-yes-release.patch" + "${FILESDIR}/${P}-gstreamer-1.5.patch" + "${FILESDIR}/${P}-qtpath.patch" + "${FILESDIR}/${P}-python.patch" + "${FILESDIR}/${P}-includes.patch" + "${FILESDIR}/${P}-service-dependencies.patch" +) + +# bug 549448 - last checked with 0.9.6.1 +RESTRICT="test" + +pkg_setup() { + python-any-r1_pkg_setup + + MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) ) +} + +src_configure() { + myconfigure() { + local mycmakeargs=( + -DENABLE_DEBUG_OUTPUT=$(usex debug) + -DENABLE_FARSTREAM=$(usex farstream) + -DENABLE_TESTS=$(usex test) + -DENABLE_EXAMPLES=OFF + ) + if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then + mycmakeargs+=( -DDESIRED_QT_VERSION=4 ) + fi + if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then + mycmakeargs+=( -DDESIRED_QT_VERSION=5 ) + fi + cmake-utils_src_configure + } + + multibuild_foreach_variant myconfigure +} + +src_compile() { + multibuild_foreach_variant cmake-utils_src_compile +} + +src_test() { + _test_runner() { + ctest -E '(CallChannel)' + } + + mytest() { + pushd "${BUILD_DIR}" > /dev/null || die + virtx _test_runner + popd > /dev/null || die + } + + multibuild_foreach_variant mytest +} + +src_install() { + multibuild_foreach_variant cmake-utils_src_install +} diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild index 6b376bcb1e2b..7de0313da4f3 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -51,10 +51,10 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS ChangeLog HACKING NEWS README ) PATCHES=( - "${FILESDIR}/${PV}-default-source.patch" - "${FILESDIR}/${PV}-yes-release.patch" + "${FILESDIR}/${P}-default-source.patch" + "${FILESDIR}/${P}-yes-release.patch" "${FILESDIR}/${P}-gstreamer-1.5.patch" - "${FILESDIR}/${PN}-0.9.6.1-qtpath.patch" + "${FILESDIR}/${P}-qtpath.patch" ) pkg_setup() { diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest index d03a15a9a88c..4b8d2620d188 100644 --- a/net-misc/ntp/Manifest +++ b/net-misc/ntp/Manifest @@ -4,3 +4,5 @@ DIST ntp-4.2.8p6-manpages.tar.bz2 24616 SHA256 0c062d240e03320fde25b8824a5cc9b37 DIST ntp-4.2.8p6.tar.gz 7152557 SHA256 583d0e1c573ace30a9c6afbea0fc52cae9c8c916dbc15c026e485a0dda4ba048 SHA512 797d07980c0b71453f32ae821ef496add0fe712a2bf960ab1af18f0b54caa6029d65238ef7606d1ffb53e2e95c88623b4fb228399b5d4dde9a5fa1b7e256f71b WHIRLPOOL 0a320405dea0239fec9d6d6566e6e8cd7eb37a16232267f822befe4f4c8a359d672d6d58a5e755f7410234482bc7b2198649547dfb49f252b66ac7cee3351e13 DIST ntp-4.2.8p7-manpages.tar.xz 24988 SHA256 fead8e2c2c7db74c12ba145725932e94595469e128443c01df692889a6efcf33 SHA512 0753c44a51d19af3d6ad24b757a8ebcdaec107cc2d976599d0af15d8e1b91b02223e2af9a78dd8ded22bb041821dee1381db8342679b5e58b65fa3a8916b7f79 WHIRLPOOL 666ffac116a52efb25e6ea072c5fbc79d26181d20f5aa4d2ff9c02056de67d3d2276e593942cc91804e21ddb5660734c9bfe76f60d0c33844cb2d45899c28d17 DIST ntp-4.2.8p7.tar.gz 7175313 SHA256 81d20c06a0b01abe3b84fac092185bf014252d38fe5e7b2758f604680a0220dc SHA512 7b80192f0e3c4a05cc05f167ab85593acca685d514dcd46fb8f42b4cd2a5525e76ba5e15fd7ff13220e4155de6aab5661554e0ded60bfb1d27a969c589958f55 WHIRLPOOL 858f9f0f22ece06c304f2e19cfd3743facc5f2794d758f88528f2cebbb68f8d7d93dd93d976c1bdb912ad8f7ec4c5c2d6b669d3b2f7723337a70c50da033a323 +DIST ntp-4.2.8p8-manpages.tar.xz 24992 SHA256 d1c349c970280b2bdb8ba197b1229c0c909a59782b76f3d650a9d2663e8a4d36 SHA512 1a2b71d66ee9e6f03bfbb8f2c4ab1ed30cb2a5a0673e9769749569aa55e8994bacbef399c4b67da265a9673195618df63d84eafbeb37bef30aea302ab99653ef WHIRLPOOL ec62bc2d01c2494727e385fab4dd40581e69806e5ee7b97dd8cb30c44331386c96650358ff09414536d4b74b8178b0e85a3c436673282f228200b9df863c1890 +DIST ntp-4.2.8p8.tar.gz 7205710 SHA256 2ab3d0b5f0456e6311dda1cc27ab75da108762773a19e46abd938bd9407b97ee SHA512 253675667f78ad8855e961d02f6a120b68b75233c18ddb92cb6c9510fb3847f1672d0d6f93ad1eb11b14e3bdf78fdbc1458e516d906b763e8599490da6a4f225 WHIRLPOOL cc054a550e59b44428989a183978ea59c7f1bc2ed9514e7d1cf82127f3188f73edb3521ee5b215438368a3c22b8cae09a78174e943195ddd752f0571335adb9e diff --git a/net-misc/ntp/ntp-4.2.8_p8.ebuild b/net-misc/ntp/ntp-4.2.8_p8.ebuild new file mode 100644 index 000000000000..49ee9822f9fb --- /dev/null +++ b/net-misc/ntp/ntp-4.2.8_p8.ebuild @@ -0,0 +1,137 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils toolchain-funcs flag-o-matic user systemd + +MY_P=${P/_p/p} +DESCRIPTION="Network Time Protocol suite/programs" +HOMEPAGE="http://www.ntp.org/" +SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV:0:3}/${MY_P}.tar.gz + https://dev.gentoo.org/~polynomial-c/${MY_P}-manpages.tar.xz" + +LICENSE="HPND BSD ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~m68k-mint" +IUSE="caps debug ipv6 libressl openntpd parse-clocks readline samba selinux snmp ssl +threads vim-syntax zeroconf" + +CDEPEND="readline? ( >=sys-libs/readline-4.1:0= ) + >=dev-libs/libevent-2.0.9[threads?] + kernel_linux? ( caps? ( sys-libs/libcap ) ) + zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) + !openntpd? ( !net-misc/openntpd ) + snmp? ( net-analyzer/net-snmp ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl ) + ) + parse-clocks? ( net-misc/pps-tools )" +DEPEND="${CDEPEND} + virtual/pkgconfig" +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-ntp ) + vim-syntax? ( app-vim/ntp-syntax )" +PDEPEND="openntpd? ( net-misc/openntpd )" + +S=${WORKDIR}/${MY_P} + +PATCHES=( + "${FILESDIR}"/${PN}-4.2.8-ipc-caps.patch #533966 + "${FILESDIR}"/${PN}-4.2.8-sntp-test-pthreads.patch #563922 + "${FILESDIR}"/${PN}-4.2.8-ntpd-test-signd.patch +) + +pkg_setup() { + enewgroup ntp 123 + enewuser ntp 123 -1 /dev/null ntp +} + +src_prepare() { + epatch "${PATCHES[@]}" + append-cppflags -D_GNU_SOURCE #264109 + # Make sure every build uses the same install layout. #539092 + find sntp/loc/ -type f '!' -name legacy -delete || die + # Disable pointless checks. + touch .checkChangeLog .gcc-warning FRC.html html/.datecheck +} + +src_configure() { + # avoid libmd5/libelf + export ac_cv_search_MD5Init=no ac_cv_header_md5_h=no + export ac_cv_lib_elf_nlist=no + # blah, no real configure options #176333 + export ac_cv_header_dns_sd_h=$(usex zeroconf) + export ac_cv_lib_dns_sd_DNSServiceRegister=${ac_cv_header_dns_sd_h} + # Increase the default memlimit from 32MiB to 128MiB. #533232 + econf \ + --with-lineeditlibs=readline,edit,editline \ + --with-yielding-select \ + --disable-local-libevent \ + --docdir='$(datarootdir)'/doc/${PF} \ + --htmldir='$(docdir)/html' \ + --with-memlock=256 \ + $(use_enable caps linuxcaps) \ + $(use_enable parse-clocks) \ + $(use_enable ipv6) \ + $(use_enable debug debugging) \ + $(use_with readline lineeditlibs readline) \ + $(use_enable samba ntp-signd) \ + $(use_with snmp ntpsnmpd) \ + $(use_with ssl crypto) \ + $(use_enable threads thread-support) +} + +src_install() { + default + # move ntpd/ntpdate to sbin #66671 + dodir /usr/sbin + mv "${ED}"/usr/bin/{ntpd,ntpdate} "${ED}"/usr/sbin/ || die "move to sbin" + + dodoc INSTALL WHERE-TO-START + doman "${WORKDIR}"/man/*.[58] + + insinto /etc + doins "${FILESDIR}"/ntp.conf + use ipv6 || sed -i '/^restrict .*::1/d' "${ED}"/etc/ntp.conf #524726 + newinitd "${FILESDIR}"/ntpd.rc-r1 ntpd + newconfd "${FILESDIR}"/ntpd.confd ntpd + newinitd "${FILESDIR}"/ntp-client.rc ntp-client + newconfd "${FILESDIR}"/ntp-client.confd ntp-client + newinitd "${FILESDIR}"/sntp.rc sntp + newconfd "${FILESDIR}"/sntp.confd sntp + if ! use caps ; then + sed -i "s|-u ntp:ntp||" "${ED}"/etc/conf.d/ntpd || die + fi + sed -i "s:/usr/bin:/usr/sbin:" "${ED}"/etc/init.d/ntpd || die + + keepdir /var/lib/ntp + use prefix || fowners ntp:ntp /var/lib/ntp + + if use openntpd ; then + cd "${ED}" + rm usr/sbin/ntpd || die + rm -r var/lib + rm etc/{conf,init}.d/ntpd + rm usr/share/man/*/ntpd.8 || die + else + systemd_newunit "${FILESDIR}"/ntpd.service-r2 ntpd.service + use caps && sed -i '/ExecStart/ s|$| -u ntp:ntp|' "${ED}"/usr/lib/systemd/system/ntpd.service + systemd_enable_ntpunit 60-ntpd ntpd.service + fi + + systemd_newunit "${FILESDIR}"/ntpdate.service-r1 ntpdate.service + systemd_install_serviced "${FILESDIR}"/ntpdate.service.conf + systemd_newunit "${FILESDIR}"/sntp.service-r2 sntp.service + systemd_install_serviced "${FILESDIR}"/sntp.service.conf +} + +pkg_postinst() { + if grep -qs '^[^#].*notrust' "${EROOT}"/etc/ntp.conf ; then + eerror "The notrust option was found in your /etc/ntp.conf!" + ewarn "If your ntpd starts sending out weird responses," + ewarn "then make sure you have keys properly setup and see" + ewarn "https://bugs.gentoo.org/41827" + fi +} diff --git a/net-misc/openntpd/openntpd-6.0_p1.ebuild b/net-misc/openntpd/openntpd-6.0_p1.ebuild index ab386623f8f5..f8752c9ccf67 100644 --- a/net-misc/openntpd/openntpd-6.0_p1.ebuild +++ b/net-misc/openntpd/openntpd-6.0_p1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="libressl selinux" DEPEND="!<=net-misc/ntp-4.2.0-r2 diff --git a/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild b/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild index 19cabebe0b25..abdeaf7137ce 100644 --- a/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild +++ b/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86" +KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86" IUSE="gnutls java nptl +opengl pam server +xorgmodule" RDEPEND="virtual/jpeg:0 diff --git a/net-p2p/ktorrent/ktorrent-5.0.1.ebuild b/net-p2p/ktorrent/ktorrent-5.0.1.ebuild index eff772982487..978204d69bc5 100644 --- a/net-p2p/ktorrent/ktorrent-5.0.1.ebuild +++ b/net-p2p/ktorrent/ktorrent-5.0.1.ebuild @@ -96,7 +96,7 @@ RDEPEND="${COMMON_DEPEND} # -e "s:add_subdirectory(plasma):#nada:g" \ # CMakeLists.txt || die "Failed to make plasmoid optional" # fi -# +# # kde5_src_prepare # } diff --git a/net-p2p/ktorrent/ktorrent-5.0.ebuild b/net-p2p/ktorrent/ktorrent-5.0.ebuild index f02a97a129b6..9278d1e9083a 100644 --- a/net-p2p/ktorrent/ktorrent-5.0.ebuild +++ b/net-p2p/ktorrent/ktorrent-5.0.ebuild @@ -94,7 +94,7 @@ RDEPEND="${COMMON_DEPEND} # -e "s:add_subdirectory(plasma):#nada:g" \ # CMakeLists.txt || die "Failed to make plasmoid optional" # fi -# +# # kde5_src_prepare # } diff --git a/net-print/cups-filters/cups-filters-1.5.0.ebuild b/net-print/cups-filters/cups-filters-1.5.0.ebuild index ac613bc5c356..73e745458ff8 100644 --- a/net-print/cups-filters/cups-filters-1.5.0.ebuild +++ b/net-print/cups-filters/cups-filters-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -61,7 +61,7 @@ src_configure() { $(use_with png) \ $(use_with tiff) \ --with-rcdir=no \ - --with-browseremoteprotocols=DNSSD,CUPS \ + --with-browseremoteprotocols=DNSSD,CUPS \ --without-php } diff --git a/net-print/cups-filters/cups-filters-1.6.0.ebuild b/net-print/cups-filters/cups-filters-1.6.0.ebuild index cec01c8251f4..878e58d7b183 100644 --- a/net-print/cups-filters/cups-filters-1.6.0.ebuild +++ b/net-print/cups-filters/cups-filters-1.6.0.ebuild @@ -61,7 +61,7 @@ src_configure() { $(use_with png) \ $(use_with tiff) \ --with-rcdir=no \ - --with-browseremoteprotocols=DNSSD,CUPS \ + --with-browseremoteprotocols=DNSSD,CUPS \ --without-php } diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest index a0036fd4148d..1804893f5f99 100644 --- a/net-print/hplip/Manifest +++ b/net-print/hplip/Manifest @@ -2,3 +2,5 @@ DIST hplip-3.14.10-patches-1.tar.xz 8140 SHA256 33116a5e2c104495d60f0b15e923b2ae DIST hplip-3.14.10.tar.gz 21773429 SHA256 11b3cd8311dea6b22a4c80be1e5d021e84d15a5f3e7e22cbd43798e5c1a89598 SHA512 ed184c8d0d3d8d5aad454831013d7c5e0b1685b088ee8099b6efc1b152f8b159a2349f23f0c5c77a7a5f1a48165b0e22f2ff83ced1beb14633bd278d4ef4d6dc WHIRLPOOL 8e1985cfd370849db96765f792655da36e22b6cecb660dd4707b0ff33dd53c8b66b2ec73a9596c7e60036edc1843c195bbbde64f37c5a1c319752bf0ebc08eb6 DIST hplip-3.16.2-patches-1.tar.xz 8188 SHA256 8a9a78e0caac1731eae79f047a6054b411c237c579fdfd07bc59d435db708705 SHA512 7eb03c093cfb9ef6b9a980ef5520575310d080c45ed13191933a5facaf9bbb04b38c8381762a3ecd33884ad582830e61e17b6c17f2ed7cdf910670e05eed2510 WHIRLPOOL 6721eac17977485eae0cb22b1702d0479003e3639e806ecd3c5888f1b5015a0bf904512104ebefee4b3d5f64abebd0608090e00310ec8d5b48f210c7e4a95e4e DIST hplip-3.16.3.tar.gz 22408596 SHA256 42d2302ee38bda41caa0f2f9524a91f531e3aa432814ffd45b3e5c396dc30194 SHA512 32d2f88c0983208e77592f73bf65cf2900cd6aa234d09220a18b45b5fc4bd0d10e9cfc8c7a10639e5a51ad5f5d0f8ed7bd477d08c86b89c633a1bbcd42682915 WHIRLPOOL b287ecf80c2e7b0da0de0afefcf60c507f9d42c74dbba1e745b4b43f253a5b0dedb6398a1f073e14d196296da47764e983138c0151e05bfc7a5dd416458662a0 +DIST hplip-3.16.5-patches-1.tar.xz 8200 SHA256 98866e57a247e7a30d9cd584ed9411aa79a6185294a73b4cc5961efe9a5e5fa6 SHA512 36d33da5fc4105183cbc5137845ddccd8ab2b6abbff053a3a51f3da61c26c2d9d48dcb735345fb453abd67b6a0797aa337102c366cce037bc7006599b20b1646 WHIRLPOOL 8ac91bdefeb177c092b1d6de16474e8e1da57ad046dbc579f14fd40a27d1837d9bf142573137ef8d91c37dc7b03ca908fd5bfad23a9815af2015b521091c2700 +DIST hplip-3.16.5.tar.gz 22662561 SHA256 c609516003c9613c51e2ef24503e535f8d93693dd618cb6397a2d71f70315ed9 SHA512 5fdf7dc710158af2aff651f23df9da88dd8443668f738cc143be66bd53952189dd3c87f73741a5af7369d48d465d6dd3936e45eff59bfc4146243c4897a8434b WHIRLPOOL 003a663048210d9c4ce53ac8de009df48454c7d2a73cf8685d90c2cc6a8b8952363009fa565f68f517858c5e36ac3ffa74fa282a7f37cd0b229741fd4824d457 diff --git a/net-print/hplip/hplip-3.14.10.ebuild b/net-print/hplip/hplip-3.14.10.ebuild index d8228548a83a..c14e24c5d287 100644 --- a/net-print/hplip/hplip-3.14.10.ebuild +++ b/net-print/hplip/hplip-3.14.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads,xml" inherit eutils fdo-mime linux-info python-single-r1 udev autotools toolchain-funcs -DESCRIPTION="HP Linux Imaging and Printing. Includes printer, scanner, fax drivers and service tools" +DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and service tools" HOMEPAGE="http://hplipopensource.com/hplip-web/index.html" SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz https://dev.gentoo.org/~billie/distfiles/${PN}-3.14.10-patches-1.tar.xz" diff --git a/net-print/hplip/hplip-3.16.5.ebuild b/net-print/hplip/hplip-3.16.5.ebuild new file mode 100644 index 000000000000..803c1f8cc013 --- /dev/null +++ b/net-print/hplip/hplip-3.16.5.ebuild @@ -0,0 +1,262 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE="threads,xml" + +inherit eutils linux-info python-single-r1 readme.gentoo-r1 udev autotools + +DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and service tools" +HOMEPAGE="http://hplipopensource.com/hplip-web/index.html" +SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz + https://dev.gentoo.org/~billie/distfiles/${PN}-3.16.5-patches-1.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" + +IUSE="doc fax +hpcups hpijs kde -libusb0 minimal parport policykit +qt4 qt5 scanner +snmp static-ppds X" + +# dependency on dev-python/notify-python dropped due to python 3 incompatibility +# possible replacement notify2 (https://pypi.python.org/pypi/notify2/0.3) not in tree + +COMMON_DEPEND=" + virtual/jpeg:0 + hpijs? ( + || ( >=net-print/cups-filters-1.0.43-r1[foomatic] >=net-print/foomatic-filters-3.0.20080507[cups] ) + ) + !minimal? ( + ${PYTHON_DEPS} + >=net-print/cups-1.4.0 + !libusb0? ( virtual/libusb:1 ) + libusb0? ( virtual/libusb:0 ) + scanner? ( >=media-gfx/sane-backends-1.0.19-r1 ) + fax? ( >=sys-apps/dbus-1.6.8-r1 ) + snmp? ( + net-analyzer/net-snmp + dev-libs/openssl:0 + ) + )" + +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig" + +RDEPEND="${COMMON_DEPEND} + >=app-text/ghostscript-gpl-8.71-r3 + policykit? ( sys-auth/polkit ) + !minimal? ( + >=dev-python/dbus-python-1.2.0-r1[${PYTHON_USEDEP}] + dev-python/pygobject[${PYTHON_USEDEP}] + kernel_linux? ( virtual/udev ) + scanner? ( + >=dev-python/reportlab-3.1.44-r2[${PYTHON_USEDEP}] + >=dev-python/pillow-3.1.1[${PYTHON_USEDEP}] + X? ( || ( + kde? ( kde-misc/skanlite ) + media-gfx/xsane + media-gfx/sane-frontends + ) ) + ) + fax? ( >=dev-python/reportlab-3.1.44-r2[${PYTHON_USEDEP}] ) + qt4? ( >=dev-python/PyQt4-4.11.1[dbus,X,${PYTHON_USEDEP}] ) + qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,${PYTHON_USEDEP}] ) + )" + +REQUIRED_USE="!minimal? ( ${PYTHON_REQUIRED_USE} ) + ^^ ( qt4 qt5 )" + +CONFIG_CHECK="~PARPORT ~PPDEV" +ERROR_PARPORT="Please make sure kernel parallel port support is enabled (PARPORT and PPDEV)." + +#DISABLE_AUTOFORMATTING="yes" +DOC_CONTENTS=" +For more information on setting up your printer please take +a look at the hplip section of the gentoo printing guide: +https://wiki.gentoo.org/wiki/Printing + +Any user who wants to print must be in the lp group. +" + +pkg_setup() { + use !minimal && python-single-r1_pkg_setup + + ! use qt4 && ! use qt5 && ewarn "You need USE=qt4 or USE=qt5 for the hplip GUI." + + use scanner && ! use X && ewarn "You need USE=X for the scanner GUI." + + if ! use hpcups && ! use hpijs ; then + ewarn "Installing neither hpcups (USE=-hpcups) nor hpijs (USE=-hpijs) driver," + ewarn "which is probably not what you want." + ewarn "You will almost certainly not be able to print." + fi + + if use minimal ; then + ewarn "Installing driver portions only, make sure you know what you are doing." + ewarn "Depending on the USE flags set for hpcups or hpijs the appropiate driver" + ewarn "is installed. If both USE flags are set hpijs overrides hpcups." + else + use parport && linux-info_pkg_setup + fi +} + +src_prepare() { + eapply "${WORKDIR}/patches" + + default + + if use !minimal ; then + python_export EPYTHON PYTHON + python_fix_shebang . + fi + + # Make desktop files follow the specification + # Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=443680 + # Upstream bug: https://bugs.launchpad.net/hplip/+bug/1080324 + sed -i -e '/^Categories=/s/Application;//' \ + -e '/^Encoding=.*/d' hplip.desktop.in || die + sed -i -e '/^Categories=/s/Application;//' \ + -e '/^Version=.*/d' \ + -e '/^Comment=.*/d' hplip-systray.desktop.in || die + + # Fix for Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=345725 + # Upstream bug: https://bugs.launchpad.net/hplip/+bug/880847, + # https://bugs.launchpad.net/hplip/+bug/500086 + local udevdir=$(get_udevdir) + sed -i -e "s|/etc/udev|${udevdir}|g" \ + $(find . -type f -exec grep -l /etc/udev {} +) || die + + # Force recognition of Gentoo distro by hp-check + sed -i \ + -e "s:file('/etc/issue', 'r').read():'Gentoo':" \ + installer/core_install.py || die + + # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip + # The hpcups driver does not use foomatic-rip + local i + for i in ppd/hpijs/*.ppd.gz ; do + rm -f ${i}.temp || die + gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \ + gzip > ${i}.temp || die + mv ${i}.temp ${i} || die + done + + eautoreconf +} + +src_configure() { + local myconf drv_build minimal_build + + if use qt4 || use qt5 ; then + myconf="${myconf} --enable-gui-build" + else + myconf="${myconf} --disable-gui-build" + fi + + if use fax || use qt4 || use qt5 ; then + myconf="${myconf} --enable-dbus-build" + else + myconf="${myconf} --disable-dbus-build" + fi + + if use libusb0 ; then + myconf="${myconf} --enable-libusb01_build" + else + myconf="${myconf} --disable-libusb01_build" + fi + + if use hpcups ; then + drv_build="$(use_enable hpcups hpcups-install)" + if use static-ppds ; then + drv_build="${drv_build} --enable-cups-ppd-install" + drv_build="${drv_build} --disable-cups-drv-install" + else + drv_build="${drv_build} --enable-cups-drv-install" + drv_build="${drv_build} --disable-cups-ppd-install" + fi + else + drv_build="--disable-hpcups-install" + drv_build="${drv_build} --disable-cups-drv-install" + drv_build="${drv_build} --disable-cups-ppd-install" + fi + + if use hpijs ; then + drv_build="${drv_build} $(use_enable hpijs hpijs-install)" + if use static-ppds ; then + drv_build="${drv_build} --enable-foomatic-ppd-install" + drv_build="${drv_build} --disable-foomatic-drv-install" + else + drv_build="${drv_build} --enable-foomatic-drv-install" + drv_build="${drv_build} --disable-foomatic-ppd-install" + fi + else + drv_build="${drv_build} --disable-hpijs-install" + drv_build="${drv_build} --disable-foomatic-drv-install" + drv_build="${drv_build} --disable-foomatic-ppd-install" + fi + + if use minimal ; then + if use hpijs ; then + minimal_build="--enable-hpijs-only-build" + else + minimal_build="--disable-hpijs-only-build" + fi + if use hpcups ; then + minimal_build="${minimal_build} --enable-hpcups-only-build" + else + minimal_build="${minimal_build} --disable-hpcups-only-build" + fi + fi + + econf \ + --disable-cups11-build \ + --disable-lite-build \ + --disable-foomatic-rip-hplip-install \ + --disable-shadow-build \ + --disable-qt3 \ + --disable-udev_sysfs_rules \ + --with-cupsbackenddir=$(cups-config --serverbin)/backend \ + --with-cupsfilterdir=$(cups-config --serverbin)/filter \ + --with-docdir=/usr/share/doc/${PF} \ + --with-htmldir=/usr/share/doc/${PF}/html \ + ${myconf} \ + ${drv_build} \ + ${minimal_build} \ + $(use_enable doc doc-build) \ + $(use_enable fax fax-build) \ + $(use_enable parport pp-build) \ + $(use_enable scanner scan-build) \ + $(use_enable snmp network-build) \ + $(use_enable qt4) \ + $(use_enable qt5) \ + $(use_enable policykit) +} + +src_install() { + default + + # Installed by sane-backends + # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=201023 + rm -f "${D}"/etc/sane.d/dll.conf || die + + rm -f "${D}"/usr/share/doc/${PF}/{copyright,README_LIBJPG,COPYING} || die + rmdir --ignore-fail-on-non-empty "${D}"/usr/share/doc/${PF}/ || die + + # Remove hal fdi files + rm -rf "${D}"/usr/share/hal || die + + prune_libtool_files --all + + if use !minimal ; then + python_export EPYTHON PYTHON + python_optimize "${D}"/usr/share/hplip + fi + + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog +} diff --git a/net-print/hplip/metadata.xml b/net-print/hplip/metadata.xml index e0cf7c24a1ca..243ad8e5b591 100644 --- a/net-print/hplip/metadata.xml +++ b/net-print/hplip/metadata.xml @@ -10,16 +10,13 @@ Gentoo Printing Project - Build documentation Enable fax on multifunction devices which support it Build the hpcups driver for cups (by HP) Build the IJS driver for cups (Foomatic) Enables kde-misc/skanlite as scanner GUI with USE="scanner X" - Enables desktop notifications Depend on virtual/libusb SLOT 0. Some old printers do not work with virtual/libusb SLOT 1. Only build internal hpijs/hpcups driver (not recommended at all, make sure you know what you are doing) Enable parallel port for devices which require it - Enable graphical interface using Qt 4 Enable scanner on multifunction devices which support it Add support for net-analyzer/net-snmp which enables this driver to work over networks (both for server and client) Use statically-generated PPDs instead of Dynamic PPDs. Although this is deprecated some printers may still need it to work properly. Use this flag if hp-setup fails to find/create a valid PPD file diff --git a/net-wireless/gqrx/Manifest b/net-wireless/gqrx/Manifest index 34e482f96c23..dcacbf14098e 100644 --- a/net-wireless/gqrx/Manifest +++ b/net-wireless/gqrx/Manifest @@ -1,4 +1,5 @@ DIST gqrx-2.3.1.tar.gz 1080929 SHA256 1756132f4958a63199396020c6d26658304a2cf7d940650e86764f9d8eea0f81 SHA512 7fd158b039ac593b73da069b6356bfb63e92b5f1d815663ebe59044b8006b4d206e877934e5ae4770d06d0d486bb1d2b47ad96055c369a08af9e2af701e9a307 WHIRLPOOL 367b20ba8c2ccc56f4111fd0ff9abf6110bc5de070d036b88d594bd03714e3615f52f2691144204e733fb597cd4d4eff63f21cff25710f9075daee0f65166605 DIST gqrx-2.3.2.tar.gz 1080995 SHA256 2748ee14491dbfb5821efba32300124b5a2b0aabc810cdfda91e5f64bd3502cf SHA512 53b271a7b053ebf877152ddd4d6d96e2ae864c8a85a66f5dca5ce670301616fec770e0c2bb2352234fc8566d05679c8c3ef147e62ea5393635a6f57724fd8da0 WHIRLPOOL d36a8b8ab001d5a80a9aff47091c3f54b0026c45c1676341096dba9a06120a4f47110314b2377ea07f93a40eb5e99401c8256e4fb9ff1d90868f5adbbfa3e197 DIST gqrx-2.4.tar.gz 1154716 SHA256 4c561083b3da9423c017ea4fbe7e12fedb0ba7c2065c17b8ac8a0f5403a5da9b SHA512 9d3619bf1488a0fd1b37892a4d38518c67739771b46402efd6e8d91a590f328faf67e620bba7370371cf9856c90c3f6208d8632d2cc9571ba7e8987835ec8917 WHIRLPOOL 00192b64007274026be0eeeda7a45972ef81cd91b93efdb2123a6b2e1221b2257458b5e84d7944267329ff1c94967aed2be52d9218cc140d911e15dcd5de4c56 +DIST gqrx-2.5.3.tar.gz 1175584 SHA256 a6aa5419af7c8d59a39e749f9f9fd1bff44e84f246000e0d113b1e4a93e3f05c SHA512 5cdb117f5f496d56d4cf8f67b0e05e10253d47ba707bc684c6aec30f9be922a6ea9ad9e858b184d57fdf44d3ce3eca041728f66a0dfb6e06cc839855088980ed WHIRLPOOL 2343e0244a174a3eabf1ca1d9e35e5daaed9525eceb52fb0f8fa53a94525fc806a41e0366cfd73a0b4162d6e84cf2a88bb4dcaf8cd18a78dce8ce17633b51736 DIST gqrx-2.5.tar.gz 1159489 SHA256 5134e5cf66e5133c12801547decad4b90dd7070a0283dd7b04f3ac0c69dd3b4e SHA512 7c135d0b3e7a75178ab5e5c1126a44de40a7b22dcc16b474ad55e3ad87ef23c0bca889827217a858ca63ee48e416798143205789933db6723a74f13b069ccadb WHIRLPOOL 3a887713afa9be09439f32c92720d25159a62f98fa164e081011eef0b442a51024bf79149fbd5b9356a7089cfdbf50b56230229974d0c56bd39ddcbf4d492bfc diff --git a/net-wireless/gqrx/gqrx-2.5.3.ebuild b/net-wireless/gqrx/gqrx-2.5.3.ebuild new file mode 100644 index 000000000000..7327af4c8f65 --- /dev/null +++ b/net-wireless/gqrx/gqrx-2.5.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit qt4-r2 + +DESCRIPTION="Software defined radio receiver powered by GNU Radio and Qt" +HOMEPAGE="http://gqrx.dk/" + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/csete/gqrx.git" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="https://github.com/csete/gqrx/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="pulseaudio" + +DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter] + >=net-wireless/gr-osmosdr-0.1.0:= + dev-libs/boost:= + dev-qt/qtcore:4 + dev-qt/qtgui:4 + pulseaudio? ( media-sound/pulseaudio:= )" +RDEPEND="${DEPEND} + dev-qt/qtsvg:4" + +src_prepare() { + if use !pulseaudio; then + sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' gqrx.pro || die + fi + qt4-r2_src_prepare +} + +src_install() { + dobin gqrx +} diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild index 151dc86fca1f..7327af4c8f65 100644 --- a/net-wireless/gqrx/gqrx-9999.ebuild +++ b/net-wireless/gqrx/gqrx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/profiles/arch/amd64/no-multilib/package.mask b/profiles/arch/amd64/no-multilib/package.mask index c0cdc00b8787..ae6aa2ff258f 100644 --- a/profiles/arch/amd64/no-multilib/package.mask +++ b/profiles/arch/amd64/no-multilib/package.mask @@ -126,6 +126,7 @@ games-rpg/nwn-penultima games-rpg/nwn-penultimarerolled games-rpg/nwn-shadowlordsdreamcatcherdemon games-rpg/sacred-gold +games-rpg/wasteland2 games-server/etqw-ded games-server/nwn-ded games-server/ut2003-ded diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 246ced5729de..d0966c3227e9 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -5,6 +5,11 @@ # This file requires >=portage-2.1.1 # New entries go on top. +# Matthew Brewer (02 June 2016) +# Acked-by: Amy Winston +# Currently broken upstream. +>=dev-lang/rakudo-2016.05 java + # Michał Górny (14 May 2016) # (on behalf of QA team) # sys-devel/gcc[jit]: @@ -18,6 +23,7 @@ sys-devel/gcc jit sys-devel/gcc vtv # Matthew Brewer (08 May 2016) +# Acked-by: Amy Winston # Upstream supports using Clang's address sanitizer, but apparently # invokes it wrong. dev-lang/moarvm asan diff --git a/profiles/default/linux/uclibc/package.mask b/profiles/default/linux/uclibc/package.mask index 5d5dc38d4c50..9fba3d37ad31 100644 --- a/profiles/default/linux/uclibc/package.mask +++ b/profiles/default/linux/uclibc/package.mask @@ -62,6 +62,7 @@ games-fps/ut2004-unwheel games-puzzle/world-of-goo games-puzzle/world-of-goo-demo games-rpg/nwmouse +games-rpg/wasteland2 games-server/etqw-ded games-server/ut2004-ded games-simulation/bcs-demo diff --git a/profiles/hardened/linux/musl/package.mask b/profiles/hardened/linux/musl/package.mask index 221802318c61..451e07968639 100644 --- a/profiles/hardened/linux/musl/package.mask +++ b/profiles/hardened/linux/musl/package.mask @@ -96,6 +96,7 @@ games-rpg/dungeon-defenders games-rpg/eschalon-book-1-demo games-rpg/nwmouse games-rpg/penumbra-collection +games-rpg/wasteland2 games-server/etqw-ded games-server/ut2004-ded games-simulation/bcs-demo diff --git a/profiles/package.mask b/profiles/package.mask index 9f7f88fb4f94..00e723aece6a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,16 @@ #--- END OF EXAMPLES --- +# Patrice Clement (2 Jun 2016) +# Ancient software (1996!). Unmaintained. +# Masked for removal in 30 days. +dev-util/weblint + +# Patrice Clement (2 Jun 2016) +# Dead upstream. No release since 2009. +# Masked for removal in 30 days. +dev-util/osdt + # Michael Palimaka (1 Jun 2016) # Ancient. Unused. Dead upstream. Masked for removal in 30 days. # Bug 584374. diff --git a/profiles/prefix/linux-standalone/profile.bashrc b/profiles/prefix/linux-standalone/profile.bashrc index fad9d0be6554..90bfc604229f 100644 --- a/profiles/prefix/linux-standalone/profile.bashrc +++ b/profiles/prefix/linux-standalone/profile.bashrc @@ -10,8 +10,7 @@ if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == configure ]]; the einfo "Prefixifying glibc dynamic linker..." for h in gcc/config/*/linux*.h; do ebegin " Updating $h" - sed -i -r "s,(GLIBC_DYNAMIC_LINKER.*\")(/lib),\1${EPREFIX}\2," \ - $h || eerror "Please file a bug about this" + sed -i -r "s,(GLIBC_DYNAMIC_LINKER.*\")(/lib),\1${EPREFIX}\2," $h eend $? done @@ -19,14 +18,13 @@ if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == configure ]]; the EXTRA_ECONF="${EXTRA_ECONF} --with-sysroot=${EPREFIX}" ebegin "remove --sysroot call on ld for native toolchain" - sed -i 's/--sysroot=%R//' \ - gcc/gcc.c || eerror "Please file a bug about this" + sed -i 's/--sysroot=%R//' gcc/gcc.c eend $? elif [[ ${CATEGORY}/${PN} == sys-devel/binutils && ${EBUILD_PHASE} == prepare ]]; then cd "${S}" ebegin "Prefixifying native library path" sed -i -r "/NATIVE_LIB_DIRS/s,((/usr(/local|)|)/lib),${EPREFIX}\1,g" \ - ld/configure.tgt || eerror "Please file a bug about this" + ld/configure.tgt eend $? elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && ${EBUILD_PHASE} == configure ]]; then cd "${S}" @@ -40,14 +38,13 @@ elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && ${EBUILD_PHASE} == configure ]]; do ebegin " Updating $f" sed -i -r \ - -e "s,([:\"])/(etc|usr|bin|var),\1${EPREFIX}/\2,g" \ - $f || eerror "Please file a bug about this" + -e "s,([:\"])/(etc|usr|bin|var),\1${EPREFIX}/\2,g" $f eend $? done ebegin " Updating nss/db-Makefile" sed -i -r \ -e "s,/(etc|var),${EPREFIX}/\1,g" \ - nss/db-Makefile || eerror "Please file a bug about this" + nss/db-Makefile eend $? elif [[ ${CATEGORY}/${PN} == dev-lang/python && ${EBUILD_PHASE} == configure ]]; then # Guide h2py to look into glibc of Prefix @@ -56,4 +53,10 @@ elif [[ ${CATEGORY}/${PN} == dev-lang/python && ${EBUILD_PHASE} == configure ]]; sed -i -r \ -e "s,/usr/include,\"${EPREFIX}\"/usr/include,g" "${S}"/Lib/plat-linux*/regen eend $? +elif [[ ${CATEGORY}/${PN} == sys-devel/make && ${EBUILD_PHASE} == prepare ]]; then + cd "${S}" + ebegin "Prefixifying default shell" + sed -i -r \ + -e "/default_shell/s,\"(/bin/sh),\"${EPREFIX}\1," job.c + eend $? fi diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 7a8826d2c0d7..d0660f4a338d 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -996,6 +996,7 @@ app-misc/subsurface:linguas_gsw - Language support for gsw. app-misc/subsurface:linguas_hr_HR - Language support for hr_HR. app-misc/tasque:hiveminder - Allows you to use http://www.hiveminder.com/ as your storage backend. app-misc/tasque:rememberthemilk - Allows you to use http://www.rememberthemilk.com/ as your storage backend. +app-misc/tmux:utempter - Include libutempter support app-misc/towitoko:moneyplex - Makes libtowitoko work for the moneyplex home banking software app-misc/tracker:cue - Enable cue sheet parsing app-misc/tracker:firefox-bookmarks - Install bookmark data miner plugin for www-client/firefox and www-client/firefox-bin @@ -1839,13 +1840,11 @@ dev-lang/moarvm:asan - Enable clang's Address Sanitizer functionality. Expect lo dev-lang/moarvm:clang - Use clang compiler instead of GCC dev-lang/moarvm:jit - Enable Just-In-Time-Compiler. Has no effect except on AMD64 and Darwin. dev-lang/moarvm:optimize - Enable optimization via CFLAGS -dev-lang/moarvm:system-libs - Link against the system's shared libraries dev-lang/moarvm:ubsan - Enable clang's Undefined Behavior Sanitizer functionality. Expect longer compile time. dev-lang/mono:pax_kernel - Enable if the user plans to run the package under a pax enabled hardened kernel dev-lang/mono:xen - Make mono generate code that is considerably faster on xen VMs but slightly slower on for normal systems. dev-lang/nqp:clang - Toggle usage of the clang compiler in conjunction with MoarVM dev-lang/nqp:moar - Build the MoarVM backend (experimental/broken) -dev-lang/nqp:system-libs - Use jars provided by the system instead of upstream dev-lang/ocaml:flambda - Enables the Flambda optimizer: A new intermediate representation (introduced in ocaml 4.03) in the depths of the compiler designed to allow for better inlining. dev-lang/orc:pax_kernel - Apply patch needed for pax enabled kernels. dev-lang/perl:ithreads - Enable Perl threads, has some compatibility problems @@ -5761,7 +5760,6 @@ net-libs/libwebsockets:client - The client part of the library and libwebsockets net-libs/libwebsockets:http2 - Support the HTTP/2 protocol net-libs/libwebsockets:libev - Support event loops via dev-libs/libev net-libs/libwebsockets:libuv - Support asynchronous I/O via dev-libs/libuv -net-libs/libwebsockets:server - The server part of the library net-libs/loudmouth:asyncns - Use net-libs/libasyncns for asynchronous name resolution. net-libs/loudmouth:openssl - Enable dev-libs/openssl support instead of gnutls (which is the default). net-libs/mbedtls:havege - Enable the HAVEGE random generator. Warning: the HAVEGE random generator is not suitable for virtualized environments @@ -6511,16 +6509,13 @@ net-print/fax4cups:efax - Install net-misc/efax backend net-print/fax4cups:hylafax - Install net-misc/hylafax backend net-print/fax4cups:mgetty-fax - Install net-dialup/mgetty backend net-print/hplip:X - Enables scanner GUI dependencies with USE="scanner" where media-gfx/xsane is preferred over media-gfx/sane-frontends -net-print/hplip:doc - Build documentation net-print/hplip:fax - Enable fax on multifunction devices which support it net-print/hplip:hpcups - Build the hpcups driver for cups (by HP) net-print/hplip:hpijs - Build the IJS driver for cups (Foomatic) net-print/hplip:kde - Enables kde-misc/skanlite as scanner GUI with USE="scanner X" -net-print/hplip:libnotify - Enables desktop notifications net-print/hplip:libusb0 - Depend on virtual/libusb SLOT 0. Some old printers do not work with virtual/libusb SLOT 1. net-print/hplip:minimal - Only build internal hpijs/hpcups driver (not recommended at all, make sure you know what you are doing) net-print/hplip:parport - Enable parallel port for devices which require it -net-print/hplip:qt4 - Enable graphical interface using Qt 4 net-print/hplip:scanner - Enable scanner on multifunction devices which support it net-print/hplip:snmp - Add support for net-analyzer/net-snmp which enables this driver to work over networks (both for server and client) net-print/hplip:static-ppds - Use statically-generated PPDs instead of Dynamic PPDs. Although this is deprecated some printers may still need it to work properly. Use this flag if hp-setup fails to find/create a valid PPD file @@ -7285,6 +7280,7 @@ sys-apps/systemd:apparmor - Enable AppArmor support sys-apps/systemd:audit - Enable support for sys-process/audit sys-apps/systemd:cryptsetup - Enable cryptsetup tools (includes unit generator for crypttab) sys-apps/systemd:curl - Enable support for uploading journals; required to build systemd-import/systemd-pull +sys-apps/systemd:doc - Generate systemd.index.7 and systemd.directives.7 sys-apps/systemd:elfutils - Enable coredump stacktraces in the journal sys-apps/systemd:gcrypt - Enable sealing of journal files using gcrypt; required to build systemd-import/systemd-pull sys-apps/systemd:gnuefi - Enable EFI boot manager and stub loader (built using sys-boot/gnu-efi) diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest index d065f425eeb6..d8d00baf1c11 100644 --- a/sys-apps/systemd/Manifest +++ b/sys-apps/systemd/Manifest @@ -3,5 +3,6 @@ DIST systemd-226.tar.gz 3914162 SHA256 baff6a938c5579769330d0224280bf1a1ff592015 DIST systemd-228.tar.gz 4034401 SHA256 dd124ff561a07e6439ed2b3713f38ca914df7747f110ce86deea17b56d245ae6 SHA512 e54f282f550854dc082a4788709905e5767b75d2057e18d749b54821f2e44e0a8d1349b1a9180036cc854ecccaf5ff86b3b1dba4d3c2ce1b1fc766930ea4c0ea WHIRLPOOL 16b28367edc29a74f5b08691839da39a02d55bf5bcdffef55bfb1a2e8065eeecbe22a2b661e2d5f161f008d05baa000aff60d662d65db380d6c3fe0c1380eea1 DIST systemd-229-patches.tar.gz 10782 SHA256 bd688e614177903bbf0204a00afebcb39760c3c694e7a6dd71544290677bfb5a SHA512 b0a7be84827f1553dccc00a0100c2f79160cc5285ce1582e7093e790a373d34b2a94f2805df5ade37a17285ae2f7d02890a495c2cc57e3475a3bdc831f05db52 WHIRLPOOL 643daee4fd23a5a326419cc769f8735d82bffa5ae1d9e9019ed4adfb04aba343f1459761c1d9b6ab3482e1a50cd7b0976a77ecc0bfb7075839000551d35bcb3f DIST systemd-229.tar.gz 4319173 SHA256 b51b0a48d1beb388d95bd6a98d62be05490335d4bb388aefecdcb576e91e0741 SHA512 d692c0c9fc82f2fce64a5ec1caa4a0f8cf9edaeb1bdaaa1c462669db8f78b3dd6b33c87ef926ff21823582d0460f7b63aa3755792f9ae2cd6fb813ba08a35c39 WHIRLPOOL aa44f7161d80cc680226f19755579ba72c52cfe7bd671aefb09c414981f3a5a5c852f07d3449ac6f96d4ca91120cfb1464225d995b1637f1e2c108baf3c4a392 +DIST systemd-230-man.tar.gz 29191 SHA256 e09ddd909d7aedbf2c1fac7a8f487fd6d0fab0745867c4b948bf8d2cc18fb7a0 SHA512 0ba2f5b0f17ee824df0f6a07d1cbd6fcf7b29d0532a79e2f4cd7cce9e723b14910743badf534cb602729adfc0203e7e8e119bc59beec9fe0f293d5afcfb7cf0c WHIRLPOOL d71fb97e53c08aa4e5d28ca186a417a725d26c287d60372075fa70da9e2ec2796767af55fe4f312e6153566b042b06c02b2e2950eb7188561815a6a3d0b79f9b DIST systemd-230-patches.tar.gz 11858 SHA256 7a40071ffa2e43dda5ac2dfc91a263b0599b32dd5590d968e1077bebfce5654b SHA512 302420aabedd07b5a0b00b1f2e7500913586e867e548bde4ef6ee81cb3bd1682bdeac061111f9d8e120f4111cde2c709ed02922d56b0940d5603daff18003215 WHIRLPOOL 44f5ecaa5655e8eba3832b662fd30c7c6ca22f5d34f5d538587aa90b437457e149cd8f99bd83aec863991ec9fb5aef867218ad73a333580fe22f322ab4e3746f DIST systemd-230.tar.gz 4288027 SHA256 46b07568142adcd017c62e6230d39eb10d219ed3b2f13ffc12d9a3a6b1c840cd SHA512 a0057c5258055a6b4000eb762ab2ec3c5329361711540f7124ba5c4b1119a1b531ad336ddef3bbe5d08218c8d7f1fd175c86d61357ac72935a932921cff28a96 WHIRLPOOL 95404535eb85d3b8c20dc13b12427a9da1f92729eb9e66a58d7e990f09fee28762be00088897bf1bf485d9a34619799ff0171a161824cc8f135ac2438e978d1e diff --git a/sys-apps/systemd/metadata.xml b/sys-apps/systemd/metadata.xml index c7dd4eefb91b..d616b8fb757d 100644 --- a/sys-apps/systemd/metadata.xml +++ b/sys-apps/systemd/metadata.xml @@ -14,6 +14,7 @@ Enable support for uploading journals; required to build systemd-import/systemd-pull Enable cryptsetup tools (includes unit generator for crypttab) + Generate systemd.index.7 and systemd.directives.7 Enable EFI boot manager and stub loader (built using sys-boot/gnu-efi) Enable coredump stacktraces in the journal diff --git a/sys-apps/systemd/systemd-230-r1.ebuild b/sys-apps/systemd/systemd-230-r1.ebuild index c61d9a4a0e19..b6cf9159079e 100644 --- a/sys-apps/systemd/systemd-230-r1.ebuild +++ b/sys-apps/systemd/systemd-230-r1.ebuild @@ -9,19 +9,21 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz + !doc? ( https://dev.gentoo.org/~floppym/dist/${P}-man.tar.gz ) https://dev.gentoo.org/~floppym/dist/${P}-patches.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi -inherit autotools bash-completion-r1 linux-info \ - multilib-minimal pam systemd toolchain-funcs udev user +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) + +inherit autotools bash-completion-r1 linux-info multilib-minimal pam python-any-r1 systemd toolchain-funcs udev user DESCRIPTION="System and service manager for Linux" HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd" LICENSE="GPL-2 LGPL-2.1 MIT public-domain" SLOT="0/2" -IUSE="acl apparmor audit cryptsetup curl elfutils +gcrypt gnuefi http +IUSE="acl apparmor audit cryptsetup curl doc elfutils +gcrypt gnuefi http idn importd +kdbus +kmod +lz4 lzma nat pam policykit qrcode +seccomp selinux ssl sysv-utils test vanilla xkb" @@ -94,8 +96,13 @@ DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt:0 + doc? ( $(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]') ) " +python_check_deps() { + has_version --host-root "dev-python/lxml[${PYTHON_USEDEP}]" +} + pkg_pretend() { local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVPTS_MULTIPLE_INSTANCES ~DEVTMPFS ~DMIID ~EPOLL ~FANOTIFY ~FHANDLE @@ -167,6 +174,8 @@ src_configure() { # Prevent conflicts with i686 cross toolchain, bug 559726 tc-export AR CC NM OBJCOPY RANLIB + use doc && python_setup + multilib-minimal_src_configure } @@ -203,7 +212,6 @@ multilib_src_configure() { # no deps --enable-efi --enable-ima - --without-python # Optional components/dependencies $(multilib_native_use_enable acl) @@ -233,6 +241,7 @@ multilib_src_configure() { $(multilib_native_use_enable test tests) $(multilib_native_use_enable test dbus) $(multilib_native_use_enable xkb xkbcommon) + $(multilib_native_use_with doc python) # hardcode a few paths to spare some deps KILL=/bin/kill @@ -314,6 +323,10 @@ multilib_src_install_all() { prune_libtool_files --modules einstalldocs + if [[ ${PV} != 9999 ]]; then + use doc || doman "${WORKDIR}"/man/systemd.{directives,index}.7 + fi + if use sysv-utils; then for app in halt poweroff reboot runlevel shutdown telinit; do dosym "..${ROOTPREFIX-/usr}/bin/systemctl" /sbin/${app} diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index bfdb3ea3d4b3..97dd86be8600 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -8,19 +8,21 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/systemd/systemd.git" inherit git-r3 else - SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz + !doc? ( https://dev.gentoo.org/~floppym/dist/${P}-man.tar.gz )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi -inherit autotools bash-completion-r1 linux-info \ - multilib-minimal pam systemd toolchain-funcs udev user +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) + +inherit autotools bash-completion-r1 linux-info multilib-minimal pam python-any-r1 systemd toolchain-funcs udev user DESCRIPTION="System and service manager for Linux" HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd" LICENSE="GPL-2 LGPL-2.1 MIT public-domain" SLOT="0/2" -IUSE="acl apparmor audit cryptsetup curl elfutils +gcrypt gnuefi http +IUSE="acl apparmor audit cryptsetup curl doc elfutils +gcrypt gnuefi http idn importd +kdbus +kmod +lz4 lzma nat pam policykit qrcode +seccomp selinux ssl sysv-utils test vanilla xkb" @@ -93,8 +95,13 @@ DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt:0 + doc? ( $(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]') ) " +python_check_deps() { + has_version --host-root "dev-python/lxml[${PYTHON_USEDEP}]" +} + pkg_pretend() { local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVPTS_MULTIPLE_INSTANCES ~DEVTMPFS ~DMIID ~EPOLL ~FANOTIFY ~FHANDLE @@ -166,6 +173,8 @@ src_configure() { # Prevent conflicts with i686 cross toolchain, bug 559726 tc-export AR CC NM OBJCOPY RANLIB + use doc && python_setup + multilib-minimal_src_configure } @@ -202,7 +211,6 @@ multilib_src_configure() { # no deps --enable-efi --enable-ima - --without-python # Optional components/dependencies $(multilib_native_use_enable acl) @@ -232,6 +240,7 @@ multilib_src_configure() { $(multilib_native_use_enable test tests) $(multilib_native_use_enable test dbus) $(multilib_native_use_enable xkb xkbcommon) + $(multilib_native_use_with doc python) # hardcode a few paths to spare some deps KILL=/bin/kill @@ -313,6 +322,10 @@ multilib_src_install_all() { prune_libtool_files --modules einstalldocs + if [[ ${PV} != 9999 ]]; then + use doc || doman "${WORKDIR}"/man/systemd.{directives,index}.7 + fi + if use sysv-utils; then for app in halt poweroff reboot runlevel shutdown telinit; do dosym "..${ROOTPREFIX-/usr}/bin/systemctl" /sbin/${app} diff --git a/sys-apps/texinfo/texinfo-6.1.ebuild b/sys-apps/texinfo/texinfo-6.1.ebuild index d890cebc306e..d2b2ecad4606 100644 --- a/sys-apps/texinfo/texinfo-6.1.ebuild +++ b/sys-apps/texinfo/texinfo-6.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="nls static" RDEPEND=" diff --git a/sys-auth/consolekit/consolekit-1.1.0.ebuild b/sys-auth/consolekit/consolekit-1.1.0.ebuild index 7fff5343abbd..2446a7c393e1 100644 --- a/sys-auth/consolekit/consolekit-1.1.0.ebuild +++ b/sys-auth/consolekit/consolekit-1.1.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~hppa ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="acl cgroups debug doc kernel_linux pam pm-utils policykit selinux test" COMMON_DEPEND=">=dev-libs/glib-2.40:2=[dbus] diff --git a/sys-cluster/torque/metadata.xml b/sys-cluster/torque/metadata.xml index 73c49bd2a4e3..b47af35a6016 100644 --- a/sys-cluster/torque/metadata.xml +++ b/sys-cluster/torque/metadata.xml @@ -5,6 +5,10 @@ cluster@gentoo.org Gentoo Cluster Project + + axs@gentoo.org + Ian Stakenvicius + Enable pbs_mom to utilize linux cpusets if available Enable the Distributed Resource Management Application API diff --git a/sys-cluster/torque/torque-2.5.13.ebuild b/sys-cluster/torque/torque-2.5.13-r1.ebuild similarity index 94% rename from sys-cluster/torque/torque-2.5.13.ebuild rename to sys-cluster/torque/torque-2.5.13-r1.ebuild index 252ac35161fc..82934c0558f9 100644 --- a/sys-cluster/torque/torque-2.5.13.ebuild +++ b/sys-cluster/torque/torque-2.5.13-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit autotools-utils eutils flag-o-matic linux-info @@ -17,16 +17,21 @@ KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="cpusets +crypt doc drmaa kernel_linux munge server static-libs +syslog threads tk xml" # ed is used by makedepend-sh -DEPEND_COMMON="sys-libs/ncurses - sys-libs/readline +DEPEND_COMMON=" + sys-libs/readline:0= munge? ( sys-auth/munge ) - tk? ( dev-lang/tk ) + tk? ( + dev-lang/tk:0= + dev-lang/tcl:0= + ) syslog? ( virtual/logger ) - !games-util/qstat" + !!games-util/qstat" +# libncurses.so is just needed so that configure will pass for the readline check DEPEND="${DEPEND_COMMON} + sys-libs/ncurses:* sys-apps/ed - !sys-cluster/slurm" + !!sys-cluster/slurm" RDEPEND="${DEPEND_COMMON} crypt? ( net-misc/openssh ) @@ -49,12 +54,11 @@ pkg_setup() { fi fi - USE_CPUSETS="--disable-cpuset" if use cpusets; then if ! use kernel_linux; then einfo elog " Torque currently only has support for cpusets in linux." - elog "Assuming you didn't really want this USE flag." + elog "Assuming you didn't really want this USE flag and ignoring." einfo else linux-info_pkg_setup @@ -68,7 +72,6 @@ pkg_setup() { elog "your kernel with CONFIG_CPUSETS enabled." einfo fi - USE_CPUSETS="--enable-cpuset" fi fi } @@ -92,7 +95,6 @@ src_configure() { local myeconfargs=( --with-rcp=mom_rcp ) use crypt && myeconfargs=( --with-rcp=scp ) - myeconfargs+=( $(use_enable tk gui) $(use_enable tk tcl-qstat) @@ -102,12 +104,12 @@ src_configure() { $(use_enable threads high-availability) $(use_enable xml server-xml) $(use_enable munge munge-library) + $(usex kernel_linux $(use_enable cpusets cpuset) --disable-cpuset) --with-server-home=${PBS_SERVER_HOME} --with-environ=/etc/pbs_environment --with-default-server=${PBS_SERVER_NAME} --disable-gcc-warnings --with-tcp-retry-limit=2 - ${USE_CPUSETS} ) autotools-utils_src_configure } diff --git a/sys-cluster/torque/torque-4.1.7.ebuild b/sys-cluster/torque/torque-4.1.7-r1.ebuild similarity index 92% rename from sys-cluster/torque/torque-4.1.7.ebuild rename to sys-cluster/torque/torque-4.1.7-r1.ebuild index ea148c3c701d..86dfeb5b6d3b 100644 --- a/sys-cluster/torque/torque-4.1.7.ebuild +++ b/sys-cluster/torque/torque-4.1.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,20 +15,27 @@ SRC_URI="http://www.adaptivecomputing.com/index.php?wpfb_dl=1690 -> ${P}.tar.gz" LICENSE="torque-2.5" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk" +IUSE="cpusets +crypt doc drmaa kernel_linux libressl munge nvidia server +syslog tk" DEPEND_COMMON=" - sys-libs/ncurses - sys-libs/readline + sys-libs/zlib + sys-libs/readline:0= + libressl? ( dev-libs/libressl:0= ) + !libressl? ( dev-libs/openssl:0= ) cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) - tk? ( dev-lang/tk ) + tk? ( + dev-lang/tk:0= + dev-lang/tcl:0= + ) syslog? ( virtual/logger ) - !games-util/qstat" + !!games-util/qstat" +# libncurses.so is only needed for the configure check on readline to pass DEPEND="${DEPEND_COMMON} - !sys-cluster/slurm" + sys-libs/ncurses:* + !!sys-cluster/slurm" RDEPEND="${DEPEND_COMMON} crypt? ( net-misc/openssh ) @@ -53,12 +60,11 @@ pkg_setup() { fi fi - USE_CPUSETS="--disable-cpuset" if use cpusets; then if ! use kernel_linux; then einfo elog " Torque currently only has support for cpusets in linux." - elog "Assuming you didn't really want this USE flag." + elog "Assuming you didn't really want this USE flag, and ignoring its state." einfo else linux-info_pkg_setup @@ -68,7 +74,6 @@ pkg_setup() { elog "your kernel with CONFIG_CPUSETS enabled." einfo fi - USE_CPUSETS="--enable-cpuset" fi fi } @@ -100,13 +105,13 @@ src_configure() { $(use_enable drmaa) \ $(use_enable munge munge-auth) \ $(use_enable nvidia nvidia-gpus) \ + $(usex kernel_linux $(use_enable cpusets cpuset) --disable-cpuset) \ --with-server-home=${PBS_SERVER_HOME} \ --with-environ=/etc/pbs_environment \ --with-default-server=${PBS_SERVER_NAME} \ --disable-gcc-warnings \ --with-tcp-retry-limit=2 \ --without-loadlibfile \ - ${USE_CPUSETS} \ ${myconf} } diff --git a/sys-cluster/torque/torque-4.2.9-r4.ebuild b/sys-cluster/torque/torque-4.2.9-r5.ebuild similarity index 89% rename from sys-cluster/torque/torque-4.2.9-r4.ebuild rename to sys-cluster/torque/torque-4.2.9-r5.ebuild index 372a4a12c68d..601227fd7edc 100644 --- a/sys-cluster/torque/torque-4.2.9-r4.ebuild +++ b/sys-cluster/torque/torque-4.2.9-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,20 +15,28 @@ SRC_URI="http://www.adaptivecomputing.com/index.php?wpfb_dl=2849 -> ${P}.tar.gz" LICENSE="torque-2.5" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk" +IUSE="cpusets +crypt doc drmaa kernel_linux libressl munge nvidia server +syslog tk" DEPEND_COMMON=" - sys-libs/ncurses - sys-libs/readline:* + sys-libs/zlib + sys-libs/readline:0= + dev-libs/libxml2 + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) - tk? ( dev-lang/tk:0 ) + tk? ( + dev-lang/tk:0= + dev-lang/tcl:0= + ) syslog? ( virtual/logger ) - !games-util/qstat" + !!games-util/qstat" +# libncurses.so is only needed for configure check on readline DEPEND="${DEPEND_COMMON} - !sys-cluster/slurm" + sys-libs/ncurses:* + !!sys-cluster/slurm" RDEPEND="${DEPEND_COMMON} crypt? ( net-misc/openssh ) @@ -53,12 +61,11 @@ pkg_setup() { fi fi - USE_CPUSETS="--disable-cpuset" if use cpusets; then if ! use kernel_linux; then einfo elog " Torque currently only has support for cpusets in linux." - elog "Assuming you didn't really want this USE flag." + elog "Assuming you didn't really want this USE flag and ignoring its state." einfo else linux-info_pkg_setup @@ -68,7 +75,6 @@ pkg_setup() { elog "your kernel with CONFIG_CPUSETS enabled." einfo fi - USE_CPUSETS="--enable-cpuset" fi fi } @@ -100,13 +106,13 @@ src_configure() { $(use_enable drmaa) \ $(use_enable munge munge-auth) \ $(use_enable nvidia nvidia-gpus) \ + $(usex kernel_linux $(use_enable cpusets cpuset) --disable-cpuset) \ --with-server-home=${PBS_SERVER_HOME} \ --with-environ=/etc/pbs_environment \ --with-default-server=${PBS_SERVER_NAME} \ --disable-gcc-warnings \ --with-tcp-retry-limit=2 \ --without-loadlibfile \ - ${USE_CPUSETS} \ ${myconf} } diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest index bdf27efd05b7..3c8692ffac6d 100644 --- a/sys-devel/crossdev/Manifest +++ b/sys-devel/crossdev/Manifest @@ -1,3 +1,2 @@ -DIST crossdev-20150602.tar.xz 22388 SHA256 7fef5b43f9ecbae0b9e1f7a993b53fc97b9bc1fa1d818aa46171c557c57aa23a SHA512 2cc9f2ba9bba037c909204b872b84e1087737f0804fe5f900a5d6e0b2948885aa17dc91d77ac3e38ce9752c56936fe5a92a77b6a264a029c98ef43e641bb7e8d WHIRLPOOL 5fd0e89c92c1ace214580bba200a5ff829a0547437949e0e4d39499305bd1ee75ddbe6ad32cbe1acc39392a8666d681b2c446bd10f257be788df5a7ed8a3a32d -DIST crossdev-20150716.tar.xz 22152 SHA256 3988039ebc5363cba752a04ba00df18b0d8c1ac10be342880feda5f848a20a22 SHA512 8c41d9d5e6df8cc894e52b841f827b517a090edd0e281d181cc38d6ce472b75cb592eef487d1fdb99c31b6daf903d2636b625ebd5c8fa2fbbeadfb98e0e5cfbe WHIRLPOOL 39f3e941a2dcb5915f8e81725d8d8abaf3fd9dfa676d7c7096cb188b75c9af439c6e75b34207bd3404f9a1f15954999d8a42dfaf09646aa3c6a0925bf40fb963 DIST crossdev-20151026.tar.xz 22160 SHA256 ad5ff1cc334325f83f60f87f9a6d795c606317665042cece9d8f12297312ca28 SHA512 f60efd4ad867efd0eb33de5fe327ccbfe73b574c97507bc0edd7ef141ad74c035ae2a0d446180e6a9eb5f43197f44933a452245feec849bacfb03fc07067edd0 WHIRLPOOL 7a8f556e53e7142ccf9c56d6daf700b33d66e530d85e5a5ed5b154a52bbba450956381af06f7b5748a6a82a43666a8c1b7d879296869dadd090e8887fc623ea9 +DIST crossdev-20160602.tar.xz 22292 SHA256 12dcbbdedc3f89a7b782c2b61c2956da050cfc95eef860a2f2701bfc89c77ce9 SHA512 580cc51e599086a14c51153e656d30b5c2f0e08c7601384d3e082716edeaa532e832b515df2517618cc51be187fcf8738db10e412a5635a16d0bb58b1631a53e WHIRLPOOL 7ccc23cd01030e1b55266784448187ab30ded10b229b03886faf739fd5d1ed07d73c60fb950c1c28c81e7dd309324bd740d8439640113241f493973ba79b53cd diff --git a/sys-devel/crossdev/crossdev-20150602.ebuild b/sys-devel/crossdev/crossdev-20150602.ebuild deleted file mode 100644 index ed20e4c7f32c..000000000000 --- a/sys-devel/crossdev/crossdev-20150602.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - >=app-portage/portage-utils-0.55 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20150716.ebuild b/sys-devel/crossdev/crossdev-20150716.ebuild deleted file mode 100644 index ed20e4c7f32c..000000000000 --- a/sys-devel/crossdev/crossdev-20150716.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - >=app-portage/portage-utils-0.55 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20151026-r1.ebuild b/sys-devel/crossdev/crossdev-20151026-r1.ebuild index d9e38620c110..3b22aae58e38 100644 --- a/sys-devel/crossdev/crossdev-20151026-r1.ebuild +++ b/sys-devel/crossdev/crossdev-20151026-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="mirror://gentoo/${P}.tar.xz https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi DESCRIPTION="Gentoo Cross-toolchain generator" diff --git a/sys-devel/crossdev/crossdev-20151026.ebuild b/sys-devel/crossdev/crossdev-20160602.ebuild similarity index 82% rename from sys-devel/crossdev/crossdev-20151026.ebuild rename to sys-devel/crossdev/crossdev-20160602.ebuild index 3b816c239cff..d9e38620c110 100644 --- a/sys-devel/crossdev/crossdev-20151026.ebuild +++ b/sys-devel/crossdev/crossdev-20160602.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" +inherit eutils if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" @@ -25,9 +26,14 @@ IUSE="" RDEPEND=">=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash + sys-apps/gentoo-functions !sys-devel/crossdev-wrappers" DEPEND="app-arch/xz-utils" +src_prepare() { + epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch +} + src_install() { default if [[ "${PV}" == "99999999" ]] ; then diff --git a/sys-devel/gettext/gettext-0.19.7.ebuild b/sys-devel/gettext/gettext-0.19.7.ebuild index c1888560dc37..34f4e14939eb 100644 --- a/sys-devel/gettext/gettext-0.19.7.ebuild +++ b/sys-devel/gettext/gettext-0.19.7.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" # so put that license behind USE=cxx. LICENSE="GPL-3+ cxx? ( LGPL-2.1+ )" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="acl -cvs +cxx doc emacs git java ncurses nls openmp static-libs" # only runtime goes multilib diff --git a/sys-firmware/midisport-firmware/Manifest b/sys-firmware/midisport-firmware/Manifest new file mode 100644 index 000000000000..38c41211dfd6 --- /dev/null +++ b/sys-firmware/midisport-firmware/Manifest @@ -0,0 +1 @@ +DIST midisport-firmware-1.2.tar.gz 62948 SHA256 2aa82ef0bf26647fbdda4c2e9ed0033b41bd0f1b4020b87fa073e4462a048b2d SHA512 ac46b1e16dbee628d41e0c5b39730a4ee51e1f62187e5e56ed393f136937fdffa86ca84882d2627397f074ca2eb12be3a8701a5027999a0d00b84b706e227a0b WHIRLPOOL d8cfdf90d17eda43ee80727be7c32f63cfe7c755a85e28ab7085aae9ef892ecf7da2ad6b45bf7047d420dfc17c1ee91b537eb08f1f5ef8c5b167753ab6ab122e diff --git a/sys-firmware/midisport-firmware/files/midisport-firmware-1.2-configure.patch b/sys-firmware/midisport-firmware/files/midisport-firmware-1.2-configure.patch new file mode 100644 index 000000000000..bb4338809a92 --- /dev/null +++ b/sys-firmware/midisport-firmware/files/midisport-firmware-1.2-configure.patch @@ -0,0 +1,36 @@ +--- midisport-firmware-1.2.orig/configure.ac 2006-03-05 22:01:45.000000000 +0100 ++++ midisport-firmware-1.2/configure.ac 2013-01-06 22:08:40.479938650 +0100 +@@ -1,9 +1,12 @@ + # Process this file with autoconf to produce a configure script + AC_PREREQ(2.0) + AC_INIT(midisport-firmware, 1.2, [usb-midi-fw-user@lists.sourceforge.net]) +-AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION) ++AM_INIT_AUTOMAKE + AC_REVISION($Revision$) + AC_CONFIG_SRCDIR(MidiSportLoader.ihx) ++m4_ifndef([PKG_PROG_PKG_CONFIG], ++ [m4_fatal([pkg-config is required])]) ++PKG_PROG_PKG_CONFIG + + AC_ARG_WITH([fxload], + AS_HELP_STRING([--with-fxload=name], +@@ -22,17 +25,8 @@ + AC_MSG_ERROR([$FXLOAD not found; please install the fxload package first]) + fi + +-AC_MSG_CHECKING([for udev version]) +-udev_ver=`udevinfo -V | awk '{ print $3 }'` +-if test -n "$udev_ver"; then +- AC_MSG_RESULT([$udev_ver]) +-else +- AC_MSG_RESULT([none]) +- udev_ver="0" +-fi +-if test "$udev_ver" -lt 057; then +- AC_MSG_ERROR([udev version 057 or later is required]) +-fi ++PKG_CHECK_MODULES([udev], [udev >= 057], [], [ ++ AC_MSG_ERROR(["udev of at least version 057 is required"])]) + + AC_ARG_WITH([udev], + AS_HELP_STRING([--with-udev=dir], diff --git a/sys-firmware/midisport-firmware/files/midisport-firmware-1.2-rules.patch b/sys-firmware/midisport-firmware/files/midisport-firmware-1.2-rules.patch new file mode 100644 index 000000000000..b0ee858276d1 --- /dev/null +++ b/sys-firmware/midisport-firmware/files/midisport-firmware-1.2-rules.patch @@ -0,0 +1,27 @@ +--- midisport-firmware-1.2.orig/42-midisport-firmware.rules.in 2006-03-05 22:01:45.000000000 +0100 ++++ midisport-firmware-1.2/42-midisport-firmware.rules.in 2013-01-06 22:07:03.385941852 +0100 +@@ -1,18 +1,13 @@ + # midisport-firmware.rules - udev rules for loading firmware into MidiSport devices + +-# DEVPATH=="/*.0" selects interface 0 only +-# (some udev versions don't work with SYSFS{bInterfaceNumber}) +- + # MidiSport 2x2 +-ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1001/*", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSport2x2.ihx" ++ACTION=="add", SUBSYSTEM=="usb*", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1001", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSport2x2.ihx -D %N" + # MidiSport 1x1 +-ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1010/*", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSport1x1.ihx" ++ACTION=="add", SUBSYSTEM=="usb*", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1010", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSport1x1.ihx -D %N" + # KeyStation +-ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1014/*", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSportKS.ihx" ++ACTION=="add", SUBSYSTEM=="usb*", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1014", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSportKS.ihx -D %N" + # MidiSport 4x4 +-ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1020/*", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSport4x4.ihx" ++ACTION=="add", SUBSYSTEM=="usb*", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1020", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSport4x4.ihx -D %N" + # MidiSport 8x8 +-ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1031/110", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSport8x8-2.10.ihx" +-ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1031/121", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSport8x8-2.21.ihx" +- +-# vim: ft=conf ++#ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1031/110", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSport8x8-2.10.ihx" ++#ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1031/121", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSport8x8-2.21.ihx" diff --git a/sys-firmware/midisport-firmware/metadata.xml b/sys-firmware/midisport-firmware/metadata.xml new file mode 100644 index 000000000000..59fbc2ae51d8 --- /dev/null +++ b/sys-firmware/midisport-firmware/metadata.xml @@ -0,0 +1,12 @@ + + + + + karl.j.linden@gmail.com + Karl Linden + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/sys-firmware/midisport-firmware/midisport-firmware-1.2.ebuild b/sys-firmware/midisport-firmware/midisport-firmware-1.2.ebuild new file mode 100644 index 000000000000..64dc20d3044b --- /dev/null +++ b/sys-firmware/midisport-firmware/midisport-firmware-1.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit autotools linux-info udev + +DESCRIPTION="Firmware for M-Audio/Midiman USB MIDI devices" +HOMEPAGE="http://usb-midi-fw.sourceforge.net" +SRC_URI="http://downloads.sourceforge.net/usb-midi-fw/${P}.tar.gz" + +LICENSE="Midisport" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="sys-apps/fxload + virtual/udev" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +CONFIG_CHECK="~SND_USB_AUDIO" + +PATCHES=( + "${FILESDIR}"/${P}-configure.patch + "${FILESDIR}"/${P}-rules.patch +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf --with-udev="$(get_udevdir)" +} diff --git a/sys-freebsd/freebsd-sources/Manifest b/sys-freebsd/freebsd-sources/Manifest index eb931fcaf440..e9645d47d6b0 100644 --- a/sys-freebsd/freebsd-sources/Manifest +++ b/sys-freebsd/freebsd-sources/Manifest @@ -15,6 +15,8 @@ DIST freebsd-sources-SA-1610-linux.patch 2505 SHA256 f631e54826aabe472598edc4faa DIST freebsd-sources-SA-1615-sysarch.patch 357 SHA256 7aa818a4c9e050330efd15303cec508c0e21b660ddad8257bcc4d721c8e12791 SHA512 0df22336f2f7004a3ec6ac4b5fb925f38e54bb8a133e5a821dacf7800d7962e03b859b9211d01b36f254d9ceaca8ca8ee3846eac30194ad17ca51f8b05c94f9c WHIRLPOOL c744555cedb347175c970059754c9ee6c7ac5dec2318a8b6d767d38b5b0f034296fe48b5619b439b8eab0c1aa9b5b0c6943c0d086e3b91e3fcc1717d547c6c49 DIST freebsd-sources-SA-1618-atkbd.patch 352 SHA256 63e159fc9000df20dfb626e0bdaab679577afd1a0d811363ad031e3a24e9f02b SHA512 aed4ee6b51905d04680181f571f0f89d60b66a2201c397f88931d9ce92b58148e2d638d93328a78ed53b4bf7a5040f1f646ba50566994252e73c13a09659ba3f WHIRLPOOL 1393954e2dd4a1617fe6242ba5458b9a8a1bf061a65854c84e2430ba76d0fb5eb030f6bcec253917063c6b96d6e718064f17e570a041497954e958059bd78c28 DIST freebsd-sources-SA-1619-sendmsg.patch 247 SHA256 d847e42634e26e29b3ce1d68d28b7a687863070a4c1e3e51e7663785e2f6a7f0 SHA512 878e2b283358c050603cc32241077b25987696232bce3b9d41373c1186f5dbeb41881adc69e8754804054a57fffa71cad930b82ad8d5abd458779d5a3bd61978 WHIRLPOOL f077a1ba62110a5492d13413a1223b6b4b60553a0093a7344b5c7692b443cb5926c648ec151f6a566f1d099cc32df0c1ac0d29478843903e3cb8b221951d4e85 +DIST freebsd-sources-SA-1620-linux.patch 492 SHA256 a62f5402b2a3d2b73b684854eaed45864dade33f7b04d6469b556776866380a9 SHA512 1fb28b25ac5f89e2f7fa9a1f74ba83b4c949f2175217b669b5fcd2062c54307dcb50ad072acbe18162272b9bc29ba40ac4e19db1564a2959e885ac826a332ae5 WHIRLPOOL 7ba8da63513a495418a7e6433c4814eedb43e0305ada423057d2df27e90a51ce8b3caa7a06665fe114185c6335426ed12dbb346ef2a2c2c0d168a04707aa6395 +DIST freebsd-sources-SA-1621-stat.patch 223 SHA256 dd924b1f983ff653edb6676cb5f02621309c3493501c9741a35a2cbcc021cbbf SHA512 501244c0831d2aeb37c8a8aaa762cc6c8c39929355e6695df23dc83c78d6bb499dcb903f50c17e3f7774306d53836a0633d65e284167590c015aa1f8e10e5e4a WHIRLPOOL cd17cd613a2bb234224a21b491d4bfee6e9d9c43126689a8600f9d46eccf835661078fc926fd8a73599d30db770cb9fa0baa2817dcfb6ab3b06c1e39374bd946 DIST freebsd-src-10.2.tar.xz 124551336 SHA256 6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1 SHA512 fba4588fdaa94fa4582a8de566a84cf4f2badc87c7b2e0745d7a31c1e349b2d5f59dbdbb16a9d43421155c1ac4bdec8db24c5d32ac5a92be687d4ed70fe35835 WHIRLPOOL e325db3c07118762021d802c4f20c7a5fd4b816f08cab6f92b408399f1b3bf8ad89728d51c354ab21478265a4539463c94aae9ae49f0ac10cd3c3f8f640dc186 DIST freebsd-src-10.3.tar.xz 126900216 SHA256 f50763dcac88e9b7ec616b77d537bf338f470350e2c85e0cc7decfcc8372b54d SHA512 a0c95fc4bbc5ad7599d0a83651a497e85cd85a5c433e5e175c57480b466c9eb5aa0390804d6336da8301c75ad499484399d39b8f7efbcfda8cafb09b1aa12d8f WHIRLPOOL bf5320bc506fb73a63d0fb324b60667a196ca2fef5d0215637a657c613f2052d76d002deb205e258f6d4e2aaea15490b26679e59a102606a34b58ab1f6b755ad DIST freebsd-sys-8.2.tar.bz2 25835329 SHA256 0c6c7b61aae94db2931f985d5899f3bca78fc8ffab6b598fbaa158142d676f16 SHA512 6ea4516a5c52e25c4f993f7acb875463a5caea93dbdf250c5d48eee95fff226956e9f030cab7e341b5e6a132325bc3dbf93dcb4b1185acb011918e50b1a22be3 WHIRLPOOL 870deeff877c6b9fc812a4260e4fdbb6715a5dc2065cab3bfbf2a42d876f6654703ccb124275a4e2c410cef48f3db02b63cc76059eccf9cf90244826f35b7a15 diff --git a/sys-freebsd/freebsd-sources/freebsd-sources-10.2-r6.ebuild b/sys-freebsd/freebsd-sources/freebsd-sources-10.2-r7.ebuild similarity index 99% rename from sys-freebsd/freebsd-sources/freebsd-sources-10.2-r6.ebuild rename to sys-freebsd/freebsd-sources/freebsd-sources-10.2-r7.ebuild index 6cf66d50b8d6..01a1759087e4 100644 --- a/sys-freebsd/freebsd-sources/freebsd-sources-10.2-r6.ebuild +++ b/sys-freebsd/freebsd-sources/freebsd-sources-10.2-r7.ebuild @@ -20,6 +20,8 @@ UPSTREAM_PATCHES=( "SA-16:01/sctp.patch" "SA-16:15/sysarch.patch" "SA-16:18/atkbd.patch" "SA-16:19/sendmsg.patch" + "SA-16:20/linux.patch" + "SA-16:21/stat.patch" "EN-15:19/kqueue.patch" "EN-15:20/vm.patch" "EN-16:01/filemon.patch" diff --git a/sys-freebsd/freebsd-sources/freebsd-sources-10.3-r2.ebuild b/sys-freebsd/freebsd-sources/freebsd-sources-10.3-r3.ebuild similarity index 98% rename from sys-freebsd/freebsd-sources/freebsd-sources-10.3-r2.ebuild rename to sys-freebsd/freebsd-sources/freebsd-sources-10.3-r3.ebuild index 4edb8dd551ac..65202d3b55c1 100644 --- a/sys-freebsd/freebsd-sources/freebsd-sources-10.3-r2.ebuild +++ b/sys-freebsd/freebsd-sources/freebsd-sources-10.3-r3.ebuild @@ -15,6 +15,8 @@ IUSE="+build-kernel debug dtrace zfs" # Security Advisory and Errata patches. UPSTREAM_PATCHES=( "SA-16:18/atkbd.patch" "SA-16:19/sendmsg.patch" + "SA-16:20/linux.patch" + "SA-16:21/stat.patch" "EN-16:07/ipi.patch" "EN-16:08/zfs.patch" ) diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 6376eac516a1..28ec968d398d 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -7,15 +7,6 @@ DIST genpatches-3.10-106.extras.tar.xz 17832 SHA256 8c1be1873d2f220c9186fa5a1c65 DIST genpatches-3.12-49.base.tar.xz 1545256 SHA256 f9503fdf958458692b841b95fcdbc561a7ef4ecceeab1c2e532c0740305a25d1 SHA512 4475cc1e1faee3975598115937869564274053cff1a9dfbefe41b9535846f1dae04abd784541af5925e805e9878ce1590cc2eea999c06cb3ca67b80df94f23e5 WHIRLPOOL 25758cf3bad2a875668950923edd3ab481c8fe7f4faa2512a2ad70acf3f4f360dfad0c10bd4599efa60bcb681c29cfb2db5f4b3f8bc82cc792a369517891bf02 DIST genpatches-3.12-49.experimental.tar.xz 46536 SHA256 927d367eeddb6823534004c5a4c96093fe822acd5856d262003045935617a741 SHA512 3ab1222cbd073437af8697b9407ff2dd4a1890be5acaf70d9e14ff6c6e908615a7f6c8a8b3c0def7660e925edca457c6b31fea64b2ec73200c36512df6efa3f1 WHIRLPOOL 7d600343ae9e5109e04507176b7914ce2421bf250e2a5f9812122820760060093fbf9112fa9e906f8185c99eb14fd873f198f38da4a3ed7b92c884ce0ff01358 DIST genpatches-3.12-49.extras.tar.xz 18232 SHA256 5800be892a1828498d914ca9315cc5315c2493f900390eb493f7ef45bc7d346c SHA512 b3cad4524b15e15867ed4ae56efed8e59be1d570fe9e822ac381dff7d5c7cfe35af730511a1693ee6f82a48f2e2dc9718b39c37f5530aa00fe18f23d142df4e9 WHIRLPOOL fd8b5bef919d3c155aa49d7c4587c3e3af785ccf1bbff47d0e67fe05fd3d9e4abae8626ba7d44bcded366acac04f4f0ed3244a8ccbcfd886840ebc1663fa7bbf -DIST genpatches-3.12-54.base.tar.xz 1643240 SHA256 555ca2d48e394f28dfdb106c7ef509e605efbcd83d79852a06e26fbe845fdf54 SHA512 78c7658b1e98d457c48cb720e8fcf99200865890b203b9eefa689739f5cf6b5055093dc8173b0be5c3d68097ef2d350fb3cec726aad770911b3dfc63d13ca096 WHIRLPOOL 492585c93e325d96f8781681f78e5487cb7639e0848a02c6e2b4e64b624f1692f9cd4b43d2116da3b382c4a2f0dd0191882d414a14430ff23bd6a2b7e7a13580 -DIST genpatches-3.12-54.experimental.tar.xz 46524 SHA256 36c8545361a83be052d4bc3f5067ad07f283e96138aacd0762d10c771c0cb0a1 SHA512 0eadaba6c316a903aff7678338efa57deef754566dce529ceb34c5a80d6061f3b81e48618ccfa25fa7469def27b2e363d262d170b2b954bb4ccb95c511736889 WHIRLPOOL 5a437a79db543a5ed28e384d4145204af2c90d0dc08de66ea13262d7b8aef969a271429d7e5188a0a9652492e75d694480234db979a17ba678ab2bf922e91b80 -DIST genpatches-3.12-54.extras.tar.xz 18228 SHA256 017d0055d76f77511219295c8c6fbc3eaf2fd0f3881305d9d6a9e9d11405d72f SHA512 be7fbab60ccf4114b675e88921fa9dc3a71634f5f859cc8a6b1e4a1af9a1a6397000680f2b3cba5afb25d9317a1158f1daa582db384f9d45e6c50e7b266091e7 WHIRLPOOL 6bd1c49035cc938c587df65e065ea01bc3ac9843ebe55ebdd1b6a40da9e91e6b41f83f1eb213e8cd6a4c9263eac2b3725882140482f8471065cf463f83ba1df9 -DIST genpatches-3.12-55.base.tar.xz 1665580 SHA256 3c3bfa0eb8f94287cab4e329aec6bb473d63aa65a333fe05018e23b3e080f994 SHA512 3aa80debf369385583ad1999c16d36bcc171b488b4e8393d03c8e408c40144e367d4cfeda00cddd32739cd3b49a69062e6b5893abc4b0698ecbe98ec09b4dec3 WHIRLPOOL aca2cec640cd133610099d6898e57ae4c44bc9ca33abfa6214d471c84a9b28706a860fe424a53d0674a143a0272c2cb1013fe51451e86004e6666865f1490c41 -DIST genpatches-3.12-55.experimental.tar.xz 46532 SHA256 210372665b5760fc3752de496e5fffc21fb2a633738d907536a9f92792bb69ba SHA512 55107c3ebf5690f19b24d774115f05da70a0c9bdadeac4a312429dc250544714312ecb98fb7b825173bf5616ec8827d42ea1507adf54eb092df36735e1a8195a WHIRLPOOL 1a197d20287576b8f4441a0752733f9478ee4eda302bc267e22d86e6df4cd77973363db05e2d8154a3ce4b7e213dab35cf893ac5b45ca6cacab8b9fb655ab638 -DIST genpatches-3.12-55.extras.tar.xz 18224 SHA256 31561fe630fe1d46df4688b0f75adc392180ab1f898e1ef380ed61a87b3e86ea SHA512 adf04d50dfeb6ae3c1a13c49aace9477c954b820a69128ff9eadbb0ff2387a3e3f2aa9c089a247db7f1e02cc41c31afec783230918cc4ee24e0eb0d593724dd7 WHIRLPOOL 63f59b1e756b8df2789329cf6d425e5ff906d9c20b035fc8e9530495fde6c894b3075ac5f47eaaaa32264276086a3970016e34f772aa5bef7ed3777a51808241 -DIST genpatches-3.12-58.base.tar.xz 1682184 SHA256 0d0e7b37b6f21a4eebfb1ebcb523159571155d0f0f128bc8f1d26fd717beee70 SHA512 bc29b1f69cf37ddfd66c4e84b8fa31c5e0b6f914e3fe0b9c1943b79a90dbdb85fd1cc78431af18a47924ffdeae229f70566a4520d2618d68fd9e127584621ca5 WHIRLPOOL dd5747100540da78418c40056775fc4f8dfcdebddece5475719ffe8b1bb15166ce18493ede6e05667c60c8867cf2cb527e703a238eefa91c7de700227d219005 -DIST genpatches-3.12-58.experimental.tar.xz 46536 SHA256 5153ba51ec1183524da0c4fe7ec7f4bdc932aac68db0c10c8c979b044b714bbe SHA512 f33f04c0b85f03365da5e324403b6e2dda90d0a9ad80890d3f3966b6052364f9cae00075e7f86a51d82d779de283a9c527455a385adb7d8717791dfa74742f36 WHIRLPOOL 8dd116c9985543b924d0c21de42e1be9bb0ba9bfd1f90a4299a6e687a4979f8d9d42c33aab0ab9d372b855f942975af6dd6a33a9b9619d9f8eb75adfc52097d6 -DIST genpatches-3.12-58.extras.tar.xz 18220 SHA256 5571ab7fdeb4c2d4f8fdcb646f1bb79b42e73363ecab119f0be152ec3871f6d4 SHA512 98ce0a9159c28795aa49821a48e9d5d6e7a398671be77212932c9cf563747a6a053938b3f3c100369e0325af89dffd24d87e71465ca04c413b5825532d9acdc6 WHIRLPOOL f54085da6f119590f5ab992dc0b3d812b910eecda0763e0d8a60985dda46dc483611d0feab4f0c940664225cb785b1d5e6d92f3c9e6a242c766cce08e1b0295e DIST genpatches-3.12-59.base.tar.xz 1699752 SHA256 2073115ec6a54b2bde1d4de599f4e9771e8a7e98b427373af06c671f53aee69f SHA512 83d7c443fdb2c58c15ae5c47d22d0d6fbc2a7b50cfd519425043bd600b0d66920cecda77b3fbe8e5cb7e52eb7e2cf4801386351363773f0038b9df19f7d886b2 WHIRLPOOL 654b1761c599a56858253e791b9c8b9a160d240cb4e5d5e1914661e79280d89432e0e7573cf717704749c1d288d6c8827fa9c0bc8ec67607e7c0a3e507fed7ee DIST genpatches-3.12-59.experimental.tar.xz 46520 SHA256 0d4c5c22f65bc52909c63e60efed08007dd58296db4c8f19309a01da5f8a0b68 SHA512 53a4b195703ff3d91c6c43c26a7028933442f80fc31d7f4b1216ae1005783cf26bfff1655b937d9ffae193ccf563366e196732155f792d1d23dee855db074323 WHIRLPOOL c08ea27cc4986fc4a03fe37c3ce162647592370575325569deb352a3392b9d0500f4e02bee53e5a22af3a213152cb636706ea667f148d5fa22478c52213cd1df DIST genpatches-3.12-59.extras.tar.xz 18236 SHA256 544b0f36cb7fa0394810d6c92e29840743f16b61cf64f90dc454ee36e51d8f74 SHA512 905519bcd6c9a77cef8682a96605a4dc9735b964498730b7c3ecba2078e68aae2c9b56922d2b47fa57fbdab2c1f4dfb67cb704feb0c634ab215b09cd5e768725 WHIRLPOOL f5c53704859e9f95f8b38f0617eb2695daed9f09619754aa19631a96fcdb8edd51e602a682b4b7b26cda1cb3b392a0586a0b2a39582d3382ce0e48a84c41ab78 @@ -28,6 +19,9 @@ DIST genpatches-3.14-76.extras.tar.xz 18264 SHA256 7fd24a3b9b5801c116a17b0cc8f8b DIST genpatches-3.14-77.base.tar.xz 1259316 SHA256 db309543258c9077543cf1888d9ccbcfc2a7366cbea2fc636fee0c5864e00e56 SHA512 5a404ae28a380a98b4b8beda5c06ce2bc10d1fb86eea392cf48bbab17476be37e6ac53cc02f167768c46c39e46912dcb077f96e0651685438f32b9057939b731 WHIRLPOOL 6810b3abe59c1ccfacc1978a5c82d2e7a0a013141c2245acde71df5b97dd959835c66133bea52f2265cfc2cf21b5a9d20b1122c7df780a5bf3bdd568ab8360dc DIST genpatches-3.14-77.experimental.tar.xz 60292 SHA256 44bc6afb6af5db8d7da0628c519acba0f2565c1f67335309f7aca2416570f27d SHA512 7c4c8aeae9cf4fe69ea55214229f3790b8ad782d3eb0c220c7c84ba113d153e06e232779aef98f583484f40c9afc026e7a45e0859c0e54c28ff163d0471563d7 WHIRLPOOL a13db6a5b8c6ea41ab5291f9536500de8057c15e8d09476095ffbe5d9c94b861c4e3f94168fb497307ffad6a815ed37c6a331e7c4f90bf71959418379b60ca66 DIST genpatches-3.14-77.extras.tar.xz 18252 SHA256 f191ee0fcc046e004737147c51d3370f2e1e43b0c9536ca45ae67d5eb24df668 SHA512 bfa3d7ca662dcc9d711665e8eabcfcd1b73af5e41dc65dc5c48ecbb92a6d10160db0ae078531efc250f680526ff7645f79670d17692f870d94442e0f7cfe2f7b WHIRLPOOL 62e5d0193e590e271e6ad74bb61b1c81fe4733ba2f62041e91aac90f47fa028bcb3f41679fd5674ccd18718a1926d19ff09fd476cda5df68105448b542d47d29 +DIST genpatches-3.14-78.base.tar.xz 1263800 SHA256 aa04e98977dc6bb6f99479f56ccbeb8a48acc9dd08fbed8a54db0cb410513a1f SHA512 40b4c63033286c2aeb30610e2ed64dca7abc34a15b0c89306683edaf5494a2181f1d5ad838f3a71e27c5931186852257ae556757239a7c54874f853b1ec4e467 WHIRLPOOL 08a6bf51b6f1fc541216dd002056495d195c14b0c1b9a5d4b9178f05d1e1de4125c9619db6f14bcd278de0a2c62c2fa0d02b94a06ab78433f44b13416749ae2f +DIST genpatches-3.14-78.experimental.tar.xz 60304 SHA256 1806901b291d8e7d08b77f912291257df2a784685befbdfecfebaef504c2975f SHA512 c176a11c9a9a18487f422c197859147ef2cd26501ee93a62f1f6607e7c79e1cdea2d6cec1f38916452ea46f263a3d75a5c4f7fa2b126ac49e0e4ff62886cc615 WHIRLPOOL 13f9f45e9ba4778555102e489454226789bfa9553e08aa30845844873c6ba62288797fdf3a7c7a231d885e2f197a342271c87bec806dd28a2b340b1842dba427 +DIST genpatches-3.14-78.extras.tar.xz 18256 SHA256 52152b0875147da820ff37daf77c021adce9c11ab9739f83e09fb0be12f6c50f SHA512 a7da1a5ac34bfc4ea4593c618527d1009d47a08b50784a8943adbbade66010f107becb0209e59b5eaad072cc67711587cc07c8ff7bac076d91a5f1a275160d97 WHIRLPOOL e0ef3f823814797a07d4ab14b06b9f469b3a92feaa2e8186e5c1f4cf5443c4d2442c3b26bf7a0a2136dbbe816613afd7312b5a0ff218134a1127349fecd5f873 DIST genpatches-3.18-26.base.tar.xz 753528 SHA256 0a3d2a302b64284353accbff19ff1a78128e900f0d4cbb0e70920034b68b4bba SHA512 723a29074dbd6970b43974655539902a92b5ba3447cba754f5719971848e2d2ca450d888a83d41fe35770806e842615bb5c5425aebf8a7118e5cd39470aafcac WHIRLPOOL 17e49e01f19a9710e6c3f6b6bb3b50ab96829a18dd60a57eb10058656845ba8e497ba4c3043f3824d69f79cb5c911c5fab6f4b8e28aa39acaa5083fca732dad0 DIST genpatches-3.18-26.experimental.tar.xz 61608 SHA256 e72de3a8865519ed658a2a769b42e2b4592ba5a6e5c98a699fbe4109f3567532 SHA512 75cd10ac41180cd5f4a1e70ea49b260a141b875f3f46dfa5edd668e507b27fe7244033c76d1e895dea58c8fc69c43ce21dc8e711884438c10b686d53c0b4c8a4 WHIRLPOOL 267a2c1abcda2d41ebf64a6034c60e73249dc4c0984326f516ac92eb16145f493549e690bfcf8f6c515984ab56368437e392fba3648f4bcc57db0351d5ee6863 DIST genpatches-3.18-26.extras.tar.xz 16188 SHA256 af0d5013a7cb6e0ec78bb5821bb4f83048d953cd10734b57085439fcdc44683d SHA512 effb9ef5722a956a9db49582b3c8aa85f5838a8573138ce867e0575348a291ccc6163e7bb8ce1698f9b5d799e81e151546c1bad59388f80b984e86f98ee8424a WHIRLPOOL 52adaba3ba161e7d1bcc8234edc9efd06bedca2211085990069b1ea8e1a35ab443e5ebfb49a7d56c3d572f9e7e69de1bdfc463abf455ba7e3155eabcdff3786a @@ -52,45 +46,21 @@ DIST genpatches-4.1-29.extras.tar.xz 16276 SHA256 8bbfc785c2831243d8c7f03f16f2d8 DIST genpatches-4.1-30.base.tar.xz 763028 SHA256 d494c43c70e6fcfa25a9446b997ddaa47568a3fc9e4211fc415e480394b283d4 SHA512 4a3c0a828f08d79f4d22ebf39822924a893b23e7739437058a4c03fa71d4bffed55d190dfb384a77ab1332f98204bc30b91240b635762f76b6d4a2bff6db0bf7 WHIRLPOOL 2ac20f6f43724b55f31a9325e7932d763903fcb8cf8d3cf488a8ced1a329049a41c47f110de37bd19884a5ec44d049e0f05382600db775a3aaefdb4f0ac148af DIST genpatches-4.1-30.experimental.tar.xz 61632 SHA256 b53e6d7f5cefa19c339ea79af9e526fc3875f752b437db122a8711a97a4ad284 SHA512 45d294f4003bd17860dad3c87f79249e9b92f240e312fe852b2f5f86e12cfb936151851d5604b9afa6aeb0b9b3138cb12a08918e4cc980a6aabc89ee5b646bb9 WHIRLPOOL bc3a55091df5b2e8ec50af66d816ea3835b1c1383255b721cc974cb00b41b0e1d10130650923d2245c922310f6d63aced9cda387ba9e7f83ad23a5438b21c707 DIST genpatches-4.1-30.extras.tar.xz 16276 SHA256 da205651b56c3ac23ee4e9f7fc98fe2ae8edc5605a4103763eb58d1fb866ca11 SHA512 a9e343ae4d44c9d7b7758ab9be8ab580c35e85b6ac4f8cbe2dc75fdd82bb1d38b85f6ee034015978b868e9413bdaec9e427a0c8f4bb066d741bd62c17a8f6a6b WHIRLPOOL 41282cc05eb89b3da6bb18425eb1eabd9d384a8e457e4feac3449393c91a56957807d657efd6d73a10ffe125b26b4362e17d2c85c540bff99d328d84ea225229 -DIST genpatches-4.4-10.base.tar.xz 342516 SHA256 4de20ee2b1cb8c33d4a6c431cef4dc3ab4a3365ad2ca905ccc47bf29455da8d0 SHA512 ea4f51afb3f85af9ee3742d703360cdea2f585017268fa3cb16a2d86a3a2e6df0ee46a0d52cc550fb99cbba7e4973676bbd8dc6cbb2b265af842939d3fdbe109 WHIRLPOOL 28a0fef05bc1b91592244a69cf1fbc15257f62f7b2dacb31b556aa9cdb5cb4d25c1b0a83e2c3518f8d08162ed57bfe50f26e081a23403adc4a3c96c1151498f6 -DIST genpatches-4.4-10.experimental.tar.xz 62612 SHA256 29ba528a6a7f0298607ed12b204ae31cc1c0a1a559e93383dc4ead57f58f52fa SHA512 e5205462b47dabec0b1798388d2aeace5bfa342e56e9857863ca445212ad627934365cd51c2c1cc5d1b38b6235b473b8e516f2eacce7e27c482d3f990f69e991 WHIRLPOOL 74952df3fe17878eb1d08d64f1c295ca59b8d22a8ae66bdff7aa4fca8c0615e693848ffd8090f01719741d25f19a706c08c6e7932f2e357b8981b1e91e608c78 -DIST genpatches-4.4-10.extras.tar.xz 16280 SHA256 68c15831b7d7fff7e49d163fac43205b4749b01f0b8e03b0fe17d919a1c00a60 SHA512 1336406a10934fc76c7281e0dd4634fce0c102ee0d086f033618c974395eb71789b153b48dce25f9d8e654f84b01b8db0639d87b3254a7536dc6f9cfed7606be WHIRLPOOL 4a45e581557f7338d45e74bddd3fb0240f35bcae18b6ade28a066e1e91570632e7d0a0066c5e7b67035accc5580bf75e7db3136fd50bb18b4f2836d89fdbf0f7 -DIST genpatches-4.4-11.base.tar.xz 384632 SHA256 ddb1d1a3d166e4c2c4568c114e8a534f076037b2b968e42f10146ca012b4f1f6 SHA512 9feec3d21157ede84176bde73fd50daefefbbf9359448d4156987ecb64a7dae8d6b269f6d069ed98681af2e0709f0f627f01c5496a313d6ac9297fa38475f30c WHIRLPOOL b4b5239f65a9795fb67b6f2412ff8cf9564b534059351bb8c36e4dbe6db91953fa7de3b2b465f380aa3404969abfb032bd4a04a7775532c93e483af9e544b90c -DIST genpatches-4.4-11.experimental.tar.xz 62608 SHA256 b6be7351373a6866efee679b83e6715f358fc31d4fec072d3722d8b9b5913262 SHA512 effc42219dfd7ed8bc1734fb558fe13048a416bc6de091a3d5ad9ceb26dc23bfb8c98088fc9a9bc38f74fc15f79492766dccdc3e3bd1d69ecd9607a50c10137e WHIRLPOOL 6ec1bdb9c46f12264da719fed9dd9e43033f49686e85b16fa54c045af76f70b689ef4a2289d650cefe1bb2485e6c879ff4b331715a5b6e4601774a64bff5b5c6 -DIST genpatches-4.4-11.extras.tar.xz 16276 SHA256 5e9d9ebc82cf1809de8419e815c68b041598dfd3dc839e582026bfdd5588e478 SHA512 c49430fcd6ed1c9b6b4a72d8e4a0f6760cd25c48b20599826036a943993e736404569937403fb349b45f29aec15dd3afcf65068936125eed1dc443adcfbd4d4c WHIRLPOOL 4abf9d0d33fc66389fb08911afa01a570295bb18905924f95d1cba1ef2d86208aeda81b5085982d78ae5aedf6cbd91efad9ad9b0f08cdab72977eeaf6d8921a9 -DIST genpatches-4.4-12.base.tar.xz 399772 SHA256 3fe4ebc498f3fc88beea4a28c5c82db15f3786d4bb49c8cfa06228f772921009 SHA512 1576236cd4dcdf1224bbf2098ace137827725e214a9d7bf93b861e3af6d83989f1160f394a44b7034000577a782f26860b3cea041957a0bf13389ec2abf90240 WHIRLPOOL ad0ae8259baff0b81cc7953c2753d06f2eefeefd88d5948d7d5351a94811e8ae3c16e0fb6564638b327d500b47e976cf486f718813e0b603cce6ad96a9a29127 -DIST genpatches-4.4-12.experimental.tar.xz 62612 SHA256 32c576eb0157b0e4aea68a5fab7260ec02018d4c9e9bc38e4ad1aa6bb2081163 SHA512 80451a462786105d89ec6b6fa2c01e3aef6674eab8624a8c20f3b668d01e79514201a56e6a7526f6e08f75be73439267d19c2ff4cb38dc67885976af3f498c59 WHIRLPOOL 715cf586089f86fc377ae5bc82fa58cf5d55d9e042cae8589f48571818c694b028931467ef1da516e37d0508023c3f3a29a67a5b7e9300217f9fa3e203940b86 -DIST genpatches-4.4-12.extras.tar.xz 16276 SHA256 8bbfc785c2831243d8c7f03f16f2d87156aa02c45fbe21d9b9870fc56bec5c02 SHA512 a960f8fe88a7aefbe848d802130f5176562f37e8812be7283ed4972354680afb05af101612f045e1f99641fd43fa410142695718d5bcadca25d5a7749449246f WHIRLPOOL 4b1e9eb7b4b61d57c24e2a9103bae8b8817bd702d9f063aba9778921fc40e77ca61b322bbf4368f5d431f3c885b363cdbe09188230263527650d6c66bf698cbf -DIST genpatches-4.4-13.base.tar.xz 424132 SHA256 357a305b5a2cd9a92fe5f545f03083d9ac474924572a2339a8fb8135f911849d SHA512 f1d091e79d796cef490ae70bd7cc064e59c63605a18646e23c5ab894f3d9f35962814a44326734257ed587c78cd88d2a0b04dc0d6463451f11921ec268ae524b WHIRLPOOL 9c1ff6560f252e567d0fb9ef5a8e744f47384d6eb4d995225523dabaa2febac9060ce29bb7e37ef150f9fccc0e92349d45639e1484b1183d4879fe25c9d22719 -DIST genpatches-4.4-13.experimental.tar.xz 62604 SHA256 3fa2f9df9d9ae2fd6a0609a66505eb6cdd6a6d677bfed5878e99910f15650e5f SHA512 cf4afc94c470e61df572a540e5f32de74daba2227203d789cb6b8c7695ce82aed860d9f0cf4dfbe4a001e1144287ff1033b3b6d5c629fbee424f74ee020b1c23 WHIRLPOOL 61605366523dff8b7886acd2d43d34257d77cf188a875bfa6ca9847d28ede22155fe33f5bd7076f6af3de3011c3dbdef6959cef115f891cd5c7a5e619d98a4c8 -DIST genpatches-4.4-13.extras.tar.xz 16284 SHA256 87c90c4654e5beb16eb1f207bf10123d4cc7fe7d2d9c3bf1162d6c289c639d05 SHA512 7764462df82acb9bd0f4ce140ad5fd657f1ca733a7dcab08e41bf0f943de9e64f27cc57fa0a2380c228f040578677b383fca04df81bb049e0e6ccbe2ffd75880 WHIRLPOOL f02829377323678cb073ba2185ee66e57c84c836d2e04ef2d0383302082a1a6755dec0eac73a800d90911393b1fee02619c7b99e8395e8eca5e91d2269cc663f +DIST genpatches-4.4-14.base.tar.xz 450668 SHA256 7d6da245348f8168a831c45ac528e7cc25b0cf30b3d3df497e621e975078392a SHA512 3d5b1e3ff79312e7572027e2f9f8d983af25241641a4b2dbe06cd37f83f1ebedbd1b239663953e2f7ec089e147c98e59da4d8150809ead62ab5f76803225ea8b WHIRLPOOL 3eba605e664d10ec0bed2d0811318da17a501d350e22bc85e09a5cfe146f1d0f13464ef4ac8141aeab92db817c4039222e6834b236c61bc22f71ef0f83d1973b +DIST genpatches-4.4-14.experimental.tar.xz 62632 SHA256 48339c300d271eb355394d15985b80720c36c92fd8bbc9e5d2196d042b9518d4 SHA512 e98ca9b75bde2857ad8ef0ff6f84b3389f1071c2a34ce319daf8fdd3cfcb22990b198b33643ad0a2395841f5c4bb413cf4d7952a6ef2686b3cc92c91cca1a405 WHIRLPOOL 370b865907d97ffd4d1ec7d2f3c3d705669aa5321bceb636b826e97412c1121ddbebd79e7b4fcc7107fe508322d27d20f1d84ad5252a9cbcaf3300b19d82153c +DIST genpatches-4.4-14.extras.tar.xz 16284 SHA256 fa731c56b2ef13c98ec21714dbfe6902de90e5bc50a9be65e3c9ce34e934674c SHA512 0aa85413fc225e86405ad79ca96345eb2cd1bfa91ee15d0167700208fdaa86c6ca9af4461f9f9c29371b000bc0b769504161b21c9dcf8e24cd7db222f3c4b99f WHIRLPOOL 167c7bea5b1a6c978a1e4b01b524dd43e85973c1df095a16e5c7f8defab18cc2b5a1dc9cfceceecc834595c8f98c18feed950f858f5e81967d31c216f3181639 DIST genpatches-4.4-8.base.tar.xz 243736 SHA256 70a54851283def9013601bd8ea299c04850410001e36d619fa6e83b64a4f0907 SHA512 fde00c28bc8da96aee2378d7ea36c85a5f8520c271e0251c7bc7472cd3c395dc2c3f5168f38b1bd10e6b5189bedc8b10780899468a368f8e9be1811bc31c0ab1 WHIRLPOOL 1190d8167c05062a53a7cc66a36310b42f6b90a711a497543b68626e1d6ca3fbc1c57a37dfa2a1fc98ed4f3b1dae5d7e77b74f3d708bc830b2bd5c31fc797b74 DIST genpatches-4.4-8.experimental.tar.xz 62604 SHA256 35148c3d46a256819b5d214203b7365316694e85a729ddec2e5c229e48b9091d SHA512 e1e5b31d35a851f446645a2ac403ab238d63fb540e8443d36a30dd8a5d32016b077c4cfdcb30976e5facc511c0a6116037efb0af0a4840e00a1d8cf6be3fe310 WHIRLPOOL 4b65738d20969d5098feb66e416af450f0be87fa8c1770381165f70ca99e019400ff9e92c92d8f6dc1b641f4a400fa6165f0573aeb68ecba05f8934a348e6cc7 DIST genpatches-4.4-8.extras.tar.xz 16284 SHA256 50b6dc7b842191a49a77d0f54302ebd1c7334e5f60cccc91e2a02db51ae074f8 SHA512 478e31f23742a99e4b3a2d24c93f0880c1794d40e5b05b80cc472ce237e14f28a83cb31554b686c8ec78e80b776fca363a1aabe450add7a3142ad30a4b586841 WHIRLPOOL 2ff0a37edadfd391b59bbe5158c463ee4b411fcd06e8f5bf53f58b19f88a564a40fabe690d5ac12f108e02d3a001d8b928372aa453f060d530ff2e30d0617113 -DIST genpatches-4.4-9.base.tar.xz 304360 SHA256 e9ba25000126256be414a273b154accc51ef523d236c35e2214ee75e243aa71f SHA512 ef239c362defeafc92eae84ede7a07820ddf0c01002f52a58d39d7b0dcdfd83af2d5fa4d2ee3d2c57e4c89a30d4fbf05dc5519886b8f55bf148ce4197b85d465 WHIRLPOOL 88963d0eac645d453ccf1cfe0e30777090240f18f20ccf735b7551a57365c2505849b13c8cd4092542f6baf6d251eb0e9c44fbba118d9677f9cd334e0ef10861 -DIST genpatches-4.4-9.experimental.tar.xz 62624 SHA256 2935109513db96450e9496d451d012b74ccbc231c8514f40711c60baa30f4fce SHA512 5a5658b7d43c2754b8ba9f804d979db2470d99c19b1da6d16d79c3105d7f522a7896886037afb3004b53c7fec4102c3528ac8ff419422af157813b6606d81205 WHIRLPOOL 42e26ba14777515ff6c1aa3dbf5b259ba4f4191afca56412af6bf1da2c9cf196a525481115f2cb9b8d929719868be0f7cc2735abd389dc4151153843119b71e9 -DIST genpatches-4.4-9.extras.tar.xz 16284 SHA256 720c66b1195b09a0ac5989f4b3e02a48e40fa9e4e8ca711f39880676c4b0ee2b SHA512 d9fd94f2524e269d1c134808799d6fcf790b9c33cd8db95f0e14be9f2e2701ec9392e87b37d25e67a18e59137a1448b779c1bb2c140d6d0efc384b0f738b8917 WHIRLPOOL fc258f467beac9c0ba2016bbc8c3145ab6ee549b0eac6750fef3474bf5abf5f5e9cb7eda156f4609f2fde1ae090f1353435873607de5448b70f84e26a74b4a7c -DIST genpatches-4.5-2.base.tar.xz 3532 SHA256 d17b809cb0c598cf2e809d4d7946c6b5804832a0323ebb54616d4011469507f9 SHA512 3ba9d91360c2c9907a58b313cd375afc6e9f33984316348607c976dc4e7cd21add70439f8e5dfbc238c2289328b76504c5d027cf15ff407ec906868310842794 WHIRLPOOL ed1371ab4e6b72a7812356e5c1dc9860fe588f89e601a8cf17879e8343e06c917d2f210713da2d409d9bb5d1d9e0561b4f20367f1304e32d10176597f06fb2d5 -DIST genpatches-4.5-2.experimental.tar.xz 4896 SHA256 398a53e0f2678b2f5b0c95a33c9096234a89c249ff9948e8bf7a1be828c89ae8 SHA512 c7449d2595fb4928560ece33beaf8d61f3491679f2ac38e71fbed8b1b4b796f044d538654d2ac505df83d7dbd52527886c43e6adb192be7edaf5fd2b4eaf0e45 WHIRLPOOL 81c5284508f6ea103a570c75245dd81f878b8850d59366800bcceec284e1076a189fe3189d533d6cbf0748e9e0732e2941d062246e5df0046bd552ec79b1720d -DIST genpatches-4.5-2.extras.tar.xz 16284 SHA256 0e58613bcad4326d41189563633558e3b72fa69f0673408e037c991e236a4826 SHA512 dc07438a67d77f2bf2378340b8d9c4d59f1f90dcf33ed0e4f844a520359a390f5a1cc8348777b67f11511a1e539dd0e8dbbdb20e8358f642538b4174ec9a5823 WHIRLPOOL 150daa4a4f48d2b14897e1e0f0a3e649f3308fe284f4725c01b9592196b38ab80e9099b182a435cde2b68152d90732f3033e77387ba2b414e8eaabedd62225da -DIST genpatches-4.5-3.base.tar.xz 79372 SHA256 989656536ab8dc8e42e930b3e661eb3920ff223b97503d5e4edb695892947d9e SHA512 8eaa2a1f2e5ad1ede4bfa92e4a5ad46cd07c94c39e491ab39a5dc026782c53014a38733b8e47f1f09985750626cfdc39b10d99364b37bf74423446d6452c8424 WHIRLPOOL 48c94b3e86c5b87b686ea51e040770323b5c0ba269b820de8233b52c2683a7393d8c344f869261c5a44dacdf8bb64cffe47d2a2981009c46875d7961b9e807fc -DIST genpatches-4.5-3.experimental.tar.xz 4900 SHA256 e56595df9bbc228fa01a0d22cc76856e90d2cf2593f5c45ba30f75cb15edcefb SHA512 73e4b7f1ec424f2cdc25a635419bb45d50b3f811182f9ff5b2952e543358b80f25a21617ca0289290af291d09534184e5fd6136b7a21f287b8d29b1dab005359 WHIRLPOOL 3ec7a9d3c4a16036f131a8e616582f29dbf0c68047a1f5ab52a65b50c5fff3072e61a878d4d1d350dc28d0ef662a5f268d81b204f3213344c30001cc5580c7bb -DIST genpatches-4.5-3.extras.tar.xz 16284 SHA256 720c66b1195b09a0ac5989f4b3e02a48e40fa9e4e8ca711f39880676c4b0ee2b SHA512 d9fd94f2524e269d1c134808799d6fcf790b9c33cd8db95f0e14be9f2e2701ec9392e87b37d25e67a18e59137a1448b779c1bb2c140d6d0efc384b0f738b8917 WHIRLPOOL fc258f467beac9c0ba2016bbc8c3145ab6ee549b0eac6750fef3474bf5abf5f5e9cb7eda156f4609f2fde1ae090f1353435873607de5448b70f84e26a74b4a7c -DIST genpatches-4.5-4.base.tar.xz 119048 SHA256 35c7a70b8adca62fc3567cb5f854284c5f1bdd3e550cdc8a126c54546aded946 SHA512 6ecff7bcc76607f12cd19fb57aa5041b87076da5f1f6028d7dae644adb98e5f484e160e427e2b03bd9cb99cdbdcfbed4355e8cd4bef0e0d43eb325ad536cfd90 WHIRLPOOL af686b1c36f10f439eec19fbf01c0d0c88c3c96b0e8127aae2cd72fa10ed9b3eb0e045f98f92f58012313e555fc2067646cf7e9c386b23bc91ae857c1e48378b -DIST genpatches-4.5-4.experimental.tar.xz 4892 SHA256 a90e846c57490a1be566c9191a0b7968d0bacdb1633b0566014c9a7b5d72047d SHA512 464b76282f0ff228cb3b5f3a41f62bf2f2cf7fbc688dee71f8694b997386433113cec356686f19a325eb81ac5891ad5f970208612a8eba11666841e2821dc56a WHIRLPOOL befcccce20e3c6d6e388a064dacc4d768da219596296a83794521bcd688e77f61bd9cf85edec78edfb5685c2db735e3238f8c8cb5f70c4304c0117ed9b9f7f1c -DIST genpatches-4.5-4.extras.tar.xz 16280 SHA256 68c15831b7d7fff7e49d163fac43205b4749b01f0b8e03b0fe17d919a1c00a60 SHA512 1336406a10934fc76c7281e0dd4634fce0c102ee0d086f033618c974395eb71789b153b48dce25f9d8e654f84b01b8db0639d87b3254a7536dc6f9cfed7606be WHIRLPOOL 4a45e581557f7338d45e74bddd3fb0240f35bcae18b6ade28a066e1e91570632e7d0a0066c5e7b67035accc5580bf75e7db3136fd50bb18b4f2836d89fdbf0f7 -DIST genpatches-4.5-5.base.tar.xz 175740 SHA256 559f1b4487cefccba18a212b141d1a79e1437c69ee6331309edfd29b337ac4f5 SHA512 585b25a07cfedaa0fa515654164822f7e77a5577a1990fe5c0b716f9aecd3b359ac4c01ac652134f90e6e1a8b9746015ea49b9192facb8dcb76b1f2c89034f78 WHIRLPOOL 3f8eb42dc6d2f00bf27f8a3b16214b57c934e0e19f0b5e426f37bcb08756d7ab9b51456270a57616024f31e3f18d7aa0ed1b40d46f90ed537b4d99d1a51b09a7 -DIST genpatches-4.5-5.experimental.tar.xz 4896 SHA256 722cab044f52b7dfc687f9a8e4fee4e00dad9dc10febef14517f485253e9797c SHA512 09f29ace738532b45b5a52ae2e3275004c6dc3fb5911d625d9ac5ba94b828806b663fee11caf8c7b94641c41e8f021685e37efec10355608af466c1ae07aca36 WHIRLPOOL 9dc21c9e8e658f4ecd12aa305002dea45cfddf37f4d7d948849c7d5afed76ae609bd7b34a4631c0a430aa2b0b9f64471f48fdb298f515345dae3fc174cccfc76 -DIST genpatches-4.5-5.extras.tar.xz 16276 SHA256 5e9d9ebc82cf1809de8419e815c68b041598dfd3dc839e582026bfdd5588e478 SHA512 c49430fcd6ed1c9b6b4a72d8e4a0f6760cd25c48b20599826036a943993e736404569937403fb349b45f29aec15dd3afcf65068936125eed1dc443adcfbd4d4c WHIRLPOOL 4abf9d0d33fc66389fb08911afa01a570295bb18905924f95d1cba1ef2d86208aeda81b5085982d78ae5aedf6cbd91efad9ad9b0f08cdab72977eeaf6d8921a9 -DIST genpatches-4.5-6.base.tar.xz 196608 SHA256 8d02f770e29b1a2f9527f94bc402eafeb095d6961c447fac3255103160373ffb SHA512 a42fd5572657f1d3b633ec29370646203a1151dd95afb5acdd121407eada9c6fea93c15f259a7b954ac77c6a069de9108799861b8d7db969ff983608fc9a2cb4 WHIRLPOOL 20606f6dcf5526158c218c468081f620e7722c73c1f6b1d9e619aa8f3bdf69de9b40edcafa9184688439a06abfd308a34635bb827016f79e56c270f353bd496f -DIST genpatches-4.5-6.experimental.tar.xz 4896 SHA256 722cab044f52b7dfc687f9a8e4fee4e00dad9dc10febef14517f485253e9797c SHA512 09f29ace738532b45b5a52ae2e3275004c6dc3fb5911d625d9ac5ba94b828806b663fee11caf8c7b94641c41e8f021685e37efec10355608af466c1ae07aca36 WHIRLPOOL 9dc21c9e8e658f4ecd12aa305002dea45cfddf37f4d7d948849c7d5afed76ae609bd7b34a4631c0a430aa2b0b9f64471f48fdb298f515345dae3fc174cccfc76 -DIST genpatches-4.5-6.extras.tar.xz 16276 SHA256 5e9d9ebc82cf1809de8419e815c68b041598dfd3dc839e582026bfdd5588e478 SHA512 c49430fcd6ed1c9b6b4a72d8e4a0f6760cd25c48b20599826036a943993e736404569937403fb349b45f29aec15dd3afcf65068936125eed1dc443adcfbd4d4c WHIRLPOOL 4abf9d0d33fc66389fb08911afa01a570295bb18905924f95d1cba1ef2d86208aeda81b5085982d78ae5aedf6cbd91efad9ad9b0f08cdab72977eeaf6d8921a9 -DIST genpatches-4.5-7.base.tar.xz 231268 SHA256 762c3cf8519a4be14b157a891810d68cb0df919404403bd8ba1a9510d267fd5b SHA512 62ae46e92a6d4969fff98a2b213268020573ed9b44d652f6130455caf676c5dc0d21c3714aab20c00cfc562f73eedd656bc54592c3d6df6abce68729d07f54d7 WHIRLPOOL 106965b7fe66d70ce6c9411f5b4af90e7af41eea3a94d506a9947cb92f09b04015c87b3ff1e05380229fa4937cd25ad5f6b94b2830ca8ea2082a5348da416f2a -DIST genpatches-4.5-7.experimental.tar.xz 4896 SHA256 4e6f9c33958fc5caeb97d89d803cb4137bec94d58a956d2a9611c6973520611c SHA512 14e830219b4d643f413df659c9229837c8491dea3d06eecd0a3dabd67ee1b974fde5213023537b14172f67365d7422597de1cc30c74e4e8b7bd09f06e879ca2a WHIRLPOOL 4e419de1997de2ea52175b221fe2836b4c29427448ae571426210884723fc432014516651ab389c15d26c919c7bf205bd9a9c4bfedf900df44fea56cddb538c4 -DIST genpatches-4.5-7.extras.tar.xz 16284 SHA256 87c90c4654e5beb16eb1f207bf10123d4cc7fe7d2d9c3bf1162d6c289c639d05 SHA512 7764462df82acb9bd0f4ce140ad5fd657f1ca733a7dcab08e41bf0f943de9e64f27cc57fa0a2380c228f040578677b383fca04df81bb049e0e6ccbe2ffd75880 WHIRLPOOL f02829377323678cb073ba2185ee66e57c84c836d2e04ef2d0383302082a1a6755dec0eac73a800d90911393b1fee02619c7b99e8395e8eca5e91d2269cc663f +DIST genpatches-4.5-8.base.tar.xz 259624 SHA256 fc9526daab928fc9c33d457f496d5c09078b02394855e2d561e8aec582f87526 SHA512 75088d15288cd601605a181370f3f9155b2b039bd97c5f755b8992dde48e4c7fb3572198f6223a417539be7e698dae90b9a24186dc1d16de45b2fcc45bbeb0c7 WHIRLPOOL 1f0ec6ed7c4b6dae9cde51e51b97ec2f14fdbada591d6c2fcc313736c9c7d46336aa4a457ed7b0951c6767df830162072c610d8e3c3bda5989a5dce98ab57d12 +DIST genpatches-4.5-8.experimental.tar.xz 4896 SHA256 89854c41842b9b8fec4a351fa8c941b31b9539554a3b7147198ab01fc888df66 SHA512 5b9a315ce38cd1281e2856e840bb98e2d823dc5b61362b8e4adfd4e4a26e49d63dd813013e69d3bcbe5bc52869a19ed7e32bdd6f3abd0915bd38fc40220a98a5 WHIRLPOOL a45ce98c77c6bb727bd52ba3367568f57d1c15c995a77d7f726d044bec582577b33457a6ec0f9b467e3eeeaa8b4f8573cdccf51c4b0c05681b25727e3420ec2d +DIST genpatches-4.5-8.extras.tar.xz 16284 SHA256 fa731c56b2ef13c98ec21714dbfe6902de90e5bc50a9be65e3c9ce34e934674c SHA512 0aa85413fc225e86405ad79ca96345eb2cd1bfa91ee15d0167700208fdaa86c6ca9af4461f9f9c29371b000bc0b769504161b21c9dcf8e24cd7db222f3c4b99f WHIRLPOOL 167c7bea5b1a6c978a1e4b01b524dd43e85973c1df095a16e5c7f8defab18cc2b5a1dc9cfceceecc834595c8f98c18feed950f858f5e81967d31c216f3181639 DIST genpatches-4.6-1.base.tar.xz 3544 SHA256 d23823d83f691a004829ba54727e66880abdb119b2feafe1072843b82735eeaf SHA512 3551912a6e01fb07cf693bfdf868a4d4a0f35abe6519013aeb9959e07bdf6b723c492b1f20ff72ecfef96507d64a04105af07f980fdee63485d4154a20ff123c WHIRLPOOL cc7e867f34a2883dc33b73243155829f3c78087992015dc4642bf7f4344ce42798a25ca3f5368b5ce5be2073f40ef800598891355250430849f646b993bc7205 DIST genpatches-4.6-1.experimental.tar.xz 4896 SHA256 722cab044f52b7dfc687f9a8e4fee4e00dad9dc10febef14517f485253e9797c SHA512 09f29ace738532b45b5a52ae2e3275004c6dc3fb5911d625d9ac5ba94b828806b663fee11caf8c7b94641c41e8f021685e37efec10355608af466c1ae07aca36 WHIRLPOOL 9dc21c9e8e658f4ecd12aa305002dea45cfddf37f4d7d948849c7d5afed76ae609bd7b34a4631c0a430aa2b0b9f64471f48fdb298f515345dae3fc174cccfc76 DIST genpatches-4.6-1.extras.tar.xz 16276 SHA256 5e9d9ebc82cf1809de8419e815c68b041598dfd3dc839e582026bfdd5588e478 SHA512 c49430fcd6ed1c9b6b4a72d8e4a0f6760cd25c48b20599826036a943993e736404569937403fb349b45f29aec15dd3afcf65068936125eed1dc443adcfbd4d4c WHIRLPOOL 4abf9d0d33fc66389fb08911afa01a570295bb18905924f95d1cba1ef2d86208aeda81b5085982d78ae5aedf6cbd91efad9ad9b0f08cdab72977eeaf6d8921a9 +DIST genpatches-4.6-2.base.tar.xz 41564 SHA256 b948555b6f9bea483bf9ee6e342b17e07831bade8a56dc4ede23a75371b8f574 SHA512 39e8ea070766327a2e9548b6c94e24456e899d299b60dee064a3a66a99fefbc4b8f8e9fce0544b21200fc4367feb6b2ca74106cd283256c527fc9a4cf896c829 WHIRLPOOL 4cc722130ccb7c5802c349ce178fb18f5300b8eecba4a9cf3342918a378ca2280bfc0194f1ee75b5ec0b0e67b5ecb38ab248dcb690e2430fe80146c7118ebb48 +DIST genpatches-4.6-2.experimental.tar.xz 4896 SHA256 89854c41842b9b8fec4a351fa8c941b31b9539554a3b7147198ab01fc888df66 SHA512 5b9a315ce38cd1281e2856e840bb98e2d823dc5b61362b8e4adfd4e4a26e49d63dd813013e69d3bcbe5bc52869a19ed7e32bdd6f3abd0915bd38fc40220a98a5 WHIRLPOOL a45ce98c77c6bb727bd52ba3367568f57d1c15c995a77d7f726d044bec582577b33457a6ec0f9b467e3eeeaa8b4f8573cdccf51c4b0c05681b25727e3420ec2d +DIST genpatches-4.6-2.extras.tar.xz 16284 SHA256 fa731c56b2ef13c98ec21714dbfe6902de90e5bc50a9be65e3c9ce34e934674c SHA512 0aa85413fc225e86405ad79ca96345eb2cd1bfa91ee15d0167700208fdaa86c6ca9af4461f9f9c29371b000bc0b769504161b21c9dcf8e24cd7db222f3c4b99f WHIRLPOOL 167c7bea5b1a6c978a1e4b01b524dd43e85973c1df095a16e5c7f8defab18cc2b5a1dc9cfceceecc834595c8f98c18feed950f858f5e81967d31c216f3181639 DIST linux-3.10.tar.xz 73175088 SHA256 df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35 WHIRLPOOL e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053 DIST linux-3.12.tar.xz 76384600 SHA256 2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff WHIRLPOOL a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417 DIST linux-3.14.tar.xz 78399152 SHA256 61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e WHIRLPOOL 5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.12.57.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.12.57.ebuild deleted file mode 100644 index e81030c3406c..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.12.57.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="54" -K_DEBLOB_AVAILABLE="0" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.12.58.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.12.58.ebuild deleted file mode 100644 index c0486758e96a..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.12.58.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="55" -K_DEBLOB_AVAILABLE="0" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.12.59.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.12.59.ebuild deleted file mode 100644 index 145cc799f32c..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-3.12.59.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="58" -K_DEBLOB_AVAILABLE="0" -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.5.4.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.14.71.ebuild similarity index 94% rename from sys-kernel/gentoo-sources/gentoo-sources-4.5.4.ebuild rename to sys-kernel/gentoo-sources/gentoo-sources-3.14.71.ebuild index f138bf469822..d2a2574b9946 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.5.4.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.14.71.ebuild @@ -5,10 +5,8 @@ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="6" +K_GENPATCHES_VER="78" K_DEBLOB_AVAILABLE="0" -K_KDBUS_AVAILABLE="0" - inherit kernel-2 detect_version detect_arch diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.10.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.10.ebuild deleted file mode 100644 index 5dc0b76005c8..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.10.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="12" -K_DEBLOB_AVAILABLE="0" -K_KDBUS_AVAILABLE="0" - -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.11.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.12.ebuild similarity index 97% rename from sys-kernel/gentoo-sources/gentoo-sources-4.4.11.ebuild rename to sys-kernel/gentoo-sources/gentoo-sources-4.4.12.ebuild index 83f166cb04b4..46b8f0ac84f7 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.11.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.12.ebuild @@ -5,7 +5,7 @@ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="13" +K_GENPATCHES_VER="14" K_DEBLOB_AVAILABLE="0" K_KDBUS_AVAILABLE="0" diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.7.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.7.ebuild deleted file mode 100644 index 278fe4e4a559..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="9" -K_DEBLOB_AVAILABLE="0" -K_KDBUS_AVAILABLE="0" - -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.8.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.8.ebuild deleted file mode 100644 index 8576b6420901..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="10" -K_DEBLOB_AVAILABLE="0" -K_KDBUS_AVAILABLE="0" - -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.9.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.9.ebuild deleted file mode 100644 index a7878983b2b5..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="11" -K_DEBLOB_AVAILABLE="0" -K_KDBUS_AVAILABLE="0" - -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.5.2.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.5.2.ebuild deleted file mode 100644 index 390aea58f374..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.5.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="4" -K_DEBLOB_AVAILABLE="0" -K_KDBUS_AVAILABLE="0" - -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.5.3.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.5.3.ebuild deleted file mode 100644 index b34a400ebaf2..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.5.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="5" -K_DEBLOB_AVAILABLE="0" -K_KDBUS_AVAILABLE="0" - -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.5.5.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.5.5.ebuild deleted file mode 100644 index a9ac0efb8129..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.5.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="7" -K_DEBLOB_AVAILABLE="0" -K_KDBUS_AVAILABLE="0" - -inherit kernel-2 -detect_version -detect_arch - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" -IUSE="experimental" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.5.1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.5.6.ebuild similarity index 97% rename from sys-kernel/gentoo-sources/gentoo-sources-4.5.1.ebuild rename to sys-kernel/gentoo-sources/gentoo-sources-4.5.6.ebuild index 075d1e03d39b..5f4f8bbfe289 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-4.5.1.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.5.6.ebuild @@ -5,7 +5,7 @@ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="3" +K_GENPATCHES_VER="8" K_DEBLOB_AVAILABLE="0" K_KDBUS_AVAILABLE="0" diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.5.0-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.6.1.ebuild similarity index 100% rename from sys-kernel/gentoo-sources/gentoo-sources-4.5.0-r1.ebuild rename to sys-kernel/gentoo-sources/gentoo-sources-4.6.1.ebuild diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index 055aee3e6611..d68e61a67d8a 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -11,11 +11,12 @@ DIST linux-4.5.tar.xz 88375040 SHA256 a40defb401e01b37d6b8c8ad5c1bbab665be6ac631 DIST linux-4.6.tar.xz 89461728 SHA256 a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866 SHA512 df5ee40b0ebd89914a900f63c32a481cb4f405d8f792b2d03ea167ce9c5bdf75154c7bd8ecd7ebac77a8dbf2b077c972cbfe6b95163e27c38c1fefc6ddbdfa0b WHIRLPOOL 50ee28a06930ffb29ade1aa5fb4e3bf165ead92cb660dc6771a265cdbc2240713ebf14fe235fa153d8b6e3ab853852ea06c2525209cd7989aa3d6f6fad5b7edf DIST patch-3.10.101.xz 1269636 SHA256 6a23fe951e7c4f50b4b0ca54bc31a3190406327dfb44be91b351ad13cad39e4b SHA512 90dc8a22653fbfda1214d382ae59408cd37479fe6e466d0ff66d13a2a44fd1c6a72e5c8658d0df39bb18d4306e58303d843fafdf527bd6d9b54386202059e80e WHIRLPOOL 21364bf10c635cc941f8eedd726c267a0273ccc75c9cdc98f8a99d1a02f7cdebaf21dee46e8e133c6f45e8f0fc62b9a149a8cb99924a268e0c7d5ba8c2df44b3 DIST patch-3.12.60.xz 1561240 SHA256 281de62e6d3c5908285b14dfb8385c62b4ca3405fb79f50ce8225a853e417e8a SHA512 ffb15e5d7e9cc3005cce6e68a32f399f01f1ac6f3c1c70cd6962fe02ba4ff2acb270ae0ade1e5d2ae8f85a8417e7c182cede1976e0f040df0de6c19b5cd9d19f WHIRLPOOL 724a4702b033db3720014c83ebbaabcec0141a34f8c6c31dd4b27a653b1ace04c176ff92c0e7283481c327e01bc447f8d55d253b01cd6355399ea16af2c6fa82 -DIST patch-3.14.70.xz 1166096 SHA256 6c1e1d09cbb68b7ff47874c90911fbefd98887b1bd326bd8c3db763d66b13786 SHA512 6a9789fadaef7e549b7a99c54ac95b7dd7583071bdce7c45865f43ebcc4189698406702e44f60c79f98b4ca44e089b32df17f408c9b881f0e967af9cf52d052e WHIRLPOOL 592d6501058bb52d28e5352e5f4ef3d77af49484c78f9d47f60f7b3635acb114908fb17bd1fe18b59e71ee5c09ffc5b00c70468e4ab20b976c4ff478378ff12f +DIST patch-3.14.71.xz 1170252 SHA256 7b2e1bb6e8481a1ec2c50c964e48d5bdc1f93693a5d100a6242def8753cb4923 SHA512 0e9f358bcd2b912954e5bc48424aaff970df6692a830670b2ffbc3c28a32d54b2d58cb25eebf27d88bd24204a85de0366f08d2fb3fe0380aa7253c7bf9b45c6b WHIRLPOOL d8188fea07bb575fa097f542afb003dcc5a5a0aee8cd354ef17a4eeaff0d95484a85be73f74c4ec6db31e1cf23ca7d30651d60f1dc9ace82e013cb68812b60dc DIST patch-3.16.35.xz 1203316 SHA256 721c550daf6caf0d6910787097fee9b4f5ed74daeee913bb3a0ad33bb45acf58 SHA512 c23591049f4fe8b5d4e5b473a0209c779ac32d9eb365477bf75fbe68ccb9dcc5e2958b2df22111d8cdd7b5a982bbc04232e0d18f6999432560432a5ac4354ffd WHIRLPOOL ebed71eb081d80d50318a858ba6b5ef78d5ae9b664638ec0fc58c02ba94b2b3202e9c1493013c3c3527975eca8f9596cd879a6084eb63606c17d994b65112b6f DIST patch-3.18.34.xz 904352 SHA256 2145ded0f1f03cb92b43c56c41bf2d1353bd023f56eb8ce580b4f24958f5721d SHA512 4321cd9f3700be49ddff41932648dcb2b25936ac7515158a5cc9d717da3e4bf4c3bd74ef81d0d8800ef24d3883e65c545a807f62d4d4e0209e1512b2e8017eee WHIRLPOOL 07b595230b7d2b682db0ed43591518420d78aa3d5d94d3a262cda9bc112360c90861870174737f04216609729ca0c89c0eef20b7e2695ed4ff6450231c2f75a1 DIST patch-3.2.80.xz 1595888 SHA256 2a1aba4ba5fe3752de0dbfe60963daad934a1abf67e87bf2cc88de8ca22720f7 SHA512 ec7fdf71586fa04d0a1e683ce8a3521bb2104d6756a3b92c21096df0bc80cf5db1fdcef15174ed3ebe7404e86befb5c3d3bec612cb7910592174574588acc706 WHIRLPOOL aeb7cfb31c224811b1fb22c34ec50ad4c4a668ab0391b5d1b3c257f95d862d8fb2dc3bf3e6c5e609408f363911092394a08c7379e86b256cce2a1766c83249d6 DIST patch-3.4.112.xz 1337588 SHA256 01d33e0582be65f75835599ebf659f46c0ad0b7f64b826c78e5402550f2224c8 SHA512 474bb722b4c5adcb81d73df2091f4a0873be01a7f287a34bed7d68b134bcdc8dee3ef7a658f2e9f0e3572bb1ca83ed8b06ece31346fe3685476a1fabb9bc0a2e WHIRLPOOL 5bb15bb566ed73dc5f316d2e57b655733de4263c1bf78f2af61c34097cce49ebf5480d4dffff4748e5725a7ed83dac4230a083135e30b19379ec05ffd84cc96f DIST patch-4.1.25.xz 705852 SHA256 18a27122adc79efa24be2129b858ccf5f742f7dddb456b5119b66b9ab36c7a49 SHA512 fd87102a5e1859413c1f830b9b45b3ac9b90f59dc84e32802b4a360d5c70042469b6e3447b4f1d651b1947e819abc51450e95ec7cd07d3163499eb5c0b32a25d WHIRLPOOL 31ae62fdf15ab3a6ec0215c81d1835f590d71e175859ae8adae0c33685767c4f794c5a35f95560068c1e68475751c31ad0cbeda8296b5997e3e4fb9d3d2d72d4 -DIST patch-4.4.11.xz 407880 SHA256 394c3970865c092f21cd02b8f433024adbf8539114567d6bde197fed6612f553 SHA512 697e6dd2b85da13ae65ac70b9654c9c3fa00c3120d425fdb53104fc234457cda40b9f0ebe29e7ae5c1a191730666c0bbd291721b16623ee8e402287771f20def WHIRLPOOL d78bd4decb0cc89ad21ce4871993dd87e88d08661f6e0b42a058ec7b1b7c18c2ef10697a4919e1f7894a13e6f9781141d595b28f56112c9650f5ccba89fe658e -DIST patch-4.5.5.xz 224596 SHA256 f25ce19ee44d93eb8b228c0f3df3082b94ea84d9b28a9fb8ba170ecce5acd78c SHA512 b7e2353f014c39e3c17351021065aeb09d44646699ab745a2bc42b9dbd1ceb87cb51e655c39e1eb60115f21e165fd7c2565a48ac08e211cd6b27c39b5b992705 WHIRLPOOL 3ce711b3bf8b55177b402788c524642955b020d8600cd9e7440e6a59f4ac159e1a313ec5e6c7cdea2bfa2f59793be8ae4b651d052b537e0e1dd30f09832f2235 +DIST patch-4.4.12.xz 433048 SHA256 1eb89dddd7e89caf2df17470b4b15da451ef1aa97f8e1a88578a8ee2da75729a SHA512 c3aca55f26fc883b489635a90b79c03d7c6d591efddb4e406b5bfe49fc4326ff2a957521b1d8ea126b95f1d0573e5185d96bce10d05eae595a51f8eb27690404 WHIRLPOOL 27a889415e00a0192ad3951604f5d6a2e912e2e83e265e36246d746283cdbe7fe53fb1f47769ed6334443aef51c61b2b63edd5df6f7057d09eb2264167557b40 +DIST patch-4.5.6.xz 252300 SHA256 b178f252af7459cfa6be435620f932e4ac99f7542b195ccdf34051db31e313ba SHA512 29ed7b38b4e4bdbb35b392bdffdcab0448fe1a6abccf4a830d23cfaddd2079dd94e004658323d6b85d0797ec1dc09c53bb74e3f8fdef83c62ef7ff8cbd162d8e WHIRLPOOL a5cf2674f136f9a261e6797b012d373937c247ea7741c410d584f7834e72d4ab09e8e7937bf0486d662dc6f1a4c887599453303e4dd13bbd4a61615540e1e782 +DIST patch-4.6.1.xz 38620 SHA256 023d192ebb487657ce24cbd758c8a6cfcb66a26c61b4e0f2395528953c45da9b SHA512 ea1ee2a926b3e2e14194c4d54175ebea32716c11bba9436b55ee2307fb366b1c2c0414c5a0fc67d91e4422b0d7fda338eb6c4b46b646f0bb84bc6726e0e7526e WHIRLPOOL 7299624ca2a713da2069f208a9ab04018a1898af94faa3e010cfd7287964823cad6eb30ff68747b2b7a3ce6c76b573a5283de8f5bc2befec1148f5fc65c7e18c diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.14.70.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.14.71.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-3.14.70.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-3.14.71.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.11.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.4.12.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.4.11.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.4.12.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.5.5.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.5.6.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.5.5.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.5.6.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.6.0.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-4.6.1.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-4.6.0.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-4.6.1.ebuild diff --git a/sys-libs/glibc/files/eblits/src_configure.eblit b/sys-libs/glibc/files/eblits/src_configure.eblit index 5ecf9ab737a9..5ba094aa01cc 100644 --- a/sys-libs/glibc/files/eblits/src_configure.eblit +++ b/sys-libs/glibc/files/eblits/src_configure.eblit @@ -106,6 +106,8 @@ glibc_do_configure() { $(use_with gd) --with-headers=$(alt_build_headers) --prefix="${EPREFIX}/usr" + --sysconfdir="${EPREFIX}/etc" + --localstatedir="${EPREFIX}/var" --libdir='$(prefix)'/$(get_libdir) --mandir='$(prefix)'/share/man --infodir='$(prefix)'/share/info diff --git a/sys-libs/libnih/libnih-1.0.3-r3.ebuild b/sys-libs/libnih/libnih-1.0.3-r3.ebuild index de0dcf50eea0..70ffc531984f 100644 --- a/sys-libs/libnih/libnih-1.0.3-r3.ebuild +++ b/sys-libs/libnih/libnih-1.0.3-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+d LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ~ppc64 x86" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~mips ~ppc64 x86" IUSE="+dbus nls static-libs +threads" # The configure phase will check for valgrind headers, and the tests will use diff --git a/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild b/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild index 626fc8c0050c..49979af41c6e 100644 --- a/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild @@ -155,6 +155,8 @@ src_config() { UCLIBC_HAS_LIBUTIL UCLIBC_HAS_PROGRAM_INVOCATION_NAME UCLIBC_HAS_RESOLVER_SUPPORT + UCLIBC_HAS_SHA256_CRYPT_IMPL + UCLIBC_HAS_SHA512_CRYPT_IMPL UCLIBC_HAS_TZ_FILE_READ_MANY UCLIBC_HAS_UTMPX UCLIBC_SUPPORT_AI_ADDRCONFIG diff --git a/sys-power/cpupower/Manifest b/sys-power/cpupower/Manifest index a470860c8388..9eef36e8a695 100644 --- a/sys-power/cpupower/Manifest +++ b/sys-power/cpupower/Manifest @@ -1,3 +1,4 @@ +DIST cpupower-4.5.0.tar.xz 67592 SHA256 cc9e0bc333673f2be3eeb06ccb8465dfa0a3c274da88350d5d40249594a37283 SHA512 274b17d0f00d7f8f409b9f6e73867494cd2d65536c839640f953617c8f5f6cee8c157807b10eaffe38188e6e7d9962a94034e19e04a9a1743600191dff4de46e WHIRLPOOL 41725120c916ea85aa56e417e15f90699657f709de7d3e64e232cbc84a5df8f6ff0018fa48be2ac1cddd2d5b9e437c74fb66b5c80733ba5d4e60a68649c95359 DIST linux-3.13.tar.xz 77187032 SHA256 4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2 SHA512 1ba223bb4b885d691a67196d86a8aaf7b4a1c351bf2a762f50f1b0c32da00dd0c28895872a66b49e8d244498d996876609268e64861d28ac4048886ef9f79b87 WHIRLPOOL 2992257a17e85b3eb16fcaf21678fa6dbf31f80c2099fd1ad0ff9852ac1d16122ac8e2c0b46421d8895d4368253a724e439cd625307ee7af7bd1e50cb2c9b62a DIST linux-3.14.tar.xz 78399152 SHA256 61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e WHIRLPOOL 5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41 DIST linux-3.15.tar.xz 79676484 SHA256 c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794 SHA512 d5dc477cad4584e56e2e2ef9e0950c2b22e76e5cf5090a896ba099cb7c5e5db1853a4aeb96b199189653dc66d461557e95198e37516a619f7ddc01ba6b308e02 WHIRLPOOL 7f3dfde1a23aab75b7f40770ae2ca77c1b28f845e4abe6296b2aec9b56fe94f7afa76b00eb6cc7475305c31b726ebeb4643107dd48c12ac04c933cf1856b8e77 diff --git a/sys-power/cpupower/cpupower-4.2.ebuild b/sys-power/cpupower/cpupower-4.2.ebuild index e16df5349546..d55dadabb49a 100644 --- a/sys-power/cpupower/cpupower-4.2.ebuild +++ b/sys-power/cpupower/cpupower-4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ inherit eutils multilib toolchain-funcs DESCRIPTION="Shows and sets processor power related values" HOMEPAGE="https://www.kernel.org/" -SRC_URI="mirror://kernel/linux/kernel/v3.x/linux-${PV}.tar.xz" +SRC_URI="mirror://kernel/linux/kernel/v${PV%%.*}.x/linux-${PV}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-power/cpupower/cpupower-4.5.0.ebuild b/sys-power/cpupower/cpupower-4.5.0.ebuild new file mode 100644 index 000000000000..432a45f45741 --- /dev/null +++ b/sys-power/cpupower/cpupower-4.5.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils toolchain-funcs + +DESCRIPTION="Shows and sets processor power related values" +HOMEPAGE="https://www.kernel.org/" +SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="cpufreq_bench debug nls" + +# File collision w/ headers of the deprecated cpufrequtils +RDEPEND="sys-apps/pciutils + ! /dev/null || die - chromium_remove_language_paks - popd > /dev/null || die - -} - -src_install() { - mv * "${D}" || die - dosym /${VIVALDI_HOME}/${PN}-snapshot /usr/bin/${PN} - - fperms 4711 /${VIVALDI_HOME}/${PN}-sandbox -} diff --git a/www-client/vivaldi/vivaldi-1.2.490.32_p1.ebuild b/www-client/vivaldi/vivaldi-1.2.490.35_p1.ebuild similarity index 80% rename from www-client/vivaldi/vivaldi-1.2.490.32_p1.ebuild rename to www-client/vivaldi/vivaldi-1.2.490.35_p1.ebuild index 896957ec18a5..1880ddd3ea68 100644 --- a/www-client/vivaldi/vivaldi-1.2.490.32_p1.ebuild +++ b/www-client/vivaldi/vivaldi-1.2.490.35_p1.ebuild @@ -12,7 +12,7 @@ inherit chromium eutils multilib unpacker toolchain-funcs DESCRIPTION="A new browser for our friends" HOMEPAGE="http://vivaldi.com/" -VIVALDI_BASE_URI="http://downloads.vivaldi.com/snapshot/${PN}-snapshot_${PV/_p/-}_" +VIVALDI_BASE_URI="https://downloads.vivaldi.com/stable/${PN}-stable_${PV/_p/-}_" SRC_URI=" amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb ) x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb ) @@ -59,7 +59,7 @@ RDEPEND=" QA_PREBUILT="*" S=${WORKDIR} -VIVALDI_HOME="opt/${PN}-snapshot" +VIVALDI_HOME="opt/${PN}" src_unpack() { unpack_deb ${A} @@ -67,20 +67,21 @@ src_unpack() { src_prepare() { sed -i \ - -e 's|vivaldi-snapshot|vivaldi|g' \ - usr/share/applications/${PN}-snapshot.desktop \ - usr/share/xfce4/helpers/${PN}-snapshot.desktop || die + -e 's|vivaldi-stable|vivaldi|g' \ + usr/share/applications/${PN}-stable.desktop \ + usr/share/xfce4/helpers/${PN}.desktop || die - mv usr/share/doc/${PN}-snapshot usr/share/doc/${PF} || die + mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die + chmod 0755 usr/share/doc/${PF} || die rm \ _gpgbuilder \ - etc/cron.daily/${PN}-snapshot \ - usr/bin/${PN}-snapshot \ + etc/cron.daily/${PN} \ || die rmdir \ etc/cron.daily/ \ etc/ \ + usr/share/doc/${PN} \ || die local c d @@ -99,7 +100,7 @@ src_prepare() { src_install() { mv * "${D}" || die - dosym /${VIVALDI_HOME}/${PN}-snapshot /usr/bin/${PN} + dosym /${VIVALDI_HOME}/${PN} /usr/bin/${PN} fperms 4711 /${VIVALDI_HOME}/${PN}-sandbox } diff --git a/www-servers/xsp/xsp-2014.12-r2014120900.ebuild b/www-servers/xsp/xsp-2014.12-r2014120900.ebuild index 364710758bfe..3a8769c13a13 100644 --- a/www-servers/xsp/xsp-2014.12-r2014120900.ebuild +++ b/www-servers/xsp/xsp-2014.12-r2014120900.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -78,9 +78,9 @@ src_install() { insinto /etc/xsp4 doins "${FILESDIR}"/systemd/mono.webapp insinto /etc/xsp4/conf.d - # mono-xsp4.service was original name from + # mono-xsp4.service was original name from # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770458;filename=mono-xsp4.service;att=1;msg=5 - # I think that using the same commands as in debian + # I think that using the same commands as in debian # systemctl start mono-xsp4.service # systemctl start mono-xsp4 # is better than to have shorter command diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild index df0a25a04d25..bd5c8fb32df5 100644 --- a/x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild +++ b/x11-apps/setxkbmap/setxkbmap-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="Controls the keyboard layout of a running X server" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" DEPEND="x11-libs/libxkbfile x11-libs/libX11" diff --git a/x11-apps/smproxy/smproxy-1.0.6.ebuild b/x11-apps/smproxy/smproxy-1.0.6.ebuild index 9995aa3eaf8f..db6c80161f2d 100644 --- a/x11-apps/smproxy/smproxy-1.0.6.ebuild +++ b/x11-apps/smproxy/smproxy-1.0.6.ebuild @@ -7,7 +7,7 @@ inherit xorg-2 DESCRIPTION="Session Manager Proxy" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libXt diff --git a/x11-apps/x11perf/x11perf-1.6.0.ebuild b/x11-apps/x11perf/x11perf-1.6.0.ebuild index b61351d10646..95db0d9cf94f 100644 --- a/x11-apps/x11perf/x11perf-1.6.0.ebuild +++ b/x11-apps/x11perf/x11perf-1.6.0.ebuild @@ -7,7 +7,7 @@ inherit xorg-2 DESCRIPTION="X rendering operation stress test utility" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libX11 diff --git a/x11-apps/xauth/xauth-1.0.9-r2.ebuild b/x11-apps/xauth/xauth-1.0.9-r2.ebuild index 6e13214d308d..98d0ce70aa6f 100644 --- a/x11-apps/xauth/xauth-1.0.9-r2.ebuild +++ b/x11-apps/xauth/xauth-1.0.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit autotools-utils xorg-2 DESCRIPTION="X authority file utility" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="ipv6" RDEPEND="x11-libs/libX11 diff --git a/x11-apps/xcmsdb/xcmsdb-1.0.5.ebuild b/x11-apps/xcmsdb/xcmsdb-1.0.5.ebuild index 3fd4f3ab4e44..11758d4302bd 100644 --- a/x11-apps/xcmsdb/xcmsdb-1.0.5.ebuild +++ b/x11-apps/xcmsdb/xcmsdb-1.0.5.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit xorg-2 DESCRIPTION="Device Color Characterization utility for X Color Management System" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libX11" diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.3.2.ebuild b/x11-apps/xdpyinfo/xdpyinfo-1.3.2.ebuild index b4a78127255f..3c398152a8c2 100644 --- a/x11-apps/xdpyinfo/xdpyinfo-1.3.2.ebuild +++ b/x11-apps/xdpyinfo/xdpyinfo-1.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit xorg-2 DESCRIPTION="Display information utility for X" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt" IUSE="dga dmx xinerama" RDEPEND=" diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild index a3ed478ee761..1ccacd899f67 100644 --- a/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild +++ b/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild @@ -7,7 +7,7 @@ inherit xorg-2 flag-o-matic multilib DESCRIPTION="query configuration information of DRI drivers" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libX11 diff --git a/x11-apps/xev/xev-1.2.2.ebuild b/x11-apps/xev/xev-1.2.2.ebuild index db712de1f514..642e721d4eca 100644 --- a/x11-apps/xev/xev-1.2.2.ebuild +++ b/x11-apps/xev/xev-1.2.2.ebuild @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="Print contents of X events" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x86-winnt" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x86-winnt" IUSE="" RDEPEND="x11-libs/libX11 diff --git a/x11-apps/xgamma/xgamma-1.0.6.ebuild b/x11-apps/xgamma/xgamma-1.0.6.ebuild index 88d5c6e29e1f..e280b6424623 100644 --- a/x11-apps/xgamma/xgamma-1.0.6.ebuild +++ b/x11-apps/xgamma/xgamma-1.0.6.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit xorg-2 DESCRIPTION="Alter a monitor's gamma correction through the X server" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libXxf86vm diff --git a/x11-apps/xhost/xhost-1.0.7.ebuild b/x11-apps/xhost/xhost-1.0.7.ebuild index e7d89fee3976..ffa210350cdc 100644 --- a/x11-apps/xhost/xhost-1.0.7.ebuild +++ b/x11-apps/xhost/xhost-1.0.7.ebuild @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="Controls host and/or user access to a running X server" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ipv6" RDEPEND="x11-libs/libX11 diff --git a/x11-apps/xinit/xinit-1.3.4-r1.ebuild b/x11-apps/xinit/xinit-1.3.4-r1.ebuild index a540bcbdfeb9..d3e1881bc154 100644 --- a/x11-apps/xinit/xinit-1.3.4-r1.ebuild +++ b/x11-apps/xinit/xinit-1.3.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit xorg-2 DESCRIPTION="X Window System initializer" LICENSE="${LICENSE} GPL-2" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="+minimal systemd" RDEPEND=" diff --git a/x11-apps/xinput/xinput-1.6.2.ebuild b/x11-apps/xinput/xinput-1.6.2.ebuild index 2ed94b65d5ce..3003a053b2bf 100644 --- a/x11-apps/xinput/xinput-1.6.2.ebuild +++ b/x11-apps/xinput/xinput-1.6.2.ebuild @@ -7,7 +7,7 @@ inherit xorg-2 DESCRIPTION="Utility to set XInput device parameters" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-libs/libX11-1.3 diff --git a/x11-apps/xkbevd/xkbevd-1.1.4.ebuild b/x11-apps/xkbevd/xkbevd-1.1.4.ebuild index 4ca27e009dc0..1c66b4535b10 100644 --- a/x11-apps/xkbevd/xkbevd-1.1.4.ebuild +++ b/x11-apps/xkbevd/xkbevd-1.1.4.ebuild @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="XKB event daemon" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libX11 diff --git a/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild b/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild index aab7a9d43968..54e68ca52bb1 100644 --- a/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild +++ b/x11-apps/xlsatoms/xlsatoms-1.1.2.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit xorg-2 DESCRIPTION="list interned atoms defined on server" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libxcb" diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.5.ebuild b/x11-apps/xlsfonts/xlsfonts-1.0.5.ebuild index 7f9212459b8a..0183d56c9909 100644 --- a/x11-apps/xlsfonts/xlsfonts-1.0.5.ebuild +++ b/x11-apps/xlsfonts/xlsfonts-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="X.Org xlsfonts application" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" diff --git a/x11-apps/xman/xman-1.1.4.ebuild b/x11-apps/xman/xman-1.1.4.ebuild index b71df5e813cc..fbc6f7951ef2 100644 --- a/x11-apps/xman/xman-1.1.4.ebuild +++ b/x11-apps/xman/xman-1.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="Manual page display program for the X Window System" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="x11-libs/libXaw diff --git a/x11-apps/xmodmap/xmodmap-1.0.9.ebuild b/x11-apps/xmodmap/xmodmap-1.0.9.ebuild index 939582c7ffa2..241558c00fe4 100644 --- a/x11-apps/xmodmap/xmodmap-1.0.9.ebuild +++ b/x11-apps/xmodmap/xmodmap-1.0.9.ebuild @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="utility for modifying keymaps and pointer button mappings in X" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11" diff --git a/x11-apps/xvinfo/xvinfo-1.1.3.ebuild b/x11-apps/xvinfo/xvinfo-1.1.3.ebuild index 0094a8fed88d..546a4667036b 100644 --- a/x11-apps/xvinfo/xvinfo-1.1.3.ebuild +++ b/x11-apps/xvinfo/xvinfo-1.1.3.ebuild @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="Print out X-Video extension adaptor information" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libXv diff --git a/x11-base/xorg-drivers/xorg-drivers-1.17.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.17.ebuild index abd8c4e90ae3..98cf3778bebf 100644 --- a/x11-base/xorg-drivers/xorg-drivers-1.17.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-1.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="metapackage" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE_INPUT_DEVICES=" input_devices_acecad diff --git a/x11-base/xorg-server/xorg-server-1.16.4-r5.ebuild b/x11-base/xorg-server/xorg-server-1.16.4-r5.ebuild index 3176198dc767..6625f6de4a7f 100644 --- a/x11-base/xorg-server/xorg-server-1.16.4-r5.ebuild +++ b/x11-base/xorg-server/xorg-server-1.16.4-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -70,7 +70,7 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0 >=x11-apps/xinit-1.3 systemd? ( sys-apps/dbus - sys-apps/systemd + =app-eselect/eselect-opengl-1.0.8 >=x11-apps/xinit-1.3 systemd? ( sys-apps/dbus - sys-apps/systemd +