diff --git a/app-admin/collectd/collectd-5.2.2.ebuild b/app-admin/collectd/collectd-5.2.2.ebuild index c6eb781686e7..755703b2df78 100644 --- a/app-admin/collectd/collectd-5.2.2.ebuild +++ b/app-admin/collectd/collectd-5.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.2.2.ebuild,v 1.4 2014/06/30 19:17:49 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.2.2.ebuild,v 1.5 2014/10/09 19:44:34 dilfridge Exp $ EAPI="4" @@ -55,7 +55,7 @@ unset plugin COMMON_DEPEND=" dev-libs/libgcrypt:0 sys-devel/libtool - perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) + perl? ( dev-lang/perl[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) @@ -79,7 +79,7 @@ COMMON_DEPEND=" collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 ) - collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) + collectd_plugins_perl? ( dev-lang/perl[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 ) collectd_plugins_python? ( =dev-lang/python-2* ) diff --git a/app-admin/collectd/collectd-5.3.0.ebuild b/app-admin/collectd/collectd-5.3.0.ebuild index 2ef2c4f96bc0..1af20aa253d7 100644 --- a/app-admin/collectd/collectd-5.3.0.ebuild +++ b/app-admin/collectd/collectd-5.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.3.0.ebuild,v 1.4 2014/06/30 19:17:49 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.3.0.ebuild,v 1.5 2014/10/09 19:44:34 dilfridge Exp $ EAPI="4" @@ -55,7 +55,7 @@ unset plugin COMMON_DEPEND=" dev-libs/libgcrypt:0 sys-devel/libtool - perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) + perl? ( dev-lang/perl[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) @@ -79,7 +79,7 @@ COMMON_DEPEND=" collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 ) - collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) + collectd_plugins_perl? ( dev-lang/perl[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 ) collectd_plugins_python? ( =dev-lang/python-2* ) diff --git a/app-admin/collectd/collectd-5.4.0.ebuild b/app-admin/collectd/collectd-5.4.0.ebuild index 2b13f20b22a7..5d3c5119528b 100644 --- a/app-admin/collectd/collectd-5.4.0.ebuild +++ b/app-admin/collectd/collectd-5.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.0.ebuild,v 1.4 2014/06/30 19:17:49 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.0.ebuild,v 1.5 2014/10/09 19:44:34 dilfridge Exp $ EAPI="5" @@ -55,7 +55,7 @@ unset plugin COMMON_DEPEND=" dev-libs/libgcrypt:0 sys-devel/libtool - perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) + perl? ( dev-lang/perl:=[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) @@ -80,7 +80,7 @@ COMMON_DEPEND=" collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) - collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) + collectd_plugins_perl? ( dev-lang/perl:=[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql-base ) collectd_plugins_python? ( =dev-lang/python-2* ) diff --git a/app-admin/collectd/collectd-5.4.1.ebuild b/app-admin/collectd/collectd-5.4.1.ebuild index 5b8e28446f16..03a8af9bedf5 100644 --- a/app-admin/collectd/collectd-5.4.1.ebuild +++ b/app-admin/collectd/collectd-5.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.1.ebuild,v 1.2 2014/06/30 19:17:49 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.4.1.ebuild,v 1.3 2014/10/09 19:44:34 dilfridge Exp $ EAPI="5" @@ -55,7 +55,7 @@ unset plugin COMMON_DEPEND=" dev-libs/libgcrypt:0 sys-devel/libtool - perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) + perl? ( dev-lang/perl:=[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) @@ -80,7 +80,7 @@ COMMON_DEPEND=" collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) - collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) + collectd_plugins_perl? ( dev-lang/perl:=[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql-base ) collectd_plugins_python? ( =dev-lang/python-2* ) diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest index be6376141a10..f779b46e3147 100644 --- a/app-admin/salt/Manifest +++ b/app-admin/salt/Manifest @@ -1 +1,2 @@ DIST salt-2014.1.10.tar.gz 2813318 SHA256 f175fc0385849fe557c0c91b0331926dacd665ae0ba3aa0d585bd7670d13edc5 SHA512 36381f371e98b157cbb7a36e3f77fa00da315997dd57cf24cff555f2532e090938e031901141efdad502da131992b957433d6b4bf493a83108bf7c273f4e616f WHIRLPOOL c7dbe44c914f3d7e1de566815bb7124a55a8f82214f89f8f59fcf900d315e70c2363471f7185c4f99af8d35f4ea20b7b31076f8913581f6b7954d662bf45424d +DIST salt-2014.1.11.tar.gz 2820888 SHA256 80b9451a56d2282e46964965baa27063f5e26b374a0f8e5883b208730daf6e1c SHA512 11948b8f3673b41d479d6469be0686e20e3d9eeabb1b95bff250f04cbe0c231ba1ac6b1fa114d2d56324eca75d06fd33b6675fe57a6747a7a8f210fd9eda6f8d WHIRLPOOL 6a61f6ce6dc1827afdc21750dccc67c83b974fa3ced7986ed7553099b3b3c33e9eac93bfa34768b5abc95ec4e87f3038db9594f9025a72db580fccdcaa28e96c diff --git a/app-admin/salt/files/master-initd-2 b/app-admin/salt/files/master-initd-2 deleted file mode 100644 index 61380096cf9f..000000000000 --- a/app-admin/salt/files/master-initd-2 +++ /dev/null @@ -1,14 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/files/master-initd-2,v 1.1 2014/01/22 20:40:48 radhermit Exp $ - -command="/usr/bin/salt-master" -command_args="${SALT_OPTS}" -command_background="1" -pidfile="/var/run/salt-master.pid" -name="SALT master daemon" - -depend() { - use net -} diff --git a/app-admin/salt/files/minion-initd-2 b/app-admin/salt/files/minion-initd-2 deleted file mode 100644 index 9f6c65b49d9e..000000000000 --- a/app-admin/salt/files/minion-initd-2 +++ /dev/null @@ -1,14 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/files/minion-initd-2,v 1.1 2014/01/22 20:40:48 radhermit Exp $ - -command="/usr/bin/salt-minion" -command_args="${SALT_OPTS}" -command_background="1" -pidfile="/var/run/salt-minion.pid" -name="SALT minion daemon" - -depend() { - need net -} diff --git a/app-admin/salt/files/salt-0.17.1-tests-nonroot.patch b/app-admin/salt/files/salt-0.17.1-tests-nonroot.patch deleted file mode 100644 index a7eb1e128b80..000000000000 --- a/app-admin/salt/files/salt-0.17.1-tests-nonroot.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/tests/unit/utils/verify_test.py 2013-10-17 04:48:57.000000000 +0000 -+++ b/tests/unit/utils/verify_test.py 2013-11-12 18:39:01.439026280 +0000 -@@ -79,8 +79,8 @@ - self.assertEqual(dir_stat.st_uid, os.getuid()) - self.assertEqual(dir_stat.st_gid, os.getgid()) - self.assertEqual(dir_stat.st_mode & stat.S_IRWXU, stat.S_IRWXU) -- self.assertEqual(dir_stat.st_mode & stat.S_IRWXG, 40) -- self.assertEqual(dir_stat.st_mode & stat.S_IRWXO, 5) -+ #self.assertEqual(dir_stat.st_mode & stat.S_IRWXG, 40) -+ #self.assertEqual(dir_stat.st_mode & stat.S_IRWXO, 5) - - @requires_network(only_local_network=True) - def test_verify_socket(self): diff --git a/app-admin/salt/files/syndic-initd-2 b/app-admin/salt/files/syndic-initd-2 deleted file mode 100644 index 2f3227a6df1f..000000000000 --- a/app-admin/salt/files/syndic-initd-2 +++ /dev/null @@ -1,14 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/files/syndic-initd-2,v 1.1 2014/01/22 20:40:48 radhermit Exp $ - -command="/usr/bin/salt-syndic" -command_args="${SALT_OPTS}" -command_background="1" -pidfile="/var/run/salt-syndic.pid" -name="SALT syndic daemon" - -depend() { - use net -} diff --git a/app-admin/salt/salt-2014.1.11.ebuild b/app-admin/salt/salt-2014.1.11.ebuild new file mode 100644 index 000000000000..a18787e0122d --- /dev/null +++ b/app-admin/salt/salt-2014.1.11.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/salt-2014.1.11.ebuild,v 1.1 2014/10/10 01:12:19 chutzpah Exp $ + +EAPI=5 + +PYTHON_COMPAT=(python{2_6,2_7}) + +inherit eutils distutils-r1 systemd + +DESCRIPTION="Salt is a remote execution and configuration manager" +HOMEPAGE="http://saltstack.org/" + +if [[ ${PV} == 9999* ]]; then + inherit git-2 + EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git" + EGIT_BRANCH="develop" + SRC_URI="" + KEYWORDS="" +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~x86 ~amd64" +fi + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="ldap libcloud libvirt mako mongodb mysql openssl redis timelib test" + +RDEPEND=">=dev-python/pyzmq-2.2.0[${PYTHON_USEDEP}] + dev-python/msgpack[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/m2crypto[${PYTHON_USEDEP}] + dev-python/pycrypto[${PYTHON_USEDEP}] + dev-python/pycryptopp[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + libcloud? ( >=dev-python/libcloud-0.14.0[${PYTHON_USEDEP}] ) + sys-apps/pciutils + mako? ( dev-python/mako[${PYTHON_USEDEP}] ) + ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] ) + openssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] ) + libvirt? ( || ( + dev-python/libvirt-python[${PYTHON_USEDEP}] + app-emulation/libvirt[python,${PYTHON_USEDEP}] + ) + ) + mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] ) + mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) + redis? ( dev-python/redis-py[${PYTHON_USEDEP}] ) + timelib? ( dev-python/timelib[${PYTHON_USEDEP}] )" +DEPEND="test? ( + dev-python/pip + dev-python/virtualenv + dev-python/timelib + >=dev-python/SaltTesting-2014.4.24 + ${RDEPEND} + )" + +PATCHES=( + "${FILESDIR}/${PN}-2014.1.2-tests-nonroot.patch" + "${FILESDIR}/${PN}-2014.1.5-tests-nonroot.patch" +) +DOCS=(README.rst AUTHORS) + +python_prepare() { + sed -i '/install_requires=/ d' setup.py || die "sed failed" + + # this test fails because it trys to "pip install distribute" + rm tests/unit/{modules,states}/zcbuildout_test.py +} + +python_install_all() { + USE_SETUPTOOLS=1 distutils-r1_python_install_all + + for s in minion master syndic; do + newinitd "${FILESDIR}"/${s}-initd-3 salt-${s} + newconfd "${FILESDIR}"/${s}-confd-1 salt-${s} + systemd_dounit "${FILESDIR}"/salt-${s}.service + done + + insinto /etc/${PN} + doins conf/* +} + +python_test() { + # testsuite likes lots of files + ulimit -n 3072 + USE_SETUPTOOLS=1 SHELL="/bin/bash" TMPDIR=/tmp ./tests/runtests.py --unit-tests --no-report --verbose || die +} diff --git a/app-arch/zopfli/Manifest b/app-arch/zopfli/Manifest index d60aad29ec46..991ccb4f9fd4 100644 --- a/app-arch/zopfli/Manifest +++ b/app-arch/zopfli/Manifest @@ -1,2 +1,3 @@ DIST zopfli-1.0.0.zip 57873 SHA256 e20d73b56620285e6cce5b510d8e5da6835a81940e48cdf35a69090e666f3adb SHA512 77182f700531bdca8be869efc3d7c235ba3615990d0e50539862af960f3b345061afd1817861614d1238aed901e37dad4737ef0a1e3631c2f125f326b69a27ed WHIRLPOOL b83970e22dad089c2717d81e783c290dd0919a7a278f814f780f9549428130c900208fac9852f4f00d31493eaca994309194eeff661ccf3cd3ecc17ecf5d34ff DIST zopfli-1.0.0_p20140705.tar.gz 125759 SHA256 d0a1db54477c8da8b59b4ffe620e7fcb0bcb9192d6e5ef08d849bb463c05ffd1 SHA512 ce5b3eb016b0d734a775dbb45842de4aa4a00bc1490edfdbbf81c4640da94994d08f336b313c45b785e17c61ecf58f370edb2cb6523c963798cad739af2282ca WHIRLPOOL 9affa8b1eb7ec9d509c90e26a385644cbf1f7c031813eab5986c297f47881454a74023cb1548e338cebe8c293d0f8876c048998185035377fa5a187d62e46fac +DIST zopfli-1.0.0_p20141006.tar.gz 127391 SHA256 6f67f1680d88721a5f753e63e914e4a8d38f57f80f0ccb592e5ce5495d7b889a SHA512 298be8b56addd93310b40cadc4cb4232666f32886fd78404fb13a9369952c0f8c92a69423d95915362a99fc2f6da1fe9c3155ea452f66c28b98446da19794ff1 WHIRLPOOL de534045b36970f208453786a16c7f902422c558817ec4f3b920964bbb1ebc5608949d0f898e1471e1afa529524208f976297d92444c47e9578ff802d5135b0e diff --git a/app-arch/zopfli/zopfli-1.0.0_p20141006.ebuild b/app-arch/zopfli/zopfli-1.0.0_p20141006.ebuild new file mode 100644 index 000000000000..69bb869e254c --- /dev/null +++ b/app-arch/zopfli/zopfli-1.0.0_p20141006.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/zopfli/zopfli-1.0.0_p20141006.ebuild,v 1.1 2014/10/10 06:28:16 dlan Exp $ + +EAPI=5 + +inherit eutils toolchain-funcs vcs-snapshot + +DESCRIPTION="Compression library programmed in C to perform very good, but slow, deflate or zlib compression" +HOMEPAGE="https://github.com/Hello71/zopfli/" +SRC_URI="https://github.com/Hello71/zopfli/archive/1a2f1148efd07e16adb5702e8820abf6162292d5.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/1" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +src_prepare() { + tc-export CC CXX + + epatch_user +} + +src_install() { + emake DESTDIR="${D}" prefix="${EPREFIX}/usr" libdir="${EPREFIX}/usr/$(get_libdir)" install + dodoc CONTRIBUTORS README README.${PN}png +} diff --git a/app-crypt/p11-kit/Manifest b/app-crypt/p11-kit/Manifest index f6804ee06fbb..998e0a049f08 100644 --- a/app-crypt/p11-kit/Manifest +++ b/app-crypt/p11-kit/Manifest @@ -1,6 +1,4 @@ DIST p11-kit-0.13.tar.gz 544632 SHA256 3cb942465efd5bde1c1875826118fe4bca45b0c9edc7c87835909a5866bed325 SHA512 d10b2bdb7ea91ca393148c4a3e4b1d3ab08959acc933576f4f816c69f4e109f1baa2fa83ac4e415f94355e50beba5bfb29b1fcd26e17402004dccdcb23bb1fb7 WHIRLPOOL cc1a2e8a7cce34ef36c2102e924da57a1fbe5f739dc6175476c537d275fa289363b3846555a6d2277ea853a72a83e099060c1d3ba7a0853bf685f93504801a3e DIST p11-kit-0.20.2.tar.gz 979999 SHA256 04ed51d92fc46c2b632e13d73e0293090e9f8aa29c8aa8c6bc95c12475e5ef7c SHA512 c3bd549d8f023f01cb380f209eddbf64d054abafcd0c76770f2e99123a00679c247ab77741faf73f6fe843792bf4e434d5d436ce1b57381990deba884c020943 WHIRLPOOL 6a2a1f0a3396581403558b95be4d4f5999f76ac0a075fc3a30ed42e70b9accf6d38f88e8c1989347db83ac28df17f7088db9ef6e55fcad240777490d5072a853 -DIST p11-kit-0.20.3.tar.gz 1171155 SHA256 b77032bc68c24e6c3cfd8cb340a4a3bb8b7d62a7c659dae08e9b6bb7287193c3 SHA512 e1858f00925b8b8d50c19bee80fa743f0be7f347ece24e15c0a0d139b52240e5c24d720ffc6a85f49190afffc70d86df76f3ced79cd012fbed2803b9485910ae WHIRLPOOL a63a9aa0cc4b8592b3433474fc8181125afc3ecbbdd2da182d87c5072ba38b209b987d08709c463c41f0dd82efeec10306f692af482303ea8353389e4d67e234 -DIST p11-kit-0.20.4.tar.gz 1173035 SHA256 0766dcad4639864679f06b623bc948f2f38622fd7709538ae933aa45ded24ffb SHA512 36d5ec130ba153a477b97edb6e7fccc690d05d01b53e257b9529df2ff1bcd7d31fb148fe04526829640d9c5246cc6512c7331d3f791603b450324f98e2e62188 WHIRLPOOL 0ce11ea604823c715415bdf5835f886a564733bd31de8fd849c78ebb1252b45b4c8411166f795821773cebbabededf9a1a4739349bdf4c4facf72d51bee93132 DIST p11-kit-0.20.7.tar.gz 986731 SHA256 68405492fe466b33927d461302aa98e703db3b8a596411585508bc33084484d2 SHA512 f2d6f8de22101af55605cd4df1f6b78271ae30e7f4d8c7a78879bc3934a0894a9c59b0342eae58a8cd3addbe970c63c88dbfdd080c346f2847a1fc46f5ee6a63 WHIRLPOOL 898a0e1b959b4448b32577c096a9038004df569c426510efccf0bc5c9b1fdc8e64bfbc02e9f6a5252fa410dc67e28dead33a4fe335adf382b0f179739366bd2b -DIST p11-kit-0.21.3.tar.gz 984872 SHA256 ad94c0a180be8b19c7aad06f70c2ffe453ff3f8df6d3b013205b90dc4b392b70 SHA512 0f424d2e157631bf0b2ff06a0f8ea42cb080d5f505225e6b7e4c284e9f3e14bc9ef6d91f005902c601cbcba5d0e6a9289e21527f03db9bdc56c59ff58f21ed17 WHIRLPOOL 11b6a0fba89b0437cee32142f6aa6bcec088451ee0f1a71667cd6741151535a29b0dbdf4036a2fbd608d41b49d332645dbd5f1bf2de7ab1183b24f90dd2229c9 +DIST p11-kit-0.22.0.tar.gz 983924 SHA256 cf652b1d79513583a07b454bb82bc1529d911161048d5420ad7ce2d48e892299 SHA512 aae37235c7fb3e75eb5d86da9094d3eddcd7d9cdcbead97f36ab84db673ec5f34b7c8f47004d7075d7902a9f7a2e7a0e72074a6d5edea2553a4d88f6e27a494b WHIRLPOOL 059083f97b88768e4e57b2ea26f0798e2e5e3ab2f6c6710e962de5a70afed3d2ba86e8c8f633895e41f40dd11946b829279b016b621c9914434933418688edcf diff --git a/app-crypt/p11-kit/p11-kit-0.20.3-r1.ebuild b/app-crypt/p11-kit/p11-kit-0.20.3-r1.ebuild deleted file mode 100644 index 265bdb3e2c76..000000000000 --- a/app-crypt/p11-kit/p11-kit-0.20.3-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.3-r1.ebuild,v 1.3 2014/08/10 19:26:10 grobian Exp $ - -EAPI=5 - -inherit eutils multilib-minimal - -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" -HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" -SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="+asn1 debug +libffi +trust" -REQUIRED_USE="trust? ( asn1 )" - -RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4[${MULTILIB_USEDEP}] ) - libffi? ( >=dev-libs/libffi-3.0.0[${MULTILIB_USEDEP}] ) - trust? ( app-misc/ca-certificates )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - # disable unsafe tests, bug#502088 - export FAKED_MODE=1 -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - $(use_enable trust trust-module) \ - $(use_with trust trust-paths ${EPREFIX}/etc/ssl/certs/ca-certificates.crt) \ - $(use_enable debug) \ - $(use_with libffi) \ - $(use_with asn1 libtasn1) - - if multilib_is_native_abi; then - # re-use provided documentation - ln -s "${S}"/doc/manual/html doc/manual/html || die - fi -} - -multilib_src_install_all() { - prune_libtool_files --modules -} diff --git a/app-crypt/p11-kit/p11-kit-0.21.3.ebuild b/app-crypt/p11-kit/p11-kit-0.21.3.ebuild deleted file mode 100644 index 69acdd083cea..000000000000 --- a/app-crypt/p11-kit/p11-kit-0.21.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.21.3.ebuild,v 1.1 2014/09/23 06:27:41 alonbl Exp $ - -EAPI=5 - -inherit eutils multilib-minimal - -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" -HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" -SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="+asn1 debug +libffi +trust" -REQUIRED_USE="trust? ( asn1 )" - -RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4[${MULTILIB_USEDEP}] ) - libffi? ( >=dev-libs/libffi-3.0.0[${MULTILIB_USEDEP}] ) - trust? ( app-misc/ca-certificates )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - # disable unsafe tests, bug#502088 - export FAKED_MODE=1 -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - $(use_enable trust trust-module) \ - $(use_with trust trust-paths ${EPREFIX}/etc/ssl/certs/ca-certificates.crt) \ - $(use_enable debug) \ - $(use_with libffi) \ - $(use_with asn1 libtasn1) - - if multilib_is_native_abi; then - # re-use provided documentation - ln -s "${S}"/doc/manual/html doc/manual/html || die - fi -} - -multilib_src_install_all() { - prune_libtool_files --modules -} diff --git a/app-crypt/p11-kit/p11-kit-0.20.4.ebuild b/app-crypt/p11-kit/p11-kit-0.22.0.ebuild similarity index 96% rename from app-crypt/p11-kit/p11-kit-0.20.4.ebuild rename to app-crypt/p11-kit/p11-kit-0.22.0.ebuild index 9d83b75789f8..6b009ec9fb57 100644 --- a/app-crypt/p11-kit/p11-kit-0.20.4.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.22.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.4.ebuild,v 1.1 2014/08/15 06:22:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.22.0.ebuild,v 1.1 2014/10/10 01:57:54 radhermit Exp $ EAPI=5 diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest index 94b0e923e16d..bbaf249ae1fc 100644 --- a/app-emulation/xen-tools/Manifest +++ b/app-emulation/xen-tools/Manifest @@ -4,10 +4,13 @@ DIST seabios-1.7.3.1.tar.gz 463801 SHA256 e1f5845c3fa01a9280421d587dcd866273d5d6 DIST xen-4.2.4-upstream-patches-3.tar.xz 57456 SHA256 e223b6fb10ca26415d0677e465480f77378f7a196bb3a2cc654a2d53e867fa66 SHA512 4b1091cba3afb149f8734630f32a3c44b1abade4a524f5bbfcc88df5700dbcb38dfd7b4dd0059e323a5b89a9156109505891a54dae9d698fe9d89ab2294e3151 WHIRLPOOL 1448b20e6930dcc7a0d57819732341e24257159c97fc5e270be9c47935b750cf7fa08b02ac1d0f49792b453476330b19c773e79d1c6b02ea9ed7baca83750163 DIST xen-4.2.4-upstream-patches-4.tar.xz 69344 SHA256 23ef320500452dcf8a824d5c8062c6399e1c3f39a51ce6594b232b4bfbd9d9c4 SHA512 43141b8ba4790860632eb83814e9b5e469ba3431da00820fd131ae6a79e1a05ea4db4b801627f52360ebac06160dd86217a79b196d2b6d379c86cf9449b75371 WHIRLPOOL 30344a3780122fed2d3895adf60bc4d7efc6879b0ad46160ccbcaa98c69aa4f419cd233690f69a250dc413fb410c3affad805bfa8570c9d78290c3a9b224264c DIST xen-4.2.4.tar.gz 15663999 SHA256 e23e6292affd7a6d82da99527e8bf3964e57eb7322144c67c2025692b1a21550 SHA512 3e5263511e7c40899f580f3384bd987f9c875b8e6816202fd1a5a64fe7e336803d09e58148af074938ef261f0ceeafad121ac541ddd2bf66b76c5aa4ad07c357 WHIRLPOOL 25d23f5d921139ba0f853fcd76ae998647d32292bccfd4e7c4f3b12f860a38fbb33ebda67c839657bf3a25d837c9c02b80d663362263d16d42284ffde09f0bc2 +DIST xen-4.2.5-upstream-patches-0.tar.xz 5380 SHA256 e1f2afeb801eb2f4905597cc819c05c7cfcfddb3f6a3c27599bbfbacca204117 SHA512 52f370d0606d3da6d058dee70016699ef25fe5ea0910a6681cf9ecd0f34396462361faffa1e16d0456bf1a08e4cfbde847535b45e5592c4f47e872868be89b60 WHIRLPOOL 4630bb386c70eb4317e1c3bc3db4e8c9b9b03fd6bed5f53f325d6c78110b06d13cad39371d5ddea16a2b8da0ec17a08bcb497999d5a31e5e6877c1c8800fe9fd DIST xen-4.2.5.tar.gz 15671925 SHA256 3cf440866315e8085050eb0586f0447b6b47a08dbed6a72226bf5ed5d89ec567 SHA512 42c0fc241952fc55fc44480fb6752b004b54ae40e946159ec047adf229b65cbfbd810271d01b064ad8fdbddb73c640dcdcb6bc19f91e8968829889c129920dac WHIRLPOOL 762a91c0111892b33e6bd3e7f7714709b04697ad7c2b0919fef6cc9570a343a77fd5a2b82833e75dac9d12d4e41acdcf0743b0d593595910ddd326f5cd721368 DIST xen-4.3.2-upstream-patches-3.tar.xz 60208 SHA256 661ab148c9eeb2c8e44d0bd620496607a567d4f6c1fa0a6f89b21086ee8f607d SHA512 1248c937c604716f756083d44ef14150c8601f810fd8c0b73df314bd34287a53b4db3e8697f03acab3cf56252cbac8578a5bbedb40c342fa7c2b3f7f9c6575e0 WHIRLPOOL df3525d76607232720d3f3351548add60c89a139d380cf6147bec122cb11c52570e99dd14f800e88e411248b950aeed32ae03cce93fc8358011b3125114bb3c6 DIST xen-4.3.2-upstream-patches-4.tar.xz 69268 SHA256 eb00972bc511b584278a178765af8fc5d6d78097a39e6d3fdf5133a73693d953 SHA512 f9455d375f26b37844b820ea238a06c24a4e1f76adbd217a78ac31c3e0e078f9eaf2744886e09d7fc3a1b3b9b03c85257bac236742d69c5c0a00cf0683760d1d WHIRLPOOL e55f126f004313efadf7d881b10e7747504824d83f477787fad09eede0a8f3aba268a37d933e641720b51ed91723f036c80c855907697293ea2b1b52e5a9efb5 DIST xen-4.3.2.tar.gz 16472188 SHA256 17611d95f955302560ff72d97c08933b4e62bc2e8ffb71400fc54e388746ff69 SHA512 ec94d849b56ec590b89022075ce43768d8ef44b7be9580ce032509b44c085f0f66495845607a18cd3dea6b89c69bc2a18012705556f59288cd8653c3e5eca302 WHIRLPOOL 72250369fb2c90ba608e1da018cb6417b3089642c8ba59af9f2825ec5ba7c4e6c5d6f86140b20825817e4625727c6d58c5d38b00863c994e31c8a04927997bd3 +DIST xen-4.3.3-upstream-patches-0.tar.xz 7536 SHA256 b62613ef4aaf4978e25ffba11493cd01eb7515e4cfb13326bec7c52726e4acb4 SHA512 c7a1a421439455098bdf7c3561b3b932251a950534f40dcca0cbbf51854e379b997a6d0efdfc42389cddb8c8d0fd8e9215dc5c1d273a87bd903d0ce8d02cd609 WHIRLPOOL 6377a962c3ce07a8f23d58b89f0b0746cfd10db244162da6eb3a049b9098bacf621d9070f0358fae91f072cc72b2f6661c7b24b70de67527910f351b4278b0b0 DIST xen-4.3.3.tar.gz 16479922 SHA256 59eb0e1c4a1f66965fe56dcf27cdb5872bf7e0585b7f2e60bd7967ec7f744ebf SHA512 cd9b7199d2859a856c719b75ee50a059c480f7493bbc493bcc3701d20321bd6d83c6fe1dd58e7b37695639bccf15e6420fb52f7e699586e7750ea665e99f82fc WHIRLPOOL 17ee263cb2a4c7b37d399e8baa88dab5b01386959de9d481e8666340d486bc9f32d57d6e1cef1568009fe8dbb2437b9ad90c1bed832cdfedd4be3fe5bf0a7dec +DIST xen-4.4.1-upstream-patches-1.tar.xz 12472 SHA256 96bdb8696bca1de9b7b7963dbfe6d60cfb9db2751a5aa89a1abd57c48faa811d SHA512 a8c3a8c013571eebd12b8a633c3a4988d32579af693951883c8d81030d9bde0368cd8b8420c11f76c46f004c8651e94c2554959675632bf7db50b75bdbfc4fb6 WHIRLPOOL 7b3839c09481511e5482042510b5440496fb3096d965ed1c74aaf2288ad16d805fc0327933de3e56918e9e92f251d180ea4913b4a59be270530f4ec54acb5f02 DIST xen-4.4.1.tar.gz 18134427 SHA256 55b49d3c4575d7791275125ff87c0f86f1d1e0f7f2718b6fd1c4f88a9bc7ea25 SHA512 bcd577014f4e8cb37b934f17a4dfb6f12e72e865a9e553cc435fdbe6665c733a4d20a812bf126727eca0946188a6abbd9419579757d7e03a38059f3656371c1c WHIRLPOOL f29eab626729f36de3f2e2c6c8446da4a05085818e18c28f07fe364065e05f0af67602eeb988091df3027a844ad0ccd52b6a0ee86592c7ff6008f961b9bd4bcf DIST xen-gentoo-patches-0.tar.xz 22240 SHA256 cfe809b2ca278a4ad6771a59ea5bf4848423e5eb5c72c2f3092163c772774e3c SHA512 05c3416859e24b6704e4cf3442fe20411e78a63689d20f97dfd228a15a7e5bb6cf0c4310278ef6cb15a37bc5e07933137ffa17ccb0a8b7096fc45f3a1c16ba90 WHIRLPOOL ea1c3a4679368bcc37f4638400e91f773126a43f6c180084cb8c8f737d9bdae476d67e310453ac3b10e3fe71a0e2c760906ad707234ee6933c0963d6f3c7f061 diff --git a/app-emulation/xen-tools/xen-tools-4.2.5-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.2.5-r1.ebuild new file mode 100644 index 000000000000..96f65f23e86b --- /dev/null +++ b/app-emulation/xen-tools/xen-tools-4.2.5-r1.ebuild @@ -0,0 +1,357 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r1.ebuild,v 1.1 2014/10/10 03:05:45 dlan Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE='xml,threads' + +if [[ $PV == *9999 ]]; then + KEYWORDS="" + REPO="xen-unstable.hg" + EHG_REPO_URI="http://xenbits.xensource.com/${REPO}" + S="${WORKDIR}/${REPO}" + live_eclass="mercurial" +else + KEYWORDS="~amd64 ~x86" + UPSTREAM_VER=0 + # xen-tools's gentoo patches tarball + GENTOO_VER=0 + # xen-tools's gentoo patches version which apply to this specific ebuild + GENTOO_GPV=0 + SEABIOS_VER=1.6.3.2 + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz" + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${PN/-tools/}-gentoo-patches-${GENTOO_VER}.tar.xz" + + SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz + http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz + http://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz + ${UPSTREAM_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" + S="${WORKDIR}/xen-${PV}" +fi + +inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 toolchain-funcs udev ${live_eclass} + +DESCRIPTION="Xend daemon and tools" +HOMEPAGE="http://xen.org/" +DOCS=( README docs/README.xen-bugtool ) + +LICENSE="GPL-2" +SLOT="0" +IUSE="api custom-cflags debug doc flask hvm qemu ocaml pygrub screen static-libs system-seabios" + +REQUIRED_USE="hvm? ( qemu ) + ${PYTHON_REQUIRED_USE}" + +DEPEND="dev-libs/lzo:2 + dev-libs/glib:2 + dev-libs/yajl + dev-libs/libgcrypt:0 + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/pypam[${PYTHON_USEDEP}] + sys-libs/zlib + sys-power/iasl + system-seabios? ( sys-firmware/seabios ) + sys-firmware/ipxe + dev-ml/findlib + hvm? ( media-libs/libsdl ) + ${PYTHON_DEPS} + api? ( dev-libs/libxml2 + net-misc/curl ) + ${PYTHON_DEPS} + pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} ) + sys-devel/bin86 + sys-devel/dev86 + dev-lang/perl + app-misc/pax-utils + doc? ( + app-doc/doxygen + dev-tex/latex2html[png,gif] + media-gfx/transfig + media-gfx/graphviz + dev-tex/xcolor + dev-texlive/texlive-latexextra + virtual/latex-base + dev-tex/latexmk + dev-texlive/texlive-latex + dev-texlive/texlive-pictures + dev-texlive/texlive-latexrecommended + ) + hvm? ( x11-proto/xproto + !net-libs/libiscsi )" +RDEPEND="sys-apps/iproute2 + net-misc/bridge-utils + ocaml? ( >=dev-lang/ocaml-4 ) + screen? ( + app-misc/screen + app-admin/logrotate + ) + virtual/udev" + +# hvmloader is used to bootstrap a fully virtualized kernel +# Approved by QA team in bug #144032 +QA_WX_LOAD="usr/lib/xen/boot/hvmloader" + +RESTRICT="test" + +pkg_setup() { + python-single-r1_pkg_setup + export "CONFIG_LOMOUNT=y" + + #bug 522642, disable compile tools/tests + export "CONFIG_TESTS=n" + + if has_version dev-libs/libgcrypt:0; then + export "CONFIG_GCRYPT=y" + fi + + if use qemu; then + export "CONFIG_IOEMU=y" + else + export "CONFIG_IOEMU=n" + fi + + if [[ -z ${XEN_TARGET_ARCH} ]] ; then + if use x86 && use amd64; then + die "Confusion! Both x86 and amd64 are set in your use flags!" + elif use x86; then + export XEN_TARGET_ARCH="x86_32" + elif use amd64 ; then + export XEN_TARGET_ARCH="x86_64" + else + die "Unsupported architecture!" + fi + fi + + use api && export "LIBXENAPI_BINDINGS=y" + use flask && export "FLASK_ENABLE=y" +} + +src_prepare() { + # Upstream's patchset + if [[ -n ${UPSTREAM_VER} ]]; then + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_OPTS="-p1" \ + epatch "${WORKDIR}"/patches-upstream + fi + + # Gentoo's patchset + if [[ -n ${GENTOO_VER} && -n ${GENTOO_GPV} ]]; then + source "${FILESDIR}"/gentoo-patches.conf + _gpv=_gpv_${PN/-/_}_${PV//./}_${GENTOO_GPV} + for i in ${!_gpv}; do + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + epatch "${WORKDIR}"/patches-gentoo/$i + done + fi + + use system-seabios && epatch "${WORKDIR}"/patches-gentoo/${PN}-4-unbundle-seabios.patch + + if gcc-specs-pie; then + epatch "${WORKDIR}"/patches-gentoo/ipxe-nopie.patch + fi + + # if the user *really* wants to use their own custom-cflags, let them + if use custom-cflags; then + einfo "User wants their own CFLAGS - removing defaults" + + # try and remove all the default cflags + find "${S}" \( -name Makefile -o -name Rules.mk -o -name Config.mk \) \ + -exec sed \ + -e 's/CFLAGS\(.*\)=\(.*\)-O3\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-march=i686\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-fomit-frame-pointer\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-g3*\s\(.*\)/CFLAGS\1=\2 \3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \ + -i {} + || die "failed to re-set custom-cflags" + fi + + if ! use pygrub; then + sed -e '/^SUBDIRS-$(PYTHON_TOOLS) += pygrub$/d' -i tools/Makefile || die + fi + + # Disable hvm support on systems that don't support x86_32 binaries. + if ! use hvm; then + sed -e '/^CONFIG_IOEMU := y$/d' -i config/*.mk || die + sed -e '/SUBDIRS-$(CONFIG_X86) += firmware/d' -i tools/Makefile || die + # Bug 351648 + elif ! use x86 && ! has x86 $(get_all_abis); then + mkdir -p "${WORKDIR}"/extra-headers/gnu || die + touch "${WORKDIR}"/extra-headers/gnu/stubs-32.h || die + export CPATH="${WORKDIR}"/extra-headers + fi + + # Don't bother with qemu, only needed for fully virtualised guests + if ! use qemu; then + sed -e "/^CONFIG_IOEMU := y$/d" -i config/*.mk || die + sed -e "s:install-tools\: tools/ioemu-dir:install-tools\: :g" -i Makefile || die + fi + + mv ../seabios-${SEABIOS_VER} tools/firmware/seabios-dir-remote || die + pushd tools/firmware/ > /dev/null + ln -s seabios-dir-remote seabios-dir || die + popd > /dev/null + + # Bug 472438 + sed -e 's:^BASH_COMPLETION_DIR ?= $(CONFIG_DIR)/bash_completion.d:BASH_COMPLETION_DIR ?= $(SHARE_DIR)/bash-completion:' \ + -i Config.mk || die + + # Bug 445986 + sed -e 's:$(MAKE) PYTHON=$(PYTHON) subdirs-$@:LC_ALL=C "$(MAKE)" PYTHON=$(PYTHON) subdirs-$@:' -i tools/firmware/Makefile || die + + # fix QA warning, create /var/run/, /var/lock dynamically + sed -i -e "/\$(INSTALL_DIR) \$(DESTDIR)\$(XEN_RUN_DIR)/d" \ + tools/libxl/Makefile || die + + sed -i -e "/\/var\/run\//d" \ + tools/xenstore/Makefile \ + tools/pygrub/Makefile || die + + sed -i -e "/\/var\/lock\/subsys/d" \ + tools/Makefile || die + + # xencommons, Bug #492332, sed lighter weight than patching + sed -e 's:\$QEMU_XEN -xen-domid:test -e "\$QEMU_XEN" \&\& &:' \ + -i tools/hotplug/Linux/init.d/xencommons || die + + epatch_user +} + +src_compile() { + export VARTEXFONTS="${T}/fonts" + local myopt + use debug && myopt="${myopt} debug=y" + + use custom-cflags || unset CFLAGS + if test-flag-CC -fno-strict-overflow; then + append-flags -fno-strict-overflow + fi + + unset LDFLAGS + unset CFLAGS + emake V=1 CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt} + + use doc && emake -C docs txt html + emake -C docs man-pages +} + +src_install() { + # Override auto-detection in the build system, bug #382573 + export INITD_DIR=/tmp/init.d + export CONFIG_LEAF_DIR=../tmp/default + + # Let the build system compile installed Python modules. + local PYTHONDONTWRITEBYTECODE + export PYTHONDONTWRITEBYTECODE + + emake DESTDIR="${ED}" DOCDIR="/usr/share/doc/${PF}" install-tools \ + XEN_PYTHON_NATIVE_INSTALL=y install-tools + # Fix the remaining Python shebangs. + python_fix_shebang "${ED}" + + # Remove RedHat-specific stuff + rm -rf "${D}"tmp || die + + # uncomment lines in xl.conf + sed -e 's:^#autoballoon=1:autoballoon=1:' \ + -e 's:^#lockfile="/var/lock/xl":lockfile="/var/lock/xl":' \ + -e 's:^#vifscript="vif-bridge":vifscript="vif-bridge":' \ + -i tools/examples/xl.conf || die + + # Reset bash completion dir; Bug 472438 + mv "${D}"bash-completion "${D}"usr/share/ || die + + if use doc; then + emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs + + dohtml -r docs/ + docinto pdf + dodoc ${DOCS[@]} + [ -d "${D}"/usr/share/doc/xen ] && mv "${D}"/usr/share/doc/xen/* "${D}"/usr/share/doc/${PF}/html + fi + + rm -rf "${D}"/usr/share/doc/xen/ + doman docs/man?/* + + newconfd "${FILESDIR}"/xendomains.confd xendomains + newconfd "${FILESDIR}"/xenstored.confd xenstored + newconfd "${FILESDIR}"/xenconsoled.confd xenconsoled + newinitd "${FILESDIR}"/xendomains.initd-r2 xendomains + newinitd "${FILESDIR}"/xenstored.initd xenstored + newinitd "${FILESDIR}"/xenconsoled.initd xenconsoled + newinitd "${FILESDIR}"/xencommons.initd xencommons + newconfd "${FILESDIR}"/xencommons.confd xencommons + + if use screen; then + cat "${FILESDIR}"/xendomains-screen.confd >> "${ED}"/etc/conf.d/xendomains || die + cp "${FILESDIR}"/xen-consoles.logrotate "${ED}"/etc/xen/ || die + keepdir /var/log/xen-consoles + fi + + if [[ "${ARCH}" == 'amd64' ]] && use qemu; then + mkdir -p "${D}"usr/$(get_libdir)/xen/bin || die + mv "${D}"usr/lib/xen/bin/qemu* "${D}"usr/$(get_libdir)/xen/bin/ || die + fi + + # For -static-libs wrt Bug 384355 + if ! use static-libs; then + rm -f "${D}"usr/$(get_libdir)/*.a "${D}"usr/$(get_libdir)/ocaml/*/*.a + fi + + # xend expects these to exist + keepdir /var/lib/xenstored /var/xen/dump /var/lib/xen /var/log/xen + + # for xendomains + keepdir /etc/xen/auto + + # Temp QA workaround + dodir "$(get_udevdir)" + mv "${D}"/etc/udev/* "${D}/$(get_udevdir)" + rm -rf "${D}"/etc/udev + + # Remove files failing QA AFTER emake installs them, avoiding seeking absent files + find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \ + -o -name openbios-ppc -o -name palcode-clipper \) -delete || die +} + +pkg_postinst() { + elog "Official Xen Guide and the offical wiki page:" + elog "http://www.gentoo.org/doc/en/xen-gu"${D}"usr/ide.xml" + elog "http://wiki.xen.org/wiki/Main_Page" + elog "" + elog "Recommended to utilise the xencommons script to config sytem at boot." + elog "Add by use of rc-update on completion of the install" + + # TODO: we need to have the current Python slot here. + if ! has_version "dev-lang/python[ncurses]"; then + echo + ewarn "NB: Your dev-lang/python is built without USE=ncurses." + ewarn "Please rebuild python with USE=ncurses to make use of xenmon.py." + fi + + if has_version "sys-apps/iproute2[minimal]"; then + echo + ewarn "Your sys-apps/iproute2 is built with USE=minimal. Networking" + ewarn "will not work until you rebuild iproute2 without USE=minimal." + fi + + if ! use hvm; then + echo + elog "HVM (VT-x and AMD-V) support has been disabled. If you need hvm" + elog "support enable the hvm use flag." + elog "An x86 or amd64 system is required to build HVM support." + fi + + if grep -qsF XENSV= "${ROOT}/etc/conf.d/xend"; then + echo + elog "xensv is broken upstream (Gentoo bug #142011)." + elog "Please remove '${ROOT%/}/etc/conf.d/xend', as it is no longer needed." + fi +} diff --git a/app-emulation/xen-tools/xen-tools-4.3.3-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.3.3-r1.ebuild new file mode 100644 index 000000000000..7a89ba63dc37 --- /dev/null +++ b/app-emulation/xen-tools/xen-tools-4.3.3-r1.ebuild @@ -0,0 +1,398 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.3-r1.ebuild,v 1.1 2014/10/10 03:05:45 dlan Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE='xml,threads' + +if [[ $PV == *9999 ]]; then + KEYWORDS="" + REPO="xen-unstable.hg" + EHG_REPO_URI="http://xenbits.xensource.com/${REPO}" + S="${WORKDIR}/${REPO}" + live_eclass="mercurial" +else + KEYWORDS="~amd64 -x86" + UPSTREAM_VER=0 + # xen-tools's gentoo patches tarball + GENTOO_VER=0 + # xen-tools's gentoo patches version which apply to this specific ebuild + GENTOO_GPV=0 + SEABIOS_VER=1.7.1-stable-xen + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz" + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${PN/-tools/}-gentoo-patches-${GENTOO_VER}.tar.xz" + + SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz + http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz + http://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz + ${UPSTREAM_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" + S="${WORKDIR}/xen-${PV}" +fi + +inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 toolchain-funcs udev ${live_eclass} + +DESCRIPTION="Xend daemon and tools" +HOMEPAGE="http://xen.org/" +DOCS=( README docs/README.xen-bugtool ) + +LICENSE="GPL-2" +SLOT="0" +# Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make +# >=dev-lang/ocaml-4 stable +# Masked in profiles/eapi-5-files instead +IUSE="api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen static-libs system-seabios" + +REQUIRED_USE="hvm? ( qemu ) + ${PYTHON_REQUIRED_USE} + pygrub? ( python )" + +DEPEND="dev-libs/lzo:2 + dev-libs/glib:2 + dev-libs/yajl + dev-libs/libgcrypt:0 + dev-python/lxml[${PYTHON_USEDEP}] + pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) + sys-libs/zlib + sys-power/iasl + system-seabios? ( sys-firmware/seabios ) + sys-firmware/ipxe + hvm? ( media-libs/libsdl ) + ${PYTHON_DEPS} + api? ( dev-libs/libxml2 + net-misc/curl ) + pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} ) + sys-devel/bin86 + sys-devel/dev86 + dev-lang/perl + app-misc/pax-utils + dev-python/markdown[${PYTHON_USEDEP}] + doc? ( + app-doc/doxygen + dev-tex/latex2html[png,gif] + media-gfx/graphviz + dev-tex/xcolor + media-gfx/transfig + dev-texlive/texlive-latexextra + virtual/latex-base + dev-tex/latexmk + dev-texlive/texlive-latex + dev-texlive/texlive-pictures + dev-texlive/texlive-latexrecommended + ) + hvm? ( x11-proto/xproto + !net-libs/libiscsi ) + qemu? ( x11-libs/pixman ) + ocaml? ( dev-ml/findlib + >=dev-lang/ocaml-4 )" +RDEPEND="sys-apps/iproute2 + net-misc/bridge-utils + screen? ( + app-misc/screen + app-admin/logrotate + ) + virtual/udev" + +# hvmloader is used to bootstrap a fully virtualized kernel +# Approved by QA team in bug #144032 +QA_WX_LOAD="usr/lib/xen/boot/hvmloader" + +RESTRICT="test" + +pkg_setup() { + python-single-r1_pkg_setup + export "CONFIG_LOMOUNT=y" + + #bug 522642, disable compile tools/tests + export "CONFIG_TESTS=n" + + if has_version dev-libs/libgcrypt:0; then + export "CONFIG_GCRYPT=y" + fi + + if use qemu; then + export "CONFIG_IOEMU=y" + else + export "CONFIG_IOEMU=n" + fi + + if [[ -z ${XEN_TARGET_ARCH} ]] ; then + if use x86 && use amd64; then + die "Confusion! Both x86 and amd64 are set in your use flags!" + elif use x86; then + export XEN_TARGET_ARCH="x86_32" + elif use amd64 ; then + export XEN_TARGET_ARCH="x86_64" + else + die "Unsupported architecture!" + fi + fi +} + +src_prepare() { + # Upstream's patchset + if [[ -n ${UPSTREAM_VER} ]]; then + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_OPTS="-p1" \ + epatch "${WORKDIR}"/patches-upstream + fi + + # Gentoo's patchset + if [[ -n ${GENTOO_VER} && -n ${GENTOO_GPV} ]]; then + source "${FILESDIR}"/gentoo-patches.conf + _gpv=_gpv_${PN/-/_}_${PV//./}_${GENTOO_GPV} + for i in ${!_gpv}; do + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + epatch "${WORKDIR}"/patches-gentoo/$i + done + fi + + # Bug 496708 + use system-seabios && epatch "${WORKDIR}"/patches-gentoo/${PN}-4-unbundle-seabios.patch + + # Bug 478064 + mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die + + mv ../seabios-${SEABIOS_VER} tools/firmware/seabios-dir-remote || die + pushd tools/firmware/ > /dev/null + ln -s seabios-dir-remote seabios-dir || die + popd > /dev/null + + # if the user *really* wants to use their own custom-cflags, let them + if use custom-cflags; then + einfo "User wants their own CFLAGS - removing defaults" + + # try and remove all the default cflags + find "${S}" \( -name Makefile -o -name Rules.mk -o -name Config.mk \) \ + -exec sed \ + -e 's/CFLAGS\(.*\)=\(.*\)-O3\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-march=i686\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-fomit-frame-pointer\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-g3*\s\(.*\)/CFLAGS\1=\2 \3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \ + -i {} + || die "failed to re-set custom-cflags" + fi + + if ! use pygrub; then + sed -e '/^SUBDIRS-y += pygrub/d' -i tools/Makefile || die + fi + + if ! use python; then + sed -e '/^SUBDIRS-y += python$/d' -i tools/Makefile || die + fi + + # Disable hvm support on systems that don't support x86_32 binaries. + if ! use hvm; then + sed -e '/^CONFIG_IOEMU := y$/d' -i config/*.mk || die + sed -e '/SUBDIRS-$(CONFIG_X86) += firmware/d' -i tools/Makefile || die + # Bug 351648 + elif ! use x86 && ! has x86 $(get_all_abis); then + mkdir -p "${WORKDIR}"/extra-headers/gnu || die + touch "${WORKDIR}"/extra-headers/gnu/stubs-32.h || die + export CPATH="${WORKDIR}"/extra-headers + fi + + # Don't bother with qemu, only needed for fully virtualised guests + if ! use qemu; then + sed -e "/^CONFIG_IOEMU := y$/d" -i config/*.mk || die + sed -e "s:install-tools\: tools/ioemu-dir:install-tools\: :g" -i Makefile || die + fi + + # Bug 472438 + sed -e 's:^BASH_COMPLETION_DIR ?= $(CONFIG_DIR)/bash_completion.d:BASH_COMPLETION_DIR ?= $(SHARE_DIR)/bash-completion:' \ + -i Config.mk || die + + use flask || sed -e "/SUBDIRS-y += flask/d" -i tools/Makefile || die + use api || sed -e "/SUBDIRS-\$(LIBXENAPI_BINDINGS) += libxen/d" -i tools/Makefile || die + sed -e 's:$(MAKE) PYTHON=$(PYTHON) subdirs-$@:LC_ALL=C "$(MAKE)" PYTHON=$(PYTHON) subdirs-$@:' \ + -i tools/firmware/Makefile || die + + # xencommons, Bug #492332, sed lighter weight than patching + sed -e 's:\$QEMU_XEN -xen-domid:test -e "\$QEMU_XEN" \&\& &:' \ + -i tools/hotplug/Linux/init.d/xencommons || die + + # Bug 493232 fix from http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1844 + sed -e 's:bl->argsspace = 7 + :bl->argsspace = 9 + :' \ + -i tools/libxl/libxl_bootloader.c || die + + # fix QA warning, create /var/run/, /var/lock dynamically + sed -i -e "/\$(INSTALL_DIR) \$(DESTDIR)\$(XEN_RUN_DIR)/d" \ + tools/libxl/Makefile || die + + sed -i -e "/\/var\/run\//d" \ + tools/xenstore/Makefile \ + tools/pygrub/Makefile || die + + sed -i -e "/\/var\/lock\/subsys/d" \ + tools/Makefile || die + + epatch_user +} + +src_configure() { + local myconf="--prefix=/usr --disable-werror" + + if use ocaml + then + myconf="${myconf} $(use_enable ocaml ocamltools)" + else + myconf="${myconf} --disable-ocamltools" + fi + + if ! use pam + then + myconf="${myconf} --disable-pam" + fi + + econf ${myconf} +} + +src_compile() { + export VARTEXFONTS="${T}/fonts" + local myopt + use debug && myopt="${myopt} debug=y" + + use custom-cflags || unset CFLAGS + if test-flag-CC -fno-strict-overflow; then + append-flags -fno-strict-overflow + fi + + unset LDFLAGS + unset CFLAGS + emake V=1 CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt} + + use doc && emake -C docs txt html + emake -C docs man-pages +} + +src_install() { + # Override auto-detection in the build system, bug #382573 + export INITD_DIR=/tmp/init.d + export CONFIG_LEAF_DIR=../tmp/default + + # Let the build system compile installed Python modules. + local PYTHONDONTWRITEBYTECODE + export PYTHONDONTWRITEBYTECODE + + emake DESTDIR="${ED}" DOCDIR="/usr/share/doc/${PF}" \ + XEN_PYTHON_NATIVE_INSTALL=y install-tools + + # Fix the remaining Python shebangs. + python_fix_shebang "${D}" + + # Remove RedHat-specific stuff + rm -rf "${D}"tmp || die + + # uncomment lines in xl.conf + sed -e 's:^#autoballoon=1:autoballoon=1:' \ + -e 's:^#lockfile="/var/lock/xl":lockfile="/var/lock/xl":' \ + -e 's:^#vifscript="vif-bridge":vifscript="vif-bridge":' \ + -i tools/examples/xl.conf || die + + # Reset bash completion dir; Bug 472438 + mv "${D}"bash-completion "${D}"usr/share/ || die + + if use doc; then + emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs + + dohtml -r docs/ + docinto pdf + dodoc ${DOCS[@]} + [ -d "${D}"/usr/share/doc/xen ] && mv "${D}"/usr/share/doc/xen/* "${D}"/usr/share/doc/${PF}/html + fi + + rm -rf "${D}"/usr/share/doc/xen/ + doman docs/man?/* + + newconfd "${FILESDIR}"/xendomains.confd xendomains + newconfd "${FILESDIR}"/xenstored.confd xenstored + newconfd "${FILESDIR}"/xenconsoled.confd xenconsoled + newinitd "${FILESDIR}"/xendomains.initd-r2 xendomains + newinitd "${FILESDIR}"/xenstored.initd xenstored + newinitd "${FILESDIR}"/xenconsoled.initd xenconsoled + newinitd "${FILESDIR}"/xencommons.initd xencommons + newconfd "${FILESDIR}"/xencommons.confd xencommons + newinitd "${FILESDIR}"/xenqemudev.initd xenqemudev + newconfd "${FILESDIR}"/xenqemudev.confd xenqemudev + + if use screen; then + cat "${FILESDIR}"/xendomains-screen.confd >> "${D}"/etc/conf.d/xendomains || die + cp "${FILESDIR}"/xen-consoles.logrotate "${D}"/etc/xen/ || die + keepdir /var/log/xen-consoles + fi + + # Move files built with use qemu, Bug #477884 + if [[ "${ARCH}" == 'amd64' ]] && use qemu; then + mkdir -p "${D}"usr/$(get_libdir)/xen/bin || die + mv "${D}"usr/lib/xen/bin/* "${D}"usr/$(get_libdir)/xen/bin/ || die + fi + + # For -static-libs wrt Bug 384355 + if ! use static-libs; then + rm -f "${D}"usr/$(get_libdir)/*.a "${D}"usr/$(get_libdir)/ocaml/*/*.a + fi + + # xend expects these to exist + keepdir /var/lib/xenstored /var/xen/dump /var/lib/xen /var/log/xen + + # for xendomains + keepdir /etc/xen/auto + + # Temp QA workaround + dodir "$(get_udevdir)" + mv "${D}"/etc/udev/* "${D}/$(get_udevdir)" + rm -rf "${D}"/etc/udev + + # Remove files failing QA AFTER emake installs them, avoiding seeking absent files + find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \ + -o -name openbios-ppc -o -name palcode-clipper \) -delete || die +} + +pkg_postinst() { + elog "Official Xen Guide and the offical wiki page:" + elog "https://wiki.gentoo.org/wiki/Xen" + elog "http://wiki.xen.org/wiki/Main_Page" + elog "" + elog "Recommended to utilise the xencommons script to config sytem At boot" + elog "Add by use of rc-update on completion of the install" + + # TODO: we need to have the current Python slot here. + if ! has_version "dev-lang/python[ncurses]"; then + echo + ewarn "NB: Your dev-lang/python is built without USE=ncurses." + ewarn "Please rebuild python with USE=ncurses to make use of xenmon.py." + fi + + if has_version "sys-apps/iproute2[minimal]"; then + echo + ewarn "Your sys-apps/iproute2 is built with USE=minimal. Networking" + ewarn "will not work until you rebuild iproute2 without USE=minimal." + fi + + if ! use hvm; then + echo + elog "HVM (VT-x and AMD-V) support has been disabled. If you need hvm" + elog "support enable the hvm use flag." + elog "An x86 or amd64 system is required to build HVM support." + fi + + if use qemu; then + elog "The qemu-bridge-helper is renamed to the xen-bridge-helper in the in source" + elog "build of qemu. This allows for app-emulation/qemu to be emerged concurrently" + elog "with the qemu capable xen. It is up to the user to distinguish between and utilise" + elog "the qemu-bridge-helper and the xen-bridge-helper. File bugs of any issues that arise" + fi + + if grep -qsF XENSV= "${ROOT}/etc/conf.d/xend"; then + echo + elog "xensv is broken upstream (Gentoo bug #142011)." + elog "Please remove '${ROOT%/}/etc/conf.d/xend', as it is no longer needed." + fi +} diff --git a/app-emulation/xen-tools/xen-tools-4.4.1-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.4.1-r1.ebuild new file mode 100644 index 000000000000..0ddc601486e7 --- /dev/null +++ b/app-emulation/xen-tools/xen-tools-4.4.1-r1.ebuild @@ -0,0 +1,411 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.1-r1.ebuild,v 1.1 2014/10/10 03:05:45 dlan Exp $ + +EAPI=5 + +MY_PV=${PV/_/-} + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='xml,threads' + +if [[ $PV == *9999 ]]; then + KEYWORDS="" + REPO="xen-unstable.hg" + EHG_REPO_URI="http://xenbits.xensource.com/${REPO}" + S="${WORKDIR}/${REPO}" + live_eclass="mercurial" +else + KEYWORDS="~amd64 ~arm -x86" + UPSTREAM_VER=1 + # xen-tools's gentoo patches tarball + GENTOO_VER=0 + # xen-tools's gentoo patches version which apply to this specific ebuild + GENTOO_GPV=0 + SEABIOS_VER=1.7.3.1 + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTRAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz" + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-gentoo-patches-${GENTOO_VER}.tar.xz" + + SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/xen-${MY_PV}.tar.gz + http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz + http://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz + ${UPSTRAM_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" + S="${WORKDIR}/xen-${MY_PV}" +fi + +inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 toolchain-funcs udev ${live_eclass} + +DESCRIPTION="Xend daemon and tools" +HOMEPAGE="http://xen.org/" +DOCS=( README docs/README.xen-bugtool ) + +LICENSE="GPL-2" +SLOT="0" +# Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make +# >=dev-lang/ocaml-4 stable +# Masked in profiles/eapi-5-files instead +IUSE="api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen static-libs system-qemu system-seabios" + +REQUIRED_USE="hvm? ( || ( qemu system-qemu ) ) + ${PYTHON_REQUIRED_USE} + pygrub? ( python ) + qemu? ( !system-qemu )" + +COMMON_DEPEND=" + dev-libs/lzo:2 + dev-libs/glib:2 + dev-libs/yajl + dev-libs/libaio + dev-libs/libgcrypt:0 + sys-libs/zlib +" + +DEPEND="${COMMON_DEPEND} + dev-python/lxml[${PYTHON_USEDEP}] + pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) + hvm? ( media-libs/libsdl ) + ${PYTHON_DEPS} + api? ( dev-libs/libxml2 + net-misc/curl ) + pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} ) + arm? ( >=sys-apps/dtc-1.4.0 ) + !arm? ( sys-devel/bin86 + system-seabios? ( sys-firmware/seabios ) + sys-firmware/ipxe + sys-devel/dev86 + sys-power/iasl ) + dev-lang/perl + app-misc/pax-utils + dev-python/markdown[${PYTHON_USEDEP}] + doc? ( + app-doc/doxygen + dev-tex/latex2html[png,gif] + media-gfx/graphviz + dev-tex/xcolor + media-gfx/transfig + dev-texlive/texlive-latexextra + virtual/latex-base + dev-tex/latexmk + dev-texlive/texlive-latex + dev-texlive/texlive-pictures + dev-texlive/texlive-latexrecommended + ) + hvm? ( x11-proto/xproto + !net-libs/libiscsi ) + qemu? ( x11-libs/pixman ) + system-qemu? ( app-emulation/qemu[xen] ) + ocaml? ( dev-ml/findlib + >=dev-lang/ocaml-4 )" + +RDEPEND="${COMMON_DEPEND} + sys-apps/iproute2 + net-misc/bridge-utils + screen? ( + app-misc/screen + app-admin/logrotate + ) + virtual/udev" + +# hvmloader is used to bootstrap a fully virtualized kernel +# Approved by QA team in bug #144032 +QA_WX_LOAD="usr/lib/xen/boot/hvmloader + usr/share/qemu-xen/qemu/s390-ccw.img" + +RESTRICT="test" + +pkg_setup() { + python-single-r1_pkg_setup + export "CONFIG_LOMOUNT=y" + + #bug 522642, disable compile tools/tests + export "CONFIG_TESTS=n" + + if has_version dev-libs/libgcrypt:0; then + export "CONFIG_GCRYPT=y" + fi + + if [[ -z ${XEN_TARGET_ARCH} ]] ; then + if use x86 && use amd64; then + die "Confusion! Both x86 and amd64 are set in your use flags!" + elif use x86; then + export XEN_TARGET_ARCH="x86_32" + elif use amd64 ; then + export XEN_TARGET_ARCH="x86_64" + elif use arm; then + export XEN_TARGET_ARCH="arm32" + else + die "Unsupported architecture!" + fi + fi + #bug 472438 + export BASH_COMPLETION_DIR=/usr/share/bash-completion +} + +src_prepare() { + # Upstream's patchset + if [[ -n ${UPSTREAM_VER} ]]; then + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_OPTS="-p1" \ + epatch "${WORKDIR}"/patches-upstream + fi + + # Gentoo's patchset + if [[ -n ${GENTOO_VER} && -n ${GENTOO_GPV} ]]; then + source "${FILESDIR}"/gentoo-patches.conf + _gpv=_gpv_${PN/-/_}_${PV//./}_${GENTOO_GPV} + for i in ${!_gpv}; do + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + epatch "${WORKDIR}"/patches-gentoo/$i + done + fi + + mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die + + mv ../seabios-${SEABIOS_VER} tools/firmware/seabios-dir-remote || die + pushd tools/firmware/ > /dev/null + ln -s seabios-dir-remote seabios-dir || die + popd > /dev/null + + # Fix texi2html build error with new texi2html, qemu.doc.html + sed -i -e "/texi2html -monolithic/s/-number//" tools/qemu-xen-traditional/Makefile || die + + use api || sed -e "/SUBDIRS-\$(LIBXENAPI_BINDINGS) += libxen/d" -i tools/Makefile || die + sed -e 's:$(MAKE) PYTHON=$(PYTHON) subdirs-$@:LC_ALL=C "$(MAKE)" PYTHON=$(PYTHON) subdirs-$@:' \ + -i tools/firmware/Makefile || die + + # Drop .config, fixes to gcc-4.6 + sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die "Couldn't drop" + + # if the user *really* wants to use their own custom-cflags, let them + if use custom-cflags; then + einfo "User wants their own CFLAGS - removing defaults" + + # try and remove all the default cflags + find "${S}" \( -name Makefile -o -name Rules.mk -o -name Config.mk \) \ + -exec sed \ + -e 's/CFLAGS\(.*\)=\(.*\)-O3\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-march=i686\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-fomit-frame-pointer\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-g3*\s\(.*\)/CFLAGS\1=\2 \3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \ + -i {} + || die "failed to re-set custom-cflags" + fi + + if ! use pygrub; then + sed -e '/^SUBDIRS-y += pygrub/d' -i tools/Makefile || die + fi + + if ! use python; then + sed -e '/^SUBDIRS-y += python$/d' -i tools/Makefile || die + fi + + if ! use hvm; then + sed -e '/SUBDIRS-$(CONFIG_X86) += firmware/d' -i tools/Makefile || die + # Bug 351648 + elif ! use x86 && ! has x86 $(get_all_abis); then + mkdir -p "${WORKDIR}"/extra-headers/gnu || die + touch "${WORKDIR}"/extra-headers/gnu/stubs-32.h || die + export CPATH="${WORKDIR}"/extra-headers + fi + + # Don't bother with qemu, only needed for fully virtualised guests + if ! use qemu; then + sed -e "s:install-tools\: tools/qemu-xen-traditional-dir:install-tools\: :g" -i Makefile || die + fi + + # Bug 472438 + sed -e 's:^BASH_COMPLETION_DIR ?= $(CONFIG_DIR)/bash_completion.d:BASH_COMPLETION_DIR ?= $(SHARE_DIR)/bash-completion:' \ + -i Config.mk || die + + # xencommons, Bug #492332, sed lighter weight than patching + sed -e 's:\$QEMU_XEN -xen-domid:test -e "\$QEMU_XEN" \&\& &:' \ + -i tools/hotplug/Linux/init.d/xencommons || die + + # respect multilib, usr/lib/libcacard.so.0.0.0 + sed -e "/^libdir=/s/\/lib/\/$(get_libdir)/" \ + -i tools/qemu-xen/configure || die + + #bug 518136, don't build 32bit exactuable for nomultilib profile + if [[ "${ARCH}" == 'amd64' ]] && ! has_multilib_profile; then + sed -i -e "/x86_emulator/d" tools/tests/Makefile || die + fi + + # Bug 477884, 518136 + if [[ "${ARCH}" == 'amd64' ]]; then + sed -i -e "/LIBEXEC =/s|/lib/xen/bin|/$(get_libdir)/xen/bin|" config/StdGNU.mk || die + fi + + # fix QA warning, create /var/run/, /var/lock dynamically + sed -i -e "/\$(INSTALL_DIR) \$(DESTDIR)\$(XEN_RUN_DIR)/d" \ + tools/libxl/Makefile || die + + sed -i -e "/\/var\/run\//d" \ + tools/xenstore/Makefile \ + tools/pygrub/Makefile || die + + sed -i -e "/\/var\/lock\/subsys/d" \ + tools/Makefile || die + + epatch_user +} + +src_configure() { + local myconf="--prefix=/usr \ + --libdir=/usr/$(get_libdir) \ + --disable-werror \ + --disable-xen \ + --enable-tools \ + --enable-docs \ + --enable-qemu-traditional \ + $(use_with system-qemu) \ + $(use_enable pam) \ + $(use_enable api xenapi) \ + $(use_enable ocaml ocamltools) \ + " + use system-seabios && myconf+=" --with-system-seabios=/usr/share/seabios/bios.bin" + use qemu || myconf+=" --with-system-qemu" + econf ${myconf} +} + +src_compile() { + export VARTEXFONTS="${T}/fonts" + local myopt + use debug && myopt="${myopt} debug=y" + + use custom-cflags || unset CFLAGS + if test-flag-CC -fno-strict-overflow; then + append-flags -fno-strict-overflow + fi + + unset LDFLAGS + unset CFLAGS + emake V=1 CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt} + + use doc && emake -C docs txt html + emake -C docs man-pages +} + +src_install() { + # Override auto-detection in the build system, bug #382573 + export INITD_DIR=/tmp/init.d + export CONFIG_LEAF_DIR=../tmp/default + + # Let the build system compile installed Python modules. + local PYTHONDONTWRITEBYTECODE + export PYTHONDONTWRITEBYTECODE + + emake DESTDIR="${ED}" DOCDIR="/usr/share/doc/${PF}" \ + XEN_PYTHON_NATIVE_INSTALL=y install-tools + + # Fix the remaining Python shebangs. + python_fix_shebang "${D}" + + # Remove RedHat-specific stuff + rm -rf "${D}"tmp || die + + # uncomment lines in xl.conf + sed -e 's:^#autoballoon=1:autoballoon=1:' \ + -e 's:^#lockfile="/var/lock/xl":lockfile="/var/lock/xl":' \ + -e 's:^#vifscript="vif-bridge":vifscript="vif-bridge":' \ + -i tools/examples/xl.conf || die + + # Reset bash completion dir; Bug 472438 + mv "${D}"bash-completion "${D}"usr/share/ || die + + if use doc; then + emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs + + dohtml -r docs/ + docinto pdf + dodoc ${DOCS[@]} + [ -d "${D}"/usr/share/doc/xen ] && mv "${D}"/usr/share/doc/xen/* "${D}"/usr/share/doc/${PF}/html + fi + + rm -rf "${D}"/usr/share/doc/xen/ + doman docs/man?/* + + newconfd "${FILESDIR}"/xendomains.confd xendomains + newconfd "${FILESDIR}"/xenstored.confd xenstored + newconfd "${FILESDIR}"/xenconsoled.confd xenconsoled + newinitd "${FILESDIR}"/xendomains.initd-r2 xendomains + newinitd "${FILESDIR}"/xenstored.initd xenstored + newinitd "${FILESDIR}"/xenconsoled.initd xenconsoled + newinitd "${FILESDIR}"/xencommons.initd xencommons + newconfd "${FILESDIR}"/xencommons.confd xencommons + newinitd "${FILESDIR}"/xenqemudev.initd xenqemudev + newconfd "${FILESDIR}"/xenqemudev.confd xenqemudev + + if use screen; then + cat "${FILESDIR}"/xendomains-screen.confd >> "${D}"/etc/conf.d/xendomains || die + cp "${FILESDIR}"/xen-consoles.logrotate "${D}"/etc/xen/ || die + keepdir /var/log/xen-consoles + fi + + # For -static-libs wrt Bug 384355 + if ! use static-libs; then + rm -f "${D}"usr/$(get_libdir)/*.a "${D}"usr/$(get_libdir)/ocaml/*/*.a + fi + + # xend expects these to exist + keepdir /var/lib/xenstored /var/xen/dump /var/lib/xen /var/log/xen + + # for xendomains + keepdir /etc/xen/auto + + # Temp QA workaround + dodir "$(get_udevdir)" + mv "${D}"/etc/udev/* "${D}/$(get_udevdir)" + rm -rf "${D}"/etc/udev + + # Remove files failing QA AFTER emake installs them, avoiding seeking absent files + find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \ + -o -name openbios-ppc -o -name palcode-clipper \) -delete || die +} + +pkg_postinst() { + elog "Official Xen Guide and the offical wiki page:" + elog "https://wiki.gentoo.org/wiki/Xen" + elog "http://wiki.xen.org/wiki/Main_Page" + elog "" + elog "Recommended to utilise the xencommons script to config sytem At boot" + elog "Add by use of rc-update on completion of the install" + + # TODO: we need to have the current Python slot here. + if ! has_version "dev-lang/python[ncurses]"; then + echo + ewarn "NB: Your dev-lang/python is built without USE=ncurses." + ewarn "Please rebuild python with USE=ncurses to make use of xenmon.py." + fi + + if has_version "sys-apps/iproute2[minimal]"; then + echo + ewarn "Your sys-apps/iproute2 is built with USE=minimal. Networking" + ewarn "will not work until you rebuild iproute2 without USE=minimal." + fi + + if ! use hvm; then + echo + elog "HVM (VT-x and AMD-V) support has been disabled. If you need hvm" + elog "support enable the hvm use flag." + elog "An x86 or amd64 system is required to build HVM support." + fi + + if use qemu; then + elog "The qemu-bridge-helper is renamed to the xen-bridge-helper in the in source" + elog "build of qemu. This allows for app-emulation/qemu to be emerged concurrently" + elog "with the qemu capable xen. It is up to the user to distinguish between and utilise" + elog "the qemu-bridge-helper and the xen-bridge-helper. File bugs of any issues that arise" + fi + + if grep -qsF XENSV= "${ROOT}/etc/conf.d/xend"; then + echo + elog "xensv is broken upstream (Gentoo bug #142011)." + elog "Please remove '${ROOT%/}/etc/conf.d/xend', as it is no longer needed." + fi +} diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index 9dcadbfc8062..7a29c3925164 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -1,10 +1,12 @@ DIST xen-4.2.4-upstream-patches-3.tar.xz 57456 SHA256 e223b6fb10ca26415d0677e465480f77378f7a196bb3a2cc654a2d53e867fa66 SHA512 4b1091cba3afb149f8734630f32a3c44b1abade4a524f5bbfcc88df5700dbcb38dfd7b4dd0059e323a5b89a9156109505891a54dae9d698fe9d89ab2294e3151 WHIRLPOOL 1448b20e6930dcc7a0d57819732341e24257159c97fc5e270be9c47935b750cf7fa08b02ac1d0f49792b453476330b19c773e79d1c6b02ea9ed7baca83750163 DIST xen-4.2.4-upstream-patches-4.tar.xz 69344 SHA256 23ef320500452dcf8a824d5c8062c6399e1c3f39a51ce6594b232b4bfbd9d9c4 SHA512 43141b8ba4790860632eb83814e9b5e469ba3431da00820fd131ae6a79e1a05ea4db4b801627f52360ebac06160dd86217a79b196d2b6d379c86cf9449b75371 WHIRLPOOL 30344a3780122fed2d3895adf60bc4d7efc6879b0ad46160ccbcaa98c69aa4f419cd233690f69a250dc413fb410c3affad805bfa8570c9d78290c3a9b224264c DIST xen-4.2.4.tar.gz 15663999 SHA256 e23e6292affd7a6d82da99527e8bf3964e57eb7322144c67c2025692b1a21550 SHA512 3e5263511e7c40899f580f3384bd987f9c875b8e6816202fd1a5a64fe7e336803d09e58148af074938ef261f0ceeafad121ac541ddd2bf66b76c5aa4ad07c357 WHIRLPOOL 25d23f5d921139ba0f853fcd76ae998647d32292bccfd4e7c4f3b12f860a38fbb33ebda67c839657bf3a25d837c9c02b80d663362263d16d42284ffde09f0bc2 +DIST xen-4.2.5-upstream-patches-0.tar.xz 5380 SHA256 e1f2afeb801eb2f4905597cc819c05c7cfcfddb3f6a3c27599bbfbacca204117 SHA512 52f370d0606d3da6d058dee70016699ef25fe5ea0910a6681cf9ecd0f34396462361faffa1e16d0456bf1a08e4cfbde847535b45e5592c4f47e872868be89b60 WHIRLPOOL 4630bb386c70eb4317e1c3bc3db4e8c9b9b03fd6bed5f53f325d6c78110b06d13cad39371d5ddea16a2b8da0ec17a08bcb497999d5a31e5e6877c1c8800fe9fd DIST xen-4.2.5.tar.gz 15671925 SHA256 3cf440866315e8085050eb0586f0447b6b47a08dbed6a72226bf5ed5d89ec567 SHA512 42c0fc241952fc55fc44480fb6752b004b54ae40e946159ec047adf229b65cbfbd810271d01b064ad8fdbddb73c640dcdcb6bc19f91e8968829889c129920dac WHIRLPOOL 762a91c0111892b33e6bd3e7f7714709b04697ad7c2b0919fef6cc9570a343a77fd5a2b82833e75dac9d12d4e41acdcf0743b0d593595910ddd326f5cd721368 DIST xen-4.3.2-upstream-patches-3.tar.xz 60208 SHA256 661ab148c9eeb2c8e44d0bd620496607a567d4f6c1fa0a6f89b21086ee8f607d SHA512 1248c937c604716f756083d44ef14150c8601f810fd8c0b73df314bd34287a53b4db3e8697f03acab3cf56252cbac8578a5bbedb40c342fa7c2b3f7f9c6575e0 WHIRLPOOL df3525d76607232720d3f3351548add60c89a139d380cf6147bec122cb11c52570e99dd14f800e88e411248b950aeed32ae03cce93fc8358011b3125114bb3c6 DIST xen-4.3.2-upstream-patches-4.tar.xz 69268 SHA256 eb00972bc511b584278a178765af8fc5d6d78097a39e6d3fdf5133a73693d953 SHA512 f9455d375f26b37844b820ea238a06c24a4e1f76adbd217a78ac31c3e0e078f9eaf2744886e09d7fc3a1b3b9b03c85257bac236742d69c5c0a00cf0683760d1d WHIRLPOOL e55f126f004313efadf7d881b10e7747504824d83f477787fad09eede0a8f3aba268a37d933e641720b51ed91723f036c80c855907697293ea2b1b52e5a9efb5 DIST xen-4.3.2.tar.gz 16472188 SHA256 17611d95f955302560ff72d97c08933b4e62bc2e8ffb71400fc54e388746ff69 SHA512 ec94d849b56ec590b89022075ce43768d8ef44b7be9580ce032509b44c085f0f66495845607a18cd3dea6b89c69bc2a18012705556f59288cd8653c3e5eca302 WHIRLPOOL 72250369fb2c90ba608e1da018cb6417b3089642c8ba59af9f2825ec5ba7c4e6c5d6f86140b20825817e4625727c6d58c5d38b00863c994e31c8a04927997bd3 +DIST xen-4.3.3-upstream-patches-0.tar.xz 7536 SHA256 b62613ef4aaf4978e25ffba11493cd01eb7515e4cfb13326bec7c52726e4acb4 SHA512 c7a1a421439455098bdf7c3561b3b932251a950534f40dcca0cbbf51854e379b997a6d0efdfc42389cddb8c8d0fd8e9215dc5c1d273a87bd903d0ce8d02cd609 WHIRLPOOL 6377a962c3ce07a8f23d58b89f0b0746cfd10db244162da6eb3a049b9098bacf621d9070f0358fae91f072cc72b2f6661c7b24b70de67527910f351b4278b0b0 DIST xen-4.3.3.tar.gz 16479922 SHA256 59eb0e1c4a1f66965fe56dcf27cdb5872bf7e0585b7f2e60bd7967ec7f744ebf SHA512 cd9b7199d2859a856c719b75ee50a059c480f7493bbc493bcc3701d20321bd6d83c6fe1dd58e7b37695639bccf15e6420fb52f7e699586e7750ea665e99f82fc WHIRLPOOL 17ee263cb2a4c7b37d399e8baa88dab5b01386959de9d481e8666340d486bc9f32d57d6e1cef1568009fe8dbb2437b9ad90c1bed832cdfedd4be3fe5bf0a7dec -DIST xen-4.4.1-upstream-patches-0.tar.xz 4920 SHA256 9a70dd707b7a85399b1cc9c8e2e3582b12c50cd62f0c2832272479f2cacf2dae SHA512 90e39340e13daed533d0fae257a5a959ec8a1fea096994f9e469d701056318e4c003c84f9439506dbf9605b7a2b55adfa5b4e59c4ae03ef96ea2ef6acee53c8f WHIRLPOOL dabc250eb5dcbda122ce41a40952bdc90f0490f515a45695e7102d658d19275263841c68d3a295e8bf4e7841c9982463bc5992e72060d9fca473eb0430f9b181 +DIST xen-4.4.1-upstream-patches-1.tar.xz 12472 SHA256 96bdb8696bca1de9b7b7963dbfe6d60cfb9db2751a5aa89a1abd57c48faa811d SHA512 a8c3a8c013571eebd12b8a633c3a4988d32579af693951883c8d81030d9bde0368cd8b8420c11f76c46f004c8651e94c2554959675632bf7db50b75bdbfc4fb6 WHIRLPOOL 7b3839c09481511e5482042510b5440496fb3096d965ed1c74aaf2288ad16d805fc0327933de3e56918e9e92f251d180ea4913b4a59be270530f4ec54acb5f02 DIST xen-4.4.1.tar.gz 18134427 SHA256 55b49d3c4575d7791275125ff87c0f86f1d1e0f7f2718b6fd1c4f88a9bc7ea25 SHA512 bcd577014f4e8cb37b934f17a4dfb6f12e72e865a9e553cc435fdbe6665c733a4d20a812bf126727eca0946188a6abbd9419579757d7e03a38059f3656371c1c WHIRLPOOL f29eab626729f36de3f2e2c6c8446da4a05085818e18c28f07fe364065e05f0af67602eeb988091df3027a844ad0ccd52b6a0ee86592c7ff6008f961b9bd4bcf diff --git a/app-emulation/xen/xen-4.2.5-r1.ebuild b/app-emulation/xen/xen-4.2.5-r1.ebuild new file mode 100644 index 000000000000..9c79a911d97f --- /dev/null +++ b/app-emulation/xen/xen-4.2.5-r1.ebuild @@ -0,0 +1,155 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r1.ebuild,v 1.1 2014/10/10 03:15:33 dlan Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +if [[ $PV == *9999 ]]; then + KEYWORDS="" + REPO="xen-unstable.hg" + EHG_REPO_URI="http://xenbits.xensource.com/${REPO}" + S="${WORKDIR}/${REPO}" + live_eclass="mercurial" +else + KEYWORDS="~amd64 ~x86" + UPSTREAM_VER=0 + GENTOO_VER= + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz" + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P}-gentoo-patches-${GENTOO_VER}.tar.xz" + SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz + ${UPSTREAM_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" +fi + +inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass} + +DESCRIPTION="The Xen virtual machine monitor" +HOMEPAGE="http://xen.org/" +LICENSE="GPL-2" +SLOT="0" +IUSE="custom-cflags debug efi flask pae xsm" + +DEPEND="${PYTHON_DEPS} + efi? ( >=sys-devel/binutils-2.22[multitarget] ) + !efi? ( >=sys-devel/binutils-2.22[-multitarget] )" +RDEPEND="" +PDEPEND="~app-emulation/xen-tools-${PV}" + +RESTRICT="test" + +# Approved by QA team in bug #144032 +QA_WX_LOAD="boot/xen-syms-${PV}" + +REQUIRED_USE=" + flask? ( xsm ) + " + +pkg_setup() { + python-any-r1_pkg_setup + if [[ -z ${XEN_TARGET_ARCH} ]]; then + if use x86 && use amd64; then + die "Confusion! Both x86 and amd64 are set in your use flags!" + elif use x86; then + export XEN_TARGET_ARCH="x86_32" + elif use amd64; then + export XEN_TARGET_ARCH="x86_64" + else + die "Unsupported architecture!" + fi + fi + + if use flask ; then + export "XSM_ENABLE=y" + export "FLASK_ENABLE=y" + elif use xsm ; then + export "XSM_ENABLE=y" + fi +} + +src_prepare() { + # Upstream's patchset + if [[ -n ${UPSTREAM_VER} ]]; then + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_OPTS="-p1" \ + epatch "${WORKDIR}"/patches-upstream + fi + + # Gentoo's patchset + if [[ -n ${GENTOO_VER} ]]; then + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + epatch "${WORKDIR}"/patches-gentoo + fi + + # Drop .config and fix gcc-4.6 + epatch "${FILESDIR}"/${PN/-pvgrub/}-4-fix_dotconfig-gcc.patch + + if use efi; then + epatch "${FILESDIR}"/${PN}-4.2-efi.patch + export EFI_VENDOR="gentoo" + export EFI_MOUNTPOINT="boot" + fi + + # if the user *really* wants to use their own custom-cflags, let them + if use custom-cflags; then + einfo "User wants their own CFLAGS - removing defaults" + # try and remove all the default custom-cflags + find "${S}" -name Makefile -o -name Rules.mk -o -name Config.mk -exec sed \ + -e 's/CFLAGS\(.*\)=\(.*\)-O3\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-march=i686\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-fomit-frame-pointer\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-g3*\s\(.*\)/CFLAGS\1=\2 \3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \ + -i {} \; || die "failed to re-set custom-cflags" + fi + + # not strictly necessary to fix this + sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py" + + epatch_user +} + +src_configure() { + use debug && myopt="${myopt} debug=y" + use pae && myopt="${myopt} pae=y" + + if use custom-cflags; then + filter-flags -fPIE -fstack-protector + replace-flags -O3 -O2 + else + unset CFLAGS + fi +} + +src_compile() { + # Send raw LDFLAGS so that --as-needed works + emake CC="$(tc-getCC)" LDFLAGS="$(raw-ldflags)" LD="$(tc-getLD)" -C xen ${myopt} +} + +src_install() { + local myopt + use debug && myopt="${myopt} debug=y" + use pae && myopt="${myopt} pae=y" + + # The 'make install' doesn't 'mkdir -p' the subdirs + if use efi; then + mkdir -p "${D}"${EFI_MOUNTPOINT}/efi/${EFI_VENDOR} || die + fi + + emake LDFLAGS="$(raw-ldflags)" DESTDIR="${D}" -C xen ${myopt} install +} + +pkg_postinst() { + elog "Official Xen Guide and the unoffical wiki page:" + elog " http://www.gentoo.org/doc/en/xen-guide.xml" + elog " http://en.gentoo-wiki.com/wiki/Xen/" + + use pae && ewarn "This is a PAE build of Xen. It will *only* boot PAE kernels!" + use efi && einfo "The efi executable is installed in boot/efi/gentoo" +} diff --git a/app-emulation/xen/xen-4.3.3-r1.ebuild b/app-emulation/xen/xen-4.3.3-r1.ebuild new file mode 100644 index 000000000000..e36cd56eddaa --- /dev/null +++ b/app-emulation/xen/xen-4.3.3-r1.ebuild @@ -0,0 +1,151 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.3-r1.ebuild,v 1.1 2014/10/10 03:15:33 dlan Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +if [[ $PV == *9999 ]]; then + KEYWORDS="" + REPO="xen-unstable.hg" + EHG_REPO_URI="http://xenbits.xensource.com/${REPO}" + S="${WORKDIR}/${REPO}" + live_eclass="mercurial" +else + # Set to match entry in stable 4.3.1-r1, Bug 493944 + KEYWORDS="~amd64 -x86" + UPSTREAM_VER=0 + GENTOO_VER= + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz" + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P}-gentoo-patches-${GENTOO_VER}.tar.xz" + SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz + ${UPSTREAM_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" +fi + +inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass} + +DESCRIPTION="The Xen virtual machine monitor" +HOMEPAGE="http://xen.org/" +LICENSE="GPL-2" +SLOT="0" +IUSE="custom-cflags debug efi flask xsm" + +DEPEND="${PYTHON_DEPS} + efi? ( >=sys-devel/binutils-2.22[multitarget] ) + !efi? ( >=sys-devel/binutils-2.22[-multitarget] )" +RDEPEND="" +PDEPEND="~app-emulation/xen-tools-${PV}" + +RESTRICT="test" + +# Approved by QA team in bug #144032 +QA_WX_LOAD="boot/xen-syms-${PV}" + +REQUIRED_USE="flask? ( xsm )" + +pkg_setup() { + python-any-r1_pkg_setup + if [[ -z ${XEN_TARGET_ARCH} ]]; then + if use x86 && use amd64; then + die "Confusion! Both x86 and amd64 are set in your use flags!" + elif use x86; then + export XEN_TARGET_ARCH="x86_32" + elif use amd64; then + export XEN_TARGET_ARCH="x86_64" + else + die "Unsupported architecture!" + fi + fi + + if use flask ; then + export "XSM_ENABLE=y" + export "FLASK_ENABLE=y" + elif use xsm ; then + export "XSM_ENABLE=y" + fi +} + +src_prepare() { + # Upstream's patchset + if [[ -n ${UPSTREAM_VER} ]]; then + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_OPTS="-p1" \ + epatch "${WORKDIR}"/patches-upstream + fi + + # Gentoo's patchset + if [[ -n ${GENTOO_VER} ]]; then + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + epatch "${WORKDIR}"/patches-gentoo + fi + + # Drop .config and fix gcc-4.6 + epatch "${FILESDIR}"/${PN/-pvgrub/}-4.3-fix_dotconfig-gcc.patch + + if use efi; then + epatch "${FILESDIR}"/${PN}-4.2-efi.patch + export EFI_VENDOR="gentoo" + export EFI_MOUNTPOINT="boot" + fi + + # if the user *really* wants to use their own custom-cflags, let them + if use custom-cflags; then + einfo "User wants their own CFLAGS - removing defaults" + # try and remove all the default custom-cflags + find "${S}" -name Makefile -o -name Rules.mk -o -name Config.mk -exec sed \ + -e 's/CFLAGS\(.*\)=\(.*\)-O3\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-march=i686\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-fomit-frame-pointer\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-g3*\s\(.*\)/CFLAGS\1=\2 \3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \ + -i {} \; || die "failed to re-set custom-cflags" + fi + + # not strictly necessary to fix this + sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py" + + epatch_user +} + +src_configure() { + use debug && myopt="${myopt} debug=y" + + if use custom-cflags; then + filter-flags -fPIE -fstack-protector + replace-flags -O3 -O2 + else + unset CFLAGS + fi +} + +src_compile() { + # Send raw LDFLAGS so that --as-needed works + emake V=1 CC="$(tc-getCC)" LDFLAGS="$(raw-ldflags)" LD="$(tc-getLD)" -C xen ${myopt} +} + +src_install() { + local myopt + use debug && myopt="${myopt} debug=y" + + # The 'make install' doesn't 'mkdir -p' the subdirs + if use efi; then + mkdir -p "${D}"${EFI_MOUNTPOINT}/efi/${EFI_VENDOR} || die + fi + + emake LDFLAGS="$(raw-ldflags)" DESTDIR="${D}" -C xen ${myopt} install +} + +pkg_postinst() { + elog "Official Xen Guide and the unoffical wiki page:" + elog " http://www.gentoo.org/doc/en/xen-guide.xml" + elog " http://en.gentoo-wiki.com/wiki/Xen/" + + use efi && einfo "The efi executable is installed in boot/efi/gentoo" +} diff --git a/app-emulation/xen/xen-4.4.1-r1.ebuild b/app-emulation/xen/xen-4.4.1-r2.ebuild similarity index 98% rename from app-emulation/xen/xen-4.4.1-r1.ebuild rename to app-emulation/xen/xen-4.4.1-r2.ebuild index 2236ca472be1..7a50b3424020 100644 --- a/app-emulation/xen/xen-4.4.1-r1.ebuild +++ b/app-emulation/xen/xen-4.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.4.1-r1.ebuild,v 1.1 2014/09/11 13:41:25 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.4.1-r2.ebuild,v 1.1 2014/10/10 03:15:33 dlan Exp $ EAPI=5 @@ -15,7 +15,7 @@ if [[ $PV == *9999 ]]; then live_eclass="git-2" else KEYWORDS="~amd64 ~arm -x86" - UPSTREAM_VER=0 + UPSTREAM_VER=1 GENTOO_VER= [[ -n ${UPSTREAM_VER} ]] && \ diff --git a/app-mobilephone/obexftp/metadata.xml b/app-mobilephone/obexftp/metadata.xml index 7874e200a24e..4538a68724a6 100644 --- a/app-mobilephone/obexftp/metadata.xml +++ b/app-mobilephone/obexftp/metadata.xml @@ -2,5 +2,4 @@ maintainer-needed@gentoo.org -File transfer over OBEX for mobile phones. diff --git a/app-portage/g-cpan/Manifest b/app-portage/g-cpan/Manifest index 104ce80a0a84..6cdf69bffa84 100644 --- a/app-portage/g-cpan/Manifest +++ b/app-portage/g-cpan/Manifest @@ -1,2 +1 @@ -DIST g-cpan-0.16.4.tar.gz 33641 SHA256 e37a84ee8a959fe42468a4cfeafe6011a8e801fa93f6690dffe813bc46c00613 SHA512 1f9c042bc94af4694e6064a5560a1355e059599ba80b4f122f7282b685f30237ee1849e7e40c6e5c80049a90c4ec9412b302f1675cc923c767c51a1d7d1a83a5 WHIRLPOOL 5009afaee17f4830670c26c7e7c9db9c8b4bc1e65724d88a8b52854e684c589ceb99d49613cc72a47d31816c151361aff49842add6830144c3dcbdbc91f4ddab DIST g-cpan-0.16.5.tar.gz 33894 SHA256 929c06ee2cdd3361121b6f359ea7fc9201bc42caff96ef1df45b4cb93ccfd988 SHA512 f2eab23281abe567ee2df42895e3f0783228c6ab5e3a8230089e900fd2700367d736299da20fb228f2d4542491a24da05fd035a81aff7d79ce5132e35c48ad0b WHIRLPOOL 01e0b9fc59264455d57fc64c432e683ae941c74d6efa6e2b3430dea6caac019cfad3e893a4b39de4386a3dadadecf95d828a9fbaa8e8b1260303081e2cc6ce65 diff --git a/app-portage/g-cpan/files/g-cpan-0.16.4-misc.patch b/app-portage/g-cpan/files/g-cpan-0.16.4-misc.patch deleted file mode 100644 index edbedd239df7..000000000000 --- a/app-portage/g-cpan/files/g-cpan-0.16.4-misc.patch +++ /dev/null @@ -1,40 +0,0 @@ -Index: g-cpan-0.16.4/lib/Gentoo/CPAN.pm -=================================================================== ---- g-cpan-0.16.4.orig/lib/Gentoo/CPAN.pm -+++ g-cpan-0.16.4/lib/Gentoo/CPAN.pm -@@ -11,7 +11,6 @@ use YAML::Node; - use Memoize; - use Cwd qw(getcwd abs_path cwd); - use File::Basename; --use Shell qw(perl); - - memoize('transformCPAN'); - memoize('FindDeps'); -@@ -197,12 +196,12 @@ sub unpackModule { - - # If we have a Makefile.PL, run it to generate Makefile - if ( -f "Makefile.PL" ) { -- perl("Makefile.PL",'new( - file => $file, diff --git a/app-portage/g-cpan/g-cpan-0.16.4-r1.ebuild b/app-portage/g-cpan/g-cpan-0.16.4-r1.ebuild deleted file mode 100644 index 8452dbd43fce..000000000000 --- a/app-portage/g-cpan/g-cpan-0.16.4-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.16.4-r1.ebuild,v 1.12 2013/03/01 19:33:29 ago Exp $ - -EAPI=4 - -inherit perl-module - -DESCRIPTION="g-cpan: generate and install CPAN modules using portage" -HOMEPAGE="http://www.gentoo.org/proj/en/perl/g-cpan.xml" -SRC_URI="mirror://gentoo/${P}.tar.gz - http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="dev-lang/perl - >=dev-perl/yaml-0.60 - dev-perl/Shell-EnvImporter - dev-perl/Log-Agent" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-misc.patch -} - -src_install() { - perl-module_src_install - diropts "-m0755" - dodir "/var/tmp/g-cpan" - keepdir "/var/tmp/g-cpan" - dodir "/var/log/g-cpan" - keepdir "/var/log/g-cpan" -} - -pkg_postinst() { - elog "You may wish to adjust the permissions on /var/tmp/g-cpan" - elog "if you have users besides root expecting to use g-cpan." - elog "Please note that some CPAN packages need additional manual" - elog "parameters or tweaking, due to bugs in their build systems." -} diff --git a/app-text/wgetpaste/wgetpaste-2.25-r3.ebuild b/app-text/wgetpaste/wgetpaste-2.25-r3.ebuild index bfe8829e0152..0ff0e0d6f629 100644 --- a/app-text/wgetpaste/wgetpaste-2.25-r3.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.25-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.25-r3.ebuild,v 1.1 2014/10/09 15:45:45 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.25-r3.ebuild,v 1.2 2014/10/10 07:30:17 jer Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DEPEND="" diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest index efcfcbed9a57..207ff48d5e81 100644 --- a/dev-db/mariadb/Manifest +++ b/dev-db/mariadb/Manifest @@ -1,6 +1,8 @@ DIST mariadb-10.0.12.tar.gz 51100726 SHA256 612bc7360997173d536b79d744e8418d3910924775cbb0614d0843d609be162d SHA512 09d14df652d7ddbfc42b7faa6743e85b013db258e9b3d29b27ca6f01f6b017a03425a900b29b4907e348195da01b59686dce8346371bab4bcd5dcf6778f7ee50 WHIRLPOOL 37808855569961d108f133d40bd7774cfed386289e5923f7c28369056fb1eb6a6d40d02248a214982c7c7d3d0740e2403b1ce3fb41b1b7b628a0ee081999ebd1 DIST mariadb-10.0.14.tar.gz 51156364 SHA256 ac0eca4ebb278aa304236bf6dbd5e8c9cf285431333f1379051c231c08e2e31d SHA512 9bb4466f4a71dd85e5811c3117208a6687815b60075beca341c281f5f919b7d6007d2c706f6916d135c7d1d4b02d57f7afb4d97cfac36a61195d994f8a269f17 WHIRLPOOL 3b1e76bc2f3f668bb73cc4159fc09d1757cb32555ea5a0e40a12112cdf101d0be01d93384e4e28a5247f1ea6e0811ed0582325bcd2e37f253cf79fe2d195ee35 DIST mariadb-5.5.39.tar.gz 45084762 SHA256 cb850865ab55ce5f01c99a612cc75b76ead5d75adfa75a606f453d32f9089d14 SHA512 a16685dce416449da5e004eaacc2e33d45ba437d91a117ef6c44c09f19186cafe626a87d25ebc67cbf08c0d57d61a3622dd9df9004c541a7bc46be82642b5a67 WHIRLPOOL d1c3efdb2ff4de1830e8d5f03709b7c7a1e037a07902fce3253473a241b62f15b3ccb54896e4ca048ecd952acc84577cfc0788632a2c4aa77694f86fe48f1089 +DIST mariadb-5.5.40.tar.gz 44745240 SHA256 cbde17f4a31483143490def6fcce33310ebae49eafe92dc4ada0e7227202415a SHA512 178b77d95bcd72bd8ec7840e77a6c7156379d676ff65eeb9a9f58897c4476f2dcd8f390ddaf12471d836f0224d7dec3aebeaa6fd1589ffae071f1eba4ed60eac WHIRLPOOL 1c6462b73c9ed8a5c7a16d327e066c92280a61ccfe28e5b28ea274fa711df4ae5cc06d7dbab3fa1b225c255ddaa4bbb4dfe71906a6e5ac72de5d550581935213 DIST mysql-extras-20140729-2200Z.tar.bz2 1494219 SHA256 28363c7ba1893677911451e7f05402a31afc0ed0a48ea1b7cf1915ae1be81e20 SHA512 d90e104b3e73af5589eb32ddbcf9098ad9d69898b55d4d662ebc9578f0281e87fef6b5adb6cdc33fa19a04bf066e01121ead2e6a2bffa0d44ffc10b895392a1c WHIRLPOOL 531a9e08f9231bfcd758bbe8d5b6d5968bd2cfce9c70bc8c15517f497606322da7cffbecd77a0cabd837c3c0ba4f2381a569d583f2fa5ecb14e95a367a93ee11 DIST mysql-extras-20140817-2320Z.tar.bz2 1495153 SHA256 9a32dcc646c86cb8f9a941f4da6fd9fc183c0bd60faf47331d465e422ff7b8ac SHA512 d4eb8451a894206cc2d1f3431f6106a910495d357cc07b4e6088b545fc39a995a1d230a307467da73c8c6b11efa0eda634150e09a486a9c53fb063c7fa8d9bbc WHIRLPOOL f57573e6d3ca9f37c666848f07f65f963ed70cfe4e3408730e96be68073251a7611cad068c1d84a5fbfe42ee7c5f9e161d7962dcf591e6eae856ef1cfd286e9f DIST mysql-extras-20140924-1913Z.tar.bz2 1494659 SHA256 958114bbe5fe21220f27b478c67a9ad3edd8d88fc58b528c6e7b5cf20e46dabb SHA512 b5fc435804b5843ecb9e522dbc8c6b5d2bb9bc8a7c39633032aaf566f2a2488fc6c0017a92dd6db95db6c14d06d25c43a67fb2387818a0060611c3c811491037 WHIRLPOOL a6a3b1953180923882de75d2e15cdbbf29f42c90947c88e1b29ceee3a2d8094eb5ee015ce2f38b13dbb84d52120be9e867618c90b655ffeec10d32947ce625d0 +DIST mysql-extras-20141009-1450Z.tar.bz2 1493940 SHA256 e19856db9b48305eaa61241ec0dd15d185feb8fd3400a29d5e52f72230dcb62f SHA512 5052ce06e72468058894cc8a8b6f5af668c92ccfa79801ae2fcb05f52f3a1d2e5d2776905952378b94e5ef5096c5e9d59a9efa0979f968770cd85a332df418cd WHIRLPOOL d997bfc7188560e53a7d534299b2631517e601028defb538a7c4108b2170328239497c8c849af2cc5e4994517b3bb2ee0cd595d173089074b002468b46effc3d diff --git a/dev-db/mariadb/mariadb-5.5.40.ebuild b/dev-db/mariadb/mariadb-5.5.40.ebuild new file mode 100644 index 000000000000..bff94334d1ee --- /dev/null +++ b/dev-db/mariadb/mariadb-5.5.40.ebuild @@ -0,0 +1,118 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.5.40.ebuild,v 1.1 2014/10/09 18:57:17 grknight Exp $ + +EAPI="5" +MY_EXTRAS_VER="20141009-1450Z" + +# Build system +BUILD="cmake" + +inherit toolchain-funcs mysql-v2 +# only to make repoman happy. it is really set in the eclass +IUSE="$IUSE" + +# REMEMBER: also update eclass/mysql*.eclass before committing! +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + +# When MY_EXTRAS is bumped, the index should be revised to exclude these. +EPATCH_EXCLUDE='' + +DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )" +RDEPEND="${RDEPEND}" + +# Please do not add a naive src_unpack to this ebuild +# If you want to add a single patch, copy the ebuild to an overlay +# and create your own mysql-extras tarball, looking at 000_index.txt + +# Official test instructions: +# USE='-cluster embedded extraengine perl ssl static-libs community' \ +# FEATURES='test userpriv -usersandbox' \ +# ebuild mariadb-X.X.XX.ebuild \ +# digest clean package +src_test() { + + local TESTDIR="${CMAKE_BUILD_DIR}/mysql-test" + local retstatus_unit + local retstatus_tests + + # Bug #213475 - MySQL _will_ object strenously if your machine is named + # localhost. Also causes weird failures. + [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost" + + if ! use "minimal" ; then + + if [[ $UID -eq 0 ]]; then + die "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root." + fi + has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox" + + einfo ">>> Test phase [test]: ${CATEGORY}/${PF}" + addpredict /this-dir-does-not-exist/t9.MYI + + # Run CTest (test-units) + cmake-utils_src_test + retstatus_unit=$? + [[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed" + + # Ensure that parallel runs don't die + export MTR_BUILD_THREAD="$((${RANDOM} % 100))" + # Enable parallel testing, auto will try to detect number of cores + # You may set this by hand. + # The default maximum is 8 unless MTR_MAX_PARALLEL is increased + export MTR_PARALLEL="${MTR_PARALLEL:-auto}" + + # create directories because mysqladmin might right out of order + mkdir -p "${T}"/var-tests{,/log} + + # create symlink for the tests to find mysql_tzinfo_to_sql + ln -s "${CMAKE_BUILD_DIR}/sql/mysql_tzinfo_to_sql" "${S}/sql/" + + # These are failing in MariaDB 5.5 for now and are believed to be + # false positives: + # + # main.information_schema, binlog.binlog_statement_insert_delayed, + # main.mysqld--help, funcs_1.is_triggers, funcs_1.is_tables_mysql, + # funcs_1.is_columns_mysql + # fails due to USE=-latin1 / utf8 default + # + # main.mysql_client_test, main.mysql_client_test_nonblock: + # segfaults at random under Portage only, suspect resource limits. + # + + for t in main.mysql_client_test main.mysql_client_test_nonblock \ + binlog.binlog_statement_insert_delayed main.information_schema \ + main.mysqld--help \ + funcs_1.is_triggers funcs_1.is_tables_mysql funcs_1.is_columns_mysql ; do + mysql-v2_disable_test "$t" "False positives in Gentoo" + done + + # Run mysql tests + pushd "${TESTDIR}" + + # run mysql-test tests + perl mysql-test-run.pl --force --vardir="${T}/var-tests" \ + --testcase-timeout=30 + retstatus_tests=$? + [[ $retstatus_tests -eq 0 ]] || eerror "tests failed" + has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox" + + popd + + # Cleanup is important for these testcases. + pkill -9 -f "${S}/ndb" 2>/dev/null + pkill -9 -f "${S}/sql" 2>/dev/null + + failures="" + [[ $retstatus_unit -eq 0 ]] || failures="${failures} test-unit" + [[ $retstatus_tests -eq 0 ]] || failures="${failures} tests" + has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox" + + [[ -z "$failures" ]] || die "Test failures: $failures" + einfo "Tests successfully completed" + + else + + einfo "Skipping server tests due to minimal build." + fi +} diff --git a/dev-db/postgresql-base/Manifest b/dev-db/postgresql-base/Manifest index f6346438676d..c3932ffad6f8 100644 --- a/dev-db/postgresql-base/Manifest +++ b/dev-db/postgresql-base/Manifest @@ -7,6 +7,7 @@ DIST postgresql-9.2.9.tar.bz2 16269349 SHA256 94ec6d330f125b6fc725741293073b07d7 DIST postgresql-9.3.5.tar.bz2 16727725 SHA256 14176ffb1f90a189e7626214365be08ea2bfc26f26994bafb4235be314b9b4b0 SHA512 a49bc8ea7635be5082044f5ebd6b81de7198583aedb072dffec8425521af90f2cb8e9f6e7b55b361ff24cbebc0670afefe365e8f5b80b8248ddf492b8092a746 WHIRLPOOL 15baa94b42f14bb815f84cc2009c018f68dcf26e0adf3e9550db2939e601df4ef817eccb029fea796446e6a16c22829c323a92f1f3f1c5276a387b81e3b29d24 DIST postgresql-9.4beta1.tar.bz2 17216572 SHA256 0e088eff79bb5171b2233222a25d7a2906eaf62aa86266daf6ec5217b1797f47 SHA512 aa46e9132d303f4be775fecc3b8a13caf7ffc7b44566b9de6a5f3850c9ce58cd6c6e111f4d50be7cbe23f83b75e623c3161cc1b15797542d9dfa9e40884ac681 WHIRLPOOL e6daae50b784301d5ab78f609e900ed94c190aaa7f0fc81dbf6fa612baccd24f64a5d36a6beb54df0aac7b2c79f4ff1e0bfccdfaac89e4ce1755bba4122b241b DIST postgresql-9.4beta2.tar.bz2 17271387 SHA256 567406cf58386917916d8ef7ac892bf79e98742cd16909bb00fc920dd31a388c SHA512 ab8bac10508c8e5508cf68102e53e3fe1e0fbfbdb024d042ae7fc8ab801e47bb623716ed662da4614d4e938e5913cfb5d665018297e27b4d33851bb0f61adde8 WHIRLPOOL 8ab9a8ca218394ed658c981c4321885355c6803da78e93ba1dd6410f7d4f570688fa88a91f8516c6849cc0dd9d73e32021688fe088263f315955499f35d08659 +DIST postgresql-9.4beta3.tar.bz2 17355677 SHA256 5ad1d86a5b9a70d5c153dd862b306a930c6cf67fb4a3f00813eef19fabe6aa5d SHA512 a9226edf2af0f0c147c2a3ec74d0007dd7161b491b767fe1511e1303916693610ddbde9fb7862e3b052c3605de91d732c53833642c88891b2eaa390436b61ba6 WHIRLPOOL dffc24a51e55cd6be3bc5fad3238abcb20690eb0cb8068995ded371a163161b37b1bb118854e190356d02325ed8f183ee7c58ddc59efb5cddf0351699b46fcf9 DIST postgresql-patches-8.4-r3.tbz2 4821 SHA256 f2c47ff5cf6af20020c87bc34362615af66675d7d44dd020ccfae425880e1ace SHA512 149434a1a55f130b91b87591ac6bbbd263893e90facfdc47418320561a91cb818dea6367af5b8afbb6c9cccea6053692ee3008c62cbe40e8819c7cac04389334 WHIRLPOOL 30d5945bd65e07f114d8ee27bcbc1dc7ae136a2b5a1f62ec44aad325208dc8387ae11f58c21ebf1447822b35fe35b79d64c86cf763e146dc9c2b5da7dc883d47 DIST postgresql-patches-9.0-r4.tbz2 4525 SHA256 96f9af00dea1c33f9c77754e8ee37334012b8098361c321bd3f562ca9c32f6b8 SHA512 1e792eaf1e194e7a109a860216de98929bc12e6905846524e795fed7e8506f8f0e2e7349ead4fd9ba196c8eb6af2f5b143d0eecdb4cb7061253257acbce37873 WHIRLPOOL 8a32c0cd7f6b845496df8d1f6a0b2497625c0da36c5af1d651be086e9cd4faec48b56b04dca894a0e43e91309868db3014213d9989da5fd1d52d5b3775f8c1ad DIST postgresql-patches-9.1-r2.tbz2 4552 SHA256 e33a684be93d2bf70566245601da5ea3f831f4ed4b2ff1fa91f8083be3d3bc21 SHA512 3154616884615fea9e826f347e32b89bbddf18256875b3a23b1b6b5d9c0a1bf6159230ab0c6c6245782987d12156ecaa8e51ab1d25a27b5bae7f72cd565784af WHIRLPOOL 8820ea3a96b31baf3b3294c56ed95c9d2d916fdf9584fef38a0b6299b292883af6dda93e4818af09d1ab4b4d66dde258beb56ab2121bb48adbd806f7038b5b82 diff --git a/dev-db/postgresql-base/postgresql-base-9.4_beta3.ebuild b/dev-db/postgresql-base/postgresql-base-9.4_beta3.ebuild new file mode 100644 index 000000000000..7f3b44e68ca0 --- /dev/null +++ b/dev-db/postgresql-base/postgresql-base-9.4_beta3.ebuild @@ -0,0 +1,168 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.4_beta3.ebuild,v 1.1 2014/10/10 04:24:46 patrick Exp $ + +EAPI="5" + +PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4}} ) +WANT_AUTOMAKE="none" + +inherit autotools eutils flag-o-matic multilib prefix python-single-r1 versionator + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" + +MY_PV=${PV/_/} +SLOT="$(get_version_component_range 1-2)" +S="${WORKDIR}/postgresql-${MY_PV}" +SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2 + http://dev.gentoo.org/~patrick/postgresql-patches-${SLOT}.tbz2" + +LICENSE="POSTGRESQL" +DESCRIPTION="PostgreSQL libraries and clients" +HOMEPAGE="http://www.postgresql.org/" + +# No tests to be done for clients and libraries +RESTRICT="test" + +LINGUAS="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN zh_TW" +IUSE="doc kerberos ldap nls pam pg_legacytimestamp python readline ssl threads zlib" + +for lingua in ${LINGUAS} ; do + IUSE+=" linguas_${lingua}" +done + +wanted_languages() { + local enable_langs + + for lingua in ${LINGUAS} ; do + use linguas_${lingua} && enable_langs+="${lingua} " + done + + echo -n ${enable_langs} +} + +RDEPEND=" +>=app-admin/eselect-postgresql-1.2.0 +sys-apps/less +virtual/libintl +kerberos? ( virtual/krb5 ) +ldap? ( net-nds/openldap ) +pam? ( virtual/pam ) +python? ( ${PYTHON_DEPS} ) +readline? ( sys-libs/readline ) +ssl? ( >=dev-libs/openssl-0.9.6-r1 ) +zlib? ( sys-libs/zlib ) +" + +DEPEND="${RDEPEND} +!! \ + "${ED}/etc/eselect/postgresql/slots/${SLOT}/base" + + keepdir /etc/postgresql-${SLOT} +} + +pkg_postinst() { + postgresql-config update + + elog "If you need a global psqlrc-file, you can place it in:" + elog " ${EROOT%/}/etc/postgresql-${SLOT}/" +} + +pkg_postrm() { + postgresql-config update +} diff --git a/dev-db/postgresql-docs/Manifest b/dev-db/postgresql-docs/Manifest index 383fd8fe6247..426c2811778e 100644 --- a/dev-db/postgresql-docs/Manifest +++ b/dev-db/postgresql-docs/Manifest @@ -7,3 +7,4 @@ DIST postgresql-9.2.9.tar.bz2 16269349 SHA256 94ec6d330f125b6fc725741293073b07d7 DIST postgresql-9.3.5.tar.bz2 16727725 SHA256 14176ffb1f90a189e7626214365be08ea2bfc26f26994bafb4235be314b9b4b0 SHA512 a49bc8ea7635be5082044f5ebd6b81de7198583aedb072dffec8425521af90f2cb8e9f6e7b55b361ff24cbebc0670afefe365e8f5b80b8248ddf492b8092a746 WHIRLPOOL 15baa94b42f14bb815f84cc2009c018f68dcf26e0adf3e9550db2939e601df4ef817eccb029fea796446e6a16c22829c323a92f1f3f1c5276a387b81e3b29d24 DIST postgresql-9.4beta1.tar.bz2 17216572 SHA256 0e088eff79bb5171b2233222a25d7a2906eaf62aa86266daf6ec5217b1797f47 SHA512 aa46e9132d303f4be775fecc3b8a13caf7ffc7b44566b9de6a5f3850c9ce58cd6c6e111f4d50be7cbe23f83b75e623c3161cc1b15797542d9dfa9e40884ac681 WHIRLPOOL e6daae50b784301d5ab78f609e900ed94c190aaa7f0fc81dbf6fa612baccd24f64a5d36a6beb54df0aac7b2c79f4ff1e0bfccdfaac89e4ce1755bba4122b241b DIST postgresql-9.4beta2.tar.bz2 17271387 SHA256 567406cf58386917916d8ef7ac892bf79e98742cd16909bb00fc920dd31a388c SHA512 ab8bac10508c8e5508cf68102e53e3fe1e0fbfbdb024d042ae7fc8ab801e47bb623716ed662da4614d4e938e5913cfb5d665018297e27b4d33851bb0f61adde8 WHIRLPOOL 8ab9a8ca218394ed658c981c4321885355c6803da78e93ba1dd6410f7d4f570688fa88a91f8516c6849cc0dd9d73e32021688fe088263f315955499f35d08659 +DIST postgresql-9.4beta3.tar.bz2 17355677 SHA256 5ad1d86a5b9a70d5c153dd862b306a930c6cf67fb4a3f00813eef19fabe6aa5d SHA512 a9226edf2af0f0c147c2a3ec74d0007dd7161b491b767fe1511e1303916693610ddbde9fb7862e3b052c3605de91d732c53833642c88891b2eaa390436b61ba6 WHIRLPOOL dffc24a51e55cd6be3bc5fad3238abcb20690eb0cb8068995ded371a163161b37b1bb118854e190356d02325ed8f183ee7c58ddc59efb5cddf0351699b46fcf9 diff --git a/dev-db/postgresql-docs/postgresql-docs-9.4_beta3.ebuild b/dev-db/postgresql-docs/postgresql-docs-9.4_beta3.ebuild new file mode 100644 index 000000000000..5e21e2f567e5 --- /dev/null +++ b/dev-db/postgresql-docs/postgresql-docs-9.4_beta3.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-docs/postgresql-docs-9.4_beta3.ebuild,v 1.1 2014/10/10 04:25:29 patrick Exp $ + +EAPI="4" + +inherit versionator + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" + +RESTRICT="test" + +DESCRIPTION="PostgreSQL documentation" +HOMEPAGE="http://www.postgresql.org/" +LICENSE="POSTGRESQL" + +SLOT="$(get_version_component_range 1-2)" + +# Comment the following four lines when not a beta or rc. +MY_PV="${PV//_}" +#MY_FILE_PV="${SLOT}$(get_version_component_range 4)" +S="${WORKDIR}/postgresql-${MY_PV}" +SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2" + +# Comment the following two lines when a beta or rc. +#S="${WORKDIR}/postgresql-${PV}" +#SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2" + +IUSE="" + +DEPEND="" +RDEPEND="" + +src_unpack() { + tar xjf "${DISTDIR}/${A}" -C "${WORKDIR}" "${A%.tar.bz2}/doc" +} + +src_install() { + # Don't use ${PF} here as three packages + # (dev-db/postgresql-{docs,base,server}) have the same set of docs. + local mypath=/usr/share/doc/postgresql-${SLOT} + + cd "${S}/doc" + + insinto ${mypath}/html + doins src/sgml/html/* + + insinto ${mypath}/sgml + doins src/sgml/*.{sgml,dsl} + + insinto ${mypath}/sgml/ref + doins src/sgml/ref/*.sgml + + fowners root:0 -R ${mypath} + + dodir /etc/eselect/postgresql/slots/${SLOT} + echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \ + "${ED}/etc/eselect/postgresql/slots/${SLOT}/docs" +} diff --git a/dev-db/postgresql-server/Manifest b/dev-db/postgresql-server/Manifest index ae03d90aef95..34973fd73b88 100644 --- a/dev-db/postgresql-server/Manifest +++ b/dev-db/postgresql-server/Manifest @@ -7,6 +7,7 @@ DIST postgresql-9.2.9.tar.bz2 16269349 SHA256 94ec6d330f125b6fc725741293073b07d7 DIST postgresql-9.3.5.tar.bz2 16727725 SHA256 14176ffb1f90a189e7626214365be08ea2bfc26f26994bafb4235be314b9b4b0 SHA512 a49bc8ea7635be5082044f5ebd6b81de7198583aedb072dffec8425521af90f2cb8e9f6e7b55b361ff24cbebc0670afefe365e8f5b80b8248ddf492b8092a746 WHIRLPOOL 15baa94b42f14bb815f84cc2009c018f68dcf26e0adf3e9550db2939e601df4ef817eccb029fea796446e6a16c22829c323a92f1f3f1c5276a387b81e3b29d24 DIST postgresql-9.4beta1.tar.bz2 17216572 SHA256 0e088eff79bb5171b2233222a25d7a2906eaf62aa86266daf6ec5217b1797f47 SHA512 aa46e9132d303f4be775fecc3b8a13caf7ffc7b44566b9de6a5f3850c9ce58cd6c6e111f4d50be7cbe23f83b75e623c3161cc1b15797542d9dfa9e40884ac681 WHIRLPOOL e6daae50b784301d5ab78f609e900ed94c190aaa7f0fc81dbf6fa612baccd24f64a5d36a6beb54df0aac7b2c79f4ff1e0bfccdfaac89e4ce1755bba4122b241b DIST postgresql-9.4beta2.tar.bz2 17271387 SHA256 567406cf58386917916d8ef7ac892bf79e98742cd16909bb00fc920dd31a388c SHA512 ab8bac10508c8e5508cf68102e53e3fe1e0fbfbdb024d042ae7fc8ab801e47bb623716ed662da4614d4e938e5913cfb5d665018297e27b4d33851bb0f61adde8 WHIRLPOOL 8ab9a8ca218394ed658c981c4321885355c6803da78e93ba1dd6410f7d4f570688fa88a91f8516c6849cc0dd9d73e32021688fe088263f315955499f35d08659 +DIST postgresql-9.4beta3.tar.bz2 17355677 SHA256 5ad1d86a5b9a70d5c153dd862b306a930c6cf67fb4a3f00813eef19fabe6aa5d SHA512 a9226edf2af0f0c147c2a3ec74d0007dd7161b491b767fe1511e1303916693610ddbde9fb7862e3b052c3605de91d732c53833642c88891b2eaa390436b61ba6 WHIRLPOOL dffc24a51e55cd6be3bc5fad3238abcb20690eb0cb8068995ded371a163161b37b1bb118854e190356d02325ed8f183ee7c58ddc59efb5cddf0351699b46fcf9 DIST postgresql-initscript-2.4.tbz2 2604 SHA256 4f17a2a26ec078b7f73d2b5fa7338402829fe195676d6c3f2cda6cd75c3d1e23 SHA512 2e92bb4f2ddbdfbafa9a6451ebf8be121cf66b7731c42c61f9978a4a896e7d8987fc3b2e5c6feef22a5f7b5759c3456c91e1869ba30019f71ed6b6088adf955e WHIRLPOOL 6df5d827a9fc2d78084d5c300fefa767f87af4a6918abefeea99396ecdace8966ee2c2b4f2276454a3f77df64ec7522aeb2cc1fcac8e321d091f60cc1071a13f DIST postgresql-initscript-2.6.tbz2 3499 SHA256 0ab0e175a2ed735c330fd2e1c659c1130ae7217fea8d3804d5b5eb74c68ddac1 SHA512 b5c8add696b755e422db4b419c3aa8078b8f3b63e15ad2d100c8f81e654c02eee6c1971a7129d72de201afacdc72dcc50674b79e054be81d575ae1339b2e239b WHIRLPOOL 7bfc03a83f24f2a1a88bab86c71bdecaa14f4a4bb3eb12c46d6a164f9c1aad891e94445a59c55e1168a5dd5c85c78aa5198425c1914d26de86d0f22de5d031af DIST postgresql-initscript-2.7.tbz2 3836 SHA256 fecc05fb75f782da1d8215af49134bfe593b94547458ff90692c14058384bfa2 SHA512 8ad9eba3e83d8b296ed1a035716c11c3a7b6a316470327919f168ef8fe861261b5eeb5275e8b643c94b17a94b38e2011c85dde5459b2f9c6f462a2f967f8f315 WHIRLPOOL 4de1ed1b0d8c1a3d56cf3b62456756764a9670e9655ee9f904dc2fba764f32313a74be9676544cca1fc684370b633950ccc4443ed2e59bb053e2a315b5c76b4e diff --git a/dev-db/postgresql-server/postgresql-server-9.4_beta3.ebuild b/dev-db/postgresql-server/postgresql-server-9.4_beta3.ebuild new file mode 100644 index 000000000000..39a28406ca45 --- /dev/null +++ b/dev-db/postgresql-server/postgresql-server-9.4_beta3.ebuild @@ -0,0 +1,357 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/postgresql-server-9.4_beta3.ebuild,v 1.1 2014/10/10 04:26:17 patrick Exp $ + +EAPI="5" + +RESTRICT="test" + +PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4}} ) +WANT_AUTOMAKE="none" + +RESTRICT="test" + +inherit autotools eutils flag-o-matic multilib pam prefix python-single-r1 systemd user versionator + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" + +MY_PV=${PV/_/} +SLOT="$(get_version_component_range 1-2)" +S="${WORKDIR}/postgresql-${MY_PV}" +SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2 + http://dev.gentoo.org/~patrick/postgresql-patches-${SLOT}-r1.tbz2 + http://dev.gentoo.org/~floppym/dist/postgresql-initscript-2.7.tbz2" + +LICENSE="POSTGRESQL GPL-2" +DESCRIPTION="PostgreSQL server" +HOMEPAGE="http://www.postgresql.org/" + +LINGUAS="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN zh_TW" +IUSE="doc kerberos kernel_linux nls pam perl -pg_legacytimestamp python selinux tcl test uuid xml" + +for lingua in ${LINGUAS}; do + IUSE+=" linguas_${lingua}" +done + +wanted_languages() { + local enable_langs + + for lingua in ${LINGUAS} ; do + use linguas_${lingua} && enable_langs+="${lingua} " + done + + echo -n ${enable_langs} +} + +RDEPEND=" +~dev-db/postgresql-base-${PV}[kerberos?,pam?,pg_legacytimestamp=,python=,nls=] +perl? ( >=dev-lang/perl-5.8 ) +python? ( ${PYTHON_DEPS} ) +selinux? ( sec-policy/selinux-postgresql ) +tcl? ( >=dev-lang/tcl-8 ) +uuid? ( dev-libs/ossp-uuid ) +xml? ( dev-libs/libxml2 dev-libs/libxslt ) +" + +DEPEND="${RDEPEND} +sys-devel/flex +xml? ( virtual/pkgconfig ) +" + +PDEPEND="doc? ( ~dev-db/postgresql-docs-${PV} )" + +pkg_setup() { + enewgroup postgres 70 + enewuser postgres 70 /bin/bash /var/lib/postgresql postgres + + use python && python-single-r1_pkg_setup +} + +src_prepare() { + epatch "${WORKDIR}/autoconf.patch" \ + "${WORKDIR}/bool.patch" \ + "${WORKDIR}/server.patch" \ + "${WORKDIR}/run-dir.patch" + + eprefixify src/include/pg_config_manual.h + + if use pam ; then + sed -e "s/\(#define PGSQL_PAM_SERVICE \"postgresql\)/\1-${SLOT}/" \ + -i src/backend/libpq/auth.c \ + || die 'PGSQL_PAM_SERVICE rename failed.' + fi + + if use perl ; then + sed -e "s:\$(DESTDIR)\$(plperl_installdir):\$(plperl_installdir):" \ + -i "${S}/src/pl/plperl/GNUmakefile" || die 'sed plperl failed' + fi + + if use test ; then + sed -e "s|@SOCKETDIR@|${T}|g" -i src/test/regress/pg_regress{,_main}.c \ + || die 'Failed regress sed' + else + echo "all install:" > "${S}/src/test/regress/GNUmakefile" + fi + + sed -e "s|@SLOT@|${SLOT}|g" -e "s|@LIBDIR@|$(get_libdir)|g" \ + -i "${WORKDIR}"/postgresql{.{init,confd,service},-check-db-dir} || + die "SLOT/LIBDIR sed failed" + + eautoconf +} + +src_configure() { + case ${CHOST} in + *-darwin*|*-solaris*) + use nls && append-libs intl + ;; + esac + + local PO="${EPREFIX%/}" + + # eval is needed to get along with pg_config quotation of space-rich entities. + eval econf "$(${PO}/usr/$(get_libdir)/postgresql-${SLOT}/bin/pg_config --configure)" \ + $(use_with perl) \ + $(use_with tcl) \ + $(use_with xml libxml) \ + $(use_with xml libxslt) \ + $(use_with uuid ossp-uuid) \ + --with-system-tzdata="${PO}/usr/share/zoneinfo" \ + --with-includes="${PO}/usr/include/postgresql-${SLOT}/" \ + --with-libraries="${PO}/usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir)" \ + "$(use_enable nls nls "$(wanted_languages)")" +} + +src_compile() { + local bd + for bd in . contrib $(use xml && echo contrib/xml2); do + PATH="${EROOT%/}/usr/$(get_libdir)/postgresql-${SLOT}/bin:${PATH}" \ + emake -C $bd || die "emake in $bd failed" + done +} + +src_install() { + local bd + for bd in . contrib $(use xml && echo contrib/xml2) ; do + PATH="${EROOT%/}/usr/$(get_libdir)/postgresql-${SLOT}/bin:${PATH}" \ + emake install -C $bd DESTDIR="${D}" || die "emake install in $bd failed" + done + + # Avoid file collision with -base. + rm "${ED}/usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir)/libpgcommon.a" + + dodir /etc/eselect/postgresql/slots/${SLOT} + echo "postgres_ebuilds=\"\${postgres_ebuilds} ${PF}\"" > \ + "${ED}/etc/eselect/postgresql/slots/${SLOT}/server" + + newconfd "${WORKDIR}/postgresql.confd" postgresql-${SLOT} + newinitd "${WORKDIR}/postgresql.init" postgresql-${SLOT} + + systemd_newunit "${WORKDIR}"/postgresql.service postgresql-${SLOT}.service + systemd_newtmpfilesd "${WORKDIR}"/postgresql.tmpfilesd postgresql-${SLOT}.conf + + insinto /usr/bin/ + newbin "${WORKDIR}"/postgresql-check-db-dir postgresql-${SLOT}-check-db-dir + + use pam && pamd_mimic system-auth postgresql-${SLOT} auth account session + + if use prefix ; then + keepdir /run/postgresql + fperms 0775 /run/postgresql + fi +} + +pkg_postinst() { + postgresql-config update + + elog "Gentoo specific documentation:" + elog "http://www.gentoo.org/doc/en/postgres-howto.xml" + elog + elog "Official documentation:" + elog "http://www.postgresql.org/docs/${SLOT}/static/index.html" + elog + elog "The default location of the Unix-domain socket is:" + elog " ${EROOT%/}/run/postgresql/" + elog + elog "Before initializing the database, you may want to edit PG_INITDB_OPTS" + elog "so that it contains your preferred locale in:" + elog " ${EROOT%/}/etc/conf.d/postgresql-${SLOT}" + elog + elog "Then, execute the following command to setup the initial database" + elog "environment:" + elog " emerge --config =${CATEGORY}/${PF}" +} + +pkg_prerm() { + if [[ -z ${REPLACED_BY_VERSION} ]] ; then + ewarn "Have you dumped and/or migrated the ${SLOT} database cluster?" + ewarn "\thttp://www.gentoo.org/doc/en/postgres-howto.xml#doc_chap5" + + ebegin "Resuming removal in 10 seconds (Control-C to cancel)" + sleep 10 + eend 0 + fi +} + +pkg_postrm() { + postgresql-config update +} + +pkg_config() { + [[ -f "${EROOT%/}/etc/conf.d/postgresql-${SLOT}" ]] && source "${EROOT%/}/etc/conf.d/postgresql-${SLOT}" + [[ -z "${PGDATA}" ]] && PGDATA="${EROOT%/}/etc/postgresql-${SLOT}/" + [[ -z "${DATA_DIR}" ]] && DATA_DIR="${EROOT%/}/var/lib/postgresql/${SLOT}/data" + + # environment.bz2 may not contain the same locale as the current system + # locale. Unset and source from the current system locale. + if [ -f "${EROOT%/}/etc/env.d/02locale" ]; then + unset LANG + unset LC_CTYPE + unset LC_NUMERIC + unset LC_TIME + unset LC_COLLATE + unset LC_MONETARY + unset LC_MESSAGES + unset LC_ALL + source "${EROOT%/}/etc/env.d/02locale" + [ -n "${LANG}" ] && export LANG + [ -n "${LC_CTYPE}" ] && export LC_CTYPE + [ -n "${LC_NUMERIC}" ] && export LC_NUMERIC + [ -n "${LC_TIME}" ] && export LC_TIME + [ -n "${LC_COLLATE}" ] && export LC_COLLATE + [ -n "${LC_MONETARY}" ] && export LC_MONETARY + [ -n "${LC_MESSAGES}" ] && export LC_MESSAGES + [ -n "${LC_ALL}" ] && export LC_ALL + fi + + einfo "You can modify the paths and options passed to initdb by editing:" + einfo " ${EROOT%/}/etc/conf.d/postgresql-${SLOT}" + einfo + einfo "Information on options that can be passed to initdb are found at:" + einfo " http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html" + einfo " http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html" + einfo + einfo "PG_INITDB_OPTS is currently set to:" + if [[ -z "${PG_INITDB_OPTS}" ]] ; then + einfo " (none)" + else + einfo " ${PG_INITDB_OPTS}" + fi + einfo + einfo "Configuration files will be installed to:" + einfo " ${PGDATA}" + einfo + einfo "The database cluster will be created in:" + einfo " ${DATA_DIR}" + einfo + while [ "$correct" != "true" ] ; do + einfo "Are you ready to continue? (y/n)" + read answer + if [[ $answer =~ ^[Yy]([Ee][Ss])?$ ]] ; then + correct="true" + elif [[ $answer =~ ^[Nn]([Oo])?$ ]] ; then + die "Aborting initialization." + else + echo "Answer not recognized" + fi + done + + if [ -n "$(ls -A ${DATA_DIR} 2> /dev/null)" ] ; then + eerror "The given directory, '${DATA_DIR}', is not empty." + eerror "Modify DATA_DIR to point to an empty directory." + die "${DATA_DIR} is not empty." + fi + + [ -z "${PG_MAX_CONNECTIONS}" ] && PG_MAX_CONNECTIONS="128" + einfo "Checking system parameters..." + + if ! use kernel_linux ; then + einfo "Skipped." + einfo " Tests not supported on this OS (yet)" + else + if [ -z ${SKIP_SYSTEM_TESTS} ] ; then + einfo "Checking whether your system supports at least ${PG_MAX_CONNECTIONS} connections..." + + local SEMMSL=$(sysctl -n kernel.sem | cut -f1) + local SEMMNS=$(sysctl -n kernel.sem | cut -f2) + local SEMMNI=$(sysctl -n kernel.sem | cut -f4) + local SHMMAX=$(sysctl -n kernel.shmmax) + + local SEMMSL_MIN=17 + local SEMMNS_MIN=$(( ( ${PG_MAX_CONNECTIONS}/16 ) * 17 )) + local SEMMNI_MIN=$(( ( ${PG_MAX_CONNECTIONS}+15 ) / 16 )) + local SHMMAX_MIN=$(( 500000 + ( 30600 * ${PG_MAX_CONNECTIONS} ) )) + + for p in SEMMSL SEMMNS SEMMNI SHMMAX ; do + if [ $(eval echo \$$p) -lt $(eval echo \$${p}_MIN) ] ; then + eerror "The value for ${p} $(eval echo \$$p) is below the recommended value $(eval echo \$${p}_MIN)" + eerror "You have now several options:" + eerror " - Change the mentioned system parameter" + eerror " - Lower the number of max.connections by setting PG_MAX_CONNECTIONS to a" + eerror " value lower than ${PG_MAX_CONNECTIONS}" + eerror " - Set SKIP_SYSTEM_TESTS in case you want to ignore this test completely" + eerror "More information can be found here:" + eerror " http://www.postgresql.org/docs/${SLOT}/static/kernel-resources.html" + die "System test failed." + fi + done + einfo "Passed." + else + ewarn "SKIP_SYSTEM_TESTS set, so skipping." + fi + fi + + einfo "Creating the data directory ..." + if [[ ${EUID} == 0 ]] ; then + mkdir -p "${DATA_DIR}" + chown -Rf postgres:postgres "${DATA_DIR}" + chmod 0700 "${DATA_DIR}" + fi + + einfo "Initializing the database ..." + + if [[ ${EUID} == 0 ]] ; then + su postgres -c "${EROOT%/}/usr/$(get_libdir)/postgresql-${SLOT}/bin/initdb -D \"${DATA_DIR}\" ${PG_INITDB_OPTS}" + else + "${EROOT%/}"/usr/$(get_libdir)/postgresql-${SLOT}/bin/initdb -U postgres -D "${DATA_DIR}" ${PG_INITDB_OPTS} + fi + + mv "${DATA_DIR%/}"/*.conf "${PGDATA}" + + einfo "The autovacuum function, which was in contrib, has been moved to the main" + einfo "PostgreSQL functions starting with 8.1, and starting with 8.4 is now enabled" + einfo "by default. You can disable it in the cluster's:" + einfo " ${PGDATA%/}/postgresql.conf" + einfo + einfo "The PostgreSQL server, by default, will log events to:" + einfo " ${DATA_DIR%/}/postmaster.log" + einfo + if use prefix ; then + einfo "The location of the configuration files have moved to:" + einfo " ${PGDATA}" + einfo "To start the server:" + einfo " pg_ctl start -D ${DATA_DIR} -o '-D ${PGDATA} --data-directory=${DATA_DIR}'" + einfo "To stop:" + einfo " pg_ctl stop -D ${DATA_DIR}" + einfo + einfo "Or move the configuration files back:" + einfo "mv ${PGDATA}*.conf ${DATA_DIR}" + else + einfo "You should use the '${EROOT%/}/etc/init.d/postgresql-${SLOT}' script to run PostgreSQL" + einfo "instead of 'pg_ctl'." + fi +} + +src_test() { + einfo ">>> Test phase [check]: ${CATEGORY}/${PF}" + + if [ ${UID} -ne 0 ] ; then + emake check + + einfo "If you think other tests besides the regression tests are necessary, please" + einfo "submit a bug including a patch for this ebuild to enable them." + else + ewarn "Tests cannot be run as root. Skipping." + ewarn "HINT: FEATURES=\"userpriv\"" + fi +} diff --git a/dev-libs/jansson/Manifest b/dev-libs/jansson/Manifest index 5a828cafb639..40c6956e748d 100644 --- a/dev-libs/jansson/Manifest +++ b/dev-libs/jansson/Manifest @@ -1,4 +1,3 @@ -DIST jansson-2.3.1.tar.gz 397756 SHA256 5f2ebf63580c73cc115634861b5da1c919499dde37d2e73b16e28b0c8ddc3921 SHA512 cb1f622d44fde174f71f63d3fc6856da8b082d8cdde413bd153861e123d6d752c0b0cbfa701d4fbb254ddb63333c80ee361b6b09bf322a864f61be9d35a021e1 WHIRLPOOL 492e1bf63cb23c5d6ccd417f408d8b574e62f4c069533c8e73ccf758e00fd10b6d721b092d01c9cac0d06b7347dfde8c64321670accf4f03236c28a410b1c977 DIST jansson-2.4.tar.gz 401597 SHA256 1fcbd1ac3d8b610644acf86a5731d760bb228c9acbace20a2ad0f23baec79b41 SHA512 52c82ea2e70b9a1b72a62e07d917e5b2f8dc1b0fd6022397cbdd60b98aee176cc02f8c65b60d371b4007c60644898667f6bc0dfd11a26a411f167fac0e4df9a0 WHIRLPOOL c028243d8ecd0763f6f6d012113cbbb6ac58698532f94563372994311650762a7eb2d7f1831779dabcce0be2c013d4cb103bde5c3ad919afeeb82f2c875c2460 -DIST jansson-2.5.tar.gz 408185 SHA256 dd8bbfb38ad5031ce88e066b14d3b7e9c7113243daa7f4cde1994b7fc90bb1b1 SHA512 a35a5b7e8413419e74e9a5e8a85508f6695484ea2341adcefa74365eda3fe562a586a46774e4d2baa4d99383f399b86d51b5260835d7da189b0c6adc3f66b7a6 WHIRLPOOL eb852f2a5a94790ad13f5a09417779f00abed0ce3be0cd747e4f9bef0a48b55b2b1b41e6321351241ecf83e7b3f787d5ed4d2fe811888873298f594a60aea178 DIST jansson-2.6.tar.gz 428175 SHA256 98fa4dd0e0dff679e5085490f5fafa38bdda088f4553348c0281832d24afe541 SHA512 9781cc109c9e76bc2f15b5ad6af95f8a3b52d60424d101ff90103f33679db5c5bfe2fcc7443698e1808aaf87dce563f7c11a48aa4ac5bfa34688499cbc21277c WHIRLPOOL a8aea19e518290c8b00f8788b67d9b6efac0e03442216ce9ecc672659560854eefc71f9821abe472aec5b6abd693e41076f66678dbcab0d2c9dd4d542755bf22 +DIST jansson-2.7.tar.gz 445179 SHA256 7905e6590fb316c0ff943df3dc6a21cd81a59cff7a6d12514054c359d04d78d7 SHA512 657b715868c2fbf8da1e41befee2691524190e12255214c472652ca3e3793b03e2b384dc3aedb1071b67b0b8cb57fd495103979983fe21a2404f12cd70295a28 WHIRLPOOL 684c0a1cae8cbd86d1a4e19bcfa59f36bf6094853ce5e18bd600fcb27fb1afac250e52c1983f888fcae06437c6e142b2ea3823c911b5a2923f4775494d26690f diff --git a/dev-libs/jansson/jansson-2.3.1.ebuild b/dev-libs/jansson/jansson-2.3.1.ebuild deleted file mode 100644 index cbd060387b5c..000000000000 --- a/dev-libs/jansson/jansson-2.3.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.3.1.ebuild,v 1.4 2013/04/23 23:29:35 radhermit Exp $ - -EAPI="3" -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils - -DESCRIPTION="C library for encoding, decoding and manipulating JSON data" -HOMEPAGE="http://www.digip.org/jansson/" -SRC_URI="http://www.digip.org/jansson/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc static-libs" - -DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )" -RDEPEND="" - -DOCS=(CHANGES README.rst) - -src_prepare() { - sed -ie 's/-Werror//' src/Makefile.am || die - autotools-utils_src_prepare -} - -src_compile() { - autotools-utils_src_compile - - use doc && autotools-utils_src_compile html -} - -src_install() { - use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/_build/html/") - autotools-utils_src_install -} diff --git a/dev-libs/jansson/jansson-2.5.ebuild b/dev-libs/jansson/jansson-2.7.ebuild similarity index 82% rename from dev-libs/jansson/jansson-2.5.ebuild rename to dev-libs/jansson/jansson-2.7.ebuild index 4d65f5351010..e8e136d4534b 100644 --- a/dev-libs/jansson/jansson-2.5.ebuild +++ b/dev-libs/jansson/jansson-2.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.5.ebuild,v 1.1 2013/10/21 07:42:19 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.7.ebuild,v 1.1 2014/10/10 02:25:06 dlan Exp $ -EAPI="4" +EAPI="5" AUTOTOOLS_AUTORECONF=1 inherit autotools-utils diff --git a/dev-libs/npth/Manifest b/dev-libs/npth/Manifest index ee00a7764494..bfe3e4aead02 100644 --- a/dev-libs/npth/Manifest +++ b/dev-libs/npth/Manifest @@ -1 +1,2 @@ DIST npth-0.91.tar.bz2 299702 SHA256 caef86ced4a331e162897818a5b924860c8d6003e52da5bdf76da00e8e0dfae1 SHA512 728ae7d5dadb253f0ca77fea455f81eed5fa437c6a85d3846d0bb00efd105a433d046a7b64df51f5de5f5535d983ac95d9f9f217b0c1b8b6321e6640eed71f83 WHIRLPOOL af61b2bda371eed6a6a6f4295532bf60f8e5cd0aeb8172c90b0630de6f364d816f6a7e05f0be134d39f5ad52990987f43d1a1ef8a5372a8cd8f8d3e9adc5c47c +DIST npth-1.0.tar.bz2 292804 SHA256 9ad49de376310effab7fdad69581054b0fa9023d062032d06e73058146c8f76e SHA512 a95fc8426217e17d3f418ad7ac9c900ed53409a5b117aad87c94baf8ee68b46026ba4741d0e1de93161b419ba679b4109747ee37f6a723222f2f6d41a70e8d06 WHIRLPOOL 7c4767bb110047830b9919e4254c53cae263d5269661cd984c6dbc412ff105645af369c26bab9ebd5e4df700132be4f4714a255a3507a1dc436072d8bd7028b5 diff --git a/dev-libs/npth/npth-0.91.ebuild b/dev-libs/npth/npth-0.91.ebuild index d52451c8b62f..5de385aedcf9 100644 --- a/dev-libs/npth/npth-0.91.ebuild +++ b/dev-libs/npth/npth-0.91.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/npth-0.91.ebuild,v 1.1 2014/07/25 03:11:15 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/npth-0.91.ebuild,v 1.2 2014/10/10 02:14:46 radhermit Exp $ EAPI=5 DESCRIPTION="New GNU Portable Threads Library" HOMEPAGE="http://thread.gmane.org/gmane.comp.encryption.gpg.announce/179" -SRC_URI="ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.bz2" +SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" diff --git a/dev-libs/npth/npth-1.0.ebuild b/dev-libs/npth/npth-1.0.ebuild new file mode 100644 index 000000000000..96748ffb0889 --- /dev/null +++ b/dev-libs/npth/npth-1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/npth/npth-1.0.ebuild,v 1.1 2014/10/10 02:14:46 radhermit Exp $ + +EAPI=5 +inherit autotools-utils + +DESCRIPTION="New GNU Portable Threads Library" +HOMEPAGE="http://thread.gmane.org/gmane.comp.encryption.gpg.announce/179" +SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" diff --git a/dev-libs/xmlsec/Manifest b/dev-libs/xmlsec/Manifest index f6049ea0b21f..d55d0e9110f4 100644 --- a/dev-libs/xmlsec/Manifest +++ b/dev-libs/xmlsec/Manifest @@ -1,2 +1,3 @@ DIST xmlsec1-1.2.18.tar.gz 1731099 SHA256 c93c3816db79daf339bf0418a39e07560590cb5ad7eb0306c3ffe0fcb09cd777 SHA512 09788a35691c0fc3b4c8bc9c78a31caf3c056c270abdf642c17d74fd7ce33a1f32edd505650aaf14339ff4e9ffd38b9df67bbf7c60f982494f19bdb6592a780c WHIRLPOOL 4bc0851b6e3f68639a852be4a5b20849ccfd9a2b01716c87a293a8f13fafc6ef99411dbaa3bacc7d0169648559b39ccbe4a262df607ad8d2d76ee8f5d3029a5f DIST xmlsec1-1.2.19.tar.gz 1766298 SHA256 2fc8f7c9fadb0f6c565bf304de798a875fc719005c20169f8e88028b20c8aac0 SHA512 9d391658902e163261a61474fc0415ee0f25732dc4a98d2012459294674f7984212607febc10cdf5f5b6255932c4ad51a23d0a7b868990439812f5e276fd1a89 WHIRLPOOL 57795d4ac05727867680f7f81d50203fe7603d4a804650db7fafcbe48f8af1c5ef10a021218b3edaebc1dcc06653536f8545d2601a61e32c699701716e3353c5 +DIST xmlsec1-1.2.20.tar.gz 1769329 SHA256 3221593ca50f362b546a0888a1431ad24be1470f96b2469c0e0df5e1c55e7305 SHA512 2f8d473916abf9822367edbe857fc2e12dc9858d12e790d689d787e439904bd6a452bf631043aa66e7502457ab0815a473657f58fca17a213e2490f5655e5ae5 WHIRLPOOL 29ddaef03d46fe08aa2dba200be755817f8e77de3bbbb3ed86dae65e891239f3051f79fdfadec6ae56023197e32e1c44a94385a1ce306081f3bf94be6226f8c7 diff --git a/dev-libs/xmlsec/xmlsec-1.2.20.ebuild b/dev-libs/xmlsec/xmlsec-1.2.20.ebuild new file mode 100644 index 000000000000..2eb58df73d3d --- /dev/null +++ b/dev-libs/xmlsec/xmlsec-1.2.20.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlsec/xmlsec-1.2.20.ebuild,v 1.1 2014/10/10 02:23:30 radhermit Exp $ + +EAPI=5 + +inherit eutils autotools + +DESCRIPTION="Command line tool for signing, verifying, encrypting and decrypting XML" +HOMEPAGE="http://www.aleksey.com/xmlsec" +SRC_URI="http://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="doc gcrypt gnutls nss +openssl static-libs" +REQUIRED_USE="|| ( gcrypt gnutls nss openssl ) + gnutls? ( gcrypt )" + +RDEPEND=">=dev-libs/libxml2-2.7.4 + >=dev-libs/libxslt-1.0.20 + gcrypt? ( >=dev-libs/libgcrypt-1.4.0:0 ) + gnutls? ( >=net-libs/gnutls-2.8.0 ) + nss? ( + >=dev-libs/nspr-4.4.1 + >=dev-libs/nss-3.9 + ) + openssl? ( >=dev-libs/openssl-0.9.7 )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/${PN}1-${PV} + +src_prepare() { + # conditionally install extra documentation + if ! use doc ; then + sed -i '/^SUBDIRS/s/docs//' Makefile.am || die + eautoreconf + fi +} + +src_configure() { + econf \ + $(use_enable static-libs static) \ + $(use_with gcrypt gcrypt "") \ + $(use_with gnutls gnutls "") \ + $(use_with nss nspr "") \ + $(use_with nss nss "") \ + $(use_enable openssl aes) \ + $(use_with openssl openssl "") \ + --enable-pkgconfig \ + --enable-xkms \ + --with-html-dir=/usr/share/doc/${PF}/html +} + +src_test() { + emake TMPFOLDER="${T}" check +} + +src_install() { + default + prune_libtool_files +} diff --git a/dev-perl/XML-Entities/Manifest b/dev-perl/XML-Entities/Manifest new file mode 100644 index 000000000000..4c79b51bcfaf --- /dev/null +++ b/dev-perl/XML-Entities/Manifest @@ -0,0 +1 @@ +DIST XML-Entities-1.0001.tar.gz 21770 SHA256 3498107938e4cc725f3d2e4fdf45b4a491a0e9d05f5f201c93986b90ea8e8c19 SHA512 35228f7e774407657c5b9bde6504dc2dbea1a8872ca21637a50117121e19a84f4a6fe1ca5d4f498be714e283354797f65622cc73bb73824b8a84ba028fa98eca WHIRLPOOL 51245cbf69cfbd21dd712e5257d41363a0da871c0bdac759f1c1acbc11693558273d9ee6d5aa25659112b2cda6542441e38b973ac4d021da737d55576c07ab31 diff --git a/dev-perl/XML-Entities/XML-Entities-1.0.100.ebuild b/dev-perl/XML-Entities/XML-Entities-1.0.100.ebuild new file mode 100644 index 000000000000..a48931ee0f6b --- /dev/null +++ b/dev-perl/XML-Entities/XML-Entities-1.0.100.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Entities/XML-Entities-1.0.100.ebuild,v 1.2 2014/10/09 20:12:50 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=SIXTEASE +MODULE_VERSION=1.0001 +inherit perl-module + +DESCRIPTION="Decode strings with XML entities" + +LICENSE="|| ( Artistic GPL-1 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Carp" + +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( virtual/perl-Test-Simple )" + +SRC_TEST="do" + +S=${WORKDIR}/${PN} diff --git a/dev-perl/XML-Entities/metadata.xml b/dev-perl/XML-Entities/metadata.xml new file mode 100644 index 000000000000..36ee0f08c67c --- /dev/null +++ b/dev-perl/XML-Entities/metadata.xml @@ -0,0 +1,5 @@ + + + + perl + diff --git a/dev-python/Numdifftools/Manifest b/dev-python/Numdifftools/Manifest new file mode 100644 index 000000000000..e36bac9e65c0 --- /dev/null +++ b/dev-python/Numdifftools/Manifest @@ -0,0 +1 @@ +DIST Numdifftools-0.6.0.zip 184293 SHA256 56bee55a361c263dd250fcd009923ee9289dbc9bde635fe10b41d84e6a404549 SHA512 57c3a63e9fc2738478534cd81542d1398667824c80ad5263610be29bec38209f4f9963ad61f2b02327724946567d61fe310a9e82b1b301d1b36fe229f33445bd WHIRLPOOL 9780391abf8774137b3aaa03c88bed521ff6367c7bdefdb23c7e412e162ec8c81a6724a7af525ccddb69673b0afa1c862dbf7285f0faa659af46f758ad48ae9b diff --git a/dev-python/Numdifftools/Numdifftools-0.6.0.ebuild b/dev-python/Numdifftools/Numdifftools-0.6.0.ebuild new file mode 100644 index 000000000000..0ba95987fc03 --- /dev/null +++ b/dev-python/Numdifftools/Numdifftools-0.6.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/Numdifftools/Numdifftools-0.6.0.ebuild,v 1.1 2014/10/10 06:42:53 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Solves automatic numerical differentiation problems in one or more variables" +HOMEPAGE="https://pypi.python.org/pypi/Numdifftools http://code.google.com/p/numdifftools/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + " +DEPEND="test? ( ${RDEPEND} )" + +# Seems to be broken +RESTRICT="test" + +python_test() { + ${PYTHON} \ + -c 'import numdifftools as nd; nd.test(coverage=False, doctests=False)' \ + || die +} diff --git a/dev-python/Numdifftools/metadata.xml b/dev-python/Numdifftools/metadata.xml new file mode 100644 index 000000000000..5ef07a39e7e1 --- /dev/null +++ b/dev-python/Numdifftools/metadata.xml @@ -0,0 +1,8 @@ + + + + sci + + jlec@gentoo.org + + diff --git a/dev-python/flask/flask-0.10.1-r1.ebuild b/dev-python/flask/flask-0.10.1-r1.ebuild index 1268f6555ad2..a39cd904391f 100644 --- a/dev-python/flask/flask-0.10.1-r1.ebuild +++ b/dev-python/flask/flask-0.10.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild,v 1.10 2014/09/29 03:30:24 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild,v 1.11 2014/10/10 07:03:23 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/mitsuhiko/flask/" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="examples test" +IUSE="examples" RDEPEND="dev-python/blinker[${PYTHON_USEDEP}] >=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}] @@ -33,22 +33,7 @@ PATCHES=( "${FILESDIR}"/${P}-is_package.patch "${FILESDIR}"/${P}-sort_json.patch "${FILESDIR}"/${P}-test_appcontext.patch ) -python_prepare_all() { - # https://github.com/mitsuhiko/flask/issues/837 - sed -e s':test_uninstalled_package_paths:_&:' \ - -i flask/testsuite/config.py || die - - distutils-r1_python_prepare_all -} - python_test() { - # https://github.com/mitsuhiko/flask/issues/837, 1047 - if [[ "${EPYTHON}" == pypy ]]; then - sed -e s':test_build_error_handler:_&:' \ - -i flask/testsuite/basic.py || die - sed -e s':test_session_transactions_no_null_sessions:_&:' \ - -i flask/testsuite/testing.py || die - fi "${PYTHON}" run-tests.py || die "Testing failed with ${EPYTHON}" } diff --git a/dev-python/flask/flask-9999.ebuild b/dev-python/flask/flask-9999.ebuild index 162611d2993a..808c29e1d95b 100644 --- a/dev-python/flask/flask-9999.ebuild +++ b/dev-python/flask/flask-9999.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-9999.ebuild,v 1.8 2014/08/11 22:26:08 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-9999.ebuild,v 1.9 2014/10/10 07:03:23 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit distutils-r1 -#if LIVE -inherit git-2 +inherit distutils-r1 git-2 + EGIT_REPO_URI="git://github.com/mitsuhiko/flask.git https://github.com/mitsuhiko/flask.git" -#endif DESCRIPTION="A microframework based on Werkzeug, Jinja2 and good intentions" MY_PN="Flask" @@ -28,7 +26,8 @@ RDEPEND="dev-python/blinker[${PYTHON_USEDEP}] >=dev-python/jinja-2.4[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/werkzeug-0.7[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" #if LIVE @@ -37,13 +36,10 @@ KEYWORDS= #endif python_test() { - "${PYTHON}" run-tests.py || die "Testing failed with ${EPYTHON}" + py.test tests || die "Testing failed with ${EPYTHON}" } python_install_all() { - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - docompress -x /usr/share/doc/${PF}/examples - fi + use examples && local EXAMPLES=( examples/. ) + distutils-r1_python_install_all } diff --git a/dev-ruby/ffi/Manifest b/dev-ruby/ffi/Manifest index 53b19960b7d5..a99b377d35ae 100644 --- a/dev-ruby/ffi/Manifest +++ b/dev-ruby/ffi/Manifest @@ -1,3 +1,4 @@ DIST ffi-git-1.4.0.tgz 889839 SHA256 696d58704ed002c32b53fb83db5cd985058a2839f04e7228e00ca60f06855948 SHA512 f99d47a450b90a1c10a5db54b0421b8a6a01564144443429fb8071940ef7020130b5b8f71c0198e0b15a6cbc61742b2cd3ef60a92f5c3cc4077e9c2074ac771c WHIRLPOOL 64300f19741ed59b44424cb68eac42cb886826d3019f533c8548c14e626cb5fa3c998337227c83a0e90a7e0700526e12e4e3a84b29fa6f2fdb2d98ca93693488 DIST ffi-git-1.9.3.tgz 881344 SHA256 f8cc0a05b682eac330fbd0c4f76c9fbf6338a7c32bd3cb5b1619506678ce5c7a SHA512 56c5d4ab13f8ce4038a614470a82a3c723d90e6cc9cb3423efdcd8b1a5f4f3f9f01a0fe335fe088e207818f541184256e20f81fea24c1fe449ed3382e45f9af3 WHIRLPOOL ba412d79cea3f0077048d388bcc94ae25552aada3b5261e44f1ff30245c4cc531be86272b1e3eaf59c215b429aeaab7ad72804de9d31016acec2c6099679096a DIST ffi-git-1.9.4.tgz 895806 SHA256 1a619839e81ecdd6e40f03f6f8214beb701b7bc4a188b77f87d6dac3e8a3bd02 SHA512 094316fa71cd2b74a01b5b3c65c6e46f4cba242d43f99c366c297bcbe11d9444d19c32c6b3398e827500133df0cb5a40d44321eb8fae7422d235f964323f03bb WHIRLPOOL 7719b45aec85f38ed80d20a757865bf186672f27644f7a02c4e460a617ef716bcabcdcf5bb802921a907955683dc255c01ff08062aae95f9f18871155485fc58 +DIST ffi-git-1.9.6.tgz 895468 SHA256 b27a59bf2eddcc17abaf7063a64e527fa892ba95cdb6320aba6fa945c769c9c7 SHA512 4b690b70db41642be679f13b33a67e27e1a4b14ca56d6ce355ea0a300c793a63e1081fb19d4c4bd395c1bea55a1669b96e3405932fffeebd328809a410fe3e8f WHIRLPOOL 7f5ad8d7766b037e24cff4721db02f05b39604c1be5e07ddad9de4a5155124d2a05ebd43209dfc2491cdc50ea08e5cda856f7502bf1c12666fa19b77516c81f7 diff --git a/dev-ruby/ffi/ffi-1.9.6.ebuild b/dev-ruby/ffi/ffi-1.9.6.ebuild new file mode 100644 index 000000000000..5cb8ef5afa30 --- /dev/null +++ b/dev-ruby/ffi/ffi-1.9.6.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6.ebuild,v 1.1 2014/10/09 22:10:13 mrueg Exp $ + +EAPI=5 + +# jruby → unneeded, this is part of the standard JRuby distribution, and +# would just install a dummy. +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Ruby extension for programmatically loading dynamic libraries" +HOMEPAGE="http://wiki.github.com/ffi/ffi" + +SRC_URI="http://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" + +IUSE="" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" + +RDEPEND+=" virtual/libffi" +DEPEND+=" virtual/libffi" + +ruby_add_bdepend "doc? ( dev-ruby/yard )" + +ruby_add_rdepend "virtual/ruby-threads" + +all_ruby_prepare() { + sed -i -e '/tasks/ s:^:#:' \ + -e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die + + # Fix Makefile for tests + sed -i -e '/CCACHE :=/ s:^:#:' \ + -e 's/-O2//' \ + -e 's/^CFLAGS =/CFLAGS +=/' libtest/GNUmakefile || die + + # Remove bundled version of libffi. + rm -rf ext/ffi_c/libffi || die +} + +each_ruby_configure() { + ${RUBY} -Cext/ffi_c extconf.rb || die +} + +each_ruby_compile() { + emake -Cext/ffi_c V=1 + cp ext/ffi_c/ffi_c.so lib/ || die + + ${RUBY} -S rake -f gen/Rakefile || die "types.conf generation failed" +} + +each_ruby_test() { + CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${RUBY} -S rspec spec || die +} + +all_ruby_install() { + all_fakegem_install + + docinto examples + dodoc samples/* +} diff --git a/dev-ruby/shotgun/shotgun-0.9-r1.ebuild b/dev-ruby/shotgun/shotgun-0.9-r1.ebuild index 9404fb89ce55..8aac0bb68ac9 100644 --- a/dev-ruby/shotgun/shotgun-0.9-r1.ebuild +++ b/dev-ruby/shotgun/shotgun-0.9-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/shotgun-0.9-r1.ebuild,v 1.2 2014/04/24 16:43:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/shotgun-0.9-r1.ebuild,v 1.3 2014/10/09 22:18:49 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" # No documentation task RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-tex/glossaries/Manifest b/dev-tex/glossaries/Manifest index 473a6c697865..d06867fdeabb 100644 --- a/dev-tex/glossaries/Manifest +++ b/dev-tex/glossaries/Manifest @@ -1,2 +1,3 @@ DIST glossaries-3.04.zip 3838009 SHA256 7597d2b61b2a253e562e6b16c33c8db09ea9bd940968d3e5ac96857503f30669 SHA512 1669c2288c31f1b1b79dc9776c55c2abfc8fd216482cf6175e9f788a2882cfe997ca13c9d93d317e4d31fcc9eba8dc977bc806874179654141ca7235ec7c3889 WHIRLPOOL 003016d2a2aaa8241d17464b74d902f228e2aad2730804af3e41075a5bbd176284a7f69ed95493fdd02842a502afde680be0e22b13b27740996563deaf35ba93 DIST glossaries-4.07.zip 5009472 SHA256 156a625f51adec6524e67d49128fae7e009720b0616c6d73a36ac17c3b1f1b79 SHA512 576c52b0502e9854ac1332142a724ed1b97b37502322d52195f343f864a82e249529715b0a637f984ab01662d288f2ba57f7a932d2523435d5147dfb43145d61 WHIRLPOOL 7db0548b00a3e6544bc7c1a096b645f2f9fe492ca0adc4a5d5f49e42593348b930fad587e3877c769918840c21ae95ef7321becc29a36748d4f2f15a58f190a7 +DIST glossaries-4.11.zip 5411615 SHA256 9a90719e6371173c12b44e594790e67c699171376a16ad52c2826b6a5670e7a7 SHA512 f195bb16f4b000ccf3206ae3dd594f0252cf96942062daa3af9d667be2801d6686b0b2dc337327ba2258766a2d42dbf1ff9e4974e9a4f3b1ca41352f691b4fdb WHIRLPOOL 9f03270a0f48a364f7d823143ea8e3819a263f066f8bf76b88f3ba5d1ee53ab3d04463710fcae878a91220c980737dabe9f2fcb71e1a6e577b786178598253b0 diff --git a/dev-tex/glossaries/glossaries-4.11.ebuild b/dev-tex/glossaries/glossaries-4.11.ebuild new file mode 100644 index 000000000000..19a0be149fb1 --- /dev/null +++ b/dev-tex/glossaries/glossaries-4.11.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-4.11.ebuild,v 1.1 2014/10/10 04:34:56 radhermit Exp $ + +EAPI=5 + +inherit latex-package + +DESCRIPTION="Create glossaries and lists of acronyms" +HOMEPAGE="http://www.ctan.org/pkg/glossaries/" +SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.zip" + +LICENSE="LPPL-1.2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc examples" + +RDEPEND="dev-lang/perl + dev-texlive/texlive-latexrecommended + >=dev-texlive/texlive-latexextra-2012" +DEPEND="${RDEPEND} + app-arch/unzip" + +TEXMF="/usr/share/texmf-site" +S=${WORKDIR}/${PN} + +src_install() { + latex-package_src_doinstall styles + + dobin makeglossaries + + dodoc CHANGES README + if use doc ; then + latex-package_src_doinstall pdf + fi + if use examples ; then + docinto examples + dodoc samples/*.tex + fi +} diff --git a/dev-util/cppcheck/Manifest b/dev-util/cppcheck/Manifest index aaf0905eb9f1..0754527143a5 100644 --- a/dev-util/cppcheck/Manifest +++ b/dev-util/cppcheck/Manifest @@ -1,3 +1,2 @@ DIST cppcheck-1.63.tar.bz2 1157231 SHA256 924bfc4593215b7bab6b049dbbce9a6f343dbf15f4bdd869ef1d378f09f92064 SHA512 4c2f6080ce72ffa24f929a2b74c656538d9f555fb14b3e6f3a2632eca8973a8b711831ddd698e13059643446b0e90619f71e13b1d06b6fefc4b4562622939508 WHIRLPOOL af095e4f0b84ded78f9fa10baedc5266a66ac52ffa6813eeb38697d1c55e02b76670eb09228c4ce356f2d3402f4247a66fe2ccd666e5637326e0913a75c2732e -DIST cppcheck-1.64.tar.bz2 1183612 SHA256 ce455a49786c311ec74f5ad287e0231d4c7f4b18375e7ac73ae7ea9cd2cb5058 SHA512 2721248e4f0cf0b6899b8cbc18bcbb23d1e212dcaf1392b8f81094baba34d9dcb091fa6007696885bc11c84ecb13353360c7238f218c5e4b56ddcbdfef855ee2 WHIRLPOOL 342909138aadb4ed8a82b6793dee65f6b5b15bf04c857bb5042240220261542f8b46471ebd8c3cc62aa45bfa6dd39430cefd477b9945227604d6270c25119dba DIST cppcheck-1.65.tar.bz2 1227353 SHA256 16577a2423ad6cbb7506e1b4032172b0b27d65b8a4174fb0c671472f37b65d67 SHA512 ce1ef2771470383e33e159b99ce5bcf1c7f570c7a539d9488bf771a5d23b4511acd7ad7e14b839e5433f47032f4d662b6c053579d4e353caf7bf22588e1d2916 WHIRLPOOL 5101d970f7d8ad19c3dea4f0d95713fe9c8afd3ac3f7bde04cf51c11ecbecfe4fc97f57c780408a15af0ef4e5a0bf4aa7780bd994bc59548c91efaee6cf80edb diff --git a/dev-util/cppcheck/cppcheck-1.64.ebuild b/dev-util/cppcheck/cppcheck-1.65-r1.ebuild similarity index 56% rename from dev-util/cppcheck/cppcheck-1.64.ebuild rename to dev-util/cppcheck/cppcheck-1.65-r1.ebuild index 5b7ac0bf36b5..d76216bb5289 100644 --- a/dev-util/cppcheck/cppcheck-1.64.ebuild +++ b/dev-util/cppcheck/cppcheck-1.65-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.64.ebuild,v 1.2 2014/05/19 15:50:29 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.65-r1.ebuild,v 1.2 2014/10/10 06:31:14 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) -inherit distutils-r1 eutils qt4-r2 toolchain-funcs +inherit distutils-r1 eutils flag-o-matic qt4-r2 toolchain-funcs DESCRIPTION="static analyzer of C/C++ code" HOMEPAGE="http://cppcheck.sourceforge.net" @@ -17,14 +17,24 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="htmlreport qt4" -DEPEND="htmlreport? ( ${PYTHON_DEPS} ) +RDEPEND="htmlreport? ( ${PYTHON_DEPS} ) >=dev-libs/tinyxml2-2 qt4? ( dev-qt/qtgui:4 )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + virtual/pkgconfig" src_prepare() { - # Do not use bundled tinyxml2 + # Drop bundled libs, patch Makefile generator and re-run it + rm -r externals || die epatch "${FILESDIR}"/${P}-tinyxml2.patch + emake dmake \ + CPPFLAGS="${CPPFLAGS}" \ + CXX="$(tc-getCXX)" \ + CXXFLAGS="${CXXFLAGS}" \ + LDFLAGS="${LDFLAGS}" \ + ./dmake || die + + epatch "${FILESDIR}"/${P}-c++0x.patch } src_configure() { @@ -37,9 +47,17 @@ src_configure() { } src_compile() { - emake \ - CFGDIR="/usr/share/${PN}/cfg" \ - TINYXML="-ltinyxml2" + local my_inc=$(pkg-config --cflags-only-I tinyxml2) + emake CFGDIR="/usr/share/${PN}/cfg" \ + CPPFLAGS="${CPPFLAGS}" \ + CXX="$(tc-getCXX)" \ + CXXFLAGS="${CXXFLAGS}" \ + LDFLAGS="${LDFLAGS}" \ + INCLUDE_FOR_LIB="-Ilib ${my_inc}" \ + INCLUDE_FOR_CLI="-Ilib ${my_inc}" \ + INCLUDE_FOR_TEST="-Ilib -Icli ${my_inc}" \ + LIBS="$(pkg-config --libs tinyxml2)" + if use qt4 ; then pushd gui qt4-r2_src_compile @@ -53,11 +71,12 @@ src_compile() { } src_test() { - emake TINYXML="-ltinyxml2" check + emake check \ + LIBS="$(pkg-config --libs tinyxml2)" } src_install() { - emake install DESTDIR="${D}" TINYXML="-ltinyxml2" + emake install DESTDIR="${D}" dodoc readme.txt insinto "/usr/share/${PN}/cfg" doins cfg/*.cfg diff --git a/dev-util/cppcheck/cppcheck-1.65.ebuild b/dev-util/cppcheck/cppcheck-1.65.ebuild deleted file mode 100644 index 0a6375ac3d4c..000000000000 --- a/dev-util/cppcheck/cppcheck-1.65.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.65.ebuild,v 1.1 2014/05/19 15:50:29 xmw Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) - -inherit distutils-r1 eutils qt4-r2 toolchain-funcs - -DESCRIPTION="static analyzer of C/C++ code" -HOMEPAGE="http://cppcheck.sourceforge.net" -SRC_URI="mirror://sourceforge/cppcheck/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="htmlreport qt4" - -DEPEND="htmlreport? ( ${PYTHON_DEPS} ) - >=dev-libs/tinyxml2-2 - qt4? ( dev-qt/qtgui:4 )" -RDEPEND="${DEPEND}" - -src_prepare() { - # Do not use bundled tinyxml2 - epatch \ - "${FILESDIR}"/${P}-tinyxml2.patch \ - "${FILESDIR}"/${P}-c++0x.patch -} - -src_configure() { - tc-export CXX - if use qt4 ; then - pushd gui - qt4-r2_src_configure - popd - fi -} - -src_compile() { - emake CFLAGS="${CFLAGS}" \ - CFGDIR="/usr/share/${PN}/cfg" \ - TINYXML="-ltinyxml2" - if use qt4 ; then - pushd gui - qt4-r2_src_compile - popd - fi - if use htmlreport ; then - pushd htmlreport - distutils-r1_src_compile - popd - fi -} - -src_test() { - emake TINYXML="-ltinyxml2" check -} - -src_install() { - emake install DESTDIR="${D}" TINYXML="-ltinyxml2" - dodoc readme.txt - insinto "/usr/share/${PN}/cfg" - doins cfg/*.cfg - if use qt4 ; then - dobin gui/${PN}-gui - dodoc readme_gui.txt gui/{projectfile.txt,gui.cppcheck} - fi - if use htmlreport ; then - pushd htmlreport - distutils-r1_src_install - popd - find "${D}" -name "*.egg-info" -delete - fi -} diff --git a/dev-util/cppcheck/files/cppcheck-1.64-tinyxml2.patch b/dev-util/cppcheck/files/cppcheck-1.64-tinyxml2.patch deleted file mode 100644 index e694efa95458..000000000000 --- a/dev-util/cppcheck/files/cppcheck-1.64-tinyxml2.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -81,15 +81,15 @@ - endif - - ifndef INCLUDE_FOR_LIB -- INCLUDE_FOR_LIB=-Ilib -Iexternals -Iexternals/tinyxml -+ INCLUDE_FOR_LIB=-Ilib - endif - - ifndef INCLUDE_FOR_CLI -- INCLUDE_FOR_CLI=-Ilib -Iexternals -Iexternals/tinyxml -+ INCLUDE_FOR_CLI=-Ilib - endif - - ifndef INCLUDE_FOR_TEST -- INCLUDE_FOR_TEST=-Ilib -Icli -Iexternals -Iexternals/tinyxml -+ INCLUDE_FOR_TEST=-Ilib -Icli - endif - - BIN=$(DESTDIR)$(PREFIX)/bin -@@ -226,7 +226,7 @@ - $(CXX) -std=c++0x -o dmake tools/dmake.cpp cli/filelister.cpp lib/path.cpp -Ilib $(LDFLAGS) - - reduce: tools/reduce.cpp -- $(CXX) -std=c++0x -g -o reduce tools/reduce.cpp -Ilib -Iexternals/tinyxml lib/*.cpp externals/tinyxml/tinyxml2.cpp -+ $(CXX) -std=c++0x -g -o reduce tools/reduce.cpp -Ilib lib/*.cpp - - clean: - rm -f build/*.o lib/*.o cli/*.o test/*.o externals/tinyxml/*.o testrunner reduce cppcheck cppcheck.1 diff --git a/dev-util/cppcheck/files/cppcheck-1.65-tinyxml2.patch b/dev-util/cppcheck/files/cppcheck-1.65-tinyxml2.patch index 61776933578d..cb5a4ae401e2 100644 --- a/dev-util/cppcheck/files/cppcheck-1.65-tinyxml2.patch +++ b/dev-util/cppcheck/files/cppcheck-1.65-tinyxml2.patch @@ -1,36 +1,67 @@ ---- cppcheck-1.65/Makefile -+++ cppcheck-1.65/Makefile -@@ -94,15 +94,15 @@ - endif +--- cppcheck-1.65/tools/dmake.cpp ++++ cppcheck-1.65/tools/dmake.cpp +@@ -170,7 +170,6 @@ + } - ifndef INCLUDE_FOR_LIB -- INCLUDE_FOR_LIB=-Ilib -Iexternals/tinyxml -+ INCLUDE_FOR_LIB=-Ilib - endif + std::vector externalfiles; +- getCppFiles(externalfiles, "externals/"); - ifndef INCLUDE_FOR_CLI -- INCLUDE_FOR_CLI=-Ilib -Iexternals/tinyxml -+ INCLUDE_FOR_CLI=-Ilib - endif - ifndef INCLUDE_FOR_TEST -- INCLUDE_FOR_TEST=-Ilib -Icli -Iexternals/tinyxml -+ INCLUDE_FOR_TEST=-Ilib -Icli - endif + // QMAKE - lib/lib.pri +@@ -179,10 +178,6 @@ + if (fout1.is_open()) { + fout1 << "# no manual edits - this file is autogenerated by dmake\n\n"; + fout1 << "include($$PWD/pcrerules.pri)\n"; +- fout1 << "BASEPATH = ../externals/tinyxml/\n"; +- fout1 << "include($$PWD/../externals/tinyxml/tinyxml.pri)\n"; +- fout1 << "BASEPATH = ../lib/\n"; +- fout1 << "INCLUDEPATH += ../externals/tinyxml\n"; + fout1 << "HEADERS += $${BASEPATH}check.h \\\n"; + for (unsigned int i = 0; i < libfiles.size(); ++i) { + std::string fname(libfiles[i].substr(4)); +@@ -208,7 +203,6 @@ + std::ofstream fout1("test/testfiles.pri"); + if (fout1.is_open()) { + fout1 << "# no manual edits - this file is autogenerated by dmake\n\n"; +- fout1 << "INCLUDEPATH += ../externals/tinyxml\n"; + fout1 << "\n\nSOURCES += "; + for (unsigned int i = 0; i < testfiles.size(); ++i) { + const std::string filename(testfiles[i].substr(5)); +@@ -354,9 +348,9 @@ - BIN=$(DESTDIR)$(PREFIX)/bin -@@ -242,11 +242,11 @@ - $(CXX) $(CXXFLAGS) -std=c++0x -o dmake tools/dmake.o cli/filelister.o lib/path.o -Ilib $(LDFLAGS) - ./dmake + makeConditionalVariable(fout, "CXX", "g++"); + makeConditionalVariable(fout, "PREFIX", "/usr"); +- makeConditionalVariable(fout, "INCLUDE_FOR_LIB", "-Ilib -Iexternals/tinyxml"); +- makeConditionalVariable(fout, "INCLUDE_FOR_CLI", "-Ilib -Iexternals/tinyxml"); +- makeConditionalVariable(fout, "INCLUDE_FOR_TEST", "-Ilib -Icli -Iexternals/tinyxml"); ++ makeConditionalVariable(fout, "INCLUDE_FOR_LIB", "-Ilib"); ++ makeConditionalVariable(fout, "INCLUDE_FOR_CLI", "-Ilib"); ++ makeConditionalVariable(fout, "INCLUDE_FOR_TEST", "-Ilib -Icli"); --reduce: tools/reduce.o externals/tinyxml/tinyxml2.o $(LIBOBJ) -- $(CXX) $(CPPFLAGS) $(CXXFLAGS) -std=c++0x -g -o reduce tools/reduce.o -Ilib -Iexternals/tinyxml $(LIBOBJ) $(LIBS) externals/tinyxml/tinyxml2.o $(LDFLAGS) $(RDYNAMIC) -+reduce: tools/reduce.o $(LIBOBJ) -+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -std=c++0x -g -o reduce tools/reduce.o -Ilib $(LIBOBJ) $(LIBS) $(LDFLAGS) $(RDYNAMIC) - - clean: -- rm -f build/*.o lib/*.o cli/*.o test/*.o externals/tinyxml/*.o testrunner reduce dmake cppcheck cppcheck.1 -+ rm -f build/*.o lib/*.o cli/*.o test/*.o testrunner reduce dmake cppcheck cppcheck.1 - - man: man/cppcheck.1 + fout << "BIN=$(DESTDIR)$(PREFIX)/bin\n\n"; + fout << "# For 'make man': sudo apt-get install xsltproc docbook-xsl docbook-xml on Linux\n"; +@@ -394,10 +388,10 @@ + fout << "dmake:\ttools/dmake.o cli/filelister.o lib/path.o\n"; + fout << "\t$(CXX) $(CXXFLAGS) -std=c++0x -o dmake tools/dmake.o cli/filelister.o lib/path.o -Ilib $(LDFLAGS)\n"; + fout << "\t./dmake\n\n"; +- fout << "reduce:\ttools/reduce.o externals/tinyxml/tinyxml2.o $(LIBOBJ)\n"; +- fout << "\t$(CXX) $(CPPFLAGS) $(CXXFLAGS) -std=c++0x -g -o reduce tools/reduce.o -Ilib -Iexternals/tinyxml $(LIBOBJ) $(LIBS) externals/tinyxml/tinyxml2.o $(LDFLAGS) $(RDYNAMIC)\n\n"; ++ fout << "reduce:\ttools/reduce.o $(LIBOBJ)\n"; ++ fout << "\t$(CXX) $(CPPFLAGS) $(CXXFLAGS) -std=c++0x -g -o reduce tools/reduce.o -Ilib $(LIBOBJ) $(LIBS) $(LDFLAGS) $(RDYNAMIC)\n\n"; + fout << "clean:\n"; +- fout << "\trm -f build/*.o lib/*.o cli/*.o test/*.o externals/tinyxml/*.o testrunner reduce dmake cppcheck cppcheck.1\n\n"; ++ fout << "\trm -f build/*.o lib/*.o cli/*.o test/*.o testrunner reduce dmake cppcheck cppcheck.1\n\n"; + fout << "man:\tman/cppcheck.1\n\n"; + fout << "man/cppcheck.1:\t$(MAN_SOURCE)\n\n"; + fout << "\t$(XP) $(DB2MAN) $(MAN_SOURCE)\n\n"; +--- cppcheck-1.65/gui/gui.pro ++++ cppcheck-1.65/gui/gui.pro +@@ -15,7 +15,7 @@ + LIBS += -l../bin/cppcheck-core + DEFINES += CPPCHECKLIB_IMPORT + } +-LIBS += -L../externals ++LIBS += `pkg-config --libs tinyxml2` + DESTDIR = . + RCC_DIR = temp diff --git a/dev-util/perf/perf-3.12.ebuild b/dev-util/perf/perf-3.12.ebuild index 1f3d789d7e75..584ca202dfd3 100644 --- a/dev-util/perf/perf-3.12.ebuild +++ b/dev-util/perf/perf-3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.12.ebuild,v 1.3 2014/07/18 02:23:34 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.12.ebuild,v 1.4 2014/10/09 19:47:46 dilfridge Exp $ EAPI="5" @@ -41,7 +41,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) - perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) + perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils" diff --git a/dev-util/perf/perf-3.13.1-r1.ebuild b/dev-util/perf/perf-3.13.1-r1.ebuild index cecc5141026f..45aeae5e6839 100644 --- a/dev-util/perf/perf-3.13.1-r1.ebuild +++ b/dev-util/perf/perf-3.13.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.13.1-r1.ebuild,v 1.3 2014/07/18 20:20:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.13.1-r1.ebuild,v 1.4 2014/10/09 19:47:46 dilfridge Exp $ EAPI="5" @@ -45,7 +45,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) - perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) + perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils" diff --git a/dev-util/perf/perf-3.15.5.ebuild b/dev-util/perf/perf-3.15.5.ebuild index aff4975f0f15..ee4ca7cb19a4 100644 --- a/dev-util/perf/perf-3.15.5.ebuild +++ b/dev-util/perf/perf-3.15.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.15.5.ebuild,v 1.1 2014/07/18 02:23:34 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.15.5.ebuild,v 1.2 2014/10/09 19:47:46 dilfridge Exp $ EAPI="5" @@ -45,7 +45,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) - perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) + perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils" diff --git a/dev-util/perf/perf-3.8-r1.ebuild b/dev-util/perf/perf-3.8-r1.ebuild index 20f1f7c75040..7857284d21cd 100644 --- a/dev-util/perf/perf-3.8-r1.ebuild +++ b/dev-util/perf/perf-3.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.8-r1.ebuild,v 1.3 2014/07/14 16:49:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.8-r1.ebuild,v 1.4 2014/10/09 19:47:46 dilfridge Exp $ EAPI="4" @@ -40,7 +40,7 @@ IUSE="audit +demangle +doc perl python slang unwind" RDEPEND="audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) - perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) + perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils" diff --git a/mail-mta/exim/exim-4.80.1-r2.ebuild b/mail-mta/exim/exim-4.80.1-r2.ebuild index 7b5e67398642..007cf620f799 100644 --- a/mail-mta/exim/exim-4.80.1-r2.ebuild +++ b/mail-mta/exim/exim-4.80.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1-r2.ebuild,v 1.11 2014/09/30 18:39:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1-r2.ebuild,v 1.12 2014/10/09 19:51:39 dilfridge Exp $ EAPI="4" @@ -27,7 +27,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-solaris" COMMON_DEPEND=">=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre - perl? ( sys-devel/libperl ) + perl? ( dev-lang/perl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) diff --git a/mail-mta/exim/exim-4.80.1-r3.ebuild b/mail-mta/exim/exim-4.80.1-r3.ebuild index 9319ecaf3cfd..f8f66150a72e 100644 --- a/mail-mta/exim/exim-4.80.1-r3.ebuild +++ b/mail-mta/exim/exim-4.80.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1-r3.ebuild,v 1.2 2014/09/30 18:39:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1-r3.ebuild,v 1.3 2014/10/09 19:51:39 dilfridge Exp $ EAPI="4" @@ -27,7 +27,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" COMMON_DEPEND=">=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre - perl? ( sys-devel/libperl ) + perl? ( dev-lang/perl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) diff --git a/mail-mta/exim/exim-4.80.1.ebuild b/mail-mta/exim/exim-4.80.1.ebuild index b1898566f407..2293cfed5155 100644 --- a/mail-mta/exim/exim-4.80.1.ebuild +++ b/mail-mta/exim/exim-4.80.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1.ebuild,v 1.16 2014/09/30 18:39:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.80.1.ebuild,v 1.17 2014/10/09 19:51:39 dilfridge Exp $ EAPI="3" @@ -26,7 +26,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-solaris" COMMON_DEPEND=">=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre - perl? ( sys-devel/libperl ) + perl? ( dev-lang/perl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) diff --git a/mail-mta/exim/exim-4.82.1.ebuild b/mail-mta/exim/exim-4.82.1.ebuild index ef0fe5196adb..eceb223742ea 100644 --- a/mail-mta/exim/exim-4.82.1.ebuild +++ b/mail-mta/exim/exim-4.82.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.82.1.ebuild,v 1.2 2014/09/30 18:39:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.82.1.ebuild,v 1.3 2014/10/09 19:51:39 dilfridge Exp $ EAPI="5" @@ -27,7 +27,7 @@ KEYWORDS="~amd64 ~hppa ~x86-fbsd ~x86-solaris" COMMON_DEPEND=">=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre - perl? ( sys-devel/libperl ) + perl? ( dev-lang/perl:= ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) diff --git a/mail-mta/exim/exim-4.84.ebuild b/mail-mta/exim/exim-4.84.ebuild index 359c4345b30b..9b6c96cb43d8 100644 --- a/mail-mta/exim/exim-4.84.ebuild +++ b/mail-mta/exim/exim-4.84.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.84.ebuild,v 1.8 2014/10/05 15:06:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.84.ebuild,v 1.9 2014/10/09 19:51:39 dilfridge Exp $ EAPI="5" @@ -24,7 +24,7 @@ KEYWORDS="alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris" COMMON_DEPEND=">=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre - perl? ( sys-devel/libperl ) + perl? ( dev-lang/perl:= ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) diff --git a/media-gfx/exact-image/exact-image-0.8.1-r1.ebuild b/media-gfx/exact-image/exact-image-0.8.1-r1.ebuild index 7614e8af0411..e38c3171164c 100644 --- a/media-gfx/exact-image/exact-image-0.8.1-r1.ebuild +++ b/media-gfx/exact-image/exact-image-0.8.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exact-image/exact-image-0.8.1-r1.ebuild,v 1.1 2012/10/06 11:47:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exact-image/exact-image-0.8.1-r1.ebuild,v 1.2 2014/10/09 19:53:38 dilfridge Exp $ EAPI=4 PYTHON_DEPEND="python? 2:2.5" @@ -25,7 +25,7 @@ RDEPEND="x11-libs/agg[truetype] lua? ( dev-lang/lua ) openexr? ( media-libs/openexr ) php? ( dev-lang/php ) - perl? ( sys-devel/libperl ) + perl? ( dev-lang/perl ) png? ( >=media-libs/libpng-1.2.43 ) ruby? ( dev-lang/ruby ) tiff? ( media-libs/tiff ) diff --git a/media-gfx/exact-image/exact-image-0.8.1.ebuild b/media-gfx/exact-image/exact-image-0.8.1.ebuild index c01e0abe2234..17e3a3f382fc 100644 --- a/media-gfx/exact-image/exact-image-0.8.1.ebuild +++ b/media-gfx/exact-image/exact-image-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exact-image/exact-image-0.8.1.ebuild,v 1.5 2012/05/05 07:00:23 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exact-image/exact-image-0.8.1.ebuild,v 1.6 2014/10/09 19:53:38 dilfridge Exp $ EAPI=2 @@ -26,7 +26,7 @@ RDEPEND="x11-libs/agg[truetype] lua? ( dev-lang/lua ) openexr? ( media-libs/openexr ) php? ( dev-lang/php ) - perl? ( sys-devel/libperl ) + perl? ( dev-lang/perl ) png? ( >=media-libs/libpng-1.2.43 ) ruby? ( dev-lang/ruby ) tiff? ( media-libs/tiff ) diff --git a/media-gfx/tintii/Manifest b/media-gfx/tintii/Manifest index 7421b25e0a77..dd07a46e7108 100644 --- a/media-gfx/tintii/Manifest +++ b/media-gfx/tintii/Manifest @@ -1,2 +1,3 @@ DIST tintii-2.8.0.tar.gz 411148 SHA256 898b202ae00a023fd6e50f0075d9861a00e2a37d4234dda91e625a4e90165aa1 SHA512 6510ebad55f0df8c352daa541a8af828fdd83c09134a106b07c4a21b75b63ad1d2d33cdf73855540214ba99c4c5e5ae20ed5f9fcace165b5bbc1fd9312c3f149 WHIRLPOOL 4f895b45740bd7fa450511c62ba6f24bfda695054f1d49d3f68468de3e241bfbb0ab1682be9e37edc0e4e15c34a3f77db9840958bb88e2aa73080c2b9262c53c DIST tintii-2.8.2.tar.gz 504650 SHA256 2018aea9337a1a631ab70d8f17feddad1d573825a852586faacc53f3732494f8 SHA512 c58b44f734a2b8bde6363d21dbff17593234fd90e72ec3f5e5526d06acb6a118210167e0519db93e00b4074d55831623c0fe16d6e17a9033d5f432f2a249ab7a WHIRLPOOL f4ba829706a6ee38cba480c8df862f96244c060d811e20b19d3e3c89297f267dd9bdd24826d47b347b13a6dfdb80ebfca830509f45090234901f4b212f0ff8d8 +DIST tintii-2.9.0.tar.gz 506063 SHA256 d95036d9ede5c2ff28cb4f2899f3bd1f3a09cebeff70d54f9d4f5ff209d15539 SHA512 ce31199038cb1b096ce1cebe88292749add4d2a40c74ea7182e6458ebbef9ce09bb7241609e59d9a1700ba677ae9c4f5f2013fa6299e9a7f75afd7c525d93df9 WHIRLPOOL aa4368ba15227a970a11b97be9615688d1c79b78b0d790164940f5844ba538368cb086ecdf50e2a2d69da2ba5266258a723d244d3590aaa5cfadd1088e7f48dc diff --git a/media-gfx/tintii/tintii-2.9.0.ebuild b/media-gfx/tintii/tintii-2.9.0.ebuild new file mode 100644 index 000000000000..d657e7785e57 --- /dev/null +++ b/media-gfx/tintii/tintii-2.9.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tintii/tintii-2.9.0.ebuild,v 1.1 2014/10/10 04:01:39 radhermit Exp $ + +EAPI="5" +WX_GTK_VER="3.0" + +inherit autotools wxwidgets + +DESCRIPTION="A photo editor for selective color, saturation, and hue shift adjustments" +HOMEPAGE="http://www.indii.org/software/tintii" +SRC_URI="http://www.indii.org/files/tint/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]" +DEPEND="${RDEPEND} + dev-libs/boost" + +src_prepare() { + sed -i 's/^\(AM_CXXFLAGS = $(DEPS_CXXFLAGS)\).*/\1/' Makefile.am || die + eautoreconf +} diff --git a/media-libs/flickcurl/Manifest b/media-libs/flickcurl/Manifest index 7ca9517c9d9a..ebf023235b2e 100644 --- a/media-libs/flickcurl/Manifest +++ b/media-libs/flickcurl/Manifest @@ -1,2 +1,3 @@ DIST flickcurl-1.24.tar.gz 1852406 SHA256 61f1a908ae2342490218dd9b435fc408bc5d22ce5f046c7cf9f742cab68502a8 SHA512 6749ca59b21f5919f817edee37a89e4996493f4ad4165d6131d267b0de282202a8e531f7350b19f54c83ca97c730baab94b9cf144f076ab19a04705062b229cd WHIRLPOOL 59d0d7076d9216aa92bacd5da0fda18e906f6f526060f578600e758f2c0cd417d3fa64a26dfdb2cbea0c37a9a5c0d8bbeabb236968c1df2c45f15a0e565f9244 DIST flickcurl-1.25.tar.gz 1856658 SHA256 4ce95b659da2ea790b7244baa441d59eef1db794778491f6d709b784517d560b SHA512 51a449f52ba780cf6dd914e249012e338865af3a10a63c1c1efd611d0064acd117f9e8a8cc63edba93c3ce81b52c1c5586df52079644dc717be591542ad9dd7f WHIRLPOOL b8e8a4037a556fa8561618f2582ed35eae4d20a31603363d765c52bb4f08de6dff9dfef9c5845c290e29fd70a2aeacad5d1b858b31e037d632c2c9414bb3ed44 +DIST flickcurl-1.26.tar.gz 1870073 SHA256 ff42a36c7c1c7d368246f6bc9b7d792ed298348e5f0f5d432e49f6803562f5a3 SHA512 5ffdef58e67cbf99da2e8eefad57e845627703d5b22c85d5635557cd2df53e47e74d8e3387523495708c5cc8952c290da5c4d5f1e86bd482312fc7e46e9af6cd WHIRLPOOL 3bf5557eccdaca91077a13e01ea6cb3bbc068427b143a2eadfc0aa536e5945e2d0bd636ff4ae4d27ea23dbb8fd8614049dd48f2a7f9c7fa595125c1b0af4ca61 diff --git a/media-libs/flickcurl/flickcurl-1.26.ebuild b/media-libs/flickcurl/flickcurl-1.26.ebuild new file mode 100644 index 000000000000..faeec28b449b --- /dev/null +++ b/media-libs/flickcurl/flickcurl-1.26.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/flickcurl/flickcurl-1.26.ebuild,v 1.1 2014/10/10 03:57:39 radhermit Exp $ + +EAPI="5" + +inherit autotools eutils + +DESCRIPTION="C library for the Flickr API" +HOMEPAGE="http://librdf.org/flickcurl/" +SRC_URI="http://download.dajobe.org/flickcurl/${P}.tar.gz" + +LICENSE="|| ( LGPL-2.1 GPL-2 Apache-2.0 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc raptor static-libs" + +RDEPEND=">=net-misc/curl-7.10.0 + >=dev-libs/libxml2-2.6.8:2 + raptor? ( media-libs/raptor:2 )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + if ! use doc ; then + # Only install html documentation when the use flag is enabled + sed -e '/gtk-doc.make/d' \ + -e 's:+=:=:' \ + -i docs/Makefile.am || die + fi + + eautoreconf +} + +src_configure() { + econf \ + $(use_with raptor) \ + $(use_enable static-libs static) +} + +src_install() { + emake DESTDIR="${D}" TARGET_DIR=/usr/share/doc/${PF}/html install + dodoc AUTHORS ChangeLog NEWS README + prune_libtool_files +} diff --git a/media-libs/libsbsms/Manifest b/media-libs/libsbsms/Manifest index 991366c03af6..2a6b1c88ffe6 100644 --- a/media-libs/libsbsms/Manifest +++ b/media-libs/libsbsms/Manifest @@ -1,2 +1,3 @@ DIST libsbsms-2.0.0.tar.gz 832881 SHA256 960c7bf4bd0f5024f96be6ff8891118bd5d029f55525d1a43d8d01c8430c88d9 SHA512 c3047310c5e5080eb437f426ac679fda3cd18ccf06e287667701aa9ef50e47285df4cc29e5d1dd82e9bdd1e668bf33ee437d9bc8499ba1687b172ac904d80d92 WHIRLPOOL ae519fc74e9145a309c0fcdf7eb84335fb8c0b4d5ea5863ab14fe447dc8100fa7cb98c3dbd8ddbb0ddc07b609404f49405f2d96e7c68d1e8f98bcbfc9563da5a DIST libsbsms-2.0.1.tar.gz 741474 SHA256 1012201f3d982960ca29142e3adab79f3668932b23cc38a9f9088ca9a2588b25 SHA512 62d5b3bc58069d697f0cf9505f2da22555a1fa8c966191cdd369161d56266069ae47a41100103439dc58b7dd01bbc3b11279400a2d0c161b2b4b9c854199ae45 WHIRLPOOL a01fa860088e4b386184f36ddc8c19522ce5f850f76cebf8f2800aa6f21715112fc03457653842b581b4cb16c7d064a9f2babe54149ca4c652a497ea31fdce93 +DIST libsbsms-2.0.2.tar.gz 450170 SHA256 ceab3d970664b337057b46bcf55283d50d329da636bf83d0ee7c36e22341aeee SHA512 8aaab3e191f3e10e559683ab4ebdcb8d951cf0e776390234f25675a98640d60d20aed872061ba72fdc3bd7827b7d46bc27225fe947cdd7fa4312f75cbdd78e6c WHIRLPOOL 4cf6c0564a1e270ad46b90f07e1ab36c642384994ad1224c0f4c56dfdeafa5afbaadecbf8151a9767a39203e661443964b823b21c45d3a7b29fcf121cb7910e6 diff --git a/media-libs/libsbsms/files/libsbsms-2.0.2-cflags.patch b/media-libs/libsbsms/files/libsbsms-2.0.2-cflags.patch new file mode 100644 index 000000000000..929135baa0ec --- /dev/null +++ b/media-libs/libsbsms/files/libsbsms-2.0.2-cflags.patch @@ -0,0 +1,24 @@ +--- libsbsms-2.0.2/configure.ac ++++ libsbsms-2.0.2/configure.ac +@@ -69,8 +69,6 @@ + + AC_ARG_ENABLE(universal_binary,[ --enable-universal_binary enable universal binary build: (default: disable)],[enable_universal_binary=$enableval],[enable_universal_binary=no]) + +-SBSMS_CFLAGS="-ffast-math -funroll-loops" +- + if test x$enable_static = xno; then + case "$target_os" in + darwin*) +@@ -81,12 +79,6 @@ + esac + fi + +-if test x$enable_debug = xyes; then +- SBSMS_CFLAGS="$SBSMS_CFLAGS -g -O3" +-else +- SBSMS_CFLAGS="$SBSMS_CFLAGS -O3 -fomit-frame-pointer" +-fi +- + if test x$enable_multithreaded = xyes; then + AC_DEFINE(MULTITHREADED,1,[Define to compile multithreaded sbsms]) + fi diff --git a/media-libs/libsbsms/libsbsms-2.0.2.ebuild b/media-libs/libsbsms/libsbsms-2.0.2.ebuild new file mode 100644 index 000000000000..88a5e35888b8 --- /dev/null +++ b/media-libs/libsbsms/libsbsms-2.0.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild,v 1.1 2014/10/10 04:29:01 radhermit Exp $ + +EAPI=5 + +inherit eutils autotools + +DESCRIPTION="A library for high quality time and pitch scale modification" +HOMEPAGE="http://sbsms.sourceforge.net/" +SRC_URI="mirror://sourceforge/sbsms/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" +IUSE="sse static-libs" + +src_prepare() { + epatch "${FILESDIR}"/${P}-cflags.patch + eautoreconf +} + +src_configure() { + econf \ + --enable-shared \ + $(use_enable static-libs static) \ + $(use_enable sse) \ + --disable-multithreaded + # threaded version causes segfaults +} + +src_install() { + default + prune_libtool_files +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index e418f19fcf27..682c5bdefcac 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Thu, 09 Oct 2014 18:37:01 +0000 +Fri, 10 Oct 2014 08:07:01 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index e418f19fcf27..682c5bdefcac 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Thu, 09 Oct 2014 18:37:01 +0000 +Fri, 10 Oct 2014 08:07:01 +0000 diff --git a/metadata/md5-cache/app-admin/collectd-5.2.2 b/metadata/md5-cache/app-admin/collectd-5.2.2 index 0b01d3b407e9..006650b78742 100644 --- a/metadata/md5-cache/app-admin/collectd-5.2.2 +++ b/metadata/md5-cache/app-admin/collectd-5.2.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( >=sys-apps/iproute2-3.3.0 ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( >=net-libs/libesmtp-1.0.4 dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( >=net-analyzer/rrdtool-1.4 ) collectd_plugins_rrdtool? ( >=net-analyzer/rrdtool-1.2.27 ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_interface? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_load? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_memory? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_swap? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_users? ( >=sys-libs/libstatgrab-0.16 ) ) virtual/pkgconfig kernel_linux? ( collectd_plugins_vserver? ( sys-kernel/vserver-sources ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool virtual/pkgconfig +DEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( >=sys-apps/iproute2-3.3.0 ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( >=net-libs/libesmtp-1.0.4 dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( >=net-analyzer/rrdtool-1.4 ) collectd_plugins_rrdtool? ( >=net-analyzer/rrdtool-1.2.27 ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_interface? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_load? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_memory? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_swap? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_users? ( >=sys-libs/libstatgrab-0.16 ) ) virtual/pkgconfig kernel_linux? ( collectd_plugins_vserver? ( sys-kernel/vserver-sources ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool virtual/pkgconfig DESCRIPTION=A a daemon which collects system statistic and provides mechanisms to store the values EAPI=4 HOMEPAGE=http://collectd.org IUSE=contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl selinux static-libs collectd_plugins_aggregation collectd_plugins_apache collectd_plugins_apcups collectd_plugins_ascent collectd_plugins_battery collectd_plugins_bind collectd_plugins_conntrack collectd_plugins_contextswitch collectd_plugins_cpu collectd_plugins_cpufreq collectd_plugins_csv collectd_plugins_curl collectd_plugins_curl_json collectd_plugins_curl_xml collectd_plugins_dbi collectd_plugins_df collectd_plugins_disk collectd_plugins_dns collectd_plugins_email collectd_plugins_entropy collectd_plugins_ethstat collectd_plugins_exec collectd_plugins_filecount collectd_plugins_fscache collectd_plugins_gmond collectd_plugins_hddtemp collectd_plugins_interface collectd_plugins_ipmi collectd_plugins_iptables collectd_plugins_irq collectd_plugins_java collectd_plugins_libvirt collectd_plugins_load collectd_plugins_logfile collectd_plugins_madwifi collectd_plugins_match_empty_counter collectd_plugins_match_hashed collectd_plugins_match_regex collectd_plugins_match_timediff collectd_plugins_match_value collectd_plugins_mbmon collectd_plugins_md collectd_plugins_memcachec collectd_plugins_memcached collectd_plugins_memory collectd_plugins_multimeter collectd_plugins_mysql collectd_plugins_netlink collectd_plugins_network collectd_plugins_network collectd_plugins_nfs collectd_plugins_nginx collectd_plugins_notify_desktop collectd_plugins_notify_email collectd_plugins_ntpd collectd_plugins_numa collectd_plugins_nut collectd_plugins_olsrd collectd_plugins_onewire collectd_plugins_openvpn collectd_plugins_oracle collectd_plugins_perl collectd_plugins_perl collectd_plugins_ping collectd_plugins_postgresql collectd_plugins_powerdns collectd_plugins_processes collectd_plugins_protocols collectd_plugins_python collectd_plugins_python collectd_plugins_routeros collectd_plugins_rrdcached collectd_plugins_rrdcached collectd_plugins_rrdtool collectd_plugins_sensors collectd_plugins_serial collectd_plugins_snmp collectd_plugins_swap collectd_plugins_syslog collectd_plugins_table collectd_plugins_tail collectd_plugins_target_notification collectd_plugins_target_replace collectd_plugins_target_scale collectd_plugins_target_set collectd_plugins_tcpconns collectd_plugins_teamspeak2 collectd_plugins_ted collectd_plugins_thermal collectd_plugins_threshold collectd_plugins_tokyotyrant collectd_plugins_unixsock collectd_plugins_uptime collectd_plugins_users collectd_plugins_uuid collectd_plugins_varnish collectd_plugins_vmem collectd_plugins_vserver collectd_plugins_wireless collectd_plugins_write_graphite collectd_plugins_write_http collectd_plugins_write_mongodb KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( >=sys-apps/iproute2-3.3.0 ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( >=net-libs/libesmtp-1.0.4 dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( >=net-analyzer/rrdtool-1.4 ) collectd_plugins_rrdtool? ( >=net-analyzer/rrdtool-1.2.27 ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_interface? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_load? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_memory? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_swap? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_users? ( >=sys-libs/libstatgrab-0.16 ) ) collectd_plugins_syslog? ( virtual/logger ) +RDEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( >=sys-apps/iproute2-3.3.0 ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( >=net-libs/libesmtp-1.0.4 dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( >=net-analyzer/rrdtool-1.4 ) collectd_plugins_rrdtool? ( >=net-analyzer/rrdtool-1.2.27 ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_interface? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_load? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_memory? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_swap? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_users? ( >=sys-libs/libstatgrab-0.16 ) ) collectd_plugins_syslog? ( virtual/logger ) SLOT=0 SRC_URI=http://collectd.org/files/collectd-5.2.2.tar.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-app 4c2027b6530baeab97482b706149e640 perl-module f889e8437ffc64d766053d029c422c4e systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=2ae3d66dae45a5089e464c3eb3a93b1b +_md5_=004528aa995f5efa13de2e723bedd83f diff --git a/metadata/md5-cache/app-admin/collectd-5.3.0 b/metadata/md5-cache/app-admin/collectd-5.3.0 index ec3f278d71ac..24c86ddba691 100644 --- a/metadata/md5-cache/app-admin/collectd-5.3.0 +++ b/metadata/md5-cache/app-admin/collectd-5.3.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( >=sys-apps/iproute2-3.3.0 ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( >=net-libs/libesmtp-1.0.4 dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( >=net-analyzer/rrdtool-1.4 ) collectd_plugins_rrdtool? ( >=net-analyzer/rrdtool-1.2.27 ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_interface? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_load? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_memory? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_swap? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_users? ( >=sys-libs/libstatgrab-0.16 ) ) virtual/pkgconfig kernel_linux? ( collectd_plugins_vserver? ( sys-kernel/vserver-sources ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool virtual/pkgconfig +DEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( >=sys-apps/iproute2-3.3.0 ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( >=net-libs/libesmtp-1.0.4 dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( >=net-analyzer/rrdtool-1.4 ) collectd_plugins_rrdtool? ( >=net-analyzer/rrdtool-1.2.27 ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_interface? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_load? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_memory? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_swap? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_users? ( >=sys-libs/libstatgrab-0.16 ) ) virtual/pkgconfig kernel_linux? ( collectd_plugins_vserver? ( sys-kernel/vserver-sources ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool virtual/pkgconfig DESCRIPTION=A a daemon which collects system statistic and provides mechanisms to store the values EAPI=4 HOMEPAGE=http://collectd.org IUSE=contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl selinux static-libs collectd_plugins_aggregation collectd_plugins_apache collectd_plugins_apcups collectd_plugins_ascent collectd_plugins_battery collectd_plugins_bind collectd_plugins_conntrack collectd_plugins_contextswitch collectd_plugins_cpu collectd_plugins_cpufreq collectd_plugins_csv collectd_plugins_curl collectd_plugins_curl_json collectd_plugins_curl_xml collectd_plugins_dbi collectd_plugins_df collectd_plugins_disk collectd_plugins_dns collectd_plugins_email collectd_plugins_entropy collectd_plugins_ethstat collectd_plugins_exec collectd_plugins_filecount collectd_plugins_fscache collectd_plugins_gmond collectd_plugins_hddtemp collectd_plugins_interface collectd_plugins_ipmi collectd_plugins_iptables collectd_plugins_irq collectd_plugins_java collectd_plugins_libvirt collectd_plugins_load collectd_plugins_logfile collectd_plugins_madwifi collectd_plugins_match_empty_counter collectd_plugins_match_hashed collectd_plugins_match_regex collectd_plugins_match_timediff collectd_plugins_match_value collectd_plugins_mbmon collectd_plugins_md collectd_plugins_memcachec collectd_plugins_memcached collectd_plugins_memory collectd_plugins_multimeter collectd_plugins_mysql collectd_plugins_netlink collectd_plugins_network collectd_plugins_network collectd_plugins_nfs collectd_plugins_nginx collectd_plugins_notify_desktop collectd_plugins_notify_email collectd_plugins_ntpd collectd_plugins_numa collectd_plugins_nut collectd_plugins_olsrd collectd_plugins_onewire collectd_plugins_openvpn collectd_plugins_oracle collectd_plugins_perl collectd_plugins_perl collectd_plugins_ping collectd_plugins_postgresql collectd_plugins_powerdns collectd_plugins_processes collectd_plugins_protocols collectd_plugins_python collectd_plugins_python collectd_plugins_routeros collectd_plugins_rrdcached collectd_plugins_rrdcached collectd_plugins_rrdtool collectd_plugins_sensors collectd_plugins_serial collectd_plugins_snmp collectd_plugins_swap collectd_plugins_syslog collectd_plugins_table collectd_plugins_tail collectd_plugins_target_notification collectd_plugins_target_replace collectd_plugins_target_scale collectd_plugins_target_set collectd_plugins_tcpconns collectd_plugins_teamspeak2 collectd_plugins_ted collectd_plugins_thermal collectd_plugins_threshold collectd_plugins_tokyotyrant collectd_plugins_unixsock collectd_plugins_uptime collectd_plugins_users collectd_plugins_uuid collectd_plugins_varnish collectd_plugins_vmem collectd_plugins_vserver collectd_plugins_wireless collectd_plugins_write_graphite collectd_plugins_write_http collectd_plugins_write_mongodb KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( >=sys-apps/iproute2-3.3.0 ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( >=net-libs/libesmtp-1.0.4 dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( >=net-analyzer/rrdtool-1.4 ) collectd_plugins_rrdtool? ( >=net-analyzer/rrdtool-1.2.27 ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_interface? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_load? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_memory? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_swap? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_users? ( >=sys-libs/libstatgrab-0.16 ) ) collectd_plugins_syslog? ( virtual/logger ) +RDEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( >=sys-apps/iproute2-3.3.0 ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( >=net-libs/libesmtp-1.0.4 dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( >=net-analyzer/rrdtool-1.4 ) collectd_plugins_rrdtool? ( >=net-analyzer/rrdtool-1.2.27 ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_interface? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_load? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_memory? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_swap? ( >=sys-libs/libstatgrab-0.16 ) collectd_plugins_users? ( >=sys-libs/libstatgrab-0.16 ) ) collectd_plugins_syslog? ( virtual/logger ) SLOT=0 SRC_URI=http://collectd.org/files/collectd-5.3.0.tar.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-app 4c2027b6530baeab97482b706149e640 perl-module f889e8437ffc64d766053d029c422c4e systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=0af18d56028847319e668c65e009503c +_md5_=56ac98fbbdd43f67cc77abaceadec1ad diff --git a/metadata/md5-cache/app-admin/collectd-5.4.0 b/metadata/md5-cache/app-admin/collectd-5.4.0 index ccdc38c764e3..27c3f9840933 100644 --- a/metadata/md5-cache/app-admin/collectd-5.4.0 +++ b/metadata/md5-cache/app-admin/collectd-5.4.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql-base ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab ) collectd_plugins_interface? ( sys-libs/libstatgrab ) collectd_plugins_load? ( sys-libs/libstatgrab ) collectd_plugins_memory? ( sys-libs/libstatgrab ) collectd_plugins_swap? ( sys-libs/libstatgrab ) collectd_plugins_users? ( sys-libs/libstatgrab ) ) virtual/pkgconfig kernel_linux? ( collectd_plugins_vserver? ( sys-kernel/vserver-sources ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool virtual/pkgconfig +DEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl:=[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl:=[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql-base ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab ) collectd_plugins_interface? ( sys-libs/libstatgrab ) collectd_plugins_load? ( sys-libs/libstatgrab ) collectd_plugins_memory? ( sys-libs/libstatgrab ) collectd_plugins_swap? ( sys-libs/libstatgrab ) collectd_plugins_users? ( sys-libs/libstatgrab ) ) virtual/pkgconfig kernel_linux? ( collectd_plugins_vserver? ( sys-kernel/vserver-sources ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool virtual/pkgconfig DESCRIPTION=A a daemon which collects system statistic and provides mechanisms to store the values EAPI=5 HOMEPAGE=http://collectd.org IUSE=contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl selinux static-libs collectd_plugins_aggregation collectd_plugins_apache collectd_plugins_apcups collectd_plugins_ascent collectd_plugins_battery collectd_plugins_bind collectd_plugins_cgroups collectd_plugins_conntrack collectd_plugins_contextswitch collectd_plugins_cpu collectd_plugins_cpufreq collectd_plugins_csv collectd_plugins_curl collectd_plugins_curl_json collectd_plugins_curl_xml collectd_plugins_dbi collectd_plugins_df collectd_plugins_disk collectd_plugins_dns collectd_plugins_email collectd_plugins_entropy collectd_plugins_ethstat collectd_plugins_exec collectd_plugins_filecount collectd_plugins_fscache collectd_plugins_gmond collectd_plugins_hddtemp collectd_plugins_interface collectd_plugins_ipmi collectd_plugins_iptables collectd_plugins_irq collectd_plugins_java collectd_plugins_libvirt collectd_plugins_load collectd_plugins_logfile collectd_plugins_lvm collectd_plugins_madwifi collectd_plugins_match_empty_counter collectd_plugins_match_hashed collectd_plugins_match_regex collectd_plugins_match_timediff collectd_plugins_match_value collectd_plugins_mbmon collectd_plugins_md collectd_plugins_memcachec collectd_plugins_memcached collectd_plugins_memory collectd_plugins_multimeter collectd_plugins_mysql collectd_plugins_netlink collectd_plugins_network collectd_plugins_network collectd_plugins_nfs collectd_plugins_nginx collectd_plugins_notify_desktop collectd_plugins_notify_email collectd_plugins_ntpd collectd_plugins_numa collectd_plugins_nut collectd_plugins_olsrd collectd_plugins_onewire collectd_plugins_openvpn collectd_plugins_oracle collectd_plugins_perl collectd_plugins_perl collectd_plugins_ping collectd_plugins_postgresql collectd_plugins_powerdns collectd_plugins_processes collectd_plugins_protocols collectd_plugins_python collectd_plugins_python collectd_plugins_routeros collectd_plugins_rrdcached collectd_plugins_rrdcached collectd_plugins_rrdtool collectd_plugins_sensors collectd_plugins_serial collectd_plugins_snmp collectd_plugins_statsd collectd_plugins_swap collectd_plugins_syslog collectd_plugins_table collectd_plugins_tail collectd_plugins_target_notification collectd_plugins_target_replace collectd_plugins_target_scale collectd_plugins_target_set collectd_plugins_tcpconns collectd_plugins_teamspeak2 collectd_plugins_ted collectd_plugins_thermal collectd_plugins_threshold collectd_plugins_tokyotyrant collectd_plugins_unixsock collectd_plugins_uptime collectd_plugins_users collectd_plugins_uuid collectd_plugins_varnish collectd_plugins_vmem collectd_plugins_vserver collectd_plugins_wireless collectd_plugins_write_graphite collectd_plugins_write_http collectd_plugins_write_mongodb KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql-base ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab ) collectd_plugins_interface? ( sys-libs/libstatgrab ) collectd_plugins_load? ( sys-libs/libstatgrab ) collectd_plugins_memory? ( sys-libs/libstatgrab ) collectd_plugins_swap? ( sys-libs/libstatgrab ) collectd_plugins_users? ( sys-libs/libstatgrab ) ) collectd_plugins_syslog? ( virtual/logger ) +RDEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl:=[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl:=[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql-base ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab ) collectd_plugins_interface? ( sys-libs/libstatgrab ) collectd_plugins_load? ( sys-libs/libstatgrab ) collectd_plugins_memory? ( sys-libs/libstatgrab ) collectd_plugins_swap? ( sys-libs/libstatgrab ) collectd_plugins_users? ( sys-libs/libstatgrab ) ) collectd_plugins_syslog? ( virtual/logger ) SLOT=0 SRC_URI=http://collectd.org/files/collectd-5.4.0.tar.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-app 4c2027b6530baeab97482b706149e640 perl-module f889e8437ffc64d766053d029c422c4e systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=b80db307065f4713b0a83716d791d292 +_md5_=148393e3d05c4a2de547714cab776b8e diff --git a/metadata/md5-cache/app-admin/collectd-5.4.1 b/metadata/md5-cache/app-admin/collectd-5.4.1 index 9ba63b48c2f2..b1e6553e2e45 100644 --- a/metadata/md5-cache/app-admin/collectd-5.4.1 +++ b/metadata/md5-cache/app-admin/collectd-5.4.1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql-base ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab ) collectd_plugins_interface? ( sys-libs/libstatgrab ) collectd_plugins_load? ( sys-libs/libstatgrab ) collectd_plugins_memory? ( sys-libs/libstatgrab ) collectd_plugins_swap? ( sys-libs/libstatgrab ) collectd_plugins_users? ( sys-libs/libstatgrab ) ) virtual/pkgconfig kernel_linux? ( collectd_plugins_vserver? ( sys-kernel/vserver-sources ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool virtual/pkgconfig +DEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl:=[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl:=[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql-base ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab ) collectd_plugins_interface? ( sys-libs/libstatgrab ) collectd_plugins_load? ( sys-libs/libstatgrab ) collectd_plugins_memory? ( sys-libs/libstatgrab ) collectd_plugins_swap? ( sys-libs/libstatgrab ) collectd_plugins_users? ( sys-libs/libstatgrab ) ) virtual/pkgconfig kernel_linux? ( collectd_plugins_vserver? ( sys-kernel/vserver-sources ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool virtual/pkgconfig DESCRIPTION=A a daemon which collects system statistic and provides mechanisms to store the values EAPI=5 HOMEPAGE=http://collectd.org IUSE=contrib debug kernel_linux kernel_FreeBSD kernel_Darwin perl selinux static-libs collectd_plugins_aggregation collectd_plugins_apache collectd_plugins_apcups collectd_plugins_ascent collectd_plugins_battery collectd_plugins_bind collectd_plugins_cgroups collectd_plugins_conntrack collectd_plugins_contextswitch collectd_plugins_cpu collectd_plugins_cpufreq collectd_plugins_csv collectd_plugins_curl collectd_plugins_curl_json collectd_plugins_curl_xml collectd_plugins_dbi collectd_plugins_df collectd_plugins_disk collectd_plugins_dns collectd_plugins_email collectd_plugins_entropy collectd_plugins_ethstat collectd_plugins_exec collectd_plugins_filecount collectd_plugins_fscache collectd_plugins_gmond collectd_plugins_hddtemp collectd_plugins_interface collectd_plugins_ipmi collectd_plugins_iptables collectd_plugins_irq collectd_plugins_java collectd_plugins_libvirt collectd_plugins_load collectd_plugins_logfile collectd_plugins_lvm collectd_plugins_madwifi collectd_plugins_match_empty_counter collectd_plugins_match_hashed collectd_plugins_match_regex collectd_plugins_match_timediff collectd_plugins_match_value collectd_plugins_mbmon collectd_plugins_md collectd_plugins_memcachec collectd_plugins_memcached collectd_plugins_memory collectd_plugins_multimeter collectd_plugins_mysql collectd_plugins_netlink collectd_plugins_network collectd_plugins_network collectd_plugins_nfs collectd_plugins_nginx collectd_plugins_notify_desktop collectd_plugins_notify_email collectd_plugins_ntpd collectd_plugins_numa collectd_plugins_nut collectd_plugins_olsrd collectd_plugins_onewire collectd_plugins_openvpn collectd_plugins_oracle collectd_plugins_perl collectd_plugins_perl collectd_plugins_ping collectd_plugins_postgresql collectd_plugins_powerdns collectd_plugins_processes collectd_plugins_protocols collectd_plugins_python collectd_plugins_python collectd_plugins_routeros collectd_plugins_rrdcached collectd_plugins_rrdcached collectd_plugins_rrdtool collectd_plugins_sensors collectd_plugins_serial collectd_plugins_snmp collectd_plugins_statsd collectd_plugins_swap collectd_plugins_syslog collectd_plugins_table collectd_plugins_tail collectd_plugins_target_notification collectd_plugins_target_replace collectd_plugins_target_scale collectd_plugins_target_set collectd_plugins_tcpconns collectd_plugins_teamspeak2 collectd_plugins_ted collectd_plugins_thermal collectd_plugins_threshold collectd_plugins_tokyotyrant collectd_plugins_unixsock collectd_plugins_uptime collectd_plugins_users collectd_plugins_uuid collectd_plugins_varnish collectd_plugins_vmem collectd_plugins_vserver collectd_plugins_wireless collectd_plugins_write_graphite collectd_plugins_write_http collectd_plugins_write_mongodb KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql-base ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab ) collectd_plugins_interface? ( sys-libs/libstatgrab ) collectd_plugins_load? ( sys-libs/libstatgrab ) collectd_plugins_memory? ( sys-libs/libstatgrab ) collectd_plugins_swap? ( sys-libs/libstatgrab ) collectd_plugins_users? ( sys-libs/libstatgrab ) ) collectd_plugins_syslog? ( virtual/logger ) +RDEPEND=dev-libs/libgcrypt:0 sys-devel/libtool perl? ( dev-lang/perl:=[ithreads] ) selinux? ( sec-policy/selinux-collectd ) collectd_plugins_apache? ( net-misc/curl ) collectd_plugins_ascent? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_bind? ( dev-libs/libxml2 ) collectd_plugins_curl? ( net-misc/curl ) collectd_plugins_curl_json? ( net-misc/curl dev-libs/yajl ) collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2 ) collectd_plugins_dbi? ( dev-db/libdbi ) collectd_plugins_dns? ( net-libs/libpcap ) collectd_plugins_gmond? ( sys-cluster/ganglia ) collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 ) collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13 ) collectd_plugins_java? ( virtual/jre dev-java/java-config-wrapper ) collectd_plugins_libvirt? ( app-emulation/libvirt dev-libs/libxml2 ) collectd_plugins_lvm? ( sys-fs/lvm2 ) collectd_plugins_memcachec? ( dev-libs/libmemcached ) collectd_plugins_mysql? ( >=virtual/mysql-5.0 ) collectd_plugins_netlink? ( net-libs/libmnl ) collectd_plugins_nginx? ( net-misc/curl ) collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp dev-libs/openssl ) collectd_plugins_nut? ( sys-power/nut ) collectd_plugins_onewire? ( sys-fs/owfs ) collectd_plugins_oracle? ( dev-db/oracle-instantclient-basic ) collectd_plugins_perl? ( dev-lang/perl:=[ithreads] ) collectd_plugins_ping? ( net-libs/liboping ) collectd_plugins_postgresql? ( dev-db/postgresql-base ) collectd_plugins_python? ( =dev-lang/python-2* ) collectd_plugins_routeros? ( net-libs/librouteros ) collectd_plugins_rrdcached? ( net-analyzer/rrdtool ) collectd_plugins_rrdtool? ( net-analyzer/rrdtool ) collectd_plugins_sensors? ( sys-apps/lm_sensors ) collectd_plugins_snmp? ( net-analyzer/net-snmp ) collectd_plugins_tokyotyrant? ( net-misc/tokyotyrant ) collectd_plugins_varnish? ( www-servers/varnish ) collectd_plugins_write_http? ( net-misc/curl ) collectd_plugins_write_mongodb? ( dev-libs/mongo-c-driver ) kernel_FreeBSD? ( collectd_plugins_disk? ( sys-libs/libstatgrab ) collectd_plugins_interface? ( sys-libs/libstatgrab ) collectd_plugins_load? ( sys-libs/libstatgrab ) collectd_plugins_memory? ( sys-libs/libstatgrab ) collectd_plugins_swap? ( sys-libs/libstatgrab ) collectd_plugins_users? ( sys-libs/libstatgrab ) ) collectd_plugins_syslog? ( virtual/logger ) SLOT=0 SRC_URI=http://collectd.org/files/collectd-5.4.1.tar.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-app 4c2027b6530baeab97482b706149e640 perl-module f889e8437ffc64d766053d029c422c4e systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=88437771b181fa98e738a181332a06d9 +_md5_=a7b0bf201884a3f942c12dbbacf12ffa diff --git a/metadata/md5-cache/app-admin/salt-2014.1.11 b/metadata/md5-cache/app-admin/salt-2014.1.11 new file mode 100644 index 000000000000..4ff21ee29494 --- /dev/null +++ b/metadata/md5-cache/app-admin/salt-2014.1.11 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pip dev-python/virtualenv dev-python/timelib >=dev-python/SaltTesting-2014.4.24 >=dev-python/pyzmq-2.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/msgpack[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/m2crypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycrypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycryptopp[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] libcloud? ( >=dev-python/libcloud-0.14.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) sys-apps/pciutils mako? ( dev-python/mako[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ldap? ( dev-python/python-ldap[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) openssl? ( dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) libvirt? ( || ( dev-python/libvirt-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-emulation/libvirt[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) mongodb? ( dev-python/pymongo[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) mysql? ( dev-python/mysql-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) redis? ( dev-python/redis-py[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) timelib? ( dev-python/timelib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/pkgconfig +DESCRIPTION=Salt is a remote execution and configuration manager +EAPI=5 +HOMEPAGE=http://saltstack.org/ +IUSE=ldap libcloud libvirt mako mongodb mysql openssl redis timelib test python_targets_python2_7 +KEYWORDS=~x86 ~amd64 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/pyzmq-2.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/msgpack[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/m2crypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycrypto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycryptopp[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] libcloud? ( >=dev-python/libcloud-0.14.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) sys-apps/pciutils mako? ( dev-python/mako[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ldap? ( dev-python/python-ldap[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) openssl? ( dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) libvirt? ( || ( dev-python/libvirt-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-emulation/libvirt[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) mongodb? ( dev-python/pymongo[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) mysql? ( dev-python/mysql-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) redis? ( dev-python/redis-py[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) timelib? ( dev-python/timelib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/s/salt/salt-2014.1.11.tar.gz +_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=d0d114b3e3095f2fc8062e8cd300408c diff --git a/metadata/md5-cache/app-arch/zopfli-1.0.0_p20141006 b/metadata/md5-cache/app-arch/zopfli-1.0.0_p20141006 new file mode 100644 index 000000000000..b1a91335125c --- /dev/null +++ b/metadata/md5-cache/app-arch/zopfli-1.0.0_p20141006 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install prepare unpack +DESCRIPTION=Compression library programmed in C to perform very good, but slow, deflate or zlib compression +EAPI=5 +HOMEPAGE=https://github.com/Hello71/zopfli/ +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=Apache-2.0 +SLOT=0/1 +SRC_URI=https://github.com/Hello71/zopfli/archive/1a2f1148efd07e16adb5702e8820abf6162292d5.tar.gz -> zopfli-1.0.0_p20141006.tar.gz +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 +_md5_=1af7857fa324f574e2c61f99532af7a4 diff --git a/metadata/md5-cache/app-crypt/p11-kit-0.20.4 b/metadata/md5-cache/app-crypt/p11-kit-0.20.4 deleted file mode 100644 index c5f544a8868d..000000000000 --- a/metadata/md5-cache/app-crypt/p11-kit-0.20.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install setup test -DEPEND=asn1? ( >=dev-libs/libtasn1-3.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(-)?] ) libffi? ( >=dev-libs/libffi-3.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(-)?] ) trust? ( app-misc/ca-certificates ) virtual/pkgconfig -DESCRIPTION=Provides a standard configuration setup for installing PKCS#11 -EAPI=5 -HOMEPAGE=http://p11-glue.freedesktop.org/p11-kit.html -IUSE=+asn1 debug +libffi +trust abi_x86_32 abi_x86_64 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 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos -LICENSE=MIT -RDEPEND=asn1? ( >=dev-libs/libtasn1-3.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(-)?] ) libffi? ( >=dev-libs/libffi-3.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(-)?] ) trust? ( app-misc/ca-certificates ) -REQUIRED_USE=trust? ( asn1 ) -SLOT=0 -SRC_URI=http://p11-glue.freedesktop.org/releases/p11-kit-0.20.4.tar.gz -_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=3a820904d6bb50029a924a36118fb6e8 diff --git a/metadata/md5-cache/app-crypt/p11-kit-0.21.3 b/metadata/md5-cache/app-crypt/p11-kit-0.21.3 deleted file mode 100644 index d849f4d841d0..000000000000 --- a/metadata/md5-cache/app-crypt/p11-kit-0.21.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install setup test -DEPEND=asn1? ( >=dev-libs/libtasn1-3.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(-)?] ) libffi? ( >=dev-libs/libffi-3.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(-)?] ) trust? ( app-misc/ca-certificates ) virtual/pkgconfig -DESCRIPTION=Provides a standard configuration setup for installing PKCS#11 -EAPI=5 -HOMEPAGE=http://p11-glue.freedesktop.org/p11-kit.html -IUSE=+asn1 debug +libffi +trust abi_x86_32 abi_x86_64 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 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos -LICENSE=MIT -RDEPEND=asn1? ( >=dev-libs/libtasn1-3.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(-)?] ) libffi? ( >=dev-libs/libffi-3.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(-)?] ) trust? ( app-misc/ca-certificates ) -REQUIRED_USE=trust? ( asn1 ) -SLOT=0 -SRC_URI=http://p11-glue.freedesktop.org/releases/p11-kit-0.21.3.tar.gz -_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=05191220f59d90462e9d449dbce8d43c diff --git a/metadata/md5-cache/app-crypt/p11-kit-0.20.3-r1 b/metadata/md5-cache/app-crypt/p11-kit-0.22.0 similarity index 94% rename from metadata/md5-cache/app-crypt/p11-kit-0.20.3-r1 rename to metadata/md5-cache/app-crypt/p11-kit-0.22.0 index f6b048d23a06..59fbde3c0a12 100644 --- a/metadata/md5-cache/app-crypt/p11-kit-0.20.3-r1 +++ b/metadata/md5-cache/app-crypt/p11-kit-0.22.0 @@ -9,6 +9,6 @@ LICENSE=MIT RDEPEND=asn1? ( >=dev-libs/libtasn1-3.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(-)?] ) libffi? ( >=dev-libs/libffi-3.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(-)?] ) trust? ( app-misc/ca-certificates ) REQUIRED_USE=trust? ( asn1 ) SLOT=0 -SRC_URI=http://p11-glue.freedesktop.org/releases/p11-kit-0.20.3.tar.gz +SRC_URI=http://p11-glue.freedesktop.org/releases/p11-kit-0.22.0.tar.gz _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=59d0efc12439332ec858f8cad5e56878 +_md5_=afed59e5d996f7a24e50c43bab7d2dbf diff --git a/metadata/md5-cache/app-emulation/xen-4.2.5-r1 b/metadata/md5-cache/app-emulation/xen-4.2.5-r1 new file mode 100644 index 000000000000..55802d5fff93 --- /dev/null +++ b/metadata/md5-cache/app-emulation/xen-4.2.5-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare prerm setup +DEPEND=|| ( >=dev-lang/python-2.7.5-r2:2.7 ) efi? ( >=sys-devel/binutils-2.22[multitarget] ) !efi? ( >=sys-devel/binutils-2.22[-multitarget] ) +DESCRIPTION=The Xen virtual machine monitor +EAPI=5 +HOMEPAGE=http://xen.org/ +IUSE=custom-cflags debug efi flask pae xsm +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +PDEPEND=~app-emulation/xen-tools-4.2.5 +REQUIRED_USE=flask? ( xsm ) +RESTRICT=test +SLOT=0 +SRC_URI=http://bits.xensource.com/oss-xen/release/4.2.5/xen-4.2.5.tar.gz http://dev.gentoo.org/~dlan/distfiles/xen-4.2.5-upstream-patches-0.tar.xz +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 mount-boot 02dd3bb4c5f025fef0fc3ade0f27c217 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=7d617a8f7117c54f7c1dfbc632e196cd diff --git a/metadata/md5-cache/app-emulation/xen-4.3.3-r1 b/metadata/md5-cache/app-emulation/xen-4.3.3-r1 new file mode 100644 index 000000000000..b84610f0a9a2 --- /dev/null +++ b/metadata/md5-cache/app-emulation/xen-4.3.3-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare prerm setup +DEPEND=|| ( >=dev-lang/python-2.7.5-r2:2.7 ) efi? ( >=sys-devel/binutils-2.22[multitarget] ) !efi? ( >=sys-devel/binutils-2.22[-multitarget] ) +DESCRIPTION=The Xen virtual machine monitor +EAPI=5 +HOMEPAGE=http://xen.org/ +IUSE=custom-cflags debug efi flask xsm +KEYWORDS=~amd64 -x86 +LICENSE=GPL-2 +PDEPEND=~app-emulation/xen-tools-4.3.3 +REQUIRED_USE=flask? ( xsm ) +RESTRICT=test +SLOT=0 +SRC_URI=http://bits.xensource.com/oss-xen/release/4.3.3/xen-4.3.3.tar.gz http://dev.gentoo.org/~dlan/distfiles/xen-4.3.3-upstream-patches-0.tar.xz +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 mount-boot 02dd3bb4c5f025fef0fc3ade0f27c217 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=0b07c44b3356ebe9b9014a60946c8b42 diff --git a/metadata/md5-cache/app-emulation/xen-4.4.1-r1 b/metadata/md5-cache/app-emulation/xen-4.4.1-r2 similarity index 94% rename from metadata/md5-cache/app-emulation/xen-4.4.1-r1 rename to metadata/md5-cache/app-emulation/xen-4.4.1-r2 index b59b3b7d3562..9b2a7ad61216 100644 --- a/metadata/md5-cache/app-emulation/xen-4.4.1-r1 +++ b/metadata/md5-cache/app-emulation/xen-4.4.1-r2 @@ -10,6 +10,6 @@ PDEPEND=~app-emulation/xen-tools-4.4.1 REQUIRED_USE=flask? ( xsm ) arm? ( debug ) RESTRICT=test SLOT=0 -SRC_URI=http://bits.xensource.com/oss-xen/release/4.4.1/xen-4.4.1.tar.gz http://dev.gentoo.org/~dlan/distfiles/xen-4.4.1-upstream-patches-0.tar.xz +SRC_URI=http://bits.xensource.com/oss-xen/release/4.4.1/xen-4.4.1.tar.gz http://dev.gentoo.org/~dlan/distfiles/xen-4.4.1-upstream-patches-1.tar.xz _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 mount-boot 02dd3bb4c5f025fef0fc3ade0f27c217 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=d54d04715e2278f6586e82a6cfc5733c +_md5_=1b037a727504626b2e34564b89be0f2f diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.2.5-r1 b/metadata/md5-cache/app-emulation/xen-tools-4.2.5-r1 new file mode 100644 index 000000000000..26134ec68eec --- /dev/null +++ b/metadata/md5-cache/app-emulation/xen-tools-4.2.5-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst prepare setup +DEPEND=dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/libgcrypt:0 dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/pypam[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] sys-libs/zlib sys-power/iasl system-seabios? ( sys-firmware/seabios ) sys-firmware/ipxe dev-ml/findlib hvm? ( media-libs/libsdl ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml,threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] api? ( dev-libs/libxml2 net-misc/curl ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml,threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] pygrub? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ncurses] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) sys-devel/bin86 sys-devel/dev86 dev-lang/perl app-misc/pax-utils doc? ( app-doc/doxygen dev-tex/latex2html[png,gif] media-gfx/transfig media-gfx/graphviz dev-tex/xcolor dev-texlive/texlive-latexextra virtual/latex-base dev-tex/latexmk dev-texlive/texlive-latex dev-texlive/texlive-pictures dev-texlive/texlive-latexrecommended ) hvm? ( x11-proto/xproto !net-libs/libiscsi ) virtual/pkgconfig +DESCRIPTION=Xend daemon and tools +EAPI=5 +HOMEPAGE=http://xen.org/ +IUSE=api custom-cflags debug doc flask hvm qemu ocaml pygrub screen static-libs system-seabios python_targets_python2_7 python_single_target_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=sys-apps/iproute2 net-misc/bridge-utils ocaml? ( >=dev-lang/ocaml-4 ) screen? ( app-misc/screen app-admin/logrotate ) virtual/udev +REQUIRED_USE=hvm? ( qemu ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=http://bits.xensource.com/oss-xen/release/4.2.5/xen-4.2.5.tar.gz http://code.coreboot.org/p/seabios/downloads/get/seabios-1.6.3.2.tar.gz http://dev.gentoo.org/~dlan/distfiles/seabios-1.6.3.2.tar.gz http://dev.gentoo.org/~dlan/distfiles/xen-4.2.5-upstream-patches-0.tar.xz http://dev.gentoo.org/~dlan/distfiles/xen-gentoo-patches-0.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 udev da001465a2e939c93f7ae16947ce3438 +_md5_=ff1a823ddc8ae2e8b12d202344c71d77 diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.3.3-r1 b/metadata/md5-cache/app-emulation/xen-tools-4.3.3-r1 new file mode 100644 index 000000000000..6c8a105a29fa --- /dev/null +++ b/metadata/md5-cache/app-emulation/xen-tools-4.3.3-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst prepare setup +DEPEND=dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/libgcrypt:0 dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] pam? ( dev-python/pypam[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) sys-libs/zlib sys-power/iasl system-seabios? ( sys-firmware/seabios ) sys-firmware/ipxe hvm? ( media-libs/libsdl ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml,threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] api? ( dev-libs/libxml2 net-misc/curl ) pygrub? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ncurses] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) sys-devel/bin86 sys-devel/dev86 dev-lang/perl app-misc/pax-utils dev-python/markdown[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] doc? ( app-doc/doxygen dev-tex/latex2html[png,gif] media-gfx/graphviz dev-tex/xcolor media-gfx/transfig dev-texlive/texlive-latexextra virtual/latex-base dev-tex/latexmk dev-texlive/texlive-latex dev-texlive/texlive-pictures dev-texlive/texlive-latexrecommended ) hvm? ( x11-proto/xproto !net-libs/libiscsi ) qemu? ( x11-libs/pixman ) ocaml? ( dev-ml/findlib >=dev-lang/ocaml-4 ) virtual/pkgconfig +DESCRIPTION=Xend daemon and tools +EAPI=5 +HOMEPAGE=http://xen.org/ +IUSE=api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen static-libs system-seabios python_targets_python2_7 python_single_target_python2_7 +KEYWORDS=~amd64 -x86 +LICENSE=GPL-2 +RDEPEND=sys-apps/iproute2 net-misc/bridge-utils screen? ( app-misc/screen app-admin/logrotate ) virtual/udev +REQUIRED_USE=hvm? ( qemu ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) pygrub? ( python ) +RESTRICT=test +SLOT=0 +SRC_URI=http://bits.xensource.com/oss-xen/release/4.3.3/xen-4.3.3.tar.gz http://code.coreboot.org/p/seabios/downloads/get/seabios-1.7.1-stable-xen.tar.gz http://dev.gentoo.org/~dlan/distfiles/seabios-1.7.1-stable-xen.tar.gz http://dev.gentoo.org/~dlan/distfiles/xen-4.3.3-upstream-patches-0.tar.xz http://dev.gentoo.org/~dlan/distfiles/xen-gentoo-patches-0.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 udev da001465a2e939c93f7ae16947ce3438 +_md5_=babbb0b75cdfea33e2fee90bf5e64890 diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.4.1-r1 b/metadata/md5-cache/app-emulation/xen-tools-4.4.1-r1 new file mode 100644 index 000000000000..f18592f1934f --- /dev/null +++ b/metadata/md5-cache/app-emulation/xen-tools-4.4.1-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst prepare setup +DEPEND=dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/libaio dev-libs/libgcrypt:0 sys-libs/zlib dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] pam? ( dev-python/pypam[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) hvm? ( media-libs/libsdl ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml,threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] api? ( dev-libs/libxml2 net-misc/curl ) pygrub? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ncurses] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) arm? ( >=sys-apps/dtc-1.4.0 ) !arm? ( sys-devel/bin86 system-seabios? ( sys-firmware/seabios ) sys-firmware/ipxe sys-devel/dev86 sys-power/iasl ) dev-lang/perl app-misc/pax-utils dev-python/markdown[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] doc? ( app-doc/doxygen dev-tex/latex2html[png,gif] media-gfx/graphviz dev-tex/xcolor media-gfx/transfig dev-texlive/texlive-latexextra virtual/latex-base dev-tex/latexmk dev-texlive/texlive-latex dev-texlive/texlive-pictures dev-texlive/texlive-latexrecommended ) hvm? ( x11-proto/xproto !net-libs/libiscsi ) qemu? ( x11-libs/pixman ) system-qemu? ( app-emulation/qemu[xen] ) ocaml? ( dev-ml/findlib >=dev-lang/ocaml-4 ) virtual/pkgconfig +DESCRIPTION=Xend daemon and tools +EAPI=5 +HOMEPAGE=http://xen.org/ +IUSE=api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen static-libs system-qemu system-seabios python_targets_python2_7 python_single_target_python2_7 +KEYWORDS=~amd64 ~arm -x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/libaio dev-libs/libgcrypt:0 sys-libs/zlib sys-apps/iproute2 net-misc/bridge-utils screen? ( app-misc/screen app-admin/logrotate ) virtual/udev +REQUIRED_USE=hvm? ( || ( qemu system-qemu ) ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) pygrub? ( python ) qemu? ( !system-qemu ) +RESTRICT=test +SLOT=0 +SRC_URI=http://bits.xensource.com/oss-xen/release/4.4.1/xen-4.4.1.tar.gz http://code.coreboot.org/p/seabios/downloads/get/seabios-1.7.3.1.tar.gz http://dev.gentoo.org/~dlan/distfiles/seabios-1.7.3.1.tar.gz http://dev.gentoo.org/~dlan/distfiles/xen-4.4.1-upstream-patches-1.tar.xz http://dev.gentoo.org/~dlan/distfiles/xen-gentoo-patches-0.tar.xz +_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 udev da001465a2e939c93f7ae16947ce3438 +_md5_=8a38ae9dc6a98349bd54e44457e5aa93 diff --git a/metadata/md5-cache/app-portage/g-cpan-0.16.4-r1 b/metadata/md5-cache/app-portage/g-cpan-0.16.4-r1 deleted file mode 100644 index cc206351f0ba..000000000000 --- a/metadata/md5-cache/app-portage/g-cpan-0.16.4-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND=dev-lang/perl >=dev-perl/yaml-0.60 dev-perl/Shell-EnvImporter dev-perl/Log-Agent || ( >=dev-lang/perl-5.16 =dev-perl/yaml-0.60 dev-perl/Shell-EnvImporter dev-perl/Log-Agent || ( >=dev-lang/perl-5.16 =sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 ) sys-devel/gnuconfig sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) ssl? ( >=dev-libs/openssl-0.9.6d ) kernel_linux? ( sys-process/procps ) >=sys-apps/sed-4 >=sys-apps/texinfo-4.7-r1 >=sys-libs/zlib-1.2.3 !bindist? ( >=sys-libs/readline-4.1 ) oqgraph? ( >=dev-libs/boost-1.40.0 ) !minimal? ( pam? ( virtual/pam ) ) perl? ( !dev-db/mytop ) !dev-db/mysql !dev-db/mariadb-galera !dev-db/percona-server !dev-db/mysql-cluster jemalloc? ( dev-libs/jemalloc[static-libs?] ) tcmalloc? ( dev-util/google-perftools ) >=sys-libs/zlib-1.2.3[static-libs?] ssl? ( >=dev-libs/openssl-0.9.6d[static-libs?] ) systemtap? ( >=dev-util/systemtap-1.3 ) kernel_linux? ( dev-libs/libaio ) virtual/yacc static? ( sys-libs/ncurses[static-libs] ) >=dev-util/cmake-2.4.3 >=dev-util/cmake-2.6.3 +DESCRIPTION=An enhanced, drop-in replacement for MySQL +EAPI=5 +HOMEPAGE=http://mariadb.org/ +IUSE=bindist debug embedded minimal +perl selinux ssl static static-libs test latin1 extraengine cluster max-idx-128 +community profiling oqgraph sphinx pam tokudb jemalloc tcmalloc systemtap +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +LICENSE=GPL-2 +PDEPEND=perl? ( >=dev-perl/DBD-mysql-2.9004 ) ~virtual/mysql-5.5 +RDEPEND=ssl? ( >=dev-libs/openssl-0.9.6d ) kernel_linux? ( sys-process/procps ) >=sys-apps/sed-4 >=sys-apps/texinfo-4.7-r1 >=sys-libs/zlib-1.2.3 !bindist? ( >=sys-libs/readline-4.1 ) oqgraph? ( >=dev-libs/boost-1.40.0 ) !minimal? ( pam? ( virtual/pam ) ) perl? ( !dev-db/mytop ) !dev-db/mysql !dev-db/mariadb-galera !dev-db/percona-server !dev-db/mysql-cluster jemalloc? ( dev-libs/jemalloc[static-libs?] ) tcmalloc? ( dev-util/google-perftools ) >=sys-libs/zlib-1.2.3[static-libs?] ssl? ( >=dev-libs/openssl-0.9.6d[static-libs?] ) systemtap? ( >=dev-util/systemtap-1.3 ) kernel_linux? ( dev-libs/libaio ) !minimal? ( !prefix? ( dev-db/mysql-init-scripts ) ) selinux? ( sec-policy/selinux-mysql ) perl? ( virtual/perl-Getopt-Long dev-perl/TermReadKey virtual/perl-Term-ANSIColor virtual/perl-Time-HiRes ) +REQUIRED_USE=minimal? ( !oqgraph ) minimal? ( !sphinx ) tokudb? ( jemalloc ) tcmalloc? ( !jemalloc ) jemalloc? ( !tcmalloc ) minimal? ( !cluster !extraengine !embedded ) static? ( !ssl ) +SLOT=0 +SRC_URI=http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.40/kvm-tarbake-jaunty-x86/mariadb-5.5.40.tar.gz http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.40/source/mariadb-5.5.40.tar.gz http://mirror.jmu.edu/pub/mariadb/mariadb-5.5.40/kvm-tarbake-jaunty-x86/mariadb-5.5.40.tar.gz http://mirrors.coreix.net/mariadb/mariadb-5.5.40/kvm-tarbake-jaunty-x86/mariadb-5.5.40.tar.gz http://mirrors.syringanetworks.net/mariadb/mariadb-5.5.40/kvm-tarbake-jaunty-x86/mariadb-5.5.40.tar.gz http://mirrors.fe.up.pt/pub/mariadb/mariadb-5.5.40/kvm-tarbake-jaunty-x86/mariadb-5.5.40.tar.gz http://mirror2.hs-esslingen.de/mariadb/mariadb-5.5.40/kvm-tarbake-jaunty-x86/mariadb-5.5.40.tar.gz mirror://gentoo/mysql-extras-20141009-1450Z.tar.bz2 http://g3nt8.org/patches/mysql-extras-20141009-1450Z.tar.bz2 http://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20141009-1450Z.tar.bz2 http://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20141009-1450Z.tar.bz2 http://dev.gentoo.org/~grknight/distfiles/mysql-extras-20141009-1450Z.tar.bz2 +_eclasses_=cmake-utils da2974fcb060ec927e93a17c835afa67 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 3bf24e6abb9b76d9f6c20600f0b716bf mysql-cmake 1f6618e5b3ea74dec99af103829e6199 mysql-v2 99a4b41fb9b05d534873b1d68bc0816e mysql_fx ab94d85c3c822792c72f7eeff96f2365 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=aa09d56cc282145f899b614334481e3b diff --git a/metadata/md5-cache/dev-db/postgresql-base-9.4_beta3 b/metadata/md5-cache/dev-db/postgresql-base-9.4_beta3 new file mode 100644 index 000000000000..abcc3d4a73af --- /dev/null +++ b/metadata/md5-cache/dev-db/postgresql-base-9.4_beta3 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup +DEPEND=>=app-admin/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline ) ssl? ( >=dev-libs/openssl-0.9.6-r1 ) zlib? ( sys-libs/zlib ) !!=sys-devel/autoconf-2.69 sys-devel/libtool +DESCRIPTION=PostgreSQL libraries and clients +EAPI=5 +HOMEPAGE=http://www.postgresql.org/ +IUSE=doc kerberos ldap nls pam pg_legacytimestamp python readline ssl threads zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 python_single_target_python3_4 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +LICENSE=POSTGRESQL +PDEPEND=doc? ( ~dev-db/postgresql-docs-9.4_beta3 ) +RDEPEND=>=app-admin/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) readline? ( sys-libs/readline ) ssl? ( >=dev-libs/openssl-0.9.6-r1 ) zlib? ( sys-libs/zlib ) +RESTRICT=test +SLOT=9.4 +SRC_URI=mirror://postgresql/source/v9.4beta3/postgresql-9.4beta3.tar.bz2 http://dev.gentoo.org/~patrick/postgresql-patches-9.4.tbz2 +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 prefix 21058c21ca48453d771df15500873ede python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=6f0b140f4200f1608ca37abdad36f855 diff --git a/metadata/md5-cache/dev-db/postgresql-docs-9.4_beta3 b/metadata/md5-cache/dev-db/postgresql-docs-9.4_beta3 new file mode 100644 index 000000000000..2a981ebd22ac --- /dev/null +++ b/metadata/md5-cache/dev-db/postgresql-docs-9.4_beta3 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install unpack +DESCRIPTION=PostgreSQL documentation +EAPI=4 +HOMEPAGE=http://www.postgresql.org/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +LICENSE=POSTGRESQL +RESTRICT=test +SLOT=9.4 +SRC_URI=mirror://postgresql/source/v9.4beta3/postgresql-9.4beta3.tar.bz2 +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=b394c53ce71a4f0f95fcfea685988be8 diff --git a/metadata/md5-cache/dev-db/postgresql-server-9.4_beta3 b/metadata/md5-cache/dev-db/postgresql-server-9.4_beta3 new file mode 100644 index 000000000000..1fd94e1f203d --- /dev/null +++ b/metadata/md5-cache/dev-db/postgresql-server-9.4_beta3 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile config configure install postinst postrm prepare prerm setup test +DEPEND=~dev-db/postgresql-base-9.4_beta3[kerberos?,pam?,pg_legacytimestamp=,python=,nls=] perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) selinux? ( sec-policy/selinux-postgresql ) tcl? ( >=dev-lang/tcl-8 ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) sys-devel/flex xml? ( virtual/pkgconfig ) !=sys-devel/autoconf-2.69 sys-devel/libtool virtual/pkgconfig +DESCRIPTION=PostgreSQL server +EAPI=5 +HOMEPAGE=http://www.postgresql.org/ +IUSE=doc kerberos kernel_linux nls pam perl -pg_legacytimestamp python selinux tcl test uuid xml linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 python_single_target_python3_4 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +LICENSE=POSTGRESQL GPL-2 +PDEPEND=doc? ( ~dev-db/postgresql-docs-9.4_beta3 ) +RDEPEND=~dev-db/postgresql-base-9.4_beta3[kerberos?,pam?,pg_legacytimestamp=,python=,nls=] perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) selinux? ( sec-policy/selinux-postgresql ) tcl? ( >=dev-lang/tcl-8 ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) +RESTRICT=test +SLOT=9.4 +SRC_URI=mirror://postgresql/source/v9.4beta3/postgresql-9.4beta3.tar.bz2 http://dev.gentoo.org/~patrick/postgresql-patches-9.4-r1.tbz2 http://dev.gentoo.org/~floppym/dist/postgresql-initscript-2.7.tbz2 +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 pam aa1ebb3ab720ea04dbbdd6eaaf9554ed prefix 21058c21ca48453d771df15500873ede python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=4a86dad9c745fe952d054ee2c85690de diff --git a/metadata/md5-cache/dev-libs/jansson-2.3.1 b/metadata/md5-cache/dev-libs/jansson-2.3.1 deleted file mode 100644 index 33473446c200..000000000000 --- a/metadata/md5-cache/dev-libs/jansson-2.3.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=doc? ( >=dev-python/sphinx-1.0.4 ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool -DESCRIPTION=C library for encoding, decoding and manipulating JSON data -EAPI=3 -HOMEPAGE=http://www.digip.org/jansson/ -IUSE=doc static-libs -KEYWORDS=amd64 x86 -LICENSE=MIT -SLOT=0 -SRC_URI=http://www.digip.org/jansson/releases/jansson-2.3.1.tar.gz -_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 autotools-utils 3727db64c7b960903d5033280f108080 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=f4f14c7e38627b468f7eacc557fff2a8 diff --git a/metadata/md5-cache/dev-libs/jansson-2.5 b/metadata/md5-cache/dev-libs/jansson-2.7 similarity index 87% rename from metadata/md5-cache/dev-libs/jansson-2.5 rename to metadata/md5-cache/dev-libs/jansson-2.7 index 0fc5c093e40a..c3e434c50fe2 100644 --- a/metadata/md5-cache/dev-libs/jansson-2.5 +++ b/metadata/md5-cache/dev-libs/jansson-2.7 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=doc? ( >=dev-python/sphinx-1.0.4 ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool DESCRIPTION=C library for encoding, decoding and manipulating JSON data -EAPI=4 +EAPI=5 HOMEPAGE=http://www.digip.org/jansson/ IUSE=doc static-libs KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 LICENSE=MIT SLOT=0 -SRC_URI=http://www.digip.org/jansson/releases/jansson-2.5.tar.gz +SRC_URI=http://www.digip.org/jansson/releases/jansson-2.7.tar.gz _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 autotools-utils 3727db64c7b960903d5033280f108080 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=d18e3c3d9beeb1fe9f51519911b4dc78 +_md5_=89f5e3f2d477221176977ca5a0eac78d diff --git a/metadata/md5-cache/dev-libs/npth-0.91 b/metadata/md5-cache/dev-libs/npth-0.91 index 1b62e6b81acb..4a5e125d842b 100644 --- a/metadata/md5-cache/dev-libs/npth-0.91 +++ b/metadata/md5-cache/dev-libs/npth-0.91 @@ -5,5 +5,5 @@ HOMEPAGE=http://thread.gmane.org/gmane.comp.encryption.gpg.announce/179 KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 SLOT=0 -SRC_URI=ftp://ftp.gnupg.org/gcrypt/npth/npth-0.91.tar.bz2 -_md5_=e8ea37474eb6ba558f17d9812804c26b +SRC_URI=mirror://gnupg/npth/npth-0.91.tar.bz2 +_md5_=699f7f0b139e3d2debd28ee95620e316 diff --git a/metadata/md5-cache/dev-libs/npth-1.0 b/metadata/md5-cache/dev-libs/npth-1.0 new file mode 100644 index 000000000000..36cd8527ad06 --- /dev/null +++ b/metadata/md5-cache/dev-libs/npth-1.0 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=New GNU Portable Threads Library +EAPI=5 +HOMEPAGE=http://thread.gmane.org/gmane.comp.encryption.gpg.announce/179 +IUSE=static-libs +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +SLOT=0 +SRC_URI=mirror://gnupg/npth/npth-1.0.tar.bz2 +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 autotools-utils 3727db64c7b960903d5033280f108080 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=0e199f4891580649eec0396eb8a35533 diff --git a/metadata/md5-cache/dev-libs/xmlsec-1.2.20 b/metadata/md5-cache/dev-libs/xmlsec-1.2.20 new file mode 100644 index 000000000000..fdd7d6ebc9f5 --- /dev/null +++ b/metadata/md5-cache/dev-libs/xmlsec-1.2.20 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=>=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.0.20 gcrypt? ( >=dev-libs/libgcrypt-1.4.0:0 ) gnutls? ( >=net-libs/gnutls-2.8.0 ) nss? ( >=dev-libs/nspr-4.4.1 >=dev-libs/nss-3.9 ) openssl? ( >=dev-libs/openssl-0.9.7 ) virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool +DESCRIPTION=Command line tool for signing, verifying, encrypting and decrypting XML +EAPI=5 +HOMEPAGE=http://www.aleksey.com/xmlsec +IUSE=doc gcrypt gnutls nss +openssl static-libs +KEYWORDS=~amd64 ~ppc ~sparc ~x86 +LICENSE=MIT +RDEPEND=>=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.0.20 gcrypt? ( >=dev-libs/libgcrypt-1.4.0:0 ) gnutls? ( >=net-libs/gnutls-2.8.0 ) nss? ( >=dev-libs/nspr-4.4.1 >=dev-libs/nss-3.9 ) openssl? ( >=dev-libs/openssl-0.9.7 ) +REQUIRED_USE=|| ( gcrypt gnutls nss openssl ) gnutls? ( gcrypt ) +SLOT=0 +SRC_URI=http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.20.tar.gz +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=7230703e4c6b3398cf8ce7c5c256a958 diff --git a/metadata/md5-cache/dev-perl/XML-Entities-1.0.100 b/metadata/md5-cache/dev-perl/XML-Entities-1.0.100 new file mode 100644 index 000000000000..3b5b443dc58d --- /dev/null +++ b/metadata/md5-cache/dev-perl/XML-Entities-1.0.100 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=virtual/perl-Carp virtual/perl-Module-Build test? ( virtual/perl-Test-Simple ) dev-lang/perl:=[-build(-)] +DESCRIPTION=Decode strings with XML entities +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/XML-Entities/ +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1 ) +RDEPEND=virtual/perl-Carp dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/S/SI/SIXTEASE/XML-Entities-1.0001.tar.gz +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module f889e8437ffc64d766053d029c422c4e toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 +_md5_=aae536675e50b83f5eeacef9abaf97fb diff --git a/metadata/md5-cache/dev-python/Numdifftools-0.6.0 b/metadata/md5-cache/dev-python/Numdifftools-0.6.0 new file mode 100644 index 000000000000..e20976df00a4 --- /dev/null +++ b/metadata/md5-cache/dev-python/Numdifftools-0.6.0 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/numpy[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(-)] sci-libs/scipy[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(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +DESCRIPTION=Solves automatic numerical differentiation problems in one or more variables +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/Numdifftools http://code.google.com/p/numdifftools/ +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=dev-python/numpy[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(-)] sci-libs/scipy[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(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/N/Numdifftools/Numdifftools-0.6.0.zip +_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=4133a33764f80834a577836efb648988 diff --git a/metadata/md5-cache/dev-python/flask-0.10.1-r1 b/metadata/md5-cache/dev-python/flask-0.10.1-r1 index d1769e94105d..613bef7f2333 100644 --- a/metadata/md5-cache/dev-python/flask-0.10.1-r1 +++ b/metadata/md5-cache/dev-python/flask-0.10.1-r1 @@ -3,7 +3,7 @@ DEPEND=dev-python/blinker[python_targets_python2_7(-)?,python_targets_python3_3( DESCRIPTION=A microframework based on Werkzeug, Jinja2 and good intentions EAPI=5 HOMEPAGE=https://github.com/mitsuhiko/flask/ -IUSE=examples test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy +IUSE=examples python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=dev-python/blinker[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] >=dev-python/itsdangerous-0.21[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] >=dev-python/jinja-2.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] >=dev-python/werkzeug-0.7[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] 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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/F/Flask/Flask-0.10.1.tar.gz _eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=c71966983dfa11f20c1ed22ec040df4c +_md5_=b4cc5f9644d1290aceb16e4ea82f3649 diff --git a/metadata/md5-cache/dev-python/flask-9999 b/metadata/md5-cache/dev-python/flask-9999 index 2c76f97be93e..53f1e2296de2 100644 --- a/metadata/md5-cache/dev-python/flask-9999 +++ b/metadata/md5-cache/dev-python/flask-9999 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/blinker[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(-)] >=dev-python/itsdangerous-0.21[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(-)] >=dev-python/jinja-2.4[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(-)] dev-python/setuptools[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(-)] >=dev-python/werkzeug-0.7[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(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[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(-)] dev-vcs/git +DEPEND=dev-python/blinker[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(-)] >=dev-python/itsdangerous-0.21[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(-)] >=dev-python/jinja-2.4[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(-)] dev-python/setuptools[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(-)] >=dev-python/werkzeug-0.7[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(-)] test? ( dev-python/pytest[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(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[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(-)] dev-vcs/git DESCRIPTION=A microframework based on Werkzeug, Jinja2 and good intentions EAPI=5 HOMEPAGE=http://pypi.python.org/pypi/Flask @@ -9,4 +9,4 @@ RDEPEND=dev-python/blinker[python_targets_python2_7(-)?,python_targets_python3_3 REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=0 _eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c git-2 2027b81a576527fa16bece425941e094 git-r3 6ebae45064cb04482f3c702632dd9528 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=aa8bef3cc9dc28998ae44a5debec655c +_md5_=7717f404df7b4bfcc77780be1215da41 diff --git a/metadata/md5-cache/dev-ruby/ffi-1.9.6 b/metadata/md5-cache/dev-ruby/ffi-1.9.6 new file mode 100644 index 000000000000..747b3f6ce231 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/ffi-1.9.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=virtual/libffi ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) test? ( ruby_targets_ruby19? ( virtual/ruby-threads[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-threads[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-threads[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? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DESCRIPTION=Ruby extension for programmatically loading dynamic libraries +EAPI=5 +HOMEPAGE=http://wiki.github.com/ffi/ffi +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +LICENSE=BSD +RDEPEND=virtual/libffi ruby_targets_ruby19? ( virtual/ruby-threads[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-threads[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-threads[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 ) +SLOT=0 +SRC_URI=http://github.com/ffi/ffi/archive/v1.9.6.tar.gz -> ffi-git-1.9.6.tgz +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=c5dfce2262e44f28d78ed63bed3bea48 diff --git a/metadata/md5-cache/dev-ruby/shotgun-0.9-r1 b/metadata/md5-cache/dev-ruby/shotgun-0.9-r1 index 95911ad08f95..de75258f84ff 100644 --- a/metadata/md5-cache/dev-ruby/shotgun-0.9-r1 +++ b/metadata/md5-cache/dev-ruby/shotgun-0.9-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( dev-ruby/rack[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/rack[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bacon[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/bacon[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/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) +DEPEND=test? ( ruby_targets_ruby19? ( dev-ruby/rack[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/rack[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/rack[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bacon[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/bacon[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/bacon[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) DESCRIPTION=Forking implementation of rackup EAPI=5 HOMEPAGE=http://rtomayko.github.com/shotgun/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test test +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test KEYWORDS=~amd64 ~x86 LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-ruby/rack[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/rack[ruby_targets_ruby20] ) 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_ruby19? ( dev-ruby/rack[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/rack[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/rack[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 ) SLOT=0 SRC_URI=mirror://rubygems/shotgun-0.9.gem _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=d705e725c80dacebc52329802594b63e +_md5_=0143a14a7946c779e5aa8068c911e869 diff --git a/metadata/md5-cache/dev-tex/glossaries-4.11 b/metadata/md5-cache/dev-tex/glossaries-4.11 new file mode 100644 index 000000000000..bd71b30eebaa --- /dev/null +++ b/metadata/md5-cache/dev-tex/glossaries-4.11 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare unpack +DEPEND=dev-lang/perl dev-texlive/texlive-latexrecommended >=dev-texlive/texlive-latexextra-2012 app-arch/unzip virtual/latex-base >=sys-apps/texinfo-4.2-r5 +DESCRIPTION=Create glossaries and lists of acronyms +EAPI=5 +HOMEPAGE=http://www.ctan.org/pkg/glossaries/ +IUSE=doc examples +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=LPPL-1.2 +RDEPEND=dev-lang/perl dev-texlive/texlive-latexrecommended >=dev-texlive/texlive-latexextra-2012 virtual/latex-base +SLOT=0 +SRC_URI=http://dev.gentoo.org/~radhermit/dist/glossaries-4.11.zip +_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 32548a82e42dc26e3312581476d2f20c latex-package 999c52f495ebb8dd3b69bda982bb2817 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=8f87fba81af87f9a91577ee082b05669 diff --git a/metadata/md5-cache/dev-util/cppcheck-1.64 b/metadata/md5-cache/dev-util/cppcheck-1.64 deleted file mode 100644 index 6fa5aa2a32c5..000000000000 --- a/metadata/md5-cache/dev-util/cppcheck-1.64 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=htmlreport? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) >=dev-libs/tinyxml2-2 qt4? ( dev-qt/qtgui:4 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] -DESCRIPTION=static analyzer of C/C++ code -EAPI=5 -HOMEPAGE=http://cppcheck.sourceforge.net -IUSE=htmlreport qt4 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=htmlreport? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) >=dev-libs/tinyxml2-2 qt4? ( dev-qt/qtgui:4 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) -SLOT=0 -SRC_URI=mirror://sourceforge/cppcheck/cppcheck-1.64.tar.bz2 -_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 qmake-utils 40136c5fe0002a0d3937e869ae4ee0e2 qt4-r2 b40473dafd07d7c5fe4aef1c1b902f39 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=4b9d3dd8072a8d4286a8f58458019bc1 diff --git a/metadata/md5-cache/dev-util/cppcheck-1.65 b/metadata/md5-cache/dev-util/cppcheck-1.65-r1 similarity index 67% rename from metadata/md5-cache/dev-util/cppcheck-1.65 rename to metadata/md5-cache/dev-util/cppcheck-1.65-r1 index ff4c707581bb..5f6e1b5e6a46 100644 --- a/metadata/md5-cache/dev-util/cppcheck-1.65 +++ b/metadata/md5-cache/dev-util/cppcheck-1.65-r1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=htmlreport? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) >=dev-libs/tinyxml2-2 qt4? ( dev-qt/qtgui:4 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DEPEND=htmlreport? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) >=dev-libs/tinyxml2-2 qt4? ( dev-qt/qtgui:4 ) virtual/pkgconfig python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] DESCRIPTION=static analyzer of C/C++ code EAPI=5 HOMEPAGE=http://cppcheck.sourceforge.net @@ -10,5 +10,5 @@ RDEPEND=htmlreport? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://sourceforge/cppcheck/cppcheck-1.65.tar.bz2 -_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 qmake-utils 40136c5fe0002a0d3937e869ae4ee0e2 qt4-r2 b40473dafd07d7c5fe4aef1c1b902f39 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=7e822f10abb00ef388c7eb25db66720e +_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 qmake-utils 40136c5fe0002a0d3937e869ae4ee0e2 qt4-r2 b40473dafd07d7c5fe4aef1c1b902f39 toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=e23103dc50e2a2afcfd629774217702b diff --git a/metadata/md5-cache/dev-util/perf-3.12 b/metadata/md5-cache/dev-util/perf-3.12 index ddcc3694f88f..ddbd00596305 100644 --- a/metadata/md5-cache/dev-util/perf-3.12 +++ b/metadata/md5-cache/dev-util/perf-3.12 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install postinst prepare setup test unpack -DEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) +DEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) DESCRIPTION=Userland tools for Linux Performance Counters EAPI=5 HOMEPAGE=http://perf.wiki.kernel.org/ IUSE=audit +demangle +doc perl python slang unwind python_targets_python2_7 python_single_target_python2_7 KEYWORDS=~amd64 ~arm ~ppc ~x86 LICENSE=GPL-2 -RDEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils +RDEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) ) SLOT=0 SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.bz2 _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=63747ab71c303dabb7f01b41b29dbf15 +_md5_=f6c26a0f51af6ca30de03210947f66c9 diff --git a/metadata/md5-cache/dev-util/perf-3.13.1-r1 b/metadata/md5-cache/dev-util/perf-3.13.1-r1 index 657b58655686..a9d59357aba6 100644 --- a/metadata/md5-cache/dev-util/perf-3.13.1-r1 +++ b/metadata/md5-cache/dev-util/perf-3.13.1-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install postinst prepare setup test unpack -DEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils dev-util/patchutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) +DEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils dev-util/patchutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) DESCRIPTION=Userland tools for Linux Performance Counters EAPI=5 HOMEPAGE=http://perf.wiki.kernel.org/ IUSE=audit +demangle +doc gtk perl python slang unwind python_targets_python2_7 python_single_target_python2_7 KEYWORDS=~amd64 ~arm ~mips ~ppc ~x86 LICENSE=GPL-2 -RDEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils +RDEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) ) SLOT=0 SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.13.1.xz mirror://kernel/linux/kernel/v3.x/linux-3.13.tar.xz _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=571035edf357fb0fb97e3c36ffce040a +_md5_=ab3eda96a154897d970cc0f56e3d9d9d diff --git a/metadata/md5-cache/dev-util/perf-3.15.5 b/metadata/md5-cache/dev-util/perf-3.15.5 index 9f4649378c80..cdb1dff8ce98 100644 --- a/metadata/md5-cache/dev-util/perf-3.15.5 +++ b/metadata/md5-cache/dev-util/perf-3.15.5 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install postinst prepare setup test unpack -DEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils dev-util/patchutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) +DEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils dev-util/patchutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) DESCRIPTION=Userland tools for Linux Performance Counters EAPI=5 HOMEPAGE=http://perf.wiki.kernel.org/ IUSE=audit debug +demangle +doc gtk perl python slang unwind python_targets_python2_7 python_single_target_python2_7 KEYWORDS=~amd64 ~arm ~ppc ~x86 LICENSE=GPL-2 -RDEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils +RDEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) ) SLOT=0 SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.15.5.xz mirror://kernel/linux/kernel/v3.x/linux-3.15.tar.xz _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=fb082082dc937bd693714bc29fa844d1 +_md5_=44dd2d99cd94761a1859ee1b54528b89 diff --git a/metadata/md5-cache/dev-util/perf-3.8-r1 b/metadata/md5-cache/dev-util/perf-3.8-r1 index 3bc7b34fce11..092c8784449c 100644 --- a/metadata/md5-cache/dev-util/perf-3.8-r1 +++ b/metadata/md5-cache/dev-util/perf-3.8-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install postinst prepare setup test unpack -DEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? ( =dev-lang/python-2* ) +DEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? ( =dev-lang/python-2* ) DESCRIPTION=Userland tools for Linux Performance Counters EAPI=4 HOMEPAGE=http://perf.wiki.kernel.org/ IUSE=audit +demangle +doc perl python slang unwind KEYWORDS=~amd64 ~arm ~mips ~ppc ~x86 LICENSE=GPL-2 -RDEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils python? ( =dev-lang/python-2* ) +RDEPEND=audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( dev-lang/perl ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils python? ( =dev-lang/python-2* ) SLOT=0 SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.8.tar.bz2 _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python be9965681d83c3980660a2660ac95e95 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=d1e70a2605afe18c7c0f045f920216fb +_md5_=8fccf2e0bc28abf829dbae46f6a1fbb4 diff --git a/metadata/md5-cache/mail-mta/exim-4.80.1 b/metadata/md5-cache/mail-mta/exim-4.80.1 index f442c30941d3..d67f145d42a1 100644 --- a/metadata/md5-cache/mail-mta/exim-4.80.1 +++ b/metadata/md5-cache/mail-mta/exim-4.80.1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst prepare -DEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( sys-devel/libperl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv virtual/pkgconfig +DEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv virtual/pkgconfig DESCRIPTION=A highly configurable, drop-in replacement for sendmail EAPI=3 HOMEPAGE=http://www.exim.org/ IUSE=tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis selinux syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-solaris LICENSE=GPL-2 -RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( sys-devel/libperl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) +RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) SLOT=0 SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/exim-4.80.1.tar.bz2 mirror://gentoo/system_filter.exim.gz dsn? ( mirror://sourceforge/eximdsn/eximdsn-patch-1.3/exim_469_dsn_1_3.patch ) doc? ( ftp://ftp.exim.org/pub/exim/exim4/exim-html-4.80.1.tar.bz2 ) _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf pam aa1ebb3ab720ea04dbbdd6eaaf9554ed toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=296858f799167522023970fc130efb23 +_md5_=032ce4808d39c3c3ff971e12a4fb19a1 diff --git a/metadata/md5-cache/mail-mta/exim-4.80.1-r2 b/metadata/md5-cache/mail-mta/exim-4.80.1-r2 index 1be20e926f76..8ed904c84a3f 100644 --- a/metadata/md5-cache/mail-mta/exim-4.80.1-r2 +++ b/metadata/md5-cache/mail-mta/exim-4.80.1-r2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare -DEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( sys-devel/libperl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv virtual/pkgconfig virtual/pkgconfig +DEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv virtual/pkgconfig virtual/pkgconfig DESCRIPTION=A highly configurable, drop-in replacement for sendmail EAPI=4 HOMEPAGE=http://www.exim.org/ IUSE=tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis selinux syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn dlfunc KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-solaris LICENSE=GPL-2 -RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( sys-devel/libperl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) +RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) REQUIRED_USE=spf? ( exiscan-acl ) srs? ( exiscan-acl ) SLOT=0 SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/exim-4.80.1.tar.bz2 mirror://gentoo/system_filter.exim.gz dsn? ( mirror://sourceforge/eximdsn/eximdsn-patch-1.3/exim_469_dsn_1_3.patch ) doc? ( ftp://ftp.exim.org/pub/exim/exim4/exim-html-4.80.1.tar.bz2 ) _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf pam aa1ebb3ab720ea04dbbdd6eaaf9554ed systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=75bfde7fa2c3fa1f1db5b2860090936b +_md5_=e9839f1539cb4225ffa6117b84ef90c5 diff --git a/metadata/md5-cache/mail-mta/exim-4.80.1-r3 b/metadata/md5-cache/mail-mta/exim-4.80.1-r3 index 36b7004a56d1..cdf77df59766 100644 --- a/metadata/md5-cache/mail-mta/exim-4.80.1-r3 +++ b/metadata/md5-cache/mail-mta/exim-4.80.1-r3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare -DEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( sys-devel/libperl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv virtual/pkgconfig virtual/pkgconfig +DEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv virtual/pkgconfig virtual/pkgconfig DESCRIPTION=A highly configurable, drop-in replacement for sendmail EAPI=4 HOMEPAGE=http://www.exim.org/ IUSE=tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis selinux syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn dlfunc KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris LICENSE=GPL-2 -RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( sys-devel/libperl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) +RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) REQUIRED_USE=spf? ( exiscan-acl ) srs? ( exiscan-acl ) SLOT=0 SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/exim-4.80.1.tar.bz2 mirror://gentoo/system_filter.exim.gz dsn? ( mirror://sourceforge/eximdsn/eximdsn-patch-1.3/exim_469_dsn_1_3.patch ) doc? ( ftp://ftp.exim.org/pub/exim/exim4/exim-html-4.80.1.tar.bz2 ) _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf pam aa1ebb3ab720ea04dbbdd6eaaf9554ed systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=c4ee705473e080a9c5ed1c5d9c8f7493 +_md5_=84206a2d09d9a3d7bcf0c55f28ab9ff6 diff --git a/metadata/md5-cache/mail-mta/exim-4.82.1 b/metadata/md5-cache/mail-mta/exim-4.82.1 index fda4d3fe12ce..0b9fea39221c 100644 --- a/metadata/md5-cache/mail-mta/exim-4.82.1 +++ b/metadata/md5-cache/mail-mta/exim-4.82.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare -DEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( sys-devel/libperl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls[pkcs11?] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) redis? ( dev-libs/hiredis ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv virtual/pkgconfig virtual/pkgconfig +DEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl:= ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls[pkcs11?] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) redis? ( dev-libs/hiredis ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv virtual/pkgconfig virtual/pkgconfig DESCRIPTION=A highly configurable, drop-in replacement for sendmail EAPI=5 HOMEPAGE=http://www.exim.org/ IUSE=dcc +dkim dlfunc dmarc dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap lmtp maildir mbx mysql nis pam perl pkcs11 postgres prdr radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X KEYWORDS=~amd64 ~hppa ~x86-fbsd ~x86-solaris LICENSE=GPL-2 -RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( sys-devel/libperl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls[pkcs11?] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) redis? ( dev-libs/hiredis ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) +RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl:= ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls[pkcs11?] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) redis? ( dev-libs/hiredis ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) REQUIRED_USE=spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) pkcs11? ( gnutls ) SLOT=0 SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/exim-4.82.1.tar.bz2 mirror://gentoo/system_filter.exim.gz doc? ( ftp://ftp.exim.org/pub/exim/exim4/exim-html-4.82.1.tar.bz2 ) _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf pam aa1ebb3ab720ea04dbbdd6eaaf9554ed systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=ea2f11f6f13325c0a926c5ba8a60bb7b +_md5_=989973ffafc8c8d7bc9b8c3f39851dd5 diff --git a/metadata/md5-cache/mail-mta/exim-4.84 b/metadata/md5-cache/mail-mta/exim-4.84 index 60ea97c00834..27a7f196d287 100644 --- a/metadata/md5-cache/mail-mta/exim-4.84 +++ b/metadata/md5-cache/mail-mta/exim-4.84 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare -DEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( sys-devel/libperl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls[pkcs11?] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) redis? ( dev-libs/hiredis ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv virtual/pkgconfig virtual/pkgconfig +DEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl:= ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls[pkcs11?] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) redis? ( dev-libs/hiredis ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv virtual/pkgconfig virtual/pkgconfig DESCRIPTION=A highly configurable, drop-in replacement for sendmail EAPI=5 HOMEPAGE=http://www.exim.org/ IUSE=dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X KEYWORDS=alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris LICENSE=GPL-2 -RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( sys-devel/libperl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls[pkcs11?] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) redis? ( dev-libs/hiredis ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) +RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( dev-lang/perl:= ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls[pkcs11?] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) redis? ( dev-libs/hiredis ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) REQUIRED_USE=spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) pkcs11? ( gnutls ) SLOT=0 SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/exim-4.84.tar.bz2 mirror://gentoo/system_filter.exim.gz doc? ( ftp://ftp.exim.org/pub/exim/exim4/exim-html-4.84.tar.bz2 ) _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf pam aa1ebb3ab720ea04dbbdd6eaaf9554ed systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=7f0b9dab2029ebff16524a567d7c0711 +_md5_=3c18b064016469e29ff6503087fa59d1 diff --git a/metadata/md5-cache/media-gfx/exact-image-0.8.1 b/metadata/md5-cache/media-gfx/exact-image-0.8.1 index c5dde96ce1b4..8436f38b81c5 100644 --- a/metadata/md5-cache/media-gfx/exact-image-0.8.1 +++ b/metadata/md5-cache/media-gfx/exact-image-0.8.1 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install prepare setup -DEPEND=x11-libs/agg[truetype] sys-libs/zlib expat? ( dev-libs/expat ) jpeg2k? ( media-libs/jasper ) jpeg? ( virtual/jpeg ) lcms? ( =media-libs/lcms-1* ) lua? ( dev-lang/lua ) openexr? ( media-libs/openexr ) php? ( dev-lang/php ) perl? ( sys-devel/libperl ) png? ( >=media-libs/libpng-1.2.43 ) ruby? ( dev-lang/ruby ) tiff? ( media-libs/tiff ) truetype? ( >=media-libs/freetype-2 ) X? ( x11-libs/libXext x11-libs/libXt x11-libs/libICE x11-libs/libSM ) virtual/pkgconfig swig? ( dev-lang/swig ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) +DEPEND=x11-libs/agg[truetype] sys-libs/zlib expat? ( dev-libs/expat ) jpeg2k? ( media-libs/jasper ) jpeg? ( virtual/jpeg ) lcms? ( =media-libs/lcms-1* ) lua? ( dev-lang/lua ) openexr? ( media-libs/openexr ) php? ( dev-lang/php ) perl? ( dev-lang/perl ) png? ( >=media-libs/libpng-1.2.43 ) ruby? ( dev-lang/ruby ) tiff? ( media-libs/tiff ) truetype? ( >=media-libs/freetype-2 ) X? ( x11-libs/libXext x11-libs/libXt x11-libs/libICE x11-libs/libSM ) virtual/pkgconfig swig? ( dev-lang/swig ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) DESCRIPTION=A fast, modern and generic image processing library EAPI=2 HOMEPAGE=http://www.exactcode.de/site/open_source/exactimage/ IUSE=expat jpeg jpeg2k lcms lua openexr php perl png python ruby swig tiff truetype X KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=x11-libs/agg[truetype] sys-libs/zlib expat? ( dev-libs/expat ) jpeg2k? ( media-libs/jasper ) jpeg? ( virtual/jpeg ) lcms? ( =media-libs/lcms-1* ) lua? ( dev-lang/lua ) openexr? ( media-libs/openexr ) php? ( dev-lang/php ) perl? ( sys-devel/libperl ) png? ( >=media-libs/libpng-1.2.43 ) ruby? ( dev-lang/ruby ) tiff? ( media-libs/tiff ) truetype? ( >=media-libs/freetype-2 ) X? ( x11-libs/libXext x11-libs/libXt x11-libs/libICE x11-libs/libSM ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) +RDEPEND=x11-libs/agg[truetype] sys-libs/zlib expat? ( dev-libs/expat ) jpeg2k? ( media-libs/jasper ) jpeg? ( virtual/jpeg ) lcms? ( =media-libs/lcms-1* ) lua? ( dev-lang/lua ) openexr? ( media-libs/openexr ) php? ( dev-lang/php ) perl? ( dev-lang/perl ) png? ( >=media-libs/libpng-1.2.43 ) ruby? ( dev-lang/ruby ) tiff? ( media-libs/tiff ) truetype? ( >=media-libs/freetype-2 ) X? ( x11-libs/libXext x11-libs/libXt x11-libs/libICE x11-libs/libSM ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) SLOT=0 SRC_URI=http://dl.exactcode.de/oss/exact-image/exact-image-0.8.1.tar.bz2 _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf python be9965681d83c3980660a2660ac95e95 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=a401f8e9f90a8086b6dbb46c52a29121 +_md5_=87ed0afb3f720be38ff505a9991244ab diff --git a/metadata/md5-cache/media-gfx/exact-image-0.8.1-r1 b/metadata/md5-cache/media-gfx/exact-image-0.8.1-r1 index bf5a91586e1e..b1168024a722 100644 --- a/metadata/md5-cache/media-gfx/exact-image-0.8.1-r1 +++ b/metadata/md5-cache/media-gfx/exact-image-0.8.1-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure prepare setup -DEPEND=x11-libs/agg[truetype] sys-libs/zlib expat? ( dev-libs/expat ) jpeg2k? ( media-libs/jasper ) jpeg? ( virtual/jpeg ) lcms? ( =media-libs/lcms-1* ) lua? ( dev-lang/lua ) openexr? ( media-libs/openexr ) php? ( dev-lang/php ) perl? ( sys-devel/libperl ) png? ( >=media-libs/libpng-1.2.43 ) ruby? ( dev-lang/ruby ) tiff? ( media-libs/tiff ) truetype? ( >=media-libs/freetype-2 ) X? ( x11-libs/libXext x11-libs/libXt x11-libs/libICE x11-libs/libSM ) virtual/pkgconfig swig? ( dev-lang/swig ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) +DEPEND=x11-libs/agg[truetype] sys-libs/zlib expat? ( dev-libs/expat ) jpeg2k? ( media-libs/jasper ) jpeg? ( virtual/jpeg ) lcms? ( =media-libs/lcms-1* ) lua? ( dev-lang/lua ) openexr? ( media-libs/openexr ) php? ( dev-lang/php ) perl? ( dev-lang/perl ) png? ( >=media-libs/libpng-1.2.43 ) ruby? ( dev-lang/ruby ) tiff? ( media-libs/tiff ) truetype? ( >=media-libs/freetype-2 ) X? ( x11-libs/libXext x11-libs/libXt x11-libs/libICE x11-libs/libSM ) virtual/pkgconfig swig? ( dev-lang/swig ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) DESCRIPTION=A fast, modern and generic image processing library EAPI=4 HOMEPAGE=http://www.exactcode.de/site/open_source/exactimage/ IUSE=expat jpeg jpeg2k lcms lua openexr php perl png python ruby swig tiff truetype X KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=x11-libs/agg[truetype] sys-libs/zlib expat? ( dev-libs/expat ) jpeg2k? ( media-libs/jasper ) jpeg? ( virtual/jpeg ) lcms? ( =media-libs/lcms-1* ) lua? ( dev-lang/lua ) openexr? ( media-libs/openexr ) php? ( dev-lang/php ) perl? ( sys-devel/libperl ) png? ( >=media-libs/libpng-1.2.43 ) ruby? ( dev-lang/ruby ) tiff? ( media-libs/tiff ) truetype? ( >=media-libs/freetype-2 ) X? ( x11-libs/libXext x11-libs/libXt x11-libs/libICE x11-libs/libSM ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) +RDEPEND=x11-libs/agg[truetype] sys-libs/zlib expat? ( dev-libs/expat ) jpeg2k? ( media-libs/jasper ) jpeg? ( virtual/jpeg ) lcms? ( =media-libs/lcms-1* ) lua? ( dev-lang/lua ) openexr? ( media-libs/openexr ) php? ( dev-lang/php ) perl? ( dev-lang/perl ) png? ( >=media-libs/libpng-1.2.43 ) ruby? ( dev-lang/ruby ) tiff? ( media-libs/tiff ) truetype? ( >=media-libs/freetype-2 ) X? ( x11-libs/libXext x11-libs/libXt x11-libs/libICE x11-libs/libSM ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) SLOT=0 SRC_URI=http://dl.exactcode.de/oss/exact-image/exact-image-0.8.1.tar.bz2 _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf python be9965681d83c3980660a2660ac95e95 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=ecf8c290acea49bbeb8ff30946d91c0f +_md5_=0c437a920dcc8f381ec9fb93021dc46d diff --git a/metadata/md5-cache/media-gfx/tintii-2.9.0 b/metadata/md5-cache/media-gfx/tintii-2.9.0 new file mode 100644 index 000000000000..22cdda934849 --- /dev/null +++ b/metadata/md5-cache/media-gfx/tintii-2.9.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=prepare +DEPEND=x11-libs/wxGTK:3.0[X] dev-libs/boost !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool +DESCRIPTION=A photo editor for selective color, saturation, and hue shift adjustments +EAPI=5 +HOMEPAGE=http://www.indii.org/software/tintii +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=x11-libs/wxGTK:3.0[X] +SLOT=0 +SRC_URI=http://www.indii.org/files/tint/releases/tintii-2.9.0.tar.gz +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 wxwidgets 6d6eec2685256d35511e7b6d5461bec9 +_md5_=9640f0357c9fa6f4e496f788ab6ffe53 diff --git a/metadata/md5-cache/media-libs/flickcurl-1.26 b/metadata/md5-cache/media-libs/flickcurl-1.26 new file mode 100644 index 000000000000..e935e06b274b --- /dev/null +++ b/metadata/md5-cache/media-libs/flickcurl-1.26 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=>=net-misc/curl-7.10.0 >=dev-libs/libxml2-2.6.8:2 raptor? ( media-libs/raptor:2 ) virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool +DESCRIPTION=C library for the Flickr API +EAPI=5 +HOMEPAGE=http://librdf.org/flickcurl/ +IUSE=doc raptor static-libs +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( LGPL-2.1 GPL-2 Apache-2.0 ) +RDEPEND=>=net-misc/curl-7.10.0 >=dev-libs/libxml2-2.6.8:2 raptor? ( media-libs/raptor:2 ) +SLOT=0 +SRC_URI=http://download.dajobe.org/flickcurl/flickcurl-1.26.tar.gz +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=2e73cf7e83b5e0c75bdb6c47ac2d5a9b diff --git a/metadata/md5-cache/media-libs/libsbsms-2.0.2 b/metadata/md5-cache/media-libs/libsbsms-2.0.2 new file mode 100644 index 000000000000..d90e86d8de41 --- /dev/null +++ b/metadata/md5-cache/media-libs/libsbsms-2.0.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install prepare +DEPEND=!=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool +DESCRIPTION=A library for high quality time and pitch scale modification +EAPI=5 +HOMEPAGE=http://sbsms.sourceforge.net/ +IUSE=sse static-libs +KEYWORDS=~amd64 ~mips ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://sourceforge/sbsms/libsbsms-2.0.2.tar.gz +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=0c35d44db75c04b259a3ea8c5c4236a6 diff --git a/metadata/md5-cache/net-dns/avahi-0.6.31-r6 b/metadata/md5-cache/net-dns/avahi-0.6.31-r6 index 21e215807bf1..efec71cec615 100644 --- a/metadata/md5-cache/net-dns/avahi-0.6.31-r6 +++ b/metadata/md5-cache/net-dns/avahi-0.6.31-r6 @@ -4,11 +4,11 @@ DESCRIPTION=System which facilitates service discovery on a local network EAPI=5 HOMEPAGE=http://avahi.org/ IUSE=autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 kernel_linux mdnsresponder-compat mono nls python qt4 selinux test utils abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 python_targets_python2_7 -KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux +KEYWORDS=~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux LICENSE=LGPL-2.1 RDEPEND=dev-libs/libdaemon dev-libs/expat >=dev-libs/glib-2.34.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(-)?] gdbm? ( >=sys-libs/gdbm-1.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(-)?] ) qt4? ( dev-qt/qtcore:4 ) gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) dbus? ( >=sys-apps/dbus-1.6.18-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) kernel_linux? ( sys-libs/libcap ) introspection? ( dev-libs/gobject-introspection ) mono? ( dev-lang/mono gtk? ( dev-dotnet/gtk-sharp ) ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[gdbm] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] gtk? ( dev-python/pygtk ) dbus? ( dev-python/dbus-python ) ) selinux? ( sec-policy/selinux-avahi ) bookmarks? ( dev-python/twisted-core dev-python/twisted-web ) howl-compat? ( !net-misc/howl ) mdnsresponder-compat? ( !net-misc/mDNSResponder ) REQUIRED_USE=utils? ( || ( gtk gtk3 ) ) python? ( dbus gdbm ) mono? ( dbus ) howl-compat? ( dbus ) mdnsresponder-compat? ( dbus ) SLOT=0 SRC_URI=http://avahi.org/download/avahi-0.6.31.tar.gz _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 libtool 52d0e17251d04645ffaa61bfdd858944 mono-env 59ca1177366cc9e14521d3501e9bb281 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 -_md5_=c486c12b804c5a13bcb766a72f58943d +_md5_=a3ead2f241b830ffd4076c72f95f4e61 diff --git a/metadata/md5-cache/net-libs/libntlm-1.4 b/metadata/md5-cache/net-libs/libntlm-1.4 new file mode 100644 index 000000000000..b4e4e2f470a6 --- /dev/null +++ b/metadata/md5-cache/net-libs/libntlm-1.4 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Microsoft's NTLM authentication (libntlm) library +EAPI=5 +HOMEPAGE=http://www.nongnu.org/libntlm/ +IUSE=static-libs +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux +LICENSE=LGPL-2 +SLOT=0 +SRC_URI=http://www.nongnu.org/libntlm/releases/libntlm-1.4.tar.gz +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 autotools-utils 3727db64c7b960903d5033280f108080 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=845ba5651eb7acd50907da57e914681c diff --git a/metadata/md5-cache/net-libs/liboping-1.6.1 b/metadata/md5-cache/net-libs/liboping-1.6.1 index ccefcd7a3b08..e47a31cf4ff0 100644 --- a/metadata/md5-cache/net-libs/liboping-1.6.1 +++ b/metadata/md5-cache/net-libs/liboping-1.6.1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare unpack -DEPEND=sys-libs/ncurses perl? ( dev-lang/perl sys-devel/libperl ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool +DEPEND=sys-libs/ncurses perl? ( dev-lang/perl ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool DESCRIPTION=C library and ncurses based program to generate ICMP echo requests and ping multiple hosts at once EAPI=4 HOMEPAGE=http://verplant.org/liboping IUSE=perl KEYWORDS=~amd64 ~x86 LICENSE=LGPL-2.1 GPL-2 -RDEPEND=sys-libs/ncurses perl? ( dev-lang/perl sys-devel/libperl ) +RDEPEND=sys-libs/ncurses perl? ( dev-lang/perl ) SLOT=0 SRC_URI=http://verplant.org/liboping/files/liboping-1.6.1.tar.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=14c60438ec2afbc1dcfd980f255f93be +_md5_=22182936dcadb7fbafd4edf8de402527 diff --git a/metadata/md5-cache/net-libs/liboping-1.6.2 b/metadata/md5-cache/net-libs/liboping-1.6.2 index f1e6754a237a..7ed83baadf94 100644 --- a/metadata/md5-cache/net-libs/liboping-1.6.2 +++ b/metadata/md5-cache/net-libs/liboping-1.6.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare unpack -DEPEND=sys-libs/ncurses perl? ( dev-lang/perl sys-devel/libperl ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool +DEPEND=sys-libs/ncurses perl? ( dev-lang/perl ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool DESCRIPTION=C library and ncurses based program to generate ICMP echo requests and ping multiple hosts at once EAPI=4 HOMEPAGE=http://verplant.org/liboping IUSE=perl KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 GPL-2 -RDEPEND=sys-libs/ncurses perl? ( dev-lang/perl sys-devel/libperl ) +RDEPEND=sys-libs/ncurses perl? ( dev-lang/perl ) SLOT=0 SRC_URI=http://verplant.org/liboping/files/liboping-1.6.2.tar.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=cd443962bd254c179e6c973470228308 +_md5_=d3789cb07a6f292db3481858f8a213f7 diff --git a/metadata/md5-cache/net-libs/liboping-1.7.0 b/metadata/md5-cache/net-libs/liboping-1.7.0 new file mode 100644 index 000000000000..5cffb5fe615e --- /dev/null +++ b/metadata/md5-cache/net-libs/liboping-1.7.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=sys-libs/ncurses perl? ( dev-lang/perl ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool +DESCRIPTION=C library and ncurses based program to generate ICMP echo requests and ping multiple hosts at once +EAPI=5 +HOMEPAGE=http://verplant.org/liboping +IUSE=perl +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 GPL-2 +RDEPEND=sys-libs/ncurses perl? ( dev-lang/perl ) +SLOT=0 +SRC_URI=http://verplant.org/liboping/files/liboping-1.7.0.tar.bz2 +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=48546400321bf90173e00a6c7c87d36f diff --git a/metadata/md5-cache/net-mail/tnef-1.4.12 b/metadata/md5-cache/net-mail/tnef-1.4.12 new file mode 100644 index 000000000000..94e56b454157 --- /dev/null +++ b/metadata/md5-cache/net-mail/tnef-1.4.12 @@ -0,0 +1,9 @@ +DEFINED_PHASES=test +DESCRIPTION=Decodes MS-TNEF MIME attachments +EAPI=5 +HOMEPAGE=http://world.std.com/~damned/software.html http://tnef.sourceforge.net/ +KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://sourceforge/tnef/tnef-1.4.12.tar.gz +_md5_=1e0278834bf8b22d6fd46fadd1036831 diff --git a/metadata/md5-cache/net-misc/lldpd-0.7.11 b/metadata/md5-cache/net-misc/lldpd-0.7.11 new file mode 100644 index 000000000000..046e41787f87 --- /dev/null +++ b/metadata/md5-cache/net-misc/lldpd-0.7.11 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup +DEPEND=>=dev-libs/libevent-2.0.5 snmp? ( net-analyzer/net-snmp[extensible(+)] ) xml? ( dev-libs/libxml2 ) jansson? ( dev-libs/jansson ) json-c? ( dev-libs/json-c ) seccomp? ( sys-libs/libseccomp ) zsh-completion? ( app-shells/zsh ) virtual/pkgconfig doc? ( graph? ( app-doc/doxygen[dot] ) !graph? ( app-doc/doxygen ) ) virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool +DESCRIPTION=Implementation of IEEE 802.1ab (LLDP) +EAPI=5 +HOMEPAGE=http://vincentbernat.github.com/lldpd/ +IUSE=cdp doc +dot1 +dot3 edp fdp graph jansson json-c +lldpmed seccomp sonmp snmp static-libs readline xml zsh-completion +KEYWORDS=~amd64 ~x86 +LICENSE=ISC +RDEPEND=>=dev-libs/libevent-2.0.5 snmp? ( net-analyzer/net-snmp[extensible(+)] ) xml? ( dev-libs/libxml2 ) jansson? ( dev-libs/jansson ) json-c? ( dev-libs/json-c ) seccomp? ( sys-libs/libseccomp ) zsh-completion? ( app-shells/zsh ) +REQUIRED_USE=graph? ( doc ) json-c? ( !jansson ) +SLOT=0 +SRC_URI=http://media.luffy.cx/files/lldpd/lldpd-0.7.11.tar.gz +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 +_md5_=61e2236948e0d2a8d6af941cfa88cf4b diff --git a/metadata/md5-cache/net-nntp/suck-4.3.2 b/metadata/md5-cache/net-nntp/suck-4.3.2 index ed738450d801..0ea00e14d982 100644 --- a/metadata/md5-cache/net-nntp/suck-4.3.2 +++ b/metadata/md5-cache/net-nntp/suck-4.3.2 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile install unpack -DEPEND=sys-libs/db perl? ( sys-devel/libperl ) ssl? ( dev-libs/openssl ) +DEPEND=sys-libs/db perl? ( dev-lang/perl ) ssl? ( dev-libs/openssl ) DESCRIPTION=Grab news from a remote NNTP server and feed them to another HOMEPAGE=http://home.comcast.net/~bobyetman/ IUSE=ssl perl KEYWORDS=~amd64 ~ppc x86 LICENSE=public-domain -RDEPEND=sys-libs/db perl? ( sys-devel/libperl ) ssl? ( dev-libs/openssl ) +RDEPEND=sys-libs/db perl? ( dev-lang/perl ) ssl? ( dev-libs/openssl ) SLOT=0 SRC_URI=http://home.comcast.net/~bobyetman/suck-4.3.2.tar.gz -_md5_=5c461d5319e12a2ac206b3b9bbd82686 +_md5_=5bb09d64156fcd7acfe390c4a07f8bfc diff --git a/metadata/md5-cache/net-wireless/gnuradio-3.7.4.1 b/metadata/md5-cache/net-wireless/gnuradio-3.7.4.1 index 391097062957..ba103d6ca4e9 100644 --- a/metadata/md5-cache/net-wireless/gnuradio-3.7.4.1 +++ b/metadata/md5-cache/net-wireless/gnuradio-3.7.4.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 >=x11-libs/qwt-5.2 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) dev-lang/swig dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.7.1 dev-python/sphinx[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) grc? ( x11-misc/xdg-utils ) oss? ( virtual/os-headers ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 x11-libs/qwt:6 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) dev-lang/swig dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.7.1 dev-python/sphinx[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) grc? ( x11-misc/xdg-utils ) oss? ( virtual/os-headers ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=Toolkit that provides signal processing blocks to implement software radios EAPI=5 HOMEPAGE=http://gnuradio.org/ IUSE=+audio +alsa atsc +analog +digital channels +ctrlport doc dtv examples fcd fec +filter grc jack log noaa oss pager performance-counters portaudio +qt4 sdl test trellis uhd vocoder +utils wavelet wxwidgets zeromq python_targets_python2_7 python_single_target_python2_7 KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-3 -RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 >=x11-libs/qwt-5.2 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) +RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 x11-libs/qwt:6 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) audio? ( || ( alsa oss jack portaudio ) ) alsa? ( audio ) oss? ( audio ) jack? ( audio ) portaudio? ( audio ) analog? ( filter ) digital? ( filter analog ) pager? ( filter analog ) qt4? ( filter ) uhd? ( filter analog ) fcd? ( || ( alsa oss ) ) wavelet? ( analog ) wxwidgets? ( filter analog ) SLOT=0/3.7.4.1 SRC_URI=http://gnuradio.org/releases/gnuradio/gnuradio-3.7.4.1.tar.gz _eclasses_=cmake-utils da2974fcb060ec927e93a17c835afa67 eutils 32548a82e42dc26e3312581476d2f20c fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=c47152cc2e88d78ddbc0cc9171cb6c20 +_md5_=9c62beec76e7a5e1a34fef6677967a49 diff --git a/metadata/md5-cache/net-wireless/gnuradio-3.7.5 b/metadata/md5-cache/net-wireless/gnuradio-3.7.5 index e3f7e977a35e..307a6247719e 100644 --- a/metadata/md5-cache/net-wireless/gnuradio-3.7.5 +++ b/metadata/md5-cache/net-wireless/gnuradio-3.7.5 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 >=x11-libs/qwt-5.2 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) dev-lang/swig dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.7.1 dev-python/sphinx[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) grc? ( x11-misc/xdg-utils ) oss? ( virtual/os-headers ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 x11-libs/qwt:6 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) dev-lang/swig dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.7.1 dev-python/sphinx[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) grc? ( x11-misc/xdg-utils ) oss? ( virtual/os-headers ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=Toolkit that provides signal processing blocks to implement software radios EAPI=5 HOMEPAGE=http://gnuradio.org/ IUSE=+audio +alsa atsc +analog +digital channels +ctrlport doc dtv examples fcd fec +filter grc jack log noaa oss pager performance-counters portaudio +qt4 sdl test trellis uhd vocoder +utils wavelet wxwidgets zeromq python_targets_python2_7 python_single_target_python2_7 KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-3 -RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 >=x11-libs/qwt-5.2 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) +RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 x11-libs/qwt:6 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) audio? ( || ( alsa oss jack portaudio ) ) alsa? ( audio ) oss? ( audio ) jack? ( audio ) portaudio? ( audio ) analog? ( filter ) digital? ( filter analog ) pager? ( filter analog ) qt4? ( filter ) uhd? ( filter analog ) fcd? ( || ( alsa oss ) ) wavelet? ( analog ) wxwidgets? ( filter analog ) SLOT=0/3.7.5 SRC_URI=http://gnuradio.org/releases/gnuradio/gnuradio-3.7.5.tar.gz _eclasses_=cmake-utils da2974fcb060ec927e93a17c835afa67 eutils 32548a82e42dc26e3312581476d2f20c fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=700dff33e495b9d447e2842246459bec +_md5_=dea0d39dcb50aa055937a7e85c7bd64d diff --git a/metadata/md5-cache/net-wireless/gnuradio-9999 b/metadata/md5-cache/net-wireless/gnuradio-9999 index cca8a5f84f03..f5c9b049dd0c 100644 --- a/metadata/md5-cache/net-wireless/gnuradio-9999 +++ b/metadata/md5-cache/net-wireless/gnuradio-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 >=x11-libs/qwt-5.2 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) dev-lang/swig dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.7.1 dev-python/sphinx[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) grc? ( x11-misc/xdg-utils ) oss? ( virtual/os-headers ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-vcs/git-1.8.2.1 +DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 x11-libs/qwt:6 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) dev-lang/swig dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.7.1 dev-python/sphinx[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) grc? ( x11-misc/xdg-utils ) oss? ( virtual/os-headers ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-vcs/git-1.8.2.1 DESCRIPTION=Toolkit that provides signal processing blocks to implement software radios EAPI=5 HOMEPAGE=http://gnuradio.org/ IUSE=+audio +alsa atsc +analog +digital channels +ctrlport doc dtv examples fcd fec +filter grc jack log noaa oss pager performance-counters portaudio +qt4 sdl test trellis uhd vocoder +utils wavelet wxwidgets zeromq python_targets_python2_7 python_single_target_python2_7 LICENSE=GPL-3 -RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 >=x11-libs/qwt-5.2 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) +RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-lang/orc-0.4.12 dev-libs/boost:0=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-util/cppunit-1.9.14 sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ctrlport? ( dev-libs/Ice[python,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( dev-python/cheetah[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.10:2[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) jack? ( media-sound/jack-audio-connection-kit ) log? ( dev-libs/log4cpp ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( >=dev-python/PyQt4-4.4[X,opengl,python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-python/pyqwt-5.2:5[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 x11-libs/qwt:6 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) utils? ( dev-python/matplotlib[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) vocoder? ( media-sound/gsm ) wavelet? ( >=sci-libs/gsl-1.10 ) wxwidgets? ( dev-python/lxml[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython:2.8[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) zeromq? ( >=net-libs/zeromq-2.1.11 net-libs/cppzmq ) REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) audio? ( || ( alsa oss jack portaudio ) ) alsa? ( audio ) oss? ( audio ) jack? ( audio ) portaudio? ( audio ) analog? ( filter ) digital? ( filter analog ) pager? ( filter analog ) qt4? ( filter ) uhd? ( filter analog ) fcd? ( || ( alsa oss ) ) wavelet? ( analog ) wxwidgets? ( filter analog ) SLOT=0/9999 _eclasses_=cmake-utils da2974fcb060ec927e93a17c835afa67 eutils 32548a82e42dc26e3312581476d2f20c fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 75e24bac8423c515dd9c5717f08feb83 git-r3 6ebae45064cb04482f3c702632dd9528 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=b95638752080a85efcee99f2f941f9fd +_md5_=4b6c386102c0767fe9d1e58f54032d8e diff --git a/metadata/md5-cache/perl-core/Text-Tabs+Wrap-2013.52.300-r1 b/metadata/md5-cache/perl-core/Text-Tabs+Wrap-2013.52.300-r1 index 45498d4e4158..7e3247bc1a02 100644 --- a/metadata/md5-cache/perl-core/Text-Tabs+Wrap-2013.52.300-r1 +++ b/metadata/md5-cache/perl-core/Text-Tabs+Wrap-2013.52.300-r1 @@ -3,10 +3,10 @@ DEPEND=dev-lang/perl:=[-build(-)] DESCRIPTION=Expand/unexpand tabs per unix expand and line wrapping EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Text-Tabs+Wrap/ -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris +KEYWORDS=~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 ) RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/M/MU/MUIR/modules/Text-Tabs+Wrap-2013.0523.tar.gz _eclasses_=alternatives 326031758c86cd08f5844f475f03ac01 eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module f889e8437ffc64d766053d029c422c4e toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=f6fe711aa2760aea726831b26b2ac83b +_md5_=9aa9b8c74753f13625cec915df3db277 diff --git a/metadata/md5-cache/sci-libs/minfx-1.0.11 b/metadata/md5-cache/sci-libs/minfx-1.0.11 new file mode 100644 index 000000000000..46979eb08287 --- /dev/null +++ b/metadata/md5-cache/sci-libs/minfx-1.0.11 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] +DESCRIPTION=Numerical optimisation library +EAPI=5 +HOMEPAGE=http://gna.org/projects/minfx +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-3 +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_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy ) +SLOT=0 +SRC_URI=http://download.gna.org/minfx/minfx-1.0.11.tar.gz +_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=eb480ede74f362fa6549d5a12fff9eb7 diff --git a/metadata/md5-cache/sys-apps/fakeroot-1.20.2 b/metadata/md5-cache/sys-apps/fakeroot-1.20.2 new file mode 100644 index 000000000000..7cd671c8e5aa --- /dev/null +++ b/metadata/md5-cache/sys-apps/fakeroot-1.20.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install prepare +DEPEND=acl? ( sys-apps/acl ) test? ( app-arch/sharutils ) sys-libs/libcap +DESCRIPTION=A fake root environment by means of LD_PRELOAD and SysV IPC (or TCP) trickery +EAPI=4 +HOMEPAGE=http://packages.qa.debian.org/f/fakeroot.html +IUSE=acl debug static-libs test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-3 +SLOT=0 +SRC_URI=mirror://debian/pool/main/f/fakeroot/fakeroot_1.20.2.orig.tar.bz2 +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=78eab332e7414e3ca0cbec72955fd3d4 diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.10.57 b/metadata/md5-cache/sys-kernel/aufs-sources-3.10.57 new file mode 100644 index 000000000000..8dbd60e40351 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.10.57 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=Full sources including the Gentoo patchset for the 3.10 kernel tree and aufs3 support +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/ +IUSE=deblob experimental module vanilla symlink build deblob +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.10.57 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-3.10 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-check -> deblob-check-3.10 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.10.x_p20141006.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.10-64.base.tar.xz mirror://gentoo/genpatches-3.10-64.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-64.experimental.tar.xz ) ) +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c kernel-2 6fb31411472936acc8287129d3df7f43 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 readme.gentoo 106edea5533517715013de909a333abd toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=600b71490022cc859b5c069f5a2e0ab9 diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.14.21 b/metadata/md5-cache/sys-kernel/aufs-sources-3.14.21 new file mode 100644 index 000000000000..fd19aff00198 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.14.21 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=Full sources including the Gentoo patchset for the 3.14 kernel tree and aufs3 support +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/ +IUSE=deblob experimental module vanilla symlink build deblob +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.14.21 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.14.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.14.N/deblob-3.14 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.14.N/deblob-check -> deblob-check-3.14 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.14_p20141006.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.14-25.base.tar.xz mirror://gentoo/genpatches-3.14-25.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.14-25.experimental.tar.xz ) ) +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c kernel-2 6fb31411472936acc8287129d3df7f43 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 readme.gentoo 106edea5533517715013de909a333abd toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=50ce117309c349eee20b2cca1eb8fd40 diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.16.5 b/metadata/md5-cache/sys-kernel/aufs-sources-3.16.5 new file mode 100644 index 000000000000..2bd1030ef7b9 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.16.5 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=Full sources including the Gentoo patchset for the 3.16 kernel tree and aufs3 support +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/ +IUSE=deblob experimental module vanilla symlink build deblob +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.16.5 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.16.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.16.N/deblob-3.16 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.16.N/deblob-check -> deblob-check-3.16 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.16_p20141006.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.16-7.base.tar.xz mirror://gentoo/genpatches-3.16-7.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.16-7.experimental.tar.xz ) ) +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c kernel-2 6fb31411472936acc8287129d3df7f43 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 readme.gentoo 106edea5533517715013de909a333abd toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=1fa74067b6ca4cc2158881105d48930c diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.57 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.57 new file mode 100644 index 000000000000..a8dad1995a4a --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.57 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=Full sources including the Gentoo patchset for the 3.10 kernel tree +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches +IUSE=deblob experimental symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.10.57 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-3.10 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-check -> deblob-check-3.10 ) mirror://gentoo/genpatches-3.10-64.base.tar.xz mirror://gentoo/genpatches-3.10-64.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-64.experimental.tar.xz ) +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c kernel-2 6fb31411472936acc8287129d3df7f43 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=f9e3adc8fbb0a7d5dfac73a3a6c97b39 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.14.21 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.14.21 new file mode 100644 index 000000000000..358b74b0f17d --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.14.21 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=Full sources including the Gentoo patchset for the 3.14 kernel tree +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches +IUSE=deblob experimental symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.14.21 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.14.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.14.N/deblob-3.14 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.14.N/deblob-check -> deblob-check-3.14 ) mirror://gentoo/genpatches-3.14-25.base.tar.xz mirror://gentoo/genpatches-3.14-25.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.14-25.experimental.tar.xz ) +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c kernel-2 6fb31411472936acc8287129d3df7f43 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=4c4a15a7bf2b95a56f6ad8b2b83dfbb3 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.16.5 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.16.5 new file mode 100644 index 000000000000..f502848f0d3c --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.16.5 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=Full sources including the Gentoo patchset for the 3.16 kernel tree +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches +IUSE=deblob experimental symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.16.5 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.16.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.16.N/deblob-3.16 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.16.N/deblob-check -> deblob-check-3.16 ) mirror://gentoo/genpatches-3.16-7.base.tar.xz mirror://gentoo/genpatches-3.16-7.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.16-7.experimental.tar.xz ) +_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c kernel-2 6fb31411472936acc8287129d3df7f43 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=270a6ef562b26c07cb4fd11c83ca299d diff --git a/metadata/md5-cache/sys-kernel/hardened-sources-3.14.20 b/metadata/md5-cache/sys-kernel/hardened-sources-3.14.20-r1 similarity index 91% rename from metadata/md5-cache/sys-kernel/hardened-sources-3.14.20 rename to metadata/md5-cache/sys-kernel/hardened-sources-3.14.20-r1 index be4b13ff7752..ccaf25a83827 100644 --- a/metadata/md5-cache/sys-kernel/hardened-sources-3.14.20 +++ b/metadata/md5-cache/sys-kernel/hardened-sources-3.14.20-r1 @@ -9,7 +9,7 @@ LICENSE=GPL-2 !deblob? ( freedist ) PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=>=sys-devel/gcc-4.5 !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.14.20 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.14.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.14.N/deblob-3.14 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.14.N/deblob-check -> deblob-check-3.14 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-3.14.20-1.extras.tar.bz2 mirror://gentoo/genpatches-3.14-24.base.tar.xz +SLOT=3.14.20-r1 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.14.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.14.N/deblob-3.14 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.14.N/deblob-check -> deblob-check-3.14 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-3.14.20-2.extras.tar.bz2 mirror://gentoo/genpatches-3.14-24.base.tar.xz _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c kernel-2 6fb31411472936acc8287129d3df7f43 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=217de27a39ec27d82851cc4a229bfdb5 +_md5_=04298cdced3d7df18be185c5fc2cea81 diff --git a/metadata/md5-cache/sys-kernel/hardened-sources-3.16.4 b/metadata/md5-cache/sys-kernel/hardened-sources-3.16.4-r1 similarity index 91% rename from metadata/md5-cache/sys-kernel/hardened-sources-3.16.4 rename to metadata/md5-cache/sys-kernel/hardened-sources-3.16.4-r1 index eb06165a47d1..fdea26be383b 100644 --- a/metadata/md5-cache/sys-kernel/hardened-sources-3.16.4 +++ b/metadata/md5-cache/sys-kernel/hardened-sources-3.16.4-r1 @@ -9,7 +9,7 @@ LICENSE=GPL-2 !deblob? ( freedist ) PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=>=sys-devel/gcc-4.5 !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.16.4 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.16.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.16.N/deblob-3.16 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.16.N/deblob-check -> deblob-check-3.16 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-3.16.4-1.extras.tar.bz2 mirror://gentoo/genpatches-3.16-6.base.tar.xz +SLOT=3.16.4-r1 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.16.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.16.N/deblob-3.16 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.16.N/deblob-check -> deblob-check-3.16 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-3.16.4-2.extras.tar.bz2 mirror://gentoo/genpatches-3.16-6.base.tar.xz _eclasses_=eutils 32548a82e42dc26e3312581476d2f20c kernel-2 6fb31411472936acc8287129d3df7f43 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=4d2a701d7a920b6991c06f007edfc0f1 +_md5_=deb3ea17b33c35c4523ee01c6ec06b80 diff --git a/metadata/md5-cache/virtual/perl-Data-Dumper-2.154.0 b/metadata/md5-cache/virtual/perl-Data-Dumper-2.154.0 index 2b976e9902c3..f24b5a7e04bf 100644 --- a/metadata/md5-cache/virtual/perl-Data-Dumper-2.154.0 +++ b/metadata/md5-cache/virtual/perl-Data-Dumper-2.154.0 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Data-Dumper EAPI=5 -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux RDEPEND=~perl-core/Data-Dumper-2.154.0 SLOT=0 -_md5_=7589871aa601ffb1e17a49c124738d3c +_md5_=cc3f0fcdadbbcfccb76f5e59721ac898 diff --git a/metadata/md5-cache/virtual/perl-Text-Tabs+Wrap-2013.52.300-r1 b/metadata/md5-cache/virtual/perl-Text-Tabs+Wrap-2013.52.300-r1 index d40a54d6ddcf..49d1b8d255ba 100644 --- a/metadata/md5-cache/virtual/perl-Text-Tabs+Wrap-2013.52.300-r1 +++ b/metadata/md5-cache/virtual/perl-Text-Tabs+Wrap-2013.52.300-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Text::Tabs and Text::Wrap, also distributed as Text::Tabs+Wrap EAPI=5 -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +KEYWORDS=~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd RDEPEND=|| ( =dev-lang/perl-5.20* ~perl-core/Text-Tabs+Wrap-2013.52.300 ) !perl-core/Text-Tabs+Wrap-2013.52.300-r999 SLOT=0 -_md5_=852bdf13bbaed2cf9a14c8bb3860be14 +_md5_=652d306dfa21b99a518740b6cecc6488 diff --git a/metadata/md5-cache/www-apps/joomla-3.3.6 b/metadata/md5-cache/www-apps/joomla-3.3.6 new file mode 100644 index 000000000000..c40d3c0b3381 --- /dev/null +++ b/metadata/md5-cache/www-apps/joomla-3.3.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install postinst prerm setup +DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) virtual/httpd-php app-arch/unzip >=app-admin/webapp-config-1.50.15 +DESCRIPTION=Joomla is a powerful Open Source Content Management System +EAPI=5 +HOMEPAGE=http://www.joomla.org/ +IUSE=vhosts +KEYWORDS=~amd64 ~ppc ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-lang/php-5.3.10[json,zlib,xml] || ( dev-lang/php[mysql] dev-lang/php[postgres] ) >=app-admin/webapp-config-1.50.15 +SLOT=3.3.6 +SRC_URI=http://joomlacode.org/gf/download/frsrelease/19822/161256/Joomla_3.3.6-Stable-Full_Package.zip +_eclasses_=depend.php df169a364e191b840b695604097e3c21 eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf phpconfutils e108303831029e5b8a9d24b991b1d62a toolchain-funcs 0f1760274637a138b99bb649202ea402 webapp 25b9b1696f5e698711f47d45c3d45e3e +_md5_=7d5c06d74b255d6df4654c6ddbe012b9 diff --git a/metadata/md5-cache/www-client/elinks-0.12_pre6 b/metadata/md5-cache/www-client/elinks-0.12_pre6 index e398127e59b8..31641cf7fb13 100644 --- a/metadata/md5-cache/www-client/elinks-0.12_pre6 +++ b/metadata/md5-cache/www-client/elinks-0.12_pre6 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare -DEPEND=dev-libs/boehm-gc >=dev-libs/expat-1.95.4 bzip2? ( >=app-arch/bzip2-1.0.2 ) ssl? ( >=dev-libs/openssl-0.9.6g ) X? ( x11-libs/libX11 x11-libs/libXt ) zlib? ( >=sys-libs/zlib-1.1.4 ) lua? ( >=dev-lang/lua-5 ) gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) perl? ( sys-devel/libperl ) ruby? ( dev-lang/ruby dev-ruby/rubygems ) samba? ( net-fs/samba ) javascript? ( dev-lang/spidermonkey:0 ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool +DEPEND=dev-libs/boehm-gc >=dev-libs/expat-1.95.4 bzip2? ( >=app-arch/bzip2-1.0.2 ) ssl? ( >=dev-libs/openssl-0.9.6g ) X? ( x11-libs/libX11 x11-libs/libXt ) zlib? ( >=sys-libs/zlib-1.1.4 ) lua? ( >=dev-lang/lua-5 ) gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) perl? ( dev-lang/perl ) ruby? ( dev-lang/ruby dev-ruby/rubygems ) samba? ( net-fs/samba ) javascript? ( dev-lang/spidermonkey:0 ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool DESCRIPTION=Advanced and well-established text-mode web browser EAPI=4 HOMEPAGE=http://elinks.or.cz/ IUSE=bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 -RDEPEND=dev-libs/boehm-gc >=dev-libs/expat-1.95.4 bzip2? ( >=app-arch/bzip2-1.0.2 ) ssl? ( >=dev-libs/openssl-0.9.6g ) X? ( x11-libs/libX11 x11-libs/libXt ) zlib? ( >=sys-libs/zlib-1.1.4 ) lua? ( >=dev-lang/lua-5 ) gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) perl? ( sys-devel/libperl ) ruby? ( dev-lang/ruby dev-ruby/rubygems ) samba? ( net-fs/samba ) javascript? ( dev-lang/spidermonkey:0 ) +RDEPEND=dev-libs/boehm-gc >=dev-libs/expat-1.95.4 bzip2? ( >=app-arch/bzip2-1.0.2 ) ssl? ( >=dev-libs/openssl-0.9.6g ) X? ( x11-libs/libX11 x11-libs/libXt ) zlib? ( >=sys-libs/zlib-1.1.4 ) lua? ( >=dev-lang/lua-5 ) gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) perl? ( dev-lang/perl ) ruby? ( dev-lang/ruby dev-ruby/rubygems ) samba? ( net-fs/samba ) javascript? ( dev-lang/spidermonkey:0 ) RESTRICT=test SLOT=0 SRC_URI=http://elinks.or.cz/download/elinks-0.12pre6.tar.bz2 http://dev.gentoo.org/~spock/portage/distfiles/elinks-0.10.4.conf.bz2 http://dev.gentoo.org/~axs/distfiles/elinks-0.12_pre5-js185-patches.tar.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=f6e8b66faa641407188a7adb0c90cd13 +_md5_=ea7ed478da7f0959e45eb1cfe2219084 diff --git a/metadata/md5-cache/www-client/elinks-9999 b/metadata/md5-cache/www-client/elinks-9999 index f1279d0b364d..62eea16bf88a 100644 --- a/metadata/md5-cache/www-client/elinks-9999 +++ b/metadata/md5-cache/www-client/elinks-9999 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst prepare setup unpack -DEPEND=dev-libs/boehm-gc >=dev-libs/expat-1.95.4 bzip2? ( >=app-arch/bzip2-1.0.2 ) ssl? ( >=dev-libs/openssl-0.9.6g ) X? ( x11-libs/libX11 x11-libs/libXt ) zlib? ( >=sys-libs/zlib-1.1.4 ) lua? ( >=dev-lang/lua-5 ) gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) perl? ( sys-devel/libperl ) ruby? ( dev-lang/ruby dev-ruby/rubygems ) samba? ( net-fs/samba ) javascript? ( >=dev-lang/spidermonkey-1.8.5:0= ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool >=dev-vcs/git-1.8.2.1 +DEPEND=dev-libs/boehm-gc >=dev-libs/expat-1.95.4 bzip2? ( >=app-arch/bzip2-1.0.2 ) ssl? ( >=dev-libs/openssl-0.9.6g ) X? ( x11-libs/libX11 x11-libs/libXt ) zlib? ( >=sys-libs/zlib-1.1.4 ) lua? ( >=dev-lang/lua-5 ) gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) perl? ( dev-lang/perl:= ) ruby? ( dev-lang/ruby dev-ruby/rubygems ) samba? ( net-fs/samba ) javascript? ( >=dev-lang/spidermonkey-1.8.5:0= ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool >=dev-vcs/git-1.8.2.1 DESCRIPTION=Advanced and well-established text-mode web browser EAPI=5 HOMEPAGE=http://elinks.or.cz/ IUSE=bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib LICENSE=GPL-2 -RDEPEND=dev-libs/boehm-gc >=dev-libs/expat-1.95.4 bzip2? ( >=app-arch/bzip2-1.0.2 ) ssl? ( >=dev-libs/openssl-0.9.6g ) X? ( x11-libs/libX11 x11-libs/libXt ) zlib? ( >=sys-libs/zlib-1.1.4 ) lua? ( >=dev-lang/lua-5 ) gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) perl? ( sys-devel/libperl ) ruby? ( dev-lang/ruby dev-ruby/rubygems ) samba? ( net-fs/samba ) javascript? ( >=dev-lang/spidermonkey-1.8.5:0= ) +RDEPEND=dev-libs/boehm-gc >=dev-libs/expat-1.95.4 bzip2? ( >=app-arch/bzip2-1.0.2 ) ssl? ( >=dev-libs/openssl-0.9.6g ) X? ( x11-libs/libX11 x11-libs/libXt ) zlib? ( >=sys-libs/zlib-1.1.4 ) lua? ( >=dev-lang/lua-5 ) gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) perl? ( dev-lang/perl:= ) ruby? ( dev-lang/ruby dev-ruby/rubygems ) samba? ( net-fs/samba ) javascript? ( >=dev-lang/spidermonkey-1.8.5:0= ) RESTRICT=test SLOT=0 SRC_URI=http://dev.gentoo.org/~spock/portage/distfiles/elinks-0.10.4.conf.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 git-r3 6ebae45064cb04482f3c702632dd9528 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=2e76bf42df2fb0c333bd6aa140c980eb +_md5_=26284cfdb82a1b6d1254c3dc46fe527e diff --git a/metadata/md5-cache/www-client/google-chrome-38.0.2125.101_p1 b/metadata/md5-cache/www-client/google-chrome-38.0.2125.101_p1 index 9de335bcc3c3..6102100ebff8 100644 --- a/metadata/md5-cache/www-client/google-chrome-38.0.2125.101_p1 +++ b/metadata/md5-cache/www-client/google-chrome-38.0.2125.101_p1 @@ -11,4 +11,4 @@ RESTRICT=bindist mirror strip SLOT=0 SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_38.0.2125.101-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_38.0.2125.101-1_i386.deb ) _eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils 32548a82e42dc26e3312581476d2f20c fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils f658eba3cc594a21cf6eef4af47daa90 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf pax-utils dfe060cb70d89757fde5c1ff8405e950 readme.gentoo 106edea5533517715013de909a333abd toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=bfaa66ca9a733c3f057ce396009dc4de +_md5_=4d26ec6614440375010199813dd2919f diff --git a/metadata/md5-cache/www-client/google-chrome-beta-38.0.2125.101_p1 b/metadata/md5-cache/www-client/google-chrome-beta-39.0.2171.19_p1 similarity index 89% rename from metadata/md5-cache/www-client/google-chrome-beta-38.0.2125.101_p1 rename to metadata/md5-cache/www-client/google-chrome-beta-39.0.2171.19_p1 index a972967535c0..bb8aac6c9a11 100644 --- a/metadata/md5-cache/www-client/google-chrome-beta-38.0.2125.101_p1 +++ b/metadata/md5-cache/www-client/google-chrome-beta-39.0.2171.19_p1 @@ -9,6 +9,6 @@ LICENSE=google-chrome RDEPEND=app-arch/bzip2 app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype:2 net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 >=x11-libs/libX11-1.5.0 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango x11-misc/xdg-utils RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_38.0.2125.101-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_38.0.2125.101-1_i386.deb ) +SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_39.0.2171.19-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_39.0.2171.19-1_i386.deb ) _eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils 32548a82e42dc26e3312581476d2f20c fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils f658eba3cc594a21cf6eef4af47daa90 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf pax-utils dfe060cb70d89757fde5c1ff8405e950 readme.gentoo 106edea5533517715013de909a333abd toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=4b59c28951c18115ad277a365d059c35 +_md5_=cb5c0804b78b3cb340a4b8966689f8bc diff --git a/metadata/md5-cache/www-client/google-chrome-unstable-39.0.2171.13_p1 b/metadata/md5-cache/www-client/google-chrome-unstable-40.0.2182.3_p1 similarity index 89% rename from metadata/md5-cache/www-client/google-chrome-unstable-39.0.2171.13_p1 rename to metadata/md5-cache/www-client/google-chrome-unstable-40.0.2182.3_p1 index 69bc2b98e431..e9c45ffbde1c 100644 --- a/metadata/md5-cache/www-client/google-chrome-unstable-39.0.2171.13_p1 +++ b/metadata/md5-cache/www-client/google-chrome-unstable-40.0.2182.3_p1 @@ -9,6 +9,6 @@ LICENSE=google-chrome RDEPEND=app-arch/bzip2 app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype:2 net-print/cups sys-apps/dbus sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 >=x11-libs/libX11-1.5.0 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango x11-misc/xdg-utils RESTRICT=bindist mirror strip SLOT=0 -SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_39.0.2171.13-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_39.0.2171.13-1_i386.deb ) +SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_40.0.2182.3-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_40.0.2182.3-1_i386.deb ) _eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils 32548a82e42dc26e3312581476d2f20c fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils f658eba3cc594a21cf6eef4af47daa90 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf pax-utils dfe060cb70d89757fde5c1ff8405e950 readme.gentoo 106edea5533517715013de909a333abd toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=73f73a1c727f319072556e5898d02247 +_md5_=bed4040ee3e6990683b716eac706035a diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-38.0.2125.101_beta1 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-39.0.2171.19_beta1 similarity index 71% rename from metadata/md5-cache/www-plugins/chrome-binary-plugins-38.0.2125.101_beta1 rename to metadata/md5-cache/www-plugins/chrome-binary-plugins-39.0.2171.19_beta1 index ae98579958a1..3fb27ce3bcd9 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-38.0.2125.101_beta1 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-39.0.2171.19_beta1 @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=!www-plugins/chrome-binary-plugins:0 !www-plugins/chrome-binary-plugins:stable !www-plugins/chrome-binary-plugins:unstable RESTRICT=bindist mirror strip SLOT=beta -SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_38.0.2125.101-1_amd64.deb ) x86? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_38.0.2125.101-1_i386.deb ) +SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_39.0.2171.19-1_amd64.deb ) x86? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_39.0.2171.19-1_i386.deb ) _eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=dbb37c6fc94792414d6748e51abd5742 +_md5_=fd2286d0a2b15bb39db6e86b45f54053 diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-39.0.2171.13_alpha1 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-40.0.2182.3_alpha1 similarity index 70% rename from metadata/md5-cache/www-plugins/chrome-binary-plugins-39.0.2171.13_alpha1 rename to metadata/md5-cache/www-plugins/chrome-binary-plugins-40.0.2182.3_alpha1 index 57bfd3fa673c..5e56881d1025 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-39.0.2171.13_alpha1 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-40.0.2182.3_alpha1 @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=!www-plugins/chrome-binary-plugins:0 !www-plugins/chrome-binary-plugins:beta !www-plugins/chrome-binary-plugins:stable RESTRICT=bindist mirror strip SLOT=unstable -SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_39.0.2171.13-1_amd64.deb ) x86? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_39.0.2171.13-1_i386.deb ) +SRC_URI=amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_40.0.2182.3-1_amd64.deb ) x86? ( https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_40.0.2182.3-1_i386.deb ) _eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=33506d9e3120d4e618095d36c1f87731 +_md5_=e5f2688127e13349d2ef1d68b4fd73c0 diff --git a/metadata/md5-cache/x11-libs/qwt-6.1.0 b/metadata/md5-cache/x11-libs/qwt-6.1.0 index 0e8651fff639..4dc8b022c6f6 100644 --- a/metadata/md5-cache/x11-libs/qwt-6.1.0 +++ b/metadata/md5-cache/x11-libs/qwt-6.1.0 @@ -4,10 +4,10 @@ DESCRIPTION=2D plotting library for Qt4 EAPI=5 HOMEPAGE=http://qwt.sourceforge.net/ IUSE=doc examples mathml static-libs svg -KEYWORDS=~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos LICENSE=qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 ) RDEPEND=!=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 - >=x11-libs/qwt-5.2 + x11-libs/qwt:6 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[${PYTHON_USEDEP}] ) diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index fd46914a53e2..8c4d0732052f 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-9999.ebuild,v 1.25 2014/09/11 11:33:48 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-9999.ebuild,v 1.26 2014/10/09 19:17:19 zerochaos Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -74,7 +74,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}] >=dev-qt/qtcore-4.4:4 >=dev-qt/qtgui-4.4:4 - >=x11-libs/qwt-5.2 + x11-libs/qwt:6 ) sdl? ( >=media-libs/libsdl-1.2.0 ) uhd? ( >=net-wireless/uhd-3.4.3-r1:=[${PYTHON_USEDEP}] ) diff --git a/perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r1.ebuild b/perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r1.ebuild index d05897666cd0..b95f063fef98 100644 --- a/perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r1.ebuild +++ b/perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r1.ebuild,v 1.1 2014/07/26 13:00:41 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r1.ebuild,v 1.2 2014/10/10 07:57:40 jer Exp $ EAPI=5 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Expand/unexpand tabs per unix expand and line wrapping" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" SRC_TEST=do diff --git a/profiles/package.mask b/profiles/package.mask index 991703f24637..380a31d14a96 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16080 2014/10/09 15:55:45 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16082 2014/10/09 20:07:27 dilfridge Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -30,6 +30,27 @@ #--- END OF EXAMPLES --- +# Andreas K. Huettel (9 Oct 2014) +# The sys-devel/libperl ebuild is only a dummy and will be removed +# in 30 days; libperl is provided by dev-lang/perl. +sys-devel/libperl + +# Andreas K. Huettel (9 Oct 2014) +# Masked for removal in 30 days; see e.g. bug 446376 +# Please upgrade to stable Perl 5.18 +=dev-lang/perl-5.16.3 +=virtual/perl-ExtUtils-Install-1.580.0-r1 +=virtual/perl-File-Temp-0.220.0-r3 +=virtual/perl-I18N-LangTags-0.380.0 +=virtual/perl-Math-BigInt-1.998.0 +=virtual/perl-Math-BigRat-0.260.300 +=virtual/perl-Net-Ping-2.38 +=virtual/perl-Text-ParseWords-3.270.0-r1 +=virtual/perl-Thread-Queue-2.120.0-r3 +=virtual/perl-Version-Requirements-0.101.22 +=virtual/perl-threads-shared-1.400.0-r2 +perl-core/Version-Requirements + # Brian Evans (8 Oct 2014) # Mask all versions of suhosin until upstream revival is sustained and tested dev-php/suhosin diff --git a/sci-libs/minfx/Manifest b/sci-libs/minfx/Manifest index 13474713a12b..7bcefe9a29ce 100644 --- a/sci-libs/minfx/Manifest +++ b/sci-libs/minfx/Manifest @@ -1,4 +1,5 @@ DIST minfx-1.0.10.tar.gz 61533 SHA256 6c2c33457702b633854446dcf6f2de92b186dfc791fc2a4281625885ba42e317 SHA512 200b8b163a5e02f5c2e6935382418642a8fd6d02cf99da015fb267ad598182036e2605174da8e49421ec49fbe00f1148aebc16a7ccfc0a8b18f7a7bc09185755 WHIRLPOOL ff12c95286c1d31bb6971cdb573909073988d0331370f481758e3514f23c3f4fc5916494da2cf57c0f7c4654802e0eef11b453695523d25d113b8816b4be4a85 +DIST minfx-1.0.11.tar.gz 62102 SHA256 c26b170e6185cd4ea59034512b04ae1c348f6e21334ef13c3a2e91d4df72527f SHA512 1eb3136f363be4e8798bc01e638777ef4713ddc33521980923f0157c7b25cbbb03762b571cea9231f64764a93085ce90b4c521b32d71845a18d5be60b8318976 WHIRLPOOL 7286f6e3f14f2fae647eb7f3457bc7f15259ff1e8b665457733de33dd054f51ae657c7498d75168afdfe57e4f3f2e4bfd497714eb2af029f46e5ef374e1d7fd5 DIST minfx-1.0.3.tar.gz 57287 SHA256 876c26055cb51e16f2497a44ac9870d69b7e2947ebbcb7ced9c858891603855d SHA512 c5bc696d2720df3af67cae3700fecc318848d8bf3186c64477b193cf8eedeb3afdbb2d49ad067efcd73b28d8f00c48d0a0c1dd6cc6eeb8fae613d3c235e28e25 WHIRLPOOL e25e9352956330c2fbc0f79356011f3c17152dc9b7d09396ffbb4894cb9fba370356a47801ffaa8abc22798dc2bbc09079bd6f3b72172b87c9c903d06183a266 DIST minfx-1.0.4.tar.gz 59363 SHA256 1fd1fafe18231371a2502a35942acf559d1e15edacc09e3d94148311e594ef1f SHA512 cb67747122bc1ec20c67e200aedf9763fe3ca8cf1adefd1d46008df371d3b8c327864c5257467161d7878f03ab24f5d89e1dfedc42c62e1e6a88c9426bb5fd52 WHIRLPOOL 63d4a2255a7b187e847a4a6066952ede822d96b22a9f9a2850719103ea7eb957f98dc74fcb52b2ff14490287ecf4c4e09cee97ff50df1f64b5440f1de5fc3731 DIST minfx-1.0.4_pre98.tar.xz 51072 SHA256 a8b2be35e8308fbcd019fe1fb51c4b7a44923727a6f444a17d79bf3643cbe98f SHA512 734ce5d6596cf4ef91ad5ccbee3bffc1bb121a448cb78eac373b412fc1aa7ba2227ee0bce108ade45d037558a7692f67c504bf5aa1d6462dfcee05cee0cb9b9f WHIRLPOOL 61b44585bc971a05c155e218fe8e781264a62b165200cf67c5170cf10a3f06b9e50b32109b81ac5f5ac205187273b5df9a3b6e67db03dd6075c978a327d47de6 diff --git a/sci-libs/minfx/minfx-1.0.11.ebuild b/sci-libs/minfx/minfx-1.0.11.ebuild new file mode 100644 index 000000000000..921ae0a8ac38 --- /dev/null +++ b/sci-libs/minfx/minfx-1.0.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.11.ebuild,v 1.1 2014/10/10 06:50:50 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Numerical optimisation library" +HOMEPAGE="http://gna.org/projects/minfx" +SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" diff --git a/sys-apps/fakeroot/Manifest b/sys-apps/fakeroot/Manifest index 3c34831d5a2a..1e33a114419a 100644 --- a/sys-apps/fakeroot/Manifest +++ b/sys-apps/fakeroot/Manifest @@ -1,3 +1,4 @@ DIST fakeroot_1.18.4.orig.tar.bz2 309298 SHA256 0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2 SHA512 497292fe21d18a37eadd657fbe01db8902f4b8d87d63605928efd59789f4c14737997b9f0abc4d794dbef78066b952064bdb2dd9f0910ec75349d7dd313cd058 WHIRLPOOL cef9846747a7ef1712658cc39c5374a3921dd27b9f9540080c4be7b7eab75722c0710a0640900c51852910b0db2d44d5605f61e5c18981d56abc835269a11626 DIST fakeroot_1.19.orig.tar.bz2 312304 SHA256 eafa6885535ff57a42248aec090fe17cfa5ca85b62cefa0d13637c9de8996868 SHA512 ff3f50cdf168deafab337d3d98299ccd4129ed2a9befa5f28171d92c2ddfa08c8f42424f32b3fbcbb1f83c16f22952e571946f4152246d08b0d18bab77c458e9 WHIRLPOOL 4fcce88f114a87a07698eede3ab384621bfff4cc3fa478c5b162e95c4901bc75647c7e7c69c8196885d96acd0658b5f3cba50e46973e010d0e4adc3f49729e00 +DIST fakeroot_1.20.2.orig.tar.bz2 326910 SHA256 7c0a164d19db3efa9e802e0fc7cdfeff70ec6d26cdbdc4338c9c2823c5ea230c SHA512 1ac231f995774aa40f43c4325cd9e6de45365963277c32a85776690c3e7fd281ac410f3d91395dc1e5e5ca3b143e89914e048632011a3985ead216e870852231 WHIRLPOOL b39d8682e13d69648f60ff70853b2588b9e638112b8874794e1c6bccb6c060868ee81031887cb7aacf78d2fa2ec9f00c4103655d24406d001e076c43b4ca6c1d DIST fakeroot_1.20.orig.tar.bz2 321491 SHA256 2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098 SHA512 b041ab87559f784041f05bfa9d5186ceaafebbcbd03057ede62bf420551e337ceec4b7101854937e206c6389ac2c0719545d5971457edaf564856bb44ce7b4b6 WHIRLPOOL 00b55e38004b3bb843e06299e014fb776150efc398b42099fa1772c4999aa3282a244c0987123f33aee9f844351dd9a31cf6c218c3439aebf1cba2c633a2b7bb diff --git a/sys-apps/fakeroot/fakeroot-1.20.2.ebuild b/sys-apps/fakeroot/fakeroot-1.20.2.ebuild new file mode 100644 index 000000000000..53a012e016f6 --- /dev/null +++ b/sys-apps/fakeroot/fakeroot-1.20.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/fakeroot-1.20.2.ebuild,v 1.1 2014/10/10 02:24:46 radhermit Exp $ + +EAPI=4 +inherit eutils flag-o-matic + +DESCRIPTION="A fake root environment by means of LD_PRELOAD and SysV IPC (or TCP) trickery" +HOMEPAGE="http://packages.qa.debian.org/f/fakeroot.html" +SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="acl debug static-libs test" + +DEPEND="acl? ( sys-apps/acl ) + test? ( app-arch/sharutils ) + sys-libs/libcap" + +DOCS="AUTHORS BUGS DEBUG README doc/README.saving" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.19-no-acl_h.patch +} + +src_configure() { + export ac_cv_header_sys_acl_h=$(usex acl) + + use debug && append-cppflags "-DLIBFAKEROOT_DEBUGGING" + econf \ + $(use_enable static-libs static) +} + +src_install() { + default + prune_libtool_files +} diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest index bc46b1762aaa..e484acc7d189 100644 --- a/sys-kernel/aufs-sources/Manifest +++ b/sys-kernel/aufs-sources/Manifest @@ -39,6 +39,9 @@ DIST genpatches-3.10-62.extras.tar.xz 17824 SHA256 7d73e0289429aa594dc752ff2e370 DIST genpatches-3.10-63.base.tar.xz 963264 SHA256 a75c5b08a5df6209d355186993b349274e39adf6434d304ffaf3101ce8142397 SHA512 3d9f516bbd569abaf71f7b7805663421510b8b956032d16d4061cca70081e812647899e887d276e17a111cd0c2cba68f9294007ceb5e33a9da7f052b14eba2f4 WHIRLPOOL 8b15caf1ecf01d2b38d63b023d5bd77ddb21e922b2ec4fdca3c623c94855f6cafff8163ff5fea1623a64a7b51991f87207c7860f0328f562890aca4464af5f08 DIST genpatches-3.10-63.experimental.tar.xz 48592 SHA256 dfb50fc945620a9f0d17fc7a752684c544cf670728ea7b0d0e570e99a770e025 SHA512 5075946ad7ae0f9ffdb24796aabaad4ec102ac2de405b6e908853360d418a7297ae37230af8dc3e1097300761f170f28b3c1874430d8d251315c9bb8a5767993 WHIRLPOOL 602c3aad17e4252fd818fb3eaa2bedb9f0f6f360b5c1766d912fa19e31e9f8da536d2074aa0c8658964cac1bb3ad73e58af2b421e8c1dce3c3fe37377b1b7d28 DIST genpatches-3.10-63.extras.tar.xz 17828 SHA256 0733c96a488a7fa27495beb2cc78edaf1046114008d1c47d6e01c1dc094ac0e2 SHA512 ea5f961e366214bd41737930b279366113b6aff0c5bc475e3065fe0d8e5930dd3f14b0d59f33228744975dc1365b3215daafcb7bbfe0a315923123f4f74adc87 WHIRLPOOL edc22738456d79d6114ea9d1568cf912d901b6733d8219b34e15fa7de49f1c80d199ae2b00e704587ce64725a11487dc156067df63f8d7cb18ca97bbefbed58b +DIST genpatches-3.10-64.base.tar.xz 968576 SHA256 e412d3745f75a2b6ace75224ff16a2031a10c04589765229bf1d4f97257f6463 SHA512 9f05e58a282d6054f7794e87f8d323460cbc6faad882eb2db671fe1039d6a2a2f7a889ebd1fbd35ccb8d013d5cfb47dfa28a87d6ae89648cae807c6a7060b34d WHIRLPOOL c371d32fbbb2f1c4db2228ca21af9e48bfb953d248d526946d937bdff7b35d08917dcc758a5ca5d41bec579f4e3ada96281ea33cbee8f7b1acca909368c45288 +DIST genpatches-3.10-64.experimental.tar.xz 48592 SHA256 dfb50fc945620a9f0d17fc7a752684c544cf670728ea7b0d0e570e99a770e025 SHA512 5075946ad7ae0f9ffdb24796aabaad4ec102ac2de405b6e908853360d418a7297ae37230af8dc3e1097300761f170f28b3c1874430d8d251315c9bb8a5767993 WHIRLPOOL 602c3aad17e4252fd818fb3eaa2bedb9f0f6f360b5c1766d912fa19e31e9f8da536d2074aa0c8658964cac1bb3ad73e58af2b421e8c1dce3c3fe37377b1b7d28 +DIST genpatches-3.10-64.extras.tar.xz 17828 SHA256 0733c96a488a7fa27495beb2cc78edaf1046114008d1c47d6e01c1dc094ac0e2 SHA512 ea5f961e366214bd41737930b279366113b6aff0c5bc475e3065fe0d8e5930dd3f14b0d59f33228744975dc1365b3215daafcb7bbfe0a315923123f4f74adc87 WHIRLPOOL edc22738456d79d6114ea9d1568cf912d901b6733d8219b34e15fa7de49f1c80d199ae2b00e704587ce64725a11487dc156067df63f8d7cb18ca97bbefbed58b DIST genpatches-3.12-23.base.tar.xz 597588 SHA256 086af7ecd2d6931d66d9022e706ee218ed5c99a226db847fe9178757c60ef678 SHA512 14b1fe4deb3ecc085e5d0cfadb394f4971c0c11d5bd5d872d4dd0c83b1ff1c20828f8fd8836fd1e4a2c0f3288483fd6fc5ea172ebc1f5e1de974bb31b45851be WHIRLPOOL 7d9dd7e5ca313a807c8266bf0335df41c88492c4b4b86cccc02cb3cfe92f33cf701e5c4539f0238c41e092b9e39f3db3603aae9fe8b012f84c59960ac06152e4 DIST genpatches-3.12-23.experimental.tar.xz 46524 SHA256 5f45d38330f09f1c7ceda80656bc95dd876c3895bd2e05846f0ff684f9a43698 SHA512 a971771ba2b4cca8cfa194d28e6a8545e477f3503cc0cba5ebb226d13367a53043a3a1b39d7aae98535d988c307f286bb1f5ef3f8d87de81ca18c0e2347472ca WHIRLPOOL 2a3557df867362f05062c973bbced1eab6b4c0323701a10faac6ff7d2f4f2be6126f7b19a2acee8212b560d1d497729071e770d7cbcda546cb9757a2c433d822 DIST genpatches-3.12-23.extras.tar.xz 18208 SHA256 90c72a193a96c276f1dcc4d3183fe4247a7909d28a951aee477e80bef187b2b3 SHA512 ffa04e3e320de74258c068243924213093596be763a9ef221a182a0056ace54ab77268a2987345912fe0e0e69e48a7e7a0c45291982005e3a49a3e6256a5301a WHIRLPOOL dcbb336a79870a204368695b81b339068f932881fb7bc816cffda8d5a3b36101593cb1ae91e23c9225f1ace92900a76417dcfb63fd09b7d61863f6c8dadd6797 @@ -69,6 +72,9 @@ DIST genpatches-3.14-23.extras.tar.xz 18240 SHA256 a1bcfb9c29759a6d8a5225fe1f305 DIST genpatches-3.14-24.base.tar.xz 518468 SHA256 8057225454ccfd9d00bc347500fa1593bd3e73806fbf4686e1cca92da383753f SHA512 af2ee5ddc32efe15dca456a090d38a0e66e33d8ec10557a191d3ee5c722e7a6dc33d6399218ba35c36ae27f656f6cb160430fa19cf1a4e4b5d9198b346da1e1b WHIRLPOOL 1e98819876d2c15a977321d54d6851d25bd054fcce627a472e4f91a5c8c2e397abd471a3040ab62d1fcc427e2895f5b5b9ec8d1abba9f4196e902797f2159f18 DIST genpatches-3.14-24.experimental.tar.xz 51252 SHA256 c9464c26e4be0836b27b65effa341216d874c4c098e0badbefe5adca54161349 SHA512 2d8b6a43bd0919e27bb52a7243899a4b449db33dfba8fe5b230d9a706710ef3aafd514e3bb127511049ce2f25cf40e0396567458c9440fb4523a8f3e7866fa18 WHIRLPOOL 1ca4a6cbb4a99b3e53fbafe36066d76e8cb149cb27f6ec60447fed466d760eea06e0b2e535cf13dbdf7a24005d5f3c08b826ac5ea1aa8c9f18ce27f6713d89ee DIST genpatches-3.14-24.extras.tar.xz 18244 SHA256 5950f6bb978fda16f52268e4d9e55aa41571a32e483274ea74ba6a376d53971d SHA512 8c4b53bcd94f26d7af27905cfd7d65b16f4d0976843fc26e41a8671a3f16eb0a263384c6065d863e569add9a8838880671355021d9b744ba567571f650bdacd0 WHIRLPOOL 522fa6b0a57822d5dcd6a58628c4cb7f1306a667357fedc95c390d5c64ccd0e9e1f7e17bb805f2a2ab8f723378904dfd7c57634c992b33f1f7342857f2a0aa48 +DIST genpatches-3.14-25.base.tar.xz 537008 SHA256 c4561a0ed01bfb79766169dc5aedeca637918ce128d15f6be83cf707b232a979 SHA512 194a24bfdfb2cb1ada68e8a522e692f52b3b12e27edeb1f00c0d247eb281715e003fff2149c0c5e9a0ce6bb0ac7862c210024827340aa04b1ae5c0058371eb80 WHIRLPOOL 95525e435346cdae550f4cfd25df86c7b15c97a1854c3bfb18d68190cdb22ffc1fe4d243a360e8ff835b0eed9b7ec11be612aa1679a86b6b95541812548de18f +DIST genpatches-3.14-25.experimental.tar.xz 51212 SHA256 7bbe10f4b1032e9b4bcc3d8523c90c555f5cddd8eeb1f6600b335f9858a5bb2a SHA512 91b241f9930a5090da77f57dc5d358b055d7e65a5c6517935e76b08e4dd038bc905eb4864f102d7420a5fc50fb9416cfad940f12d78b39c8b364fa818f9b55d9 WHIRLPOOL e0163775a304ff5b56592e7b050d4c853dd547731902b66086573a463842ff6035ce1cc1354e323be3eb6890fce53250cea8c2684e443a9ced697a439ba8e7ec +DIST genpatches-3.14-25.extras.tar.xz 18240 SHA256 a06033c58fe11f899d9cb2f9d0c50d843a678ec76808039542203434a8b86398 SHA512 fb95d0a8439bcdbb9291eff00ad03b7e1b06bed95363ddebd583ed005d4278d13657d422306d4ec10d37728e7887cbd5e6e94f32e717704a3a046f4f7314af6d WHIRLPOOL f93e4ff55f8a3719892eede5ffbbd096f0e28fd3a64da6212c74f3b1899adbc955ec6008d0db0fdd5e9a3f5be4f1f0ac0143cd64057f71c9b79976a43509ce04 DIST genpatches-3.15-12.base.tar.xz 214792 SHA256 28f0f807f768d5e8819df4be70c74e8ec01ff8c1a4917a0908cf75b8e51825fd SHA512 0f3e9fab4531bc36820c4ee681e9da7ad1bf79859c822ee40f0285120515d4b18a3558f2ae9d8fd22e003492d9f8f6a38fcd8a5ea00984350340f5054b8e7ebe WHIRLPOOL dd5ec234e088d2a9e0fe6c74cc84275e2f532bb4783bd5100c79d15364c9d082029db73e3241aac5f82a106bd5fa88c637ff8eb2bedf33c44243c7bf590af1c0 DIST genpatches-3.15-12.experimental.tar.xz 55820 SHA256 4c8c5780020bd93f7b5e40101999fb4cb1610a7bc92e1d1c2bb44acff9b4e614 SHA512 51bcc576b0c968924846ce4b21ad4460516d7f1de8e9f0f17b1c606c93f594b189d5cad911016dd7d85b9127121e916ce0f3d1bbd3f245f042ea1387f3b80911 WHIRLPOOL 49be20460f1e9bfc4ffa6992dd27eb3142559897e161910577ae470816dc0bf340cf4cf2294f21f05ccdf30ad6eb74d16829d5dc885e84b2532039906f4b9d76 DIST genpatches-3.15-12.extras.tar.xz 17664 SHA256 97897a464ff638dda372c8bed7ee10723fde7f370cab2c770fd28b450bf3221f SHA512 251639762bdd1477314a2f2b89249955826848e15874677242c10c56e9f724c54b1afdaeae8479b5326bd4861efc73e8d29658170379a6e1724450335c0c1faa WHIRLPOOL dd38dd64c263dea74f20658e8904bf2f88858cd3f613b16f0361195f9bcb73859310897f35ba501a3f46fe1ccba573e051a61fe42b2d3383bf3750081ff6269a @@ -84,6 +90,9 @@ DIST genpatches-3.16-4.extras.tar.xz 17660 SHA256 48e19245992eb3c476f1638f1395e6 DIST genpatches-3.16-6.base.tar.xz 218188 SHA256 8a3b19d7aa44ad5ef76eba67a809ee01222f4894e1a87d190d31f50f65fc9b7d SHA512 a53fdfe5f9c650d3bc5a669ec9a5b37ce79fc26af2cbba0e1d130427c81fffac8290012ba901e40d7168ff440e455473c9a7f2f24e395de75667d3b22f9f191d WHIRLPOOL c6c3b60d4e6cc5725e1229771c4cabb9b79eaa47e35102061718b99e8f2e600ed22ef7d2031017f97fb5e0b9d6fbad059378196a2b5e81e5f2615a8462fdfe0f DIST genpatches-3.16-6.experimental.tar.xz 160152 SHA256 86fb0c3e1256f75101fe39c11abb24d760e8bf6e4d7b58499eb24206fcc6a160 SHA512 db0cba26a0e04087506d78dddbc0b101db0bf284a6fc8cc3d8ae30447c6cecb4ab6bdec3e56120318c31bf365e535b5ad4416870f005cffd72801cac46fda33d WHIRLPOOL 0046336f1789aa4ff172c05717f473da3bdf70ce353bd5393fc06b8bdc8f5b92ecee7750bb42fe2ae818644be14f5e798205e200f9811d2cb7720ae05d030a71 DIST genpatches-3.16-6.extras.tar.xz 17656 SHA256 196049211951aea66265150cdf50551f9aec727437a54aa09ae7ab736f353c52 SHA512 2d846aed73812274e4b8ab64339a780991cb610fdf465104e804c9ead43efca7ff2b7576fee014672be540b95b8acdb5ba65aa7e65490d0b113ff4f6317fa654 WHIRLPOOL 7fd7d510bd8008eaf850a00dee11e25658cd8ecdadfe222121a9b2603083abc24390e85dbdcd896b5cd07f25e9d606d17ee601bc700ad0e5c4a588037eb236c0 +DIST genpatches-3.16-7.base.tar.xz 227080 SHA256 869812d6e6f3a9637c2694ff848316d7f7dd80198b99cdb0800db213bfcb481d SHA512 ec12e7c5090ebde626d15d6c8df1567734a72abae4ecceafa0fdb4272bcb1ecdb90f5629774ba16b3500dad1ec4d9d1bddb8da191b8d4063fd28794b64b8ff11 WHIRLPOOL 160de994a30a2aada8d800dc0abdbc82b7a48005f1eb92c018f2f3859f86d9a445723135b2c3535a167de65b0f5c5cada4928b1e4bddfd2ced4e794291acdecf +DIST genpatches-3.16-7.experimental.tar.xz 160164 SHA256 73646b2602a878cdec4f9565ef50f2da8d5cf71001ecc802bc6de2d9ac61ba85 SHA512 27433c3059228a85825497dda87eff586e5227daff1dae76cc9c7338da5e68c92673f76915ef822ae83207f34ea3ab46d44ef04e30d0914000b51fec3bdc8718 WHIRLPOOL a6fcde18bf9800e8e7df5a641f659f7dd3546c53f9dd0b04e7766e84d360acfd7607335c04f0e31bf774557963889fcf5c21e0532805bd8c0b0ca31cce69e20f +DIST genpatches-3.16-7.extras.tar.xz 17656 SHA256 376d72d611afd3ac9c13aa5e62b152daa8cb2442409f16b8d8057c8300245740 SHA512 248e57d906890ffe1e0224b417920b97a0ed6d518506711c18a8266ae14c8be1d90d7e1392e09c0c2d618c6c8f8b967f28a59941878f02b794e9112fbe0986d6 WHIRLPOOL 610fbec313780e85900d872ee20f8dcf52241563b645165a42f826e49a69141b74545efe8986bb34f385873d7e1aeab6404be3b53e58e3bf156e5c71185c3983 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/aufs-sources/aufs-sources-3.10.57.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.10.57.ebuild new file mode 100644 index 000000000000..25517285817e --- /dev/null +++ b/sys-kernel/aufs-sources/aufs-sources-3.10.57.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.57.ebuild,v 1.1 2014/10/10 06:31:25 jlec Exp $ + +EAPI=5 + +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="64" +K_DEBLOB_AVAILABLE="1" +UNIPATCH_STRICTORDER=1 +inherit kernel-2 eutils readme.gentoo +detect_version +detect_arch + +AUFS_VERSION=3.10.x_p20141006 +AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz" +# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar +AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}" + +KEYWORDS="~amd64 ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/" +IUSE="deblob experimental module vanilla" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support" +SRC_URI=" + ${KERNEL_URI} + ${ARCH_URI} + ${AUFS_URI} + !vanilla? ( ${GENPATCHES_URI} ) + " + +PDEPEND=">=sys-fs/aufs-util-3.9" + +README_GENTOO_SUFFIX="-r1" + +src_unpack() { + if use vanilla; then + unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT + ewarn "You are using USE=vanilla" + ewarn "This will drop all support from the gentoo kernel security team" + fi + + UNIPATCH_LIST=" + "${WORKDIR}"/aufs3-kbuild.patch + "${WORKDIR}"/aufs3-base.patch + "${WORKDIR}"/aufs3-mmap.patch" + + use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch" + + unpack ${AUFS_TARBALL} + + einfo "Using aufs3 version: ${AUFS_VERSION}" + + kernel-2_src_unpack +} + +src_prepare() { + if ! use module; then + sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die + fi + cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die + cp -rf "${WORKDIR}"/{Documentation,fs} . || die +} + +src_install() { + kernel-2_src_install + dodoc "${WORKDIR}"/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch + docompress -x /usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch + readme.gentoo_create_doc +} + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" + has_version sys-fs/aufs-util || \ + elog "In order to use aufs FS you need to install sys-fs/aufs-util" + + readme.gentoo_pkg_postinst +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/aufs-sources/aufs-sources-3.14.21.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.14.21.ebuild new file mode 100644 index 000000000000..91ec66c0db03 --- /dev/null +++ b/sys-kernel/aufs-sources/aufs-sources-3.14.21.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.14.21.ebuild,v 1.1 2014/10/10 06:31:25 jlec Exp $ + +EAPI=5 + +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="25" +K_DEBLOB_AVAILABLE="1" +UNIPATCH_STRICTORDER=1 +inherit kernel-2 eutils readme.gentoo +detect_version +detect_arch + +AUFS_VERSION=3.14_p20141006 +AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz" +# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar +AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}" + +KEYWORDS="~amd64 ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/" +IUSE="deblob experimental module vanilla" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support" +SRC_URI=" + ${KERNEL_URI} + ${ARCH_URI} + ${AUFS_URI} + !vanilla? ( ${GENPATCHES_URI} ) + " + +PDEPEND=">=sys-fs/aufs-util-3.9" + +README_GENTOO_SUFFIX="-r1" + +src_unpack() { + if use vanilla; then + unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT + ewarn "You are using USE=vanilla" + ewarn "This will drop all support from the gentoo kernel security team" + fi + + UNIPATCH_LIST=" + "${WORKDIR}"/aufs3-kbuild.patch + "${WORKDIR}"/aufs3-base.patch + "${WORKDIR}"/aufs3-mmap.patch" + + use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch" + + unpack ${AUFS_TARBALL} + + einfo "Using aufs3 version: ${AUFS_VERSION}" + + kernel-2_src_unpack +} + +src_prepare() { + if ! use module; then + sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die + fi + cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die + cp -rf "${WORKDIR}"/{Documentation,fs} . || die +} + +src_install() { + kernel-2_src_install + dodoc "${WORKDIR}"/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch + docompress -x /usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch + readme.gentoo_create_doc +} + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" + has_version sys-fs/aufs-util || \ + elog "In order to use aufs FS you need to install sys-fs/aufs-util" + + readme.gentoo_pkg_postinst +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/aufs-sources/aufs-sources-3.16.5.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.16.5.ebuild new file mode 100644 index 000000000000..504c8eef5360 --- /dev/null +++ b/sys-kernel/aufs-sources/aufs-sources-3.16.5.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.16.5.ebuild,v 1.1 2014/10/10 06:31:25 jlec Exp $ + +EAPI=5 + +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="7" +K_DEBLOB_AVAILABLE="1" +UNIPATCH_STRICTORDER=1 +inherit kernel-2 eutils readme.gentoo +detect_version +detect_arch + +AUFS_VERSION=3.16_p20141006 +AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz" +# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar +AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}" + +KEYWORDS="~amd64 ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/" +IUSE="deblob experimental module vanilla" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support" +SRC_URI=" + ${KERNEL_URI} + ${ARCH_URI} + ${AUFS_URI} + !vanilla? ( ${GENPATCHES_URI} ) + " + +PDEPEND=">=sys-fs/aufs-util-3.9" + +README_GENTOO_SUFFIX="-r1" + +src_unpack() { + if use vanilla; then + unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT + ewarn "You are using USE=vanilla" + ewarn "This will drop all support from the gentoo kernel security team" + fi + + UNIPATCH_LIST=" + "${WORKDIR}"/aufs3-kbuild.patch + "${WORKDIR}"/aufs3-base.patch + "${WORKDIR}"/aufs3-mmap.patch" + + use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch" + + unpack ${AUFS_TARBALL} + + einfo "Using aufs3 version: ${AUFS_VERSION}" + + kernel-2_src_unpack +} + +src_prepare() { + if ! use module; then + sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die + fi + cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die + cp -rf "${WORKDIR}"/{Documentation,fs} . || die +} + +src_install() { + kernel-2_src_install + dodoc "${WORKDIR}"/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch + docompress -x /usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch + readme.gentoo_create_doc +} + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" + has_version sys-fs/aufs-util || \ + elog "In order to use aufs FS you need to install sys-fs/aufs-util" + + readme.gentoo_pkg_postinst +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index ed0735ad9787..1847a015a9e0 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -24,6 +24,9 @@ DIST genpatches-3.10-62.extras.tar.xz 17824 SHA256 7d73e0289429aa594dc752ff2e370 DIST genpatches-3.10-63.base.tar.xz 963264 SHA256 a75c5b08a5df6209d355186993b349274e39adf6434d304ffaf3101ce8142397 SHA512 3d9f516bbd569abaf71f7b7805663421510b8b956032d16d4061cca70081e812647899e887d276e17a111cd0c2cba68f9294007ceb5e33a9da7f052b14eba2f4 WHIRLPOOL 8b15caf1ecf01d2b38d63b023d5bd77ddb21e922b2ec4fdca3c623c94855f6cafff8163ff5fea1623a64a7b51991f87207c7860f0328f562890aca4464af5f08 DIST genpatches-3.10-63.experimental.tar.xz 48592 SHA256 dfb50fc945620a9f0d17fc7a752684c544cf670728ea7b0d0e570e99a770e025 SHA512 5075946ad7ae0f9ffdb24796aabaad4ec102ac2de405b6e908853360d418a7297ae37230af8dc3e1097300761f170f28b3c1874430d8d251315c9bb8a5767993 WHIRLPOOL 602c3aad17e4252fd818fb3eaa2bedb9f0f6f360b5c1766d912fa19e31e9f8da536d2074aa0c8658964cac1bb3ad73e58af2b421e8c1dce3c3fe37377b1b7d28 DIST genpatches-3.10-63.extras.tar.xz 17828 SHA256 0733c96a488a7fa27495beb2cc78edaf1046114008d1c47d6e01c1dc094ac0e2 SHA512 ea5f961e366214bd41737930b279366113b6aff0c5bc475e3065fe0d8e5930dd3f14b0d59f33228744975dc1365b3215daafcb7bbfe0a315923123f4f74adc87 WHIRLPOOL edc22738456d79d6114ea9d1568cf912d901b6733d8219b34e15fa7de49f1c80d199ae2b00e704587ce64725a11487dc156067df63f8d7cb18ca97bbefbed58b +DIST genpatches-3.10-64.base.tar.xz 968576 SHA256 e412d3745f75a2b6ace75224ff16a2031a10c04589765229bf1d4f97257f6463 SHA512 9f05e58a282d6054f7794e87f8d323460cbc6faad882eb2db671fe1039d6a2a2f7a889ebd1fbd35ccb8d013d5cfb47dfa28a87d6ae89648cae807c6a7060b34d WHIRLPOOL c371d32fbbb2f1c4db2228ca21af9e48bfb953d248d526946d937bdff7b35d08917dcc758a5ca5d41bec579f4e3ada96281ea33cbee8f7b1acca909368c45288 +DIST genpatches-3.10-64.experimental.tar.xz 48592 SHA256 dfb50fc945620a9f0d17fc7a752684c544cf670728ea7b0d0e570e99a770e025 SHA512 5075946ad7ae0f9ffdb24796aabaad4ec102ac2de405b6e908853360d418a7297ae37230af8dc3e1097300761f170f28b3c1874430d8d251315c9bb8a5767993 WHIRLPOOL 602c3aad17e4252fd818fb3eaa2bedb9f0f6f360b5c1766d912fa19e31e9f8da536d2074aa0c8658964cac1bb3ad73e58af2b421e8c1dce3c3fe37377b1b7d28 +DIST genpatches-3.10-64.extras.tar.xz 17828 SHA256 0733c96a488a7fa27495beb2cc78edaf1046114008d1c47d6e01c1dc094ac0e2 SHA512 ea5f961e366214bd41737930b279366113b6aff0c5bc475e3065fe0d8e5930dd3f14b0d59f33228744975dc1365b3215daafcb7bbfe0a315923123f4f74adc87 WHIRLPOOL edc22738456d79d6114ea9d1568cf912d901b6733d8219b34e15fa7de49f1c80d199ae2b00e704587ce64725a11487dc156067df63f8d7cb18ca97bbefbed58b DIST genpatches-3.12-23.base.tar.xz 597588 SHA256 086af7ecd2d6931d66d9022e706ee218ed5c99a226db847fe9178757c60ef678 SHA512 14b1fe4deb3ecc085e5d0cfadb394f4971c0c11d5bd5d872d4dd0c83b1ff1c20828f8fd8836fd1e4a2c0f3288483fd6fc5ea172ebc1f5e1de974bb31b45851be WHIRLPOOL 7d9dd7e5ca313a807c8266bf0335df41c88492c4b4b86cccc02cb3cfe92f33cf701e5c4539f0238c41e092b9e39f3db3603aae9fe8b012f84c59960ac06152e4 DIST genpatches-3.12-23.experimental.tar.xz 46524 SHA256 5f45d38330f09f1c7ceda80656bc95dd876c3895bd2e05846f0ff684f9a43698 SHA512 a971771ba2b4cca8cfa194d28e6a8545e477f3503cc0cba5ebb226d13367a53043a3a1b39d7aae98535d988c307f286bb1f5ef3f8d87de81ca18c0e2347472ca WHIRLPOOL 2a3557df867362f05062c973bbced1eab6b4c0323701a10faac6ff7d2f4f2be6126f7b19a2acee8212b560d1d497729071e770d7cbcda546cb9757a2c433d822 DIST genpatches-3.12-23.extras.tar.xz 18208 SHA256 90c72a193a96c276f1dcc4d3183fe4247a7909d28a951aee477e80bef187b2b3 SHA512 ffa04e3e320de74258c068243924213093596be763a9ef221a182a0056ace54ab77268a2987345912fe0e0e69e48a7e7a0c45291982005e3a49a3e6256a5301a WHIRLPOOL dcbb336a79870a204368695b81b339068f932881fb7bc816cffda8d5a3b36101593cb1ae91e23c9225f1ace92900a76417dcfb63fd09b7d61863f6c8dadd6797 @@ -54,6 +57,9 @@ DIST genpatches-3.14-23.extras.tar.xz 18240 SHA256 a1bcfb9c29759a6d8a5225fe1f305 DIST genpatches-3.14-24.base.tar.xz 518468 SHA256 8057225454ccfd9d00bc347500fa1593bd3e73806fbf4686e1cca92da383753f SHA512 af2ee5ddc32efe15dca456a090d38a0e66e33d8ec10557a191d3ee5c722e7a6dc33d6399218ba35c36ae27f656f6cb160430fa19cf1a4e4b5d9198b346da1e1b WHIRLPOOL 1e98819876d2c15a977321d54d6851d25bd054fcce627a472e4f91a5c8c2e397abd471a3040ab62d1fcc427e2895f5b5b9ec8d1abba9f4196e902797f2159f18 DIST genpatches-3.14-24.experimental.tar.xz 51252 SHA256 c9464c26e4be0836b27b65effa341216d874c4c098e0badbefe5adca54161349 SHA512 2d8b6a43bd0919e27bb52a7243899a4b449db33dfba8fe5b230d9a706710ef3aafd514e3bb127511049ce2f25cf40e0396567458c9440fb4523a8f3e7866fa18 WHIRLPOOL 1ca4a6cbb4a99b3e53fbafe36066d76e8cb149cb27f6ec60447fed466d760eea06e0b2e535cf13dbdf7a24005d5f3c08b826ac5ea1aa8c9f18ce27f6713d89ee DIST genpatches-3.14-24.extras.tar.xz 18244 SHA256 5950f6bb978fda16f52268e4d9e55aa41571a32e483274ea74ba6a376d53971d SHA512 8c4b53bcd94f26d7af27905cfd7d65b16f4d0976843fc26e41a8671a3f16eb0a263384c6065d863e569add9a8838880671355021d9b744ba567571f650bdacd0 WHIRLPOOL 522fa6b0a57822d5dcd6a58628c4cb7f1306a667357fedc95c390d5c64ccd0e9e1f7e17bb805f2a2ab8f723378904dfd7c57634c992b33f1f7342857f2a0aa48 +DIST genpatches-3.14-25.base.tar.xz 537008 SHA256 c4561a0ed01bfb79766169dc5aedeca637918ce128d15f6be83cf707b232a979 SHA512 194a24bfdfb2cb1ada68e8a522e692f52b3b12e27edeb1f00c0d247eb281715e003fff2149c0c5e9a0ce6bb0ac7862c210024827340aa04b1ae5c0058371eb80 WHIRLPOOL 95525e435346cdae550f4cfd25df86c7b15c97a1854c3bfb18d68190cdb22ffc1fe4d243a360e8ff835b0eed9b7ec11be612aa1679a86b6b95541812548de18f +DIST genpatches-3.14-25.experimental.tar.xz 51212 SHA256 7bbe10f4b1032e9b4bcc3d8523c90c555f5cddd8eeb1f6600b335f9858a5bb2a SHA512 91b241f9930a5090da77f57dc5d358b055d7e65a5c6517935e76b08e4dd038bc905eb4864f102d7420a5fc50fb9416cfad940f12d78b39c8b364fa818f9b55d9 WHIRLPOOL e0163775a304ff5b56592e7b050d4c853dd547731902b66086573a463842ff6035ce1cc1354e323be3eb6890fce53250cea8c2684e443a9ced697a439ba8e7ec +DIST genpatches-3.14-25.extras.tar.xz 18240 SHA256 a06033c58fe11f899d9cb2f9d0c50d843a678ec76808039542203434a8b86398 SHA512 fb95d0a8439bcdbb9291eff00ad03b7e1b06bed95363ddebd583ed005d4278d13657d422306d4ec10d37728e7887cbd5e6e94f32e717704a3a046f4f7314af6d WHIRLPOOL f93e4ff55f8a3719892eede5ffbbd096f0e28fd3a64da6212c74f3b1899adbc955ec6008d0db0fdd5e9a3f5be4f1f0ac0143cd64057f71c9b79976a43509ce04 DIST genpatches-3.15-12.base.tar.xz 214792 SHA256 28f0f807f768d5e8819df4be70c74e8ec01ff8c1a4917a0908cf75b8e51825fd SHA512 0f3e9fab4531bc36820c4ee681e9da7ad1bf79859c822ee40f0285120515d4b18a3558f2ae9d8fd22e003492d9f8f6a38fcd8a5ea00984350340f5054b8e7ebe WHIRLPOOL dd5ec234e088d2a9e0fe6c74cc84275e2f532bb4783bd5100c79d15364c9d082029db73e3241aac5f82a106bd5fa88c637ff8eb2bedf33c44243c7bf590af1c0 DIST genpatches-3.15-12.experimental.tar.xz 55820 SHA256 4c8c5780020bd93f7b5e40101999fb4cb1610a7bc92e1d1c2bb44acff9b4e614 SHA512 51bcc576b0c968924846ce4b21ad4460516d7f1de8e9f0f17b1c606c93f594b189d5cad911016dd7d85b9127121e916ce0f3d1bbd3f245f042ea1387f3b80911 WHIRLPOOL 49be20460f1e9bfc4ffa6992dd27eb3142559897e161910577ae470816dc0bf340cf4cf2294f21f05ccdf30ad6eb74d16829d5dc885e84b2532039906f4b9d76 DIST genpatches-3.15-12.extras.tar.xz 17664 SHA256 97897a464ff638dda372c8bed7ee10723fde7f370cab2c770fd28b450bf3221f SHA512 251639762bdd1477314a2f2b89249955826848e15874677242c10c56e9f724c54b1afdaeae8479b5326bd4861efc73e8d29658170379a6e1724450335c0c1faa WHIRLPOOL dd38dd64c263dea74f20658e8904bf2f88858cd3f613b16f0361195f9bcb73859310897f35ba501a3f46fe1ccba573e051a61fe42b2d3383bf3750081ff6269a @@ -69,6 +75,9 @@ DIST genpatches-3.16-4.extras.tar.xz 17660 SHA256 48e19245992eb3c476f1638f1395e6 DIST genpatches-3.16-6.base.tar.xz 218188 SHA256 8a3b19d7aa44ad5ef76eba67a809ee01222f4894e1a87d190d31f50f65fc9b7d SHA512 a53fdfe5f9c650d3bc5a669ec9a5b37ce79fc26af2cbba0e1d130427c81fffac8290012ba901e40d7168ff440e455473c9a7f2f24e395de75667d3b22f9f191d WHIRLPOOL c6c3b60d4e6cc5725e1229771c4cabb9b79eaa47e35102061718b99e8f2e600ed22ef7d2031017f97fb5e0b9d6fbad059378196a2b5e81e5f2615a8462fdfe0f DIST genpatches-3.16-6.experimental.tar.xz 160152 SHA256 86fb0c3e1256f75101fe39c11abb24d760e8bf6e4d7b58499eb24206fcc6a160 SHA512 db0cba26a0e04087506d78dddbc0b101db0bf284a6fc8cc3d8ae30447c6cecb4ab6bdec3e56120318c31bf365e535b5ad4416870f005cffd72801cac46fda33d WHIRLPOOL 0046336f1789aa4ff172c05717f473da3bdf70ce353bd5393fc06b8bdc8f5b92ecee7750bb42fe2ae818644be14f5e798205e200f9811d2cb7720ae05d030a71 DIST genpatches-3.16-6.extras.tar.xz 17656 SHA256 196049211951aea66265150cdf50551f9aec727437a54aa09ae7ab736f353c52 SHA512 2d846aed73812274e4b8ab64339a780991cb610fdf465104e804c9ead43efca7ff2b7576fee014672be540b95b8acdb5ba65aa7e65490d0b113ff4f6317fa654 WHIRLPOOL 7fd7d510bd8008eaf850a00dee11e25658cd8ecdadfe222121a9b2603083abc24390e85dbdcd896b5cd07f25e9d606d17ee601bc700ad0e5c4a588037eb236c0 +DIST genpatches-3.16-7.base.tar.xz 227080 SHA256 869812d6e6f3a9637c2694ff848316d7f7dd80198b99cdb0800db213bfcb481d SHA512 ec12e7c5090ebde626d15d6c8df1567734a72abae4ecceafa0fdb4272bcb1ecdb90f5629774ba16b3500dad1ec4d9d1bddb8da191b8d4063fd28794b64b8ff11 WHIRLPOOL 160de994a30a2aada8d800dc0abdbc82b7a48005f1eb92c018f2f3859f86d9a445723135b2c3535a167de65b0f5c5cada4928b1e4bddfd2ced4e794291acdecf +DIST genpatches-3.16-7.experimental.tar.xz 160164 SHA256 73646b2602a878cdec4f9565ef50f2da8d5cf71001ecc802bc6de2d9ac61ba85 SHA512 27433c3059228a85825497dda87eff586e5227daff1dae76cc9c7338da5e68c92673f76915ef822ae83207f34ea3ab46d44ef04e30d0914000b51fec3bdc8718 WHIRLPOOL a6fcde18bf9800e8e7df5a641f659f7dd3546c53f9dd0b04e7766e84d360acfd7607335c04f0e31bf774557963889fcf5c21e0532805bd8c0b0ca31cce69e20f +DIST genpatches-3.16-7.extras.tar.xz 17656 SHA256 376d72d611afd3ac9c13aa5e62b152daa8cb2442409f16b8d8057c8300245740 SHA512 248e57d906890ffe1e0224b417920b97a0ed6d518506711c18a8266ae14c8be1d90d7e1392e09c0c2d618c6c8f8b967f28a59941878f02b794e9112fbe0986d6 WHIRLPOOL 610fbec313780e85900d872ee20f8dcf52241563b645165a42f826e49a69141b74545efe8986bb34f385873d7e1aeab6404be3b53e58e3bf156e5c71185c3983 DIST genpatches-3.17-1.base.tar.xz 6432 SHA256 c34bf854c23c2f15bd14ce601c79311ea6ef278b8eb749db009f8e7b38021a3c SHA512 2322e55927646b7e55b765c672c43c88a4700656b1ba2cea7d5e40f60f5491f49fdd86264900fe2e8877e40fc161992b4f039d9fc32393383b904081d7db8a21 WHIRLPOOL aa698da43871a93c6ab87c06fd3ae6fe4bb8a404e20358faea7211c2df0229d3651115bc62c2ae421e73b1001cbbd6afc3afb636c3ad56b89a1faadc27d5e08a DIST genpatches-3.17-1.experimental.tar.xz 3556 SHA256 afed01c1811ccddfe93430bb03ada394b5348e498036d4316aaa835c00d02ccf SHA512 156df250deadcd07c07e99dfae491627f670f96e4c84da66286d6a74ee226a47639a74843a0f162320ca120d0e79d9f7ca3cc044d576c008d78107ff865a50b7 WHIRLPOOL 1f64b559dadc8347991002f32fa591668881031bc9559eb056b68361344d31cf64685b9c0277942320e073eae13bb70f360403354f3e6ab350ef46509ac25d60 DIST genpatches-3.17-1.extras.tar.xz 16160 SHA256 48c3bf4e2038506fee70a35042101d5e078165845876d0f211e3a2944544c5f7 SHA512 60446c94bf893ede82bbe30b4374ce4145f5aacf274dd7da508a41f97adfcc7f371dbf6881047140efd71aec6bea8bde0934f3261020655206d47b27e10b3c8e WHIRLPOOL ace3af3ac46e2a31b773faabb939a648fcf64d677c8d519b84880b5870d57b4624efac9d421a67c6ce77980fb0b27ba901317c7bb3457836ba98a6894d4fc13b diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.10.57.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.10.57.ebuild new file mode 100644 index 000000000000..537f12e583b0 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.10.57.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.57.ebuild,v 1.1 2014/10/09 23:45:25 mpagano Exp $ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="64" +K_DEBLOB_AVAILABLE="1" +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" +IUSE="deblob 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.14.21.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.14.21.ebuild new file mode 100644 index 000000000000..d8ebff032677 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.14.21.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.21.ebuild,v 1.1 2014/10/09 23:15:56 mpagano Exp $ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="25" +K_DEBLOB_AVAILABLE="1" +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" +IUSE="deblob 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.16.5.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.16.5.ebuild new file mode 100644 index 000000000000..ec71b8f3fc7c --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.16.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.16.5.ebuild,v 1.1 2014/10/09 22:54:27 mpagano Exp $ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="7" +K_DEBLOB_AVAILABLE="1" +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" +IUSE="deblob 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/hardened-sources/Manifest b/sys-kernel/hardened-sources/Manifest index 140eba3ae7e8..055dad38284f 100644 --- a/sys-kernel/hardened-sources/Manifest +++ b/sys-kernel/hardened-sources/Manifest @@ -23,13 +23,13 @@ DIST hardened-patches-3.14.15-1.extras.tar.bz2 825255 SHA256 30aa6cdc6ff55bc7a08 DIST hardened-patches-3.14.17-2.extras.tar.bz2 818505 SHA256 31e805406120a7d1282e908afed60dbe0454cfb03c3c9c9b0691410917b491a5 SHA512 212769e39479087b888dde9e754c11f2b1382692815169d0437aa3bd75852a2b618efde423f9ac2cfec808c46100a47313bacb78e08ce914342268bd1ceb04f9 WHIRLPOOL 2e88eeb0f0d382d1d89db612f22922080dba24937a51f6273552a0ef946aa859a5ea52c8fc5c66a8ce2804b425dd18f48e2bb3c05501072183254f2ba318a265 DIST hardened-patches-3.14.19-1.extras.tar.bz2 827415 SHA256 b18de4df18539c6695b175902f3a5251c14aa009b39d1e6e648c1c7d7bcf423d SHA512 1753d2f3536d2b36914d1aa4e3d32dc23d066fd381cdeed88c6d53a21e575e1d8f406e0e839a3982906398dbc20f6d8883eafedb85e8bb5383f0f0571c74217d WHIRLPOOL acbcaa95cdfd78d2ac0ab988085955083b07869c9542420e35a0828c69298b9dbba64b825bc7d531bdcfc1c263b63ec129f5b31d98571c5caf2386694ee544cd DIST hardened-patches-3.14.19-2.extras.tar.bz2 831051 SHA256 511ef8933ca101355b6719457195957e9c97fd470c25e11bcdc91257a4cc8675 SHA512 0c94277ed24254f4a39c7bb26500127e2c1ce1de0ebb8d86db5498289c1ff8cb9d82a849b3eb0dd965d47656d4ad0ba7c1773a553f119de7ee516b7a7bc16f6c WHIRLPOOL c8e67ef38079b9413ebf958623c6c65377dc2ff2c475038683c8ffbbdf74eb4aff2de96853fe1912d044dbeacd53a6c3a73c94cec6b4bd4f90209e9300a2ddc2 -DIST hardened-patches-3.14.20-1.extras.tar.bz2 827879 SHA256 244537da62218b8b69a14fd560b63584aed1fa6b50651019d2bba36ba8fca0b0 SHA512 193c0673df02bd0e018b43dab955211b98c39bfb955a32a9ae5f32f3cb26ed4f05ec3d345765eac0b133367efd8d3e0b6c24dbed76739b1d72b0101926f8f722 WHIRLPOOL 58428c6089eea05409121b830d2f7c28459350018310264f8922433a86f195b161aee530638b8cb3d1a9967c97ee16106dca07b3f678926f55aa1fb31a4dcf9e +DIST hardened-patches-3.14.20-2.extras.tar.bz2 828326 SHA256 2124de428e18362139928c100499a71eea0f3f9b082d74059a2013e3b7cbe17a SHA512 ee553f2be583b35a9f149feecc2c01bf3dd41fb0f3e08dc9d35a6a086ad83a09f5aa7591db9b718eec29f50ba36f7be6e5d15adaa999027a7b056b4df697c584 WHIRLPOOL 4212769e4fa13a7417b7aac9d616e949e9636685155c6b1b53214ad62b689eb964cfe2a34140e61d47dc5d47518f346884a2c6caa20688b652c15521fad4533f DIST hardened-patches-3.15.10-2.extras.tar.bz2 816776 SHA256 649b7533d1275a21d189b29ce8cd9dc17338b759dae66366efbf1bae7affdf31 SHA512 79278eacbec8b1454387a229f599fa460db048e838dd6c43a1ee890fc2e52208c6266be9d4c9a6ca2170d6010ffc14b79e59d1b5aa5a01ec2eefba6f5554539f WHIRLPOOL 9eeefaafbaea703573df45ed74146f084af6f897d6b11934163ab10d4e68489f5fa7e3fe8bc6cf6e7caf6d5fb252d8baaf0325cfd7157da6f6cb1fd528f35de2 DIST hardened-patches-3.15.5-3.extras.tar.bz2 818477 SHA256 560167f6edd63ac7af76973aaafa29d0ef8c2122c487a5f26aa9dd43d8ab7b8e SHA512 228df8ece81750c2d7c68e02cd2f8003f7d2270d0029099b89779a546b0435cdf309906c29b772a7c4f1d70d3a5b461df0513ffbda538ecc898994e0f32b2c50 WHIRLPOOL c8dfce8337a6005b47123ed9f0537284a10d8f5c5ec1700ff75bdbb7cbbc5ea28239b979bbc5d614e5d3fc3c7e632e62daf493f5909c679d2bf13018f1531307 DIST hardened-patches-3.15.8-1.extras.tar.bz2 821899 SHA256 a5ce9537ec1298820e777c967a01b4fce589c3e37983ca9b530a1f565e05ece6 SHA512 a01fcd95b30b4d06a2eca2a887766fb427cafa7783f996af73bb7d9b0561727d924159457d6b5f2ec794a9df1fbb3a2791a8950a8588af0b418cf70ddb6830aa WHIRLPOOL 1c25e65b85253493ad9adc5ec5eea1613eadd4f99d771a0247b70276dc3fdc89323199ec1da853259809e26a72e3dbe56b7709bc0637bcade9f04e1a75ed875b DIST hardened-patches-3.16.3-1.extras.tar.bz2 875311 SHA256 c3b0ace7498098b55b40f00e5efdd6773f3b9ebb1e3beb357924d845c2756760 SHA512 2a51810fda8de920c08d8a8a2eaff811cb9003a3946ceccc5f9d96ef9060944cc0218d4d44ce6d5aab7a61218c41458e3eb9310a3c806f37bac1f1655e519d82 WHIRLPOOL 3859285a39220c3ee6a5ac5804500a91f7aaee263e4b268d8f8f5a7afcdd1b6eb7556d64670b6682d7ed4d93b1d904512e9db293284497711d365f0a558ff96b DIST hardened-patches-3.16.3-2.extras.tar.bz2 883294 SHA256 90df80c2a7dc58c30d3aa1db81ab9a2ab98123511a03f8710456f2bdec84e20a SHA512 b1e18a843713807b76826a6019e06535a4704f97946d0952e669026e80dbcd11b328c55fb2c914b8162db78529ee40a87ca70882374935a0720a44c6219dd190 WHIRLPOOL e1a3577c232110fd0336b3100d1a0a5c9a2fc0cd8ce14cace0379a14f35fc2593b9110b8eecd316e8f115ac80f96b81e45c602d0bea6639b512a2d957e7c8e1c -DIST hardened-patches-3.16.4-1.extras.tar.bz2 876276 SHA256 78a5c8f4f3c04b70cdb8976370c8089a43bedec8c96d3b07be9614d5d4d24412 SHA512 90b57aad2332588aaf22a415fab0ea1b674df24e207b7b2fb031f5be855391051b07cdd7e55fd9d4838e2b57241dd70f433b5982cb86f89546046c539f44c165 WHIRLPOOL 7ceba2c76fe6775712fe882847ffc9f0ecbd7f9a83c59a3deb74de38cd714eac12198f1a7bb628eba227d54e157e177618b670b159b3042b1f0c7679107c699a +DIST hardened-patches-3.16.4-2.extras.tar.bz2 876711 SHA256 e19e9bb987ec015c2d54cc325445274a90aed2d3f7e0ae4c23d576d8c7c3867c SHA512 deb975af053f6c7bbca02feefa8c33ed38937a09e488e04e10beefcafbfc66cf336f308e270c9efd69402462ad70d8c68d716cde54417fa7d230af87262050e0 WHIRLPOOL 3d234473347b859f8de8d23d72eefc185087e4f1bd711a89986e7a11cfa580af74cd8ac2f831c5e8b8894f6b0cb8080fd24a0d7a8a255fd3215065739ccc02d8 DIST hardened-patches-3.2.61-3.extras.tar.bz2 1977203 SHA256 05ea23b56ab10d2405e6ca3a2626f66b006e4f44b3d58fd70bba8246f2f64e70 SHA512 0bf93ac2869285fd9e6a09fa4ebf2eb4452a2b1eb19c243c7b7a749bb0d3e367bce80fccbaf9ebccca605bb653195de575dd0534aae4caf673a5fa348a30fe65 WHIRLPOOL db3b1b808e78b5865efd86896777bd6131f3668c3749cd50fb85ca02f4d87b253a55f6c64ccb7b90eec4bea165458b81351ae5181f372c4eb980a7e64b70ebcd DIST hardened-patches-3.2.61-6.extras.tar.bz2 1979554 SHA256 21f0d36821edfd21395d95cc4eb6a191396d5c801b67d4c23c854c3252644bf9 SHA512 051cd727e91906790a873ed4e2a1f5e1bfc7b4aa07adbce39b4af63d1418994b4b7476ab8e3a6fae2e162bac6ae909f86e894e201c1a74edf50408e908a26e92 WHIRLPOOL 863acafe49ee222b1991e4bd7aee4a0e8633ccd77bfd550d6d481964f5e322900393f5dfe64ce9dc86819e7e1237b4e794208b47e202903fe6bebfa2c4ae106d DIST hardened-patches-3.2.62-2.extras.tar.bz2 1999227 SHA256 c157586de4d94d5e7c710c9a9427a171b7225ed93b5587aab678f32761feaf04 SHA512 9206d66df4f218c9a36b2be11333f11da395774443264b1f8bfd3e5ed4693be694e51468d29b1cfa20db956ea759199df483e56d9d2b65b6f3d886ffdf3c2660 WHIRLPOOL 6892ec3ed7455f5e572fc35a0a9f6110be99d51da359a837cbe707af8a0985d577876d1893362bfb1e2e14c3bdc30c7f46ed3ac80c752ba99121027c60f64923 diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.20.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.14.20-r1.ebuild similarity index 91% rename from sys-kernel/hardened-sources/hardened-sources-3.14.20.ebuild rename to sys-kernel/hardened-sources/hardened-sources-3.14.20-r1.ebuild index 708939bf2091..15aebaafb6b3 100644 --- a/sys-kernel/hardened-sources/hardened-sources-3.14.20.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-3.14.20-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.20.ebuild,v 1.1 2014/10/07 23:29:57 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.14.20-r1.ebuild,v 1.1 2014/10/09 23:40:17 blueness Exp $ EAPI="5" @@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version -HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1" +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2" HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2" SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" diff --git a/sys-kernel/hardened-sources/hardened-sources-3.16.4.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.16.4-r1.ebuild similarity index 91% rename from sys-kernel/hardened-sources/hardened-sources-3.16.4.ebuild rename to sys-kernel/hardened-sources/hardened-sources-3.16.4-r1.ebuild index 1e1b946fa974..1896cf5c33df 100644 --- a/sys-kernel/hardened-sources/hardened-sources-3.16.4.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-3.16.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.16.4.ebuild,v 1.1 2014/10/07 23:33:17 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.16.4-r1.ebuild,v 1.1 2014/10/09 23:41:40 blueness Exp $ EAPI="5" @@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version -HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1" +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2" HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2" SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" diff --git a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild index 609d5dfb6086..f01585f1f0ec 100644 --- a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild +++ b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild,v 1.2 2014/10/06 06:40:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Data-Dumper/perl-Data-Dumper-2.154.0.ebuild,v 1.3 2014/10/09 19:22:57 dilfridge Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="~perl-core/${PN#perl-}-${PV}" diff --git a/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r1.ebuild b/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r1.ebuild index 2df58fbbfc4f..93c1e2c3a947 100644 --- a/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r1.ebuild +++ b/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r1.ebuild,v 1.1 2014/07/13 18:42:52 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r1.ebuild,v 1.2 2014/10/10 07:58:01 jer Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=" diff --git a/www-apps/joomla/Manifest b/www-apps/joomla/Manifest index c23147a39c24..f05bd3f2b84f 100644 --- a/www-apps/joomla/Manifest +++ b/www-apps/joomla/Manifest @@ -1 +1,2 @@ DIST Joomla_3.3.3-Stable-Full_Package.zip 9819965 SHA256 ad3b735ac80adb65413d71399b8309c1f01ef9b2aeadab481305008badd79d1e SHA512 34effe8543c8fde70de95f8e4d6cfc6ed35326a042400bb32d1ea33654b06894510d84648bd9e9a2fb2fdd6e0dfae8772d5a0c52d9424798cd68499a1aeb87b7 WHIRLPOOL 3658bc07a90696ac1e6d96b88151196c5f5ea73cc955503c8e842b07c893aa89a64eb9dc9273ce85f31cddce8096650983831ba74896a0e5dd22754b6d5ef516 +DIST Joomla_3.3.6-Stable-Full_Package.zip 9861884 SHA256 ddf26272f9d64421493ffa93f2343106a98fe5c2b54925d9ec1af81a71f70262 SHA512 2b9a566cc357b617a3860818aab103fd3349dcb64e81d324ff24ba6e913043c4581a1286b9438734b199ea2e8cd17ab86a3f5441ffe5e35600458483d8605044 WHIRLPOOL 0bb8bb506f4ec0aa88563abfa8d5195f436ce287c73abd4babd45f5eb35398ae3521fc50475a51532ea8faa77e938988bd281ffb92449370661c825277c51167 diff --git a/www-apps/joomla/joomla-3.3.6.ebuild b/www-apps/joomla/joomla-3.3.6.ebuild new file mode 100644 index 000000000000..c601501fdbc4 --- /dev/null +++ b/www-apps/joomla/joomla-3.3.6.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/joomla-3.3.6.ebuild,v 1.1 2014/10/10 02:13:38 dlan Exp $ + +EAPI=5 +inherit webapp depend.php + +MAGIC_1="19822" +MAGIC_2="161256" + +DESCRIPTION="Joomla is a powerful Open Source Content Management System" +HOMEPAGE="http://www.joomla.org/" +SRC_URI="http://joomlacode.org/gf/download/frsrelease/${MAGIC_1}/${MAGIC_2}/Joomla_${PV}-Stable-Full_Package.zip" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +need_httpd_cgi +need_php_httpd + +S="${WORKDIR}" + +DEPEND="${DEPEND} + app-arch/unzip" +RDEPEND=">=dev-lang/php-5.3.10[json,zlib,xml] + || ( dev-lang/php[mysql] dev-lang/php[postgres] )" + +src_install () { + webapp_src_preinst + + dodoc installation/CHANGELOG installation/INSTALL README.txt + + touch configuration.php + insinto "${MY_HTDOCSDIR}" + doins -r . + + local files=" administrator/cache administrator/components + administrator/language administrator/language/en-GB + administrator/manifests/packages + administrator/modules administrator/templates cache components images installation + images/banners language language/en-GB media modules plugins + plugins/authentication plugins/content plugins/editors plugins/editors-xtd + plugins/search plugins/system plugins/user plugins tmp templates" + + for file in ${files}; do + webapp_serverowned -R "${MY_HTDOCSDIR}"/${file} + done + + webapp_configfile "${MY_HTDOCSDIR}"/configuration.php + webapp_serverowned "${MY_HTDOCSDIR}"/configuration.php + + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt + webapp_postinst_txt sv "${FILESDIR}"/postinstall-sv.txt + webapp_src_install +} diff --git a/www-client/chromium/files/chromium-angle-r0.patch b/www-client/chromium/files/chromium-angle-r0.patch deleted file mode 100644 index 05c1f3a14305..000000000000 --- a/www-client/chromium/files/chromium-angle-r0.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- third_party/angle/src/angle.gypi.orig 2014-06-03 15:21:44.892885543 +0000 -+++ third_party/angle/src/angle.gypi 2014-06-03 15:22:07.833345520 +0000 -@@ -56,7 +56,7 @@ - { - 'action_name': 'Generate Commit ID Header', - 'message': 'Generating commit ID header...', -- 'inputs': [ '<(SHARED_INTERMEDIATE_DIR)/commit_id.py', '<(angle_path)/.git/index' ], -+ 'inputs': [ '<(SHARED_INTERMEDIATE_DIR)/commit_id.py' ], - 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/commit.h' ], - 'action': [ 'python', '<(SHARED_INTERMEDIATE_DIR)/commit_id.py', '<(SHARED_INTERMEDIATE_DIR)/commit.h' ], - }, diff --git a/www-client/chromium/files/chromium-angle-r1.patch b/www-client/chromium/files/chromium-angle-r1.patch deleted file mode 100644 index ab9b45f815ce..000000000000 --- a/www-client/chromium/files/chromium-angle-r1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/third_party/angle/src/angle.gypi -+++ b/third_party/angle/src/angle.gypi -@@ -52,7 +52,7 @@ - 'action_name': 'Generate ANGLE Commit ID Header', - 'message': 'Generating ANGLE Commit ID', - # reference the git index as an input, so we rebuild on changes to the index -- 'inputs': [ '<(angle_id_script)', '<(angle_path)/.git/index' ], -+ 'inputs': [ '<(angle_id_script)' ], - 'outputs': [ '<(angle_id_header)' ], - 'msvs_cygwin_shell': 0, - 'action': diff --git a/www-client/chromium/files/chromium-arm-r0.patch b/www-client/chromium/files/chromium-arm-r0.patch deleted file mode 100644 index df02e2434929..000000000000 --- a/www-client/chromium/files/chromium-arm-r0.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- third_party/icu/icu.gyp.orig 2014-03-16 17:49:02.561203814 -0500 -+++ third_party/icu/icu.gyp 2014-03-16 17:49:23.191037086 -0500 -@@ -30,7 +30,7 @@ - }], - ['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \ - or OS=="netbsd" or OS=="mac" or OS=="android") and \ -- (target_arch=="arm" or target_arch=="ia32" or \ -+ (target_arch=="ia32" or \ - target_arch=="mipsel")', { - 'target_conditions': [ - ['_toolset=="host"', { diff --git a/www-client/chromium/files/chromium-blink-crash-r0.patch b/www-client/chromium/files/chromium-blink-crash-r0.patch deleted file mode 100644 index 436a06505480..000000000000 --- a/www-client/chromium/files/chromium-blink-crash-r0.patch +++ /dev/null @@ -1,14 +0,0 @@ -Backport https://codereview.chromium.org/64243002/ to fix a renderer crash. ---- third_party/WebKit/Source/platform/fonts/AlternateFontFamily.h.orig 2013-11-07 18:46:58.174333486 +0000 -+++ third_party/WebKit/Source/platform/fonts/AlternateFontFamily.h 2013-11-07 18:47:13.974434037 +0000 -@@ -117,9 +117,8 @@ - case FontDescription::MonospaceFamily: - return monospaceStr; - case FontDescription::SansSerifFamily: -- return sansStr; - default: -- return AtomicString(); -+ return sansStr; - } - } - diff --git a/www-client/chromium/files/chromium-build_ffmpeg-r0.patch b/www-client/chromium/files/chromium-build_ffmpeg-r0.patch deleted file mode 100644 index da7ea1cf202b..000000000000 --- a/www-client/chromium/files/chromium-build_ffmpeg-r0.patch +++ /dev/null @@ -1,87 +0,0 @@ -Fix HOST_OS detection in build_ffpeg.sh -https://bugs.gentoo.org/show_bug.cgi?id=491466 - -Enable gold linker -https://bugs.gentoo.org/show_bug.cgi?id=491850 - ---- a/third_party/ffmpeg/chromium/scripts/build_ffmpeg.sh -+++ b/third_party/ffmpeg/chromium/scripts/build_ffmpeg.sh -@@ -75,7 +75,7 @@ - LIBAVUTIL_VERSION_MAJOR=52 - - case $(uname -sm) in -- Linux\ i386) -+ Linux\ i?86) - HOST_OS=linux - HOST_ARCH=ia32 - JOBS=$(grep processor /proc/cpuinfo | wc -l) -@@ -85,6 +85,11 @@ - HOST_ARCH=x64 - JOBS=$(grep processor /proc/cpuinfo | wc -l) - ;; -+ Linux\ arm*) -+ HOST_OS=linux -+ HOST_ARCH=arm -+ JOBS=$(grep processor /proc/cpuinfo | wc -l) -+ ;; - Darwin\ i386) - HOST_OS=mac - HOST_ARCH=ia32 -@@ -117,14 +122,6 @@ - echo "LD = $(ld --version | head -n1)" - echo - --# As of this writing gold 2.20.1-system.20100303 is unable to link FFmpeg. --if ld --version | grep -q gold; then -- echo "gold is unable to link FFmpeg" -- echo -- echo "Switch /usr/bin/ld to the regular binutils ld and try again" -- exit 1 --fi -- - # We want to use a sufficiently recent version of yasm on Windows. - if [[ "$TARGET_OS" == "win" || "$TARGET_OS" == "win-vs2013" ]]; then - if !(which yasm 2>&1 > /dev/null); then -@@ -292,14 +289,16 @@ - add_flag_common --extra-cflags=-m32 - add_flag_common --extra-ldflags=-m32 - elif [ "$TARGET_ARCH" = "arm" ]; then -- # This if-statement essentially is for chroot tegra2. -- add_flag_common --enable-cross-compile -+ if [ "$HOST_ARCH" != "arm" ]; then -+ # This if-statement essentially is for chroot tegra2. -+ add_flag_common --enable-cross-compile - -- # Location is for CrOS chroot. If you want to use this, enter chroot -- # and copy ffmpeg to a location that is reachable. -- add_flag_common --cross-prefix=/usr/bin/armv7a-cros-linux-gnueabi- -- add_flag_common --target-os=linux -- add_flag_common --arch=arm -+ # Location is for CrOS chroot. If you want to use this, enter chroot -+ # and copy ffmpeg to a location that is reachable. -+ add_flag_common --cross-prefix=/usr/bin/armv7a-cros-linux-gnueabi- -+ add_flag_common --target-os=linux -+ add_flag_common --arch=arm -+ fi - - # TODO(ihf): ARM compile flags are tricky. The final options - # overriding everything live in chroot /build/*/etc/make.conf -@@ -322,11 +321,13 @@ - # NOTE: softfp/hardfp selected at gyp time. - add_flag_common --extra-cflags=-mfloat-abi=hard - elif [ "$TARGET_ARCH" = "arm-neon" ]; then -- # This if-statement is for chroot arm-generic. -- add_flag_common --enable-cross-compile -- add_flag_common --cross-prefix=/usr/bin/armv7a-cros-linux-gnueabi- -- add_flag_common --target-os=linux -- add_flag_common --arch=arm -+ if [ "$HOST_ARCH" != "arm" ]; then -+ # This if-statement is for chroot arm-generic. -+ add_flag_common --enable-cross-compile -+ add_flag_common --cross-prefix=/usr/bin/armv7a-cros-linux-gnueabi- -+ add_flag_common --target-os=linux -+ add_flag_common --arch=arm -+ fi - add_flag_common --enable-armv6 - add_flag_common --enable-armv6t2 - add_flag_common --enable-vfp diff --git a/www-client/chromium/files/chromium-chromedriver-r0.patch b/www-client/chromium/files/chromium-chromedriver-r0.patch deleted file mode 100644 index d43941ad610b..000000000000 --- a/www-client/chromium/files/chromium-chromedriver-r0.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- chrome/test/chromedriver/embed_version_in_cpp.py.orig 2013-09-27 18:44:27.221221038 +0000 -+++ chrome/test/chromedriver/embed_version_in_cpp.py 2013-09-27 18:44:59.861416643 +0000 -@@ -25,9 +25,8 @@ - options, args = parser.parse_args() - - version = open(options.version_file, 'r').read().strip() -- revision = lastchange.FetchVersionInfo(None).revision.strip() - global_string_map = { -- 'kChromeDriverVersion': version + '.' + revision -+ 'kChromeDriverVersion': version - } - cpp_source.WriteSource('version', - 'chrome/test/chromedriver', diff --git a/www-client/chromium/files/chromium-cups-r0.patch b/www-client/chromium/files/chromium-cups-r0.patch deleted file mode 100644 index 3ab0d59c7fef..000000000000 --- a/www-client/chromium/files/chromium-cups-r0.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- chrome/browser/ui/libgtk2ui/libgtk2ui.gyp.orig 2014-02-28 02:42:18.993134286 +0000 -+++ chrome/browser/ui/libgtk2ui/libgtk2ui.gyp 2014-02-28 02:43:37.633657361 +0000 -@@ -17,6 +17,7 @@ - '../../../../build/linux/system.gyp:gconf', - '../../../../build/linux/system.gyp:gtk', - '../../../../build/linux/system.gyp:gtkprint', -+ '../../../../printing/printing.gyp:cups', - '../../../../skia/skia.gyp:skia', - '../../../../ui/base/strings/ui_strings.gyp:ui_strings', - '../../../../ui/resources/ui_resources.gyp:ui_resources', -@@ -29,7 +30,6 @@ - ], - 'defines': [ - 'LIBGTK2UI_IMPLEMENTATION', -- 'USE_CUPS', - ], - # Several of our source files are named _gtk2.cc. This isn't to - # differentiate them from their source files (ninja and make are sane diff --git a/www-client/chromium/files/chromium-d8-r0.patch b/www-client/chromium/files/chromium-d8-r0.patch deleted file mode 100644 index 590e531a18dc..000000000000 --- a/www-client/chromium/files/chromium-d8-r0.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- build/all.gyp.orig 2014-02-12 19:11:50.200718819 +0000 -+++ build/all.gyp 2014-02-12 19:12:11.160850317 +0000 -@@ -676,7 +676,6 @@ - }], - ['chromeos==0', { - 'dependencies': [ -- '../v8/src/d8.gyp:d8', - ], - }], - ['internal_filter_fuzzer==1', { diff --git a/www-client/chromium/files/chromium-depot-tools-r0.patch b/www-client/chromium/files/chromium-depot-tools-r0.patch deleted file mode 100644 index 19b92ce40d07..000000000000 --- a/www-client/chromium/files/chromium-depot-tools-r0.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- build/gyp_chromium.orig 2014-01-29 01:22:52.527247671 +0000 -+++ build/gyp_chromium 2014-01-29 01:23:49.857623290 +0000 -@@ -38,8 +38,6 @@ - sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit', - 'Source', 'build', 'scripts')) - --import find_depot_tools -- - # On Windows, Psyco shortens warm runs of build/gyp_chromium by about - # 20 seconds on a z600 machine with 12 GB of RAM, from 90 down to 70 - # seconds. Conversely, memory usage of build/gyp_chromium with Psyco diff --git a/www-client/chromium/files/chromium-ffmpeg-r0.patch b/www-client/chromium/files/chromium-ffmpeg-r0.patch deleted file mode 100644 index f16d51969502..000000000000 --- a/www-client/chromium/files/chromium-ffmpeg-r0.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- third_party/ffmpeg/libavcodec/x86/vp3dsp_init.c.orig 2014-05-22 08:12:08.770613935 +0000 -+++ third_party/ffmpeg/libavcodec/x86/vp3dsp_init.c 2014-05-22 08:20:23.970456534 +0000 -@@ -43,7 +43,7 @@ - void ff_vp3_h_loop_filter_mmxext(uint8_t *src, int stride, - int *bounding_values); - --#if HAVE_MMX_INLINE -+#if HAVE_MMX_INLINE && HAVE_6REGS - - #define MOVQ_BFE(regd) \ - __asm__ volatile ( \ -@@ -95,15 +95,15 @@ - :"memory"); - // STOP_TIMER("put_vp_no_rnd_pixels8_l2_mmx") - } --#endif /* HAVE_MMX_INLINE */ -+#endif /* HAVE_MMX_INLINE && HAVE_6REGS */ - - av_cold void ff_vp3dsp_init_x86(VP3DSPContext *c, int flags) - { - int cpu_flags = av_get_cpu_flags(); - --#if HAVE_MMX_INLINE -+#if HAVE_MMX_INLINE && HAVE_6REGS - c->put_no_rnd_pixels_l2 = put_vp_no_rnd_pixels8_l2_mmx; --#endif /* HAVE_MMX_INLINE */ -+#endif /* HAVE_MMX_INLINE && HAVE_6REGS */ - - #if ARCH_X86_32 - if (EXTERNAL_MMX(cpu_flags)) { diff --git a/www-client/chromium/files/chromium-ffmpeg-r1.patch b/www-client/chromium/files/chromium-ffmpeg-r1.patch deleted file mode 100644 index 821c9e7ca7b9..000000000000 --- a/www-client/chromium/files/chromium-ffmpeg-r1.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- third_party/ffmpeg/chromium/scripts/build_ffmpeg.py.orig 2014-06-11 10:13:47.246416916 +0000 -+++ third_party/ffmpeg/chromium/scripts/build_ffmpeg.py 2014-06-11 10:19:55.333739033 +0000 -@@ -170,12 +170,13 @@ - 'is not necessary for generate_gyp.py') - options, args = parser.parse_args(argv) - -- if len(args) != 2: -+ if len(args) < 2: - parser.print_help() - return 1 - - target_os = args[0] - target_arch = args[1] -+ configure_args = args[2:] - - if target_os not in ('linux', 'linux-noasm', 'win', 'win-vs2013', 'mac'): - parser.print_help() -@@ -429,9 +430,9 @@ - BuildFFmpeg, target_os, target_arch, host_os, host_arch, parallel_jobs, - options.config_only) - do_build_ffmpeg( -- 'Chromium', configure_flags['Common'] + configure_flags['Chromium']) -+ 'Chromium', configure_flags['Common'] + configure_flags['Chromium'] + configure_args) - do_build_ffmpeg( -- 'Chrome', configure_flags['Common'] + configure_flags['Chrome']) -+ 'Chrome', configure_flags['Common'] + configure_flags['Chrome'] + configure_args) - - if target_os == 'linux': - do_build_ffmpeg('ChromiumOS', ---- third_party/ffmpeg/chromium/scripts/generate_gyp.py.orig 2014-06-13 13:13:35.762996021 +0000 -+++ third_party/ffmpeg/chromium/scripts/generate_gyp.py 2014-06-13 13:13:38.693099249 +0000 -@@ -131,7 +131,7 @@ - """ - - # Controls GYP conditional stanza generation. --SUPPORTED_ARCHITECTURES = ['ia32', 'arm', 'arm-neon'] -+SUPPORTED_ARCHITECTURES = ['ia32', 'arm', 'arm-neon', 'x64'] - SUPPORTED_TARGETS = ['Chromium', 'Chrome', 'ChromiumOS', 'ChromeOS'] - # Mac doesn't have any platform specific files, so just use linux and win. - SUPPORTED_PLATFORMS = ['linux', 'win'] diff --git a/www-client/chromium/files/chromium-ffmpeg-r2.patch b/www-client/chromium/files/chromium-ffmpeg-r2.patch deleted file mode 100644 index 32344c8a60ef..000000000000 --- a/www-client/chromium/files/chromium-ffmpeg-r2.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- third_party/ffmpeg/chromium/scripts/generate_gyp.py.orig 2014-06-13 13:13:35.762996021 +0000 -+++ third_party/ffmpeg/chromium/scripts/generate_gyp.py 2014-06-13 13:13:38.693099249 +0000 -@@ -131,7 +131,7 @@ - """ - - # Controls GYP conditional stanza generation. --SUPPORTED_ARCHITECTURES = ['ia32', 'arm', 'arm-neon'] -+SUPPORTED_ARCHITECTURES = ['ia32', 'arm', 'arm-neon', 'x64'] - SUPPORTED_TARGETS = ['Chromium', 'Chrome', 'ChromiumOS', 'ChromeOS'] - # Mac doesn't have any platform specific files, so just use linux and win. - SUPPORTED_PLATFORMS = ['linux', 'win'] diff --git a/www-client/chromium/files/chromium-ffmpeg-r3.patch b/www-client/chromium/files/chromium-ffmpeg-r3.patch deleted file mode 100644 index aa2699fde0f6..000000000000 --- a/www-client/chromium/files/chromium-ffmpeg-r3.patch +++ /dev/null @@ -1,63 +0,0 @@ ---- a/third_party/ffmpeg/chromium/scripts/build_ffmpeg.py -+++ b/third_party/ffmpeg/chromium/scripts/build_ffmpeg.py -@@ -7,7 +7,6 @@ - from __future__ import print_function - - import collections --import functools - import multiprocessing - import optparse - import os -@@ -22,6 +21,14 @@ SCRIPTS_DIR = os.path.abspath(os.path.dirname(__file__)) - FFMPEG_DIR = os.path.abspath(os.path.join(SCRIPTS_DIR, '..', '..')) - - -+BRANDINGS = [ -+ 'Chrome', -+ 'ChromeOS', -+ 'Chromium', -+ 'ChromiumOS', -+] -+ -+ - USAGE = """Usage: %prog TARGET_OS TARGET_ARCH [options] -- [configure_args] - - Valid combinations are linux [ia32|x64|mipsel|arm|arm-neon] -@@ -113,8 +120,6 @@ def RewriteFile(path, search, replace): - - def BuildFFmpeg(target_os, target_arch, host_os, host_arch, parallel_jobs, - config_only, config, configure_flags): -- print('%s configure/build:' % config) -- - config_dir = 'build.%s.%s/%s' % (target_arch, target_os, config) - shutil.rmtree(config_dir, ignore_errors=True) - os.makedirs(os.path.join(config_dir, 'out')) -@@ -165,6 +170,9 @@ def BuildFFmpeg(target_os, target_arch, host_os, host_arch, parallel_jobs, - - def main(argv): - parser = optparse.OptionParser(usage=USAGE) -+ parser.add_option('--branding', action='append', dest='brandings', -+ choices=BRANDINGS, -+ help='Branding to build; determines e.g. supported codecs') - parser.add_option('--config-only', action='store_true', - help='Skip the build step. Useful when a given platform ' - 'is not necessary for generate_gyp.py') -@@ -426,9 +434,15 @@ def main(argv): - '--enable-parser=gsm', - ]) - -- do_build_ffmpeg = functools.partial( -- BuildFFmpeg, target_os, target_arch, host_os, host_arch, parallel_jobs, -- options.config_only) -+ def do_build_ffmpeg(branding, configure_flags): -+ if options.brandings and branding not in options.brandings: -+ print('%s skipped' % branding) -+ return -+ -+ print('%s configure/build:' % branding) -+ BuildFFmpeg(target_os, target_arch, host_os, host_arch, parallel_jobs, -+ options.config_only, branding, configure_flags) -+ - do_build_ffmpeg('Chromium', - configure_flags['Common'] + - configure_flags['Chromium'] + diff --git a/www-client/chromium/files/chromium-gn-r0.patch b/www-client/chromium/files/chromium-gn-r0.patch deleted file mode 100644 index 5cb8c0ebc82a..000000000000 --- a/www-client/chromium/files/chromium-gn-r0.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- build/gyp_chromium.orig 2013-12-11 03:07:03.941915587 +0000 -+++ build/gyp_chromium 2013-12-11 03:07:29.812073301 +0000 -@@ -221,9 +221,6 @@ - - supplemental_includes = GetSupplementalFiles() - -- if not RunGN(supplemental_includes): -- sys.exit(1) -- - args.extend( - ['-I' + i for i in additional_include_files(supplemental_includes, args)]) - diff --git a/www-client/chromium/files/chromium-gn-r1.patch b/www-client/chromium/files/chromium-gn-r1.patch deleted file mode 100644 index 9d3071de56d2..000000000000 --- a/www-client/chromium/files/chromium-gn-r1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- build/gyp_chromium.orig 2014-01-16 22:55:50.292718339 +0000 -+++ build/gyp_chromium 2014-01-16 23:15:17.890248708 +0000 -@@ -370,8 +370,6 @@ - args.append('--check') - - supplemental_includes = GetSupplementalFiles() -- if not RunGN(supplemental_includes): -- sys.exit(1) - args.extend( - ['-I' + i for i in additional_include_files(supplemental_includes, args)]) - diff --git a/www-client/chromium/files/chromium-gn-r2.patch b/www-client/chromium/files/chromium-gn-r2.patch deleted file mode 100644 index ab3486def0f4..000000000000 --- a/www-client/chromium/files/chromium-gn-r2.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- build/gyp_chromium.orig 2014-02-28 01:05:10.794646362 +0000 -+++ build/gyp_chromium 2014-02-28 01:05:52.764917862 +0000 -@@ -537,8 +537,6 @@ - 'GYP_CROSSCOMPILE' not in os.environ)): - os.environ['GYP_CROSSCOMPILE'] = '1' - -- if not RunGN(gn_vars_dict): -- sys.exit(1) - args.extend( - ['-I' + i for i in additional_include_files(supplemental_includes, args)]) - diff --git a/www-client/chromium/files/chromium-gnome-keyring-r0.patch b/www-client/chromium/files/chromium-gnome-keyring-r0.patch deleted file mode 100644 index c9d70f416da5..000000000000 --- a/www-client/chromium/files/chromium-gnome-keyring-r0.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- chrome/chrome_browser.gypi.orig 2013-11-13 18:24:41.237282707 +0000 -+++ chrome/chrome_browser.gypi 2013-11-13 18:26:03.357780490 +0000 -@@ -3064,7 +3064,11 @@ - 'browser/password_manager/native_backend_gnome_x.cc', - 'browser/password_manager/native_backend_gnome_x.h', - ], -- }], -+ }, { -+ 'dependencies': [ -+ '../build/linux/system.gyp:gnome_keyring', -+ ], -+ }], - ['use_aura==1', { - 'sources/': [ - ['exclude', '^browser/automation/testing_automation_provider_win.cc'], -@@ -3153,11 +3157,6 @@ - ], - }, - }], -- ['use_gnome_keyring==1', { -- 'dependencies': [ -- '../build/linux/system.gyp:gnome_keyring', -- ], -- }], - ], - }], - ['input_speech==0', { diff --git a/www-client/chromium/files/chromium-gpsd-r0.patch b/www-client/chromium/files/chromium-gpsd-r0.patch deleted file mode 100644 index 1327ecc9ca68..000000000000 --- a/www-client/chromium/files/chromium-gpsd-r0.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- build/linux/system.gyp.orig 2013-01-28 16:03:43.709477316 +0000 -+++ build/linux/system.gyp 2013-01-28 16:06:14.210254835 +0000 -@@ -175,9 +175,6 @@ - 'gps_open', - 'gps_close', - 'gps_read', -- # We don't use gps_shm_read() directly, just to make -- # sure that libgps has the shared memory support. -- 'gps_shm_read', - ], - 'message': 'Generating libgps library loader.', - 'process_outputs_as_sources': 1, diff --git a/www-client/chromium/files/chromium-libaddressinput-r0.patch b/www-client/chromium/files/chromium-libaddressinput-r0.patch deleted file mode 100644 index 7e9342b51c42..000000000000 --- a/www-client/chromium/files/chromium-libaddressinput-r0.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- third_party/libaddressinput/libaddressinput.gyp.orig 2014-07-21 09:32:45.801591233 +0000 -+++ third_party/libaddressinput/libaddressinput.gyp 2014-07-21 09:34:41.779946012 +0000 -@@ -86,6 +86,7 @@ - ], - }, - 'dependencies': [ -+ '../../base/base.gyp:base', - '../re2/re2.gyp:re2', - 'libaddressinput_strings', - ], diff --git a/www-client/chromium/files/chromium-nacl-r0.patch b/www-client/chromium/files/chromium-nacl-r0.patch deleted file mode 100644 index 69a8e47d09a7..000000000000 --- a/www-client/chromium/files/chromium-nacl-r0.patch +++ /dev/null @@ -1,136 +0,0 @@ -[NaCl] Build fix for disable_nacl=1 desktop chrome build. - -https://codereview.chromium.org/398273002 - -Index: chrome/browser/extensions/plugin_manager.cc -diff --git a/chrome/browser/extensions/plugin_manager.cc b/chrome/browser/extensions/plugin_manager.cc -index b018c6d1e0cbe296e8ac93592b1f3b63f6c7e213..86bbe93ca3550ddcf984ed3515a370d6be9a6b50 100644 ---- a/chrome/browser/extensions/plugin_manager.cc -+++ b/chrome/browser/extensions/plugin_manager.cc -@@ -21,7 +21,9 @@ - - using content::PluginService; - -+#if !defined(DISABLE_NACL) - static const char kNaClPluginMimeType[] = "application/x-nacl"; -+#endif - - namespace extensions { - -@@ -67,6 +69,7 @@ void PluginManager::OnExtensionLoaded(content::BrowserContext* browser_context, - } - } - -+#if !defined(DISABLE_NACL) - const NaClModuleInfo::List* nacl_modules = - NaClModuleInfo::GetNaClModules(extension); - if (nacl_modules) { -@@ -78,6 +81,7 @@ void PluginManager::OnExtensionLoaded(content::BrowserContext* browser_context, - } - UpdatePluginListWithNaClModules(); - } -+#endif - - const MimeTypesHandler* handler = MimeTypesHandler::GetHandler(extension); - if (handler && !handler->handler_url().empty()) { -@@ -122,6 +126,7 @@ void PluginManager::OnExtensionUnloaded( - } - } - -+#if !defined(DISABLE_NACL) - const NaClModuleInfo::List* nacl_modules = - NaClModuleInfo::GetNaClModules(extension); - if (nacl_modules) { -@@ -133,6 +138,7 @@ void PluginManager::OnExtensionUnloaded( - } - UpdatePluginListWithNaClModules(); - } -+#endif - - const MimeTypesHandler* handler = MimeTypesHandler::GetHandler(extension); - if (handler && !handler->handler_url().empty()) { -@@ -148,6 +154,8 @@ void PluginManager::OnExtensionUnloaded( - PluginService::GetInstance()->PurgePluginListCache(profile_, false); - } - -+#if !defined(DISABLE_NACL) -+ - void PluginManager::RegisterNaClModule(const NaClModuleInfo& info) { - DCHECK(FindNaClModule(info.url) == nacl_module_list_.end()); - nacl_module_list_.push_front(info); -@@ -216,4 +224,6 @@ NaClModuleInfo::List::iterator PluginManager::FindNaClModule(const GURL& url) { - return nacl_module_list_.end(); - } - -+#endif // !defined(DISABLE_NACL) -+ - } // namespace extensions -Index: chrome/browser/extensions/plugin_manager.h -diff --git a/chrome/browser/extensions/plugin_manager.h b/chrome/browser/extensions/plugin_manager.h -index 56eb9f7eb51cd05ae156d79caac76d294a4cfc43..79854ab437c15e28c34aafa7d900cf517288ab93 100644 ---- a/chrome/browser/extensions/plugin_manager.h -+++ b/chrome/browser/extensions/plugin_manager.h -@@ -35,6 +35,8 @@ class PluginManager : public BrowserContextKeyedAPI, - private: - friend class BrowserContextKeyedAPIFactory; - -+#if !defined(DISABLE_NACL) -+ - // We implement some Pepper plug-ins using NaCl to take advantage of NaCl's - // strong sandbox. Typically, these NaCl modules are stored in extensions - // and registered here. Not all NaCl modules need to register for a MIME -@@ -50,6 +52,8 @@ class PluginManager : public BrowserContextKeyedAPI, - - extensions::NaClModuleInfo::List::iterator FindNaClModule(const GURL& url); - -+#endif // !defined(DISABLE_NACL) -+ - // ExtensionRegistryObserver implementation. - virtual void OnExtensionLoaded(content::BrowserContext* browser_context, - const Extension* extension) OVERRIDE; -Index: chrome/browser/ui/startup/bad_flags_prompt.cc -diff --git a/chrome/browser/ui/startup/bad_flags_prompt.cc b/chrome/browser/ui/startup/bad_flags_prompt.cc -index 4ce4ea19465e9070bea7a64f913919bcdc0dc57b..e3161d71d1d4f8a9dfe37f3499f2b7ed56081f3f 100644 ---- a/chrome/browser/ui/startup/bad_flags_prompt.cc -+++ b/chrome/browser/ui/startup/bad_flags_prompt.cc -@@ -43,7 +43,9 @@ void ShowBadFlagsPrompt(Browser* browser) { - switches::kDisableSeccompFilterSandbox, - switches::kDisableSetuidSandbox, - switches::kDisableWebSecurity, -+#if !defined(DISABLE_NACL) - switches::kNaClDangerousNoSandboxNonSfi, -+#endif - switches::kNoSandbox, - switches::kSingleProcess, - -Index: chrome/common/extensions/chrome_manifest_handlers.cc -diff --git a/chrome/common/extensions/chrome_manifest_handlers.cc b/chrome/common/extensions/chrome_manifest_handlers.cc -index b08d004790fdfa14cc2b5495ffb54a74fa9ff86d..c05117d7c04a4aae2066501e820fa75b09555566 100644 ---- a/chrome/common/extensions/chrome_manifest_handlers.cc -+++ b/chrome/common/extensions/chrome_manifest_handlers.cc -@@ -61,7 +61,9 @@ void RegisterChromeManifestHandlers() { - #endif - (new MimeTypesHandlerParser)->Register(); - (new MinimumChromeVersionChecker)->Register(); -+#if !defined(DISABLE_NACL) - (new NaClModulesHandler)->Register(); -+#endif - (new OAuth2ManifestHandler)->Register(); - (new OmniboxHandler)->Register(); - (new OptionsPageHandler)->Register(); -Index: chrome/test/ppapi/ppapi_test.cc -diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc -index 7bd3284cd51752b57d6668b2d7f53087a3e5ba58..9a951458a71585b80c17ff6d234eda62b0de1738 100644 ---- a/chrome/test/ppapi/ppapi_test.cc -+++ b/chrome/test/ppapi/ppapi_test.cc -@@ -426,8 +426,10 @@ void PPAPIPrivateNaClPNaClTest::SetUpCommandLine( - - void PPAPINaClPNaClNonSfiTest::SetUpCommandLine( - base::CommandLine* command_line) { -+#if !defined(DISABLE_NACL) - PPAPINaClTest::SetUpCommandLine(command_line); - command_line->AppendSwitch(switches::kEnableNaClNonSfiMode); -+#endif - } - - std::string PPAPINaClPNaClNonSfiTest::BuildQuery( diff --git a/www-client/chromium/files/chromium-pnacl-r0.patch b/www-client/chromium/files/chromium-pnacl-r0.patch deleted file mode 100644 index 6618aa2ae5ed..000000000000 --- a/www-client/chromium/files/chromium-pnacl-r0.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- chrome/browser/component_updater/pnacl/pnacl_component_installer.cc.orig 2014-07-21 10:19:23.550094151 +0000 -+++ chrome/browser/component_updater/pnacl/pnacl_component_installer.cc 2014-07-21 10:20:23.419299929 +0000 -@@ -372,8 +372,12 @@ - void PnaclComponentInstaller::RegisterPnaclComponent( - ComponentUpdateService* cus, - const CommandLine& command_line) { -+#if defined(DISABLE_NACL) -+ updates_disabled_ = true; -+#else - // Register PNaCl by default (can be disabled). - updates_disabled_ = command_line.HasSwitch(switches::kDisablePnaclInstall); -+#endif - cus_ = cus; - BrowserThread::PostTask(BrowserThread::FILE, - FROM_HERE, diff --git a/www-client/chromium/files/chromium-system-harfbuzz-r0.patch b/www-client/chromium/files/chromium-system-harfbuzz-r0.patch deleted file mode 100644 index 96ba8fb772c6..000000000000 --- a/www-client/chromium/files/chromium-system-harfbuzz-r0.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- build/linux/unbundle/harfbuzz.gyp.orig 2014-05-29 12:43:32.814569782 +0000 -+++ build/linux/unbundle/harfbuzz.gyp 2014-05-29 12:44:40.685923614 +0000 -@@ -33,6 +33,15 @@ - '=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) - perl? ( sys-devel/libperl ) + perl? ( dev-lang/perl ) ruby? ( dev-lang/ruby dev-ruby/rubygems ) samba? ( net-fs/samba ) javascript? ( dev-lang/spidermonkey:0 )" diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index 4c0f2c0890db..c08ccc64f5ed 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-9999.ebuild,v 1.1 2014/05/31 04:14:40 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-9999.ebuild,v 1.2 2014/10/09 19:59:57 dilfridge Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -31,7 +31,7 @@ DEPEND="dev-libs/boehm-gc gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) - perl? ( sys-devel/libperl ) + perl? ( dev-lang/perl:= ) ruby? ( dev-lang/ruby dev-ruby/rubygems ) samba? ( net-fs/samba ) javascript? ( >=dev-lang/spidermonkey-1.8.5:0= )" diff --git a/www-client/google-chrome-beta/Manifest b/www-client/google-chrome-beta/Manifest index 6850b588b6df..db8fbd7a9ac9 100644 --- a/www-client/google-chrome-beta/Manifest +++ b/www-client/google-chrome-beta/Manifest @@ -1,2 +1,2 @@ -DIST google-chrome-beta_38.0.2125.101-1_amd64.deb 47590386 SHA256 d5fd933502901dc469b88b270b914df3cf6b3bea62124822e5881f94a8dd7c2a SHA512 8e8be93c45311ae52e81e69c05d0b5f7e72c11158ce8666b65653907bb3fb8f59ec2a5710c9f0eadf739bc3578f30ed348d1242b4b789ac37398cf85c1763e7f WHIRLPOOL 26915362fec7719e4fc5be813acd635f75b36054ca0e5cb5397027803c20ac31352404daba61e37852ae9bef707f7de7b79d5728349ebe0e7fc25b1b93f7433e -DIST google-chrome-beta_38.0.2125.101-1_i386.deb 47392836 SHA256 ef72590faf08c9c77dcc047c8c63d8deee7428f33af6becf930abf5ba873169d SHA512 2635dd6cef7689015de204626388ddf0a29ec74db2db784675bb23f07192e3f3bd816e60683f1b330232e11efed44274cb2b2b6c7cd64bc3379432bd7150f2e2 WHIRLPOOL 55c0fbc6e8c53b195f3d1c236955125e5adfb8cfcc3c738cd18e4e19c181a4ce7263a21a7283e80d3b1df560b46aeeb56693a14a949ba7903cf8895f629be320 +DIST google-chrome-beta_39.0.2171.19-1_amd64.deb 47793108 SHA256 8b4852248c88aef4439befb94133379d31b654e28f1e4d60788980b73249a561 SHA512 f80c8b53cd57042c2569f633194d3be8f6254e5908cf8550e437f2533a766fa204c2c4d83e34ee1f0766fbff9487edd76d880247762641d190cf792ee091d05f WHIRLPOOL ca0e2ca969584b1214bae3c1085ed0a4636d2a50cc854e226598c9120777ca8217ca007d61532db24b9e144327414db230ba10ae99764b646e0fba499ee4b1d7 +DIST google-chrome-beta_39.0.2171.19-1_i386.deb 47280958 SHA256 a3bd3981936f02c22d063ccb4bc8fc708630b19dbf9285a23f8e3c930763351a SHA512 e2125d87b859bdda5eff2805c38f379cfcbb1e78d13dfb554990576310499221e52f93a89c924f44c03278b771eb669b6a7a7b28fda7eec534ff2329644b50d2 WHIRLPOOL 9ebbb3b36f29ce40b26b4d6b828224dded1586497ede853998d1e7bd91d0fda2b978c45a83d94c191c510e510fbb37ab6a7bcb0d6d3dcecc3b57dbccfdf8e06e diff --git a/www-client/google-chrome-beta/google-chrome-beta-38.0.2125.101_p1.ebuild b/www-client/google-chrome-beta/google-chrome-beta-39.0.2171.19_p1.ebuild similarity index 97% rename from www-client/google-chrome-beta/google-chrome-beta-38.0.2125.101_p1.ebuild rename to www-client/google-chrome-beta/google-chrome-beta-39.0.2171.19_p1.ebuild index 53852a192a8f..09c019afa90d 100644 --- a/www-client/google-chrome-beta/google-chrome-beta-38.0.2125.101_p1.ebuild +++ b/www-client/google-chrome-beta/google-chrome-beta-39.0.2171.19_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-38.0.2125.101_p1.ebuild,v 1.1 2014/10/01 20:48:12 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-beta/google-chrome-beta-39.0.2171.19_p1.ebuild,v 1.1 2014/10/10 01:57:25 floppym Exp $ EAPI="5" @@ -129,6 +129,7 @@ src_install() { insinto / doins -r opt usr + find "${ED}" -type d -empty -delete || die chmod 755 "${ED}${CHROME_HOME}"/{chrome,${PN},nacl_helper{,_bootstrap},xdg-{mime,settings}} || die chmod 4755 "${ED}${CHROME_HOME}/chrome-sandbox" || die pax-mark m "${ED}${CHROME_HOME}/chrome" diff --git a/www-client/google-chrome-unstable/Manifest b/www-client/google-chrome-unstable/Manifest index 6531f854b989..761ce12980a4 100644 --- a/www-client/google-chrome-unstable/Manifest +++ b/www-client/google-chrome-unstable/Manifest @@ -1,2 +1,2 @@ -DIST google-chrome-unstable_39.0.2171.13-1_amd64.deb 47684460 SHA256 5857b6ac6857cf251578f0fbec6e9ab3f66ab053425dff70544d15a9c6f41dc4 SHA512 38c9cd1199e1a05cec306cf6de7c9c15f3169e86a1334701e00d874a042a0766c5dbe760932dc2ad713b53ec3165cd2a8265f484bed6a967961b9012892dc4a9 WHIRLPOOL 3c857b7a41ed8aca90940c53dfea28544b54eaac9ba5eaa89a9afaba04c4902380e7097fd27dc97a9bc525220c2f38204c3ce5124a9a1792a29914c9d50d647c -DIST google-chrome-unstable_39.0.2171.13-1_i386.deb 47193940 SHA256 5fa434725eb258f0c1307d10a12c814ab484203dbd69fb3c328ac39062629905 SHA512 ae1426097a26cba89b1cc22a0482cc3014aa4957358ac82c6ef8cb7bd9ac0a4a411935532a431268ec48e68e8acd7e63350fbe3bfa46c85f241fe317f9a94e9d WHIRLPOOL 46a16ffc03bed8970da1f5549def91658404066830b6fcbf0ae4a3b4cfa84f57af4e4483567184d158d8e73a568025329958bd41c9e831a000abd4e88dbc0cfd +DIST google-chrome-unstable_40.0.2182.3-1_amd64.deb 47857450 SHA256 2e0bf3a7115dbf3ac8a41a231d586f56c747949edbfb7f9b8d474e444a3dc91d SHA512 2cf6a07d1c9faba137dbef21a62d397e1213ceb1ef0b9d769a0c158b3cbb43bbf49a9ec128d594f6b5fb54e7a285ca4ac8f831d3a632e79738dfbb4c041bc16f WHIRLPOOL e90fea913901e724fa931b5b0f9437967503fb4e30e9fb0923afa51ce51061d088211b44a1a372b5ee671fc4801df7ab9a72b52df30f375ad75d169a07890cb2 +DIST google-chrome-unstable_40.0.2182.3-1_i386.deb 47357358 SHA256 7401c9783ae51121b07c55abeef18814e923d09dcdb2e2e3090c9ff31c63c061 SHA512 10d1b2e684eebd9835477abb52d49d0efea42f259c0bfa7b1561a87bdc5f89b151cce198aabb18293b5be487608f8dac7fd4a662159b49d0929fb3bd63aae147 WHIRLPOOL 164bbea21ed3c01d730c6b0e9ba735cc209a7ec698068af5f3a966614999af604dde2c0313f5573318962d4de063d4d1d2e9f5debddf9b735c04fb21c108a5eb diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-39.0.2171.13_p1.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-40.0.2182.3_p1.ebuild similarity index 96% rename from www-client/google-chrome-unstable/google-chrome-unstable-39.0.2171.13_p1.ebuild rename to www-client/google-chrome-unstable/google-chrome-unstable-40.0.2182.3_p1.ebuild index 3d996ed53272..c4744f3e91e5 100644 --- a/www-client/google-chrome-unstable/google-chrome-unstable-39.0.2171.13_p1.ebuild +++ b/www-client/google-chrome-unstable/google-chrome-unstable-40.0.2182.3_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-39.0.2171.13_p1.ebuild,v 1.1 2014/10/07 23:09:48 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-40.0.2182.3_p1.ebuild,v 1.1 2014/10/10 01:56:38 floppym Exp $ EAPI="5" @@ -129,6 +129,7 @@ src_install() { insinto / doins -r opt usr + find "${ED}" -type d -empty -delete || die chmod 755 "${ED}${CHROME_HOME}"/{chrome,${PN},nacl_helper{,_bootstrap},xdg-{mime,settings}} || die chmod 4755 "${ED}${CHROME_HOME}/chrome-sandbox" || die pax-mark m "${ED}${CHROME_HOME}/chrome" diff --git a/www-client/google-chrome/google-chrome-38.0.2125.101_p1.ebuild b/www-client/google-chrome/google-chrome-38.0.2125.101_p1.ebuild index 756f45d3e06b..239b7416aaa1 100644 --- a/www-client/google-chrome/google-chrome-38.0.2125.101_p1.ebuild +++ b/www-client/google-chrome/google-chrome-38.0.2125.101_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome/google-chrome-38.0.2125.101_p1.ebuild,v 1.1 2014/10/07 23:10:29 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome/google-chrome-38.0.2125.101_p1.ebuild,v 1.2 2014/10/09 19:27:12 floppym Exp $ EAPI="5" @@ -129,6 +129,7 @@ src_install() { insinto / doins -r opt usr + find "${ED}" -type d -empty -delete || die chmod 755 "${ED}${CHROME_HOME}"/{chrome,${PN},nacl_helper{,_bootstrap},xdg-{mime,settings}} || die chmod 4755 "${ED}${CHROME_HOME}/chrome-sandbox" || die pax-mark m "${ED}${CHROME_HOME}/chrome" diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index fa8e7b80a598..7e178d41fea8 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,6 +1,6 @@ -DIST google-chrome-beta_38.0.2125.101-1_amd64.deb 47590386 SHA256 d5fd933502901dc469b88b270b914df3cf6b3bea62124822e5881f94a8dd7c2a SHA512 8e8be93c45311ae52e81e69c05d0b5f7e72c11158ce8666b65653907bb3fb8f59ec2a5710c9f0eadf739bc3578f30ed348d1242b4b789ac37398cf85c1763e7f WHIRLPOOL 26915362fec7719e4fc5be813acd635f75b36054ca0e5cb5397027803c20ac31352404daba61e37852ae9bef707f7de7b79d5728349ebe0e7fc25b1b93f7433e -DIST google-chrome-beta_38.0.2125.101-1_i386.deb 47392836 SHA256 ef72590faf08c9c77dcc047c8c63d8deee7428f33af6becf930abf5ba873169d SHA512 2635dd6cef7689015de204626388ddf0a29ec74db2db784675bb23f07192e3f3bd816e60683f1b330232e11efed44274cb2b2b6c7cd64bc3379432bd7150f2e2 WHIRLPOOL 55c0fbc6e8c53b195f3d1c236955125e5adfb8cfcc3c738cd18e4e19c181a4ce7263a21a7283e80d3b1df560b46aeeb56693a14a949ba7903cf8895f629be320 +DIST google-chrome-beta_39.0.2171.19-1_amd64.deb 47793108 SHA256 8b4852248c88aef4439befb94133379d31b654e28f1e4d60788980b73249a561 SHA512 f80c8b53cd57042c2569f633194d3be8f6254e5908cf8550e437f2533a766fa204c2c4d83e34ee1f0766fbff9487edd76d880247762641d190cf792ee091d05f WHIRLPOOL ca0e2ca969584b1214bae3c1085ed0a4636d2a50cc854e226598c9120777ca8217ca007d61532db24b9e144327414db230ba10ae99764b646e0fba499ee4b1d7 +DIST google-chrome-beta_39.0.2171.19-1_i386.deb 47280958 SHA256 a3bd3981936f02c22d063ccb4bc8fc708630b19dbf9285a23f8e3c930763351a SHA512 e2125d87b859bdda5eff2805c38f379cfcbb1e78d13dfb554990576310499221e52f93a89c924f44c03278b771eb669b6a7a7b28fda7eec534ff2329644b50d2 WHIRLPOOL 9ebbb3b36f29ce40b26b4d6b828224dded1586497ede853998d1e7bd91d0fda2b978c45a83d94c191c510e510fbb37ab6a7bcb0d6d3dcecc3b57dbccfdf8e06e DIST google-chrome-stable_38.0.2125.101-1_amd64.deb 47599236 SHA256 7cf36df52e0a0af9307ae0e18bf78aca518402c27e62b111da35304c7bce10cd SHA512 0d8f8809fbf87b785b1350ccda17de1df38046f4cfa3005d0d218c0b64cbeb10af51d98052c24bb2662858de05ac9f8b2d6c77ddf5e78d981677e79fa5a19b43 WHIRLPOOL 087a057036d85d2cdf6315872b78ee05188f4bb868191d8f40d8436334daee5a49e822636ea5eae4680ff4223bb775723703ef00219e6d048708d64903bcec0e DIST google-chrome-stable_38.0.2125.101-1_i386.deb 47406014 SHA256 9417e1ce20a1003328cdf35a582f4d6b85744015df7edc1666d28ed2399165b0 SHA512 c22ce2cc2761ab16a61123afcb55fcdd7876e88512047a66871b36d1c3fc0a4c027a561706efc30599caafa59920b35bcc01737c2e37b32d2432dfc4a90c5655 WHIRLPOOL 399cb7737a7b43cf4e0dd5ad0589a8c9d4fe7a14e156f232490ee6ff8d875a02f60c9bba4a43b59f42e4f30a0cde16fa37bdcfe1a8aafd74f7c3de10ed06a619 -DIST google-chrome-unstable_39.0.2171.13-1_amd64.deb 47684460 SHA256 5857b6ac6857cf251578f0fbec6e9ab3f66ab053425dff70544d15a9c6f41dc4 SHA512 38c9cd1199e1a05cec306cf6de7c9c15f3169e86a1334701e00d874a042a0766c5dbe760932dc2ad713b53ec3165cd2a8265f484bed6a967961b9012892dc4a9 WHIRLPOOL 3c857b7a41ed8aca90940c53dfea28544b54eaac9ba5eaa89a9afaba04c4902380e7097fd27dc97a9bc525220c2f38204c3ce5124a9a1792a29914c9d50d647c -DIST google-chrome-unstable_39.0.2171.13-1_i386.deb 47193940 SHA256 5fa434725eb258f0c1307d10a12c814ab484203dbd69fb3c328ac39062629905 SHA512 ae1426097a26cba89b1cc22a0482cc3014aa4957358ac82c6ef8cb7bd9ac0a4a411935532a431268ec48e68e8acd7e63350fbe3bfa46c85f241fe317f9a94e9d WHIRLPOOL 46a16ffc03bed8970da1f5549def91658404066830b6fcbf0ae4a3b4cfa84f57af4e4483567184d158d8e73a568025329958bd41c9e831a000abd4e88dbc0cfd +DIST google-chrome-unstable_40.0.2182.3-1_amd64.deb 47857450 SHA256 2e0bf3a7115dbf3ac8a41a231d586f56c747949edbfb7f9b8d474e444a3dc91d SHA512 2cf6a07d1c9faba137dbef21a62d397e1213ceb1ef0b9d769a0c158b3cbb43bbf49a9ec128d594f6b5fb54e7a285ca4ac8f831d3a632e79738dfbb4c041bc16f WHIRLPOOL e90fea913901e724fa931b5b0f9437967503fb4e30e9fb0923afa51ce51061d088211b44a1a372b5ee671fc4801df7ab9a72b52df30f375ad75d169a07890cb2 +DIST google-chrome-unstable_40.0.2182.3-1_i386.deb 47357358 SHA256 7401c9783ae51121b07c55abeef18814e923d09dcdb2e2e3090c9ff31c63c061 SHA512 10d1b2e684eebd9835477abb52d49d0efea42f259c0bfa7b1561a87bdc5f89b151cce198aabb18293b5be487608f8dac7fd4a662159b49d0929fb3bd63aae147 WHIRLPOOL 164bbea21ed3c01d730c6b0e9ba735cc209a7ec698068af5f3a966614999af604dde2c0313f5573318962d4de063d4d1d2e9f5debddf9b735c04fb21c108a5eb diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-39.0.2171.13_alpha1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-39.0.2171.19_beta1.ebuild similarity index 95% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-39.0.2171.13_alpha1.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-39.0.2171.19_beta1.ebuild index a71aa88c0bf6..5fa2a7786b01 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-39.0.2171.13_alpha1.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-39.0.2171.19_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-39.0.2171.13_alpha1.ebuild,v 1.1 2014/10/07 23:10:45 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-39.0.2171.19_beta1.ebuild,v 1.1 2014/10/10 01:57:42 floppym Exp $ EAPI=5 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-38.0.2125.101_beta1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2182.3_alpha1.ebuild similarity index 95% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-38.0.2125.101_beta1.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2182.3_alpha1.ebuild index 0c6dc8b5389c..f89f5445ca8a 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-38.0.2125.101_beta1.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2182.3_alpha1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-38.0.2125.101_beta1.ebuild,v 1.1 2014/10/01 20:48:23 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2182.3_alpha1.ebuild,v 1.1 2014/10/10 01:57:42 floppym Exp $ EAPI=5 diff --git a/x11-libs/qwt/qwt-6.1.0.ebuild b/x11-libs/qwt/qwt-6.1.0.ebuild index 871bb3213504..f280c88cd0a0 100644 --- a/x11-libs/qwt/qwt-6.1.0.ebuild +++ b/x11-libs/qwt/qwt-6.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-6.1.0.ebuild,v 1.12 2014/10/09 16:58:37 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-6.1.0.ebuild,v 1.13 2014/10/09 19:12:49 zerochaos Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://qwt.sourceforge.net/" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV/_/-}/${MY_P}.tar.bz2" LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" SLOT="6" IUSE="doc examples mathml static-libs svg" diff --git a/x11-libs/qwt/qwt-6.1.1.ebuild b/x11-libs/qwt/qwt-6.1.1.ebuild index 3633c10cba70..6d8865bc1a86 100644 --- a/x11-libs/qwt/qwt-6.1.1.ebuild +++ b/x11-libs/qwt/qwt-6.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-6.1.1.ebuild,v 1.2 2014/10/09 16:58:37 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-6.1.1.ebuild,v 1.3 2014/10/09 19:12:49 zerochaos Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://qwt.sourceforge.net/" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV/_/-}/${MY_P}.tar.bz2" LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" SLOT="6" IUSE="doc examples mathml static-libs svg"